Hi list, is it possible to send HUP signal to all running smnd processes by one command. Im using Redhat 7.1 smbd starts from the /etc/rc.d/init.d/smb file. Another question do you think its a bad idea to upgrade Redhat 7.1 samba binary rpm with the package of Redhat 7.2. I couldnt find the latest rpm for Redhat 7.1 Thanks in advance. -------------- next part -------------- HTML attachment scrubbed and removed
S?leyman Kuran wrote:> > Hi list, > > is it possible to send HUP signal to all running smnd processes by one > command. Im using Redhat 7.1 smbd starts from the /etc/rc.d/init.d/smb > file.try if your linux has the killall command. Syntax just as with kill but you dont give it a process number, but a process name. like, 'killall -9 mozilla-bin' (I have that one in my .history... who guesses why...) would kill ANY netscape6 that is owned by you. killall -9 java-vm comes to mind as quickly...> > Another question do you think its a bad idea to upgrade Redhat > 7.1 samba binary rpm with the package of Redhat 7.2. I couldnt find > the latest rpm for Redhat 7.1Sorry, no idea there. me no redhat. me suse. generally: get the src.rpm from 7.2 and rebuild it on 7.1. bye, MH
but if you want to send a HUP then use 'killall -1 smbd'! -9 will kill them dead. -----Original Message----- From: Homann, Mathias [mailto:Mathias.Homann@airbus.dasa.de] Sent: 19 March 2002 09:13 To: S?leyman Kuran Cc: samba@lists.samba.org Subject: Re: [Samba] sending HUP S?leyman Kuran wrote:> > Hi list, > > is it possible to send HUP signal to all running smnd processes by one > command. Im using Redhat 7.1 smbd starts from the /etc/rc.d/init.d/smb > file.try if your linux has the killall command. Syntax just as with kill but you dont give it a process number, but a process name. like, 'killall -9 mozilla-bin' (I have that one in my .history... who guesses why...) would kill ANY netscape6 that is owned by you. killall -9 java-vm comes to mind as quickly...> > Another question do you think its a bad idea to upgrade Redhat > 7.1 samba binary rpm with the package of Redhat 7.2. I couldnt find > the latest rpm for Redhat 7.1Sorry, no idea there. me no redhat. me suse. generally: get the src.rpm from 7.2 and rebuild it on 7.1. bye, MH -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
> > Another question do you think its a bad idea to upgrade Redhat > > 7.1 samba binary rpm with the package of Redhat 7.2. I couldnt find > > the latest rpm for Redhat 7.1 > Sorry, no idea there. me no redhat. me suse. generally: get the src.rpm > from 7.2 and rebuild it on 7.1.Installing the 7.2 samba RPM on 7.1 should work fine, providing you follow all the dependancies. Cipri