[Bug 38140] Re: dhclient3 keeps running after ifdown

2012-10-22 Thread Kieran Levin
This is still present on ubuntu server 12.04 - i am guessing it is from upstream debian? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/38140 Title: dhclient3 keeps running after ifdown To m

[Bug 38140] Re: dhclient3 keeps running after ifdown

2012-05-22 Thread Brijam
I'm experiencing this on 11.10 as well. So... any chance we can get this resolved? It's a really irritating bug that's confirmed and been around for six years. Anything I can do to help? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the b

[Bug 38140] Re: dhclient3 keeps running after ifdown

2011-10-21 Thread Kendall Gifford
Still present in 11.10 server too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/38140 Title: dhclient3 keeps running after ifdown To manage notifications about this bug go to: https://bugs

[Bug 38140] Re: dhclient3 keeps running after ifdown

2010-09-27 Thread aatdark
this seems to be still present in 10.04 server http://ubuntu.stackexchange.com/questions/4826/ubuntu-10-04-server- switching-to-static-ip -- dhclient3 keeps running after ifdown https://bugs.launchpad.net/bugs/38140 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 38140] Re: dhclient3 keeps running after ifdown

2008-08-19 Thread Adi Yesaya
Hi, Is there an update / bug fix for this issue? I've been dealing with the same problem and it frustrates me to see my fixed ip at my interface changes every couple minutes. Thanks for any hints/help. -- dhclient3 keeps running after ifdown https://bugs.launchpad.net/bugs/38140 You received th

[Bug 38140] Re: dhclient3 keeps running after ifdown

2008-07-06 Thread Tormod Volden
jordg, the net_end label is in the right place on Hardy. Note that the labels net_start and net_end are used in place of a if-then structure. This is because udev rules can not use if-then clauses so one has to resort to good old spaghetti programming. If the subsystem is not "net" the whole script

[Bug 38140] Re: dhclient3 keeps running after ifdown

2008-07-04 Thread jordg
Found this at: http://wiki.openmoko.org/wiki/USB_Networking#Ubuntu_.28Tested_with_Feisty.2C_Gutsy_and_Hardy.29 It seems that LABEL="net_end" is in the wrong place Can this be fixed now? Edit /etc/udev/rules.d/85-ifupdown.rules SUBSYSTEM=="net", DRIVERS=="?*", GOTO="net_start" GOTO="net_end" LAB

[Bug 38140] Re: dhclient3 keeps running after ifdown

2008-03-26 Thread Dana_r
For anyone experiencing this issue, a work around is to perform kill -1 on dhclient (prevents a new ip from being obtained). I performed a system restart after doing this and dhclient did not start again, and the correct static IP was set. -- dhclient3 keeps running after ifdown https://bugs.laun

[Bug 38140] Re: dhclient3 keeps running after ifdown

2008-03-19 Thread Martin Pitt
** Changed in: dhcp3 (Ubuntu) Assignee: Martin Pitt (pitti) => (unassigned) -- dhclient3 keeps running after ifdown https://bugs.launchpad.net/bugs/38140 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ub

[Bug 38140] Re: dhclient3 keeps running after ifdown

2007-09-09 Thread bamyasi
Same bug here, running Ubuntu Server 7.04 with latest updates installed. After reconfiguring eth0 from dynamic to static and performing ifdown eth0/ifup eth0 dhclient3 is still running and keeps mangling interface address later on. I also notice the following error message in /var/log/daemons.log

[Bug 38140] Re: dhclient3 keeps running after ifdown

2007-07-24 Thread jordg
I have been trying to get this working for some time. I can offer some observations but no answers. 1, This is the same symptom with USB and Bluetooth and other devices. 2, On first insertion of USB cable network comes up OK. Looking at /var/log/syslog Jul 25 13:23:43 bwing kernel: [326431.367

[Bug 38140] Re: dhclient3 keeps running after ifdown

2007-05-24 Thread jordg
One thing I noticed is that dhclient3 releases the lease before it shuts down. Man dhclient3 look for -r option It seems that dhclient3 will not exit if it cannot release the lease. Is this the case? -- dhclient3 keeps running after ifdown https://bugs.launchpad.net/bugs/38140 You received this

[Bug 38140] Re: dhclient3 keeps running after ifdown

2007-05-21 Thread jordg
I have the same issue with usb0 and bnep0 Has anyone been able to track down the cause of this? -- dhclient3 keeps running after ifdown https://bugs.launchpad.net/bugs/38140 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs

[Bug 38140] Re: dhclient3 keeps running after ifdown

2007-05-17 Thread Tormod Volden
** Changed in: dhcp3 (Ubuntu) Status: Needs Info => Confirmed -- dhclient3 keeps running after ifdown https://bugs.launchpad.net/bugs/38140 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 38140] Re: dhclient3 keeps running after ifdown

2007-05-17 Thread armatus
i have the same bug! how can i disable dhclient and use onle my static ip in /etc/network/interfaces? -- dhclient3 keeps running after ifdown https://bugs.launchpad.net/bugs/38140 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu

[Bug 38140] Re: dhclient3 keeps running after ifdown

2007-01-28 Thread MrZaius
With a new, updated Edgy install, I took the default /etc/network/interfaces and replaced it with the following: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.5.2 netmask 255.255.255.0 gateway 192.168.5.1 After doing so, I ran; /etc/init.d/networking

[Bug 38140] Re: dhclient3 keeps running after ifdown

2006-11-21 Thread John Clarke
I'm also adding this comment because bug 49801 has been marked as a duplicate of this one. I'm not sure they are the same: the problem, dhclient not killed, is the same, but the conditions are different. I installed Edgy on a new machine late yesterday, changed eth0 from dhcp to static in /etc/n

[Bug 38140] Re: dhclient3 keeps running after ifdown

2006-08-22 Thread tho
Bug 49801 has been marked as duplicate of this bug, hence I add the comment here: 49801 might actually be caused by the (erroneous) assumption of the if-up/down tools that their configuration file is immutable. If, e.g. the configuration file is adjusted to use static address assignement, after

[Bug 38140] Re: dhclient3 keeps running after ifdown

2006-08-22 Thread Simon Law
** Bug 49801 has been marked a duplicate of this bug -- dhclient3 keeps running after ifdown https://launchpad.net/bugs/38140 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs