I get a warning like this every time I shutdown my computer: Deconfiguring network interfaces... There is already a pid file /var/run/dhclient.eth0.pid with pid 4000 It is harmless in itself, but it annoying to get such a warning (in red letters) on every shutdown.
Any updates? It's still annoying... I'd actually prefer DHCP to not do anything on shutdown.
Somebody?
I'm focusing on the 4.1 packages at the moment, which I plan on uploading to unstable as soon as the release team tells me I can. I don't believe this bug is present there. Have you tried testing the packages in experimental?
The warning is gone. The output is still very verbose though. Is it necessary to run dhcp at shutdown at all? Olaf
Is it? I'd found running it manually that it was totally silent without a -v option (-q is now implied) Quite possibly not, but I've been struggling to get the package to upgrade without warnings from update-rc.d. It's a work in progress.
Yes, see screenshot. Olaf
This issue is with how ifup/ifdown is invoking dhclient (as opposed to dhclient3). It's passing a -v for dhclient (but not for dhclient3). I'll take this up with the ifupdown maintainer
Ah, it was intentional for consistency:
ifupdown (0.6.8+nmu3) unstable; urgency=low
* Non-maintainer upload. (with maintainer's consent)
* Correctly make the modification in 0.6.8+nmu2
* Also adjust the way /sbin/dhclient is killed to be comparable to how
/sbin/dhclient is stopped
* Invoke dhclient with -v to maintain equivalent verbosity to dhclient3
* Conflict with dhcp-client v2
I think it's better to decrease the verbosity (if not avoiding DHCP release at all). Olaf