Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-08 Thread Torfinn Ingolfsen
On Tue, 07 Feb 2012 12:16:15 -0700 (MST) Warren Block wbl...@wonkity.com wrote: It's devd, IMO. Hey, come to think of it, I did enter a PR, the one above. If this is still a problem in 9 (which I can test in a bit), posting to -current might get some needed attention on it. PR updated.

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-07 Thread Torfinn Ingolfsen
On Mon, 06 Feb 2012 00:08:55 -0700 (MST) Warren Block wbl...@wonkity.com wrote: On Sat, 4 Feb 2012, Torfinn Ingolfsen wrote: On Sat, 04 Feb 2012 10:34:19 -0700 (MST) Warren Block wbl...@wonkity.com wrote: Possibly relevant: http://www.freebsd.org/cgi/query-pr.cgi?pr=140462cat=

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-07 Thread Warren Block
On Tue, 7 Feb 2012, Torfinn Ingolfsen wrote: On Mon, 06 Feb 2012 00:08:55 -0700 (MST) Warren Block wbl...@wonkity.com wrote: On Sat, 4 Feb 2012, Torfinn Ingolfsen wrote: On Sat, 04 Feb 2012 10:34:19 -0700 (MST) Warren Block wbl...@wonkity.com wrote: Possibly relevant:

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-05 Thread Warren Block
On Sat, 4 Feb 2012, Torfinn Ingolfsen wrote: On Sat, 04 Feb 2012 10:34:19 -0700 (MST) Warren Block wbl...@wonkity.com wrote: Possibly relevant: http://www.freebsd.org/cgi/query-pr.cgi?pr=140462cat= (Using DHCP from /etc/rc.conf leaves a lock on devd.pid. SYNCDHCP does not.) And the

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Torfinn Ingolfsen
On Fri, 03 Feb 2012 23:37:56 -0500 Jason Hellenthal jh...@dataix.net wrote: Just because of what I read already is pretty terse I am top-posting for a reason. $ su - # /etc/rc.d/devd stop # pgrep -l devd (This should show nothing if so kill the results) Done: root@kg-v2#

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Jeremy Chadwick
On Sat, Feb 04, 2012 at 04:44:23PM +0100, Torfinn Ingolfsen wrote: On Fri, 03 Feb 2012 23:37:56 -0500 Jason Hellenthal jh...@dataix.net wrote: Just because of what I read already is pretty terse I am top-posting for a reason. $ su - # /etc/rc.d/devd stop # pgrep -l devd (This

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Torfinn Ingolfsen
More data: root@kg-v2# service devd status devd is not running. root@kg-v2# service devd start Starting devd. devd: devd already running, pid: 808 /etc/rc.d/devd: WARNING: failed to start devd root@kg-v2# rm /var/run/devd.pid root@kg-v2# service devd start Starting devd. root@kg-v2# service devd

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Warren Block
On Sat, 4 Feb 2012, Torfinn Ingolfsen wrote: More data: root@kg-v2# service devd status devd is not running. root@kg-v2# service devd start Starting devd. devd: devd already running, pid: 808 /etc/rc.d/devd: WARNING: failed to start devd root@kg-v2# rm /var/run/devd.pid root@kg-v2# service devd

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Adam Vande More
On Sat, Feb 4, 2012 at 9:52 AM, Torfinn Ingolfsen torfinn.ingolf...@broadpark.no wrote: More data: root@kg-v2# service devd status Not really sure what's going on here. sh -x /etc/rc.d/devd restart should tell you what is going on. -- Adam Vande More

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Torfinn Ingolfsen
On Sat, 04 Feb 2012 10:34:19 -0700 (MST) Warren Block wbl...@wonkity.com wrote: Possibly relevant: http://www.freebsd.org/cgi/query-pr.cgi?pr=140462cat= (Using DHCP from /etc/rc.conf leaves a lock on devd.pid. SYNCDHCP does not.) And the thread:

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-03 Thread Torfinn Ingolfsen
On Thu, 02 Feb 2012 21:45:26 -0800 Doug Barton do...@freebsd.org wrote: Actually all the OP needs to do is to make sure the src tree is up to date and run mergemaster. I MFC'ed the relevant changes to rc.d/devd last April. Strange, my machine was rebuilt later than that (yes, I always run

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-03 Thread Torfinn Ingolfsen
On Fri, 03 Feb 2012 08:34:10 +0300 Sergey Kandaurov pluk...@gmail.com wrote: Please apply this patch and report how it goes for you. http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/rc.d/devd.diff?r1=1.12;r2=1.13 This is not in 8-STABLE yet. It looks like it (or almost the same) is here

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-03 Thread Jason Hellenthal
Just because of what I read already is pretty terse I am top-posting for a reason. $ su - # /etc/rc.d/devd stop # pgrep -l devd (This should show nothing if so kill the results) # /sbin/devd -D -d (Paste the results) On Fri, Feb 03, 2012 at 08:41:10PM +0100, Torfinn Ingolfsen

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-02 Thread Jeremy Chadwick
On Thu, Feb 02, 2012 at 09:22:22PM +0100, Torfinn Ingolfsen wrote: Hi, I thought this bug was fixed back in 2009? root@kg-v7# uname -a FreeBSD kg-v7.kg4.no 8.2-STABLE FreeBSD 8.2-STABLE #7: Sat Jul 9 23:00:31 CEST 2011 r...@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 root@kg-v7#

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-02 Thread Sergey Kandaurov
On 3 February 2012 00:22, Torfinn Ingolfsen torfinn.ingolf...@broadpark.no wrote: Hi, I thought this bug was fixed back in 2009? root@kg-v7# uname -a FreeBSD kg-v7.kg4.no 8.2-STABLE FreeBSD 8.2-STABLE #7: Sat Jul  9 23:00:31 CEST 2011     r...@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC  

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-02 Thread Doug Barton
On 02/02/2012 21:34, Sergey Kandaurov wrote: On 3 February 2012 00:22, Torfinn Ingolfsen torfinn.ingolf...@broadpark.no wrote: Hi, I thought this bug was fixed back in 2009? root@kg-v7# uname -a FreeBSD kg-v7.kg4.no 8.2-STABLE FreeBSD 8.2-STABLE #7: Sat Jul 9 23:00:31 CEST 2011

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-02 Thread Doug Barton
On 02/02/2012 13:45, Jeremy Chadwick wrote: On Thu, Feb 02, 2012 at 09:22:22PM +0100, Torfinn Ingolfsen wrote: Hi, I thought this bug was fixed back in 2009? root@kg-v7# uname -a FreeBSD kg-v7.kg4.no 8.2-STABLE FreeBSD 8.2-STABLE #7: Sat Jul 9 23:00:31 CEST 2011

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-02 Thread Jeremy Chadwick
On Thu, Feb 02, 2012 at 09:50:58PM -0800, Doug Barton wrote: On 02/02/2012 13:45, Jeremy Chadwick wrote: On Thu, Feb 02, 2012 at 09:22:22PM +0100, Torfinn Ingolfsen wrote: Hi, I thought this bug was fixed back in 2009? root@kg-v7# uname -a FreeBSD kg-v7.kg4.no 8.2-STABLE FreeBSD

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-02 Thread Sergey Kandaurov
On 3 February 2012 09:45, Doug Barton do...@freebsd.org wrote: On 02/02/2012 21:34, Sergey Kandaurov wrote: On 3 February 2012 00:22, Torfinn Ingolfsen torfinn.ingolf...@broadpark.no wrote: Hi, I thought this bug was fixed back in 2009? root@kg-v7# uname -a FreeBSD kg-v7.kg4.no 8.2-STABLE

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-02 Thread Doug Barton
On 02/02/2012 22:54, Jeremy Chadwick wrote: Hmm, mine dated April, for RELENG_8 tag, doesn't appear to use wait_for_pids. It's in rc.subr. -- It's always a long day; 86400 doesn't fit into a short. Breadth of IT experience, and depth of knowledge in the DNS. Yours