Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: relz
  • Content: Threads
  • Order by date
  1. relz

    setuid program

    Hi, I'm trying to run a simple setuid program on Linux. I know that shell scripts aren't allowed to setuid, so I wrote a simple C file to do the job (yes I know it's not wise to use the system() command, it's just for testing purposes). This is the code: #include <unistd.h> #include...
  2. relz

    Problems compoling ctwm

    Hi, I'm trying to install a window manager called CTWM it can be seen at: http://ctwm.dl.nu/ But when I run 'make' I get stuck with this message: [0]root@slicer:/usr/local/ctwm-3.6#make /usr/ccs/bin/yacc -d gram.y conflicts: 8 shift/reduce mv y.tab.c gram.c mv y.tab.h gram.h cc -O -Xc -xF...
  3. relz

    can't setup a HP 695c to work with CUPS

    I'm trying to get my HP printer to work using CUPS(Common UNIX Printing System), I have a Solaris 8 system, the printer is connected to the parallel port /dev/printers/0. When I add the printer (using the easy web interface) and send a test page nothing happens, and then when I restart the job I...
  4. relz

    can't setup a HP 695c to work with CUPS

    I'm trying to get my HP to work using CUPS[Common UNIX Printing System], I have a Solaris 8 system, the printer is connected to the parallel port /dev/printers/0. When I add the printer and send a test page nothing happens, and then when I restart the job I get: Error...
  5. relz

    The credentials supplied conflict with an existing set of credentials&quot;

    I get that message when I try to log in to the samba server in a share called homes which looks like this: [homes] comment = Home Directories path = /export/home/%u read only = No create mask = 0750 hosts allow = pc497 What am I doing wrong? Did I use the %u the right way?
  6. relz

    Updating MANPATH for all users

    Hi, Some of the programs I install require updating of the MANPATH variable to acess their man pages. How do I update the man page search path for all users in the system so they can all see the new man pages? Is there some kind of global MANPATH variable, that all users have on startup?
  7. relz

    Windows on a pc is faster than a SunBlade1000 Workstation?!?

    Hi, We've got a SunBlade1000 workstation with BIG problems. When it was purchased a few months ago it used to crash all the time(I wans't woking here yet), so the local Sun guy installed alot of Patches to fix the problem. Since then the station is VERY SLOW, especially when we run an...
  8. relz

    Problem compiling FLTK under Solaris 8, gcc 3.1

    Hi, I'm trying to compile a program called FLTK (you can check it out at http://www.fltk.org/), and I'm getting compilation errors that I don't know how to deal with. Here's an abstract: ------------------ checking X11/extensions/Xdbe.h usability... no checking X11/extensions/Xdbe.h presence...
  9. relz

    Can't get SWAT to work

    The previous thread posted by me has a mistaken Subject. I meant I can't get SWAT to work.
  10. relz

    Problem using SAMBA

    I've been trying for hours to get SWAT working, but I can't connect from netscape with http://localhost:901/ I installed Samba on a Sun (Solaris) workstation, and samba works(basically), I can connect from Windows NT. I read all the manuals I found, I have edited /etc/services and...

Part and Inventory Search

Back
Top