On 1/19/07, Hi There <[EMAIL PROTECTED]> wrote: > Like a couple of other people on the gobo-users list, > I have been having problems with my network > connection. I traced the problem to the dhcpcd process > lock not being cleaned up on some restarts/shutdowns. > I found the problem in the DHCPNetworkInterface > script: the dhcpcd -k command doesn't tell the daemon > to stop, it just clears the cache. So dhcpcd was only > shutting down cleanly when it had enough time between > "Sending all processes the TERM signal" and the > computer actually turning off. According to the man > pages, properly stopping the daemon is done by sending > it the TERM signal. > > So, I've attached fixed versions of the script. One is > short and simple, the other gives some indication as > to what's actually taking place. Use whichever you > want. Both work fine on my system. > :)
Thanks for the fix! I've updated our DHCPCD recipe with the -succint Task. -- Lucas powered by /dev/dsp _______________________________________________ gobolinux-devel mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
