Re: dhcp-release

2003-03-21 Thread Markku Kolkka
Viestissä Perjantai 21. Maaliskuuta 2003 00:59, Torgny Nyblom kirjoitti: > On Thu, 2003-03-20 at 19:13, Pete Peterson wrote: > > The dhclient man page seems to imply that "dhclient -r" will do that. > > I whish it was that easy. That only returns: > -- > # dhclient -r eth0 > cat: /var/run/dhcli

Re: dhcp-release

2003-03-21 Thread pete peterson
On Thu, 20 Mar 2003 21:59:43 -0100, Torgny Nyblom wrote: > On Thu, 2003-03-20 at 19:13, Pete Peterson wrote: >> >> The dhclient man page seems to imply that "dhclient -r" will do that. > > I whish it was that easy. That only returns: -- # dhclient -r eth0 > cat: /var/run/dhclient.pid: No suc

Re: dhcp-release

2003-03-20 Thread Doug B
On Thu, 2003-03-20 at 14:38, Naga Toro wrote: > "Will Mendez" <[EMAIL PROTECTED]> wrote > > ifconfig eth0 down = release > > Unfortunately no. This doesn't work nor does "dhclient -r" although it > should according to the man page. > This last only returns an error about the wrong .pid file. >

Re: dhcp-release

2003-03-20 Thread Torgny Nyblom
On Thu, 2003-03-20 at 19:13, Pete Peterson wrote: > > The dhclient man page seems to imply that "dhclient -r" will do that. I whish it was that easy. That only returns: -- # dhclient -r eth0 cat: /var/run/dhclient.pid: No such file or directory kill: usage: kill [-s sigspec | -n signum | -sig

Re: dhcp-release

2003-03-20 Thread Torgny Nyblom
On Thu, 2003-03-20 at 18:20, Will Mendez wrote: > ifconfig eth0 down = release > dhcp -n eth0 = renew No :-( ifconfig eth0 down does not send a dhcp-release. dhclient -r should do it but it only returns this... cat: /var/run/dhclient.pid: No such file or directory

Re: dhcp-release

2003-03-20 Thread Naga Toro
"Will Mendez" <[EMAIL PROTECTED]> wrote > ifconfig eth0 down = release Unfortunately no. This doesn't work nor does "dhclient -r" although it should according to the man page. This last only returns an error about the wrong .pid file. Any other ideas? -- Torgny -- Psyche-list mailing li

Re: dhcp-release

2003-03-20 Thread Will Mendez
ifconfig eth0 down = release dhcp -n eth0 = renew Will Mendez T[2] Mmmm...XSI www.xsibase.com www.xsimontreal.com - Original Message - From: "Naga Toro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 2:11 PM Subject: dhcp-release > Hi, > >