Two questions about building a rpm

2002-12-16 Thread Avrahami David
Title: Questions about building a rpm Hi, I have two questions about building my RPM's: 1) In rpm build procedure how can I prevent it to run ldd on files? 2) I need the installed files placed on directory other than / , I tried to change the Prefix field to in spec file but it doesn't work?

Questions about building a rpm

2002-12-15 Thread Avrahami David
Title: Questions about building a rpm Hi, I have two questions about building my RPM's: 1) In rpm build procedure how can I avoid it to run ldd on files? 2) I need the installed files placed on directory other than / , I tried to change the Prefix field to in spec file but it doesn't work?!!!

Legato on Linux

2002-07-30 Thread Avrahami David
Title: Legato on Linux Hi, Do you know if Legato clustering is supported by Linux RedHat 7.2 (kernel ver. 2.4.9-13)? Thanks in advance, David Avrahami Email: [EMAIL PROTECTED]

RE: problem with NIS

2002-07-30 Thread Avrahami David
up IDs to assume for ALL connections from that machine.   Hope that helps.   Jim   -Original Message-----From: Avrahami David [mailto:[EMAIL PROTECTED]] Sent: 29 July 2002 16:57To: '[EMAIL PROTECTED]'Subject: RE: problem with NIS   Right but so

RE: problem with NIS

2002-07-29 Thread Avrahami David
Easy, don't allow them root access.   -Original Message-From: Avrahami David [mailto:[EMAIL PROTECTED]] Sent: 29 July 2002 15:24To: 'redhat-list'Subject: problem with NIS   Hi, The problem is when the user login as root in his machine he get acc

problem with NIS

2002-07-29 Thread Avrahami David
Title: problem with NIS Hi, The problem is when the user login as root in his machine he get access to any other NIS user home directory he wants to by  "su - " without typing any password. I know that it's a big hole in security caused by NIS but I don't know how to fix it. Any idea? TIA

FW: How do you pipe text to the top of a file?

2002-04-11 Thread Avrahami, David
Title: FW: How do you pipe text to the top of a file? This script does it in perl. Run it as   "perl foo " -- open (FH, "+< $ARGV[0]"); shift @ARGV; foreach (@ARGV) { $line .= "$_ "} $line .= "\n"; $line .= $_ while (); seek(FH

NIS problem

2001-12-02 Thread Avrahami, David
Whenever my NIS server goes down the client seems to obstinately refuse anything unless I restart it. Is there any patch for ypbind or kind of reconnect or refresh mechanism for those clients? David Avrahami Email: [EMAIL PROTECTED] ___ Redhat-l

RE: what is what in Linux

2001-11-15 Thread Avrahami, David
On Tuesday 13 November 2001 07:30, Avrahami, David pronounced: > Hi > In digital unix I use "what" command with this printout: > trm245 # what /bin/ls > /bin/ls: > $RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 > 19:5 > 4:27 $ >

what is what in Linux

2001-11-13 Thread Avrahami, David
Hi In digital unix I use "what" command with this printout: trm245 # what /bin/ls /bin/ls: $RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 19:5 4:27 $ $RCSfile: ls.c,v $ $Revision: 4.3.23.6 $ (OSF) $Date: 1995/12/18 04:11:0 0 $ Do you know which command replace