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 strongm 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
  • Order by date
  1. relz

    setuid program

    Thanks for the reply iribach, Are you saying that setuid programs can only be written by the root ? That sounds strange, what if a different user wants to grant privelage to his files. For example in my case I'm in a univresity network, so obviously I won't get root permissions, but still I...
  2. 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...
  3. relz

    Problems compoling ctwm

    I always preffer using gcc, it seems to work better usually, but this time when I changed the makefile to set the variable CC = gcc I got exactly the same errors.
  4. 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...
  5. relz

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

    hpwizzard thanks for the advise, I'll check the BIOS next time I get to work(next week). About the other OS, the printer does work under Solaris as an ascii printer with no real problem I'm just trying to get CUPS to work in order to print postscript documents.
  6. 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...
  7. 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...
  8. 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?
  9. relz

    Updating MANPATH for all users

    What's the difference jamisar? I haven't worked much with a Bourne shell, so I don't know the syntax very well.
  10. relz

    Updating MANPATH for all users

    You're right Ken, I was missing the / (not that it made any difference). I've got to go now. Thanks for the help, REL
  11. relz

    Updating MANPATH for all users

    I understand not to run over the old MANPATH. What I'm saying is that some users don't have any MANPATH that is they get: [0]test11@slicer:~>echo $MANPATH MANPATH: Undefined variable. but still if I try &quot;man man&quot; it will find the man page. Back to my problem I added this line to...
  12. relz

    Updating MANPATH for all users

    Thanks Ken, I was a bit scared to add such a line to /etc/profile since nothing of the such existed before. Where is the default man pages search path defined BEFORE a variable MANPATH is assigned? I mean that users with no mention of MANPATH can still see some man pages, how do I know which...
  13. relz

    Data Backup Script

    Try out this site, I haven't tried their scripts yet but they sound pretty good. http://www.backupcentral.com/free-backup-software2.html R.E.L
  14. 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?
  15. relz

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

    I checked ashok's suggestion and looked at the output but didn't know what it is supposed to show me. I didn't have a network connection at the time so I couldn't post the output. About Butterfly and packageman's suggestions, When the work station was bought it ran perfectly with the same...
  16. relz

    Problem compiling FLTK under Solaris 8, gcc 3.1

    It works now! I went back to version 1.1.Oct3 and changed the flag &quot;-KPIC&quot; to &quot;-fPIC&quot; in the configure file, and now it works, thank god. Thanks for the response jad. R.E.L
  17. relz

    Problem compiling FLTK under Solaris 8, gcc 3.1

    Sadly enough YES I do need this to work. What I'm aiming at is a free graphical DICOM client(that's a format of medical images like CAT scan MRI UltraSound and so on). The only free graphical Dicom client I found is based on the fltk tool kit. If you can find me a different Dicom client that...
  18. 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...
  19. 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...
  20. relz

    Problem using SAMBA

    It works! I got back to work today and it works, I have no idea what changed since last time, but it works now. Thanks for help the gheist.

Part and Inventory Search

Back
Top