From owner-freebsd-stable@FreeBSD.ORG Sat Feb 4 22:04:12 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E93F1065672 for ; Sat, 4 Feb 2012 22:04:12 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from thalia-smout.broadpark.no (thalia-smout.broadpark.no [80.202.8.21]) by mx1.freebsd.org (Postfix) with ESMTP id B20028FC15 for ; Sat, 4 Feb 2012 22:04:11 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from terra-smin.broadpark.no ([80.202.8.13]) by thalia-smout.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with ESMTP id <0LYW00IIP2MYWH60@thalia-smout.broadpark.no> for freebsd-stable@freebsd.org; Sat, 04 Feb 2012 23:04:10 +0100 (CET) Received: from kg-v2.kg4.no ([84.215.134.159]) by terra-smin.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with ESMTPA id <0LYW00IH82MXOR60@terra-smin.broadpark.no> for freebsd-stable@freebsd.org; Sat, 04 Feb 2012 23:04:10 +0100 (CET) Date: Sat, 04 Feb 2012 23:04:09 +0100 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Message-id: <20120204230409.338a597b.torfinn.ingolfsen@broadpark.no> In-reply-to: References: <20120202212222.e940f64c.torfinn.ingolfsen@broadpark.no> <20120203204110.cc933dc5.torfinn.ingolfsen@broadpark.no> <20120204043756.GA67863@DataIX.net> <20120204164423.ba815842.torfinn.ingolfsen@broadpark.no> <20120204165214.6f14f4a5.torfinn.ingolfsen@broadpark.no> X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: FreeBSD 8.2-stable: devd fails to restart X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 22:04:12 -0000 On Sat, 04 Feb 2012 10:34:19 -0700 (MST) Warren Block wrote: > > Possibly relevant: > http://www.freebsd.org/cgi/query-pr.cgi?pr=140462&cat= > > (Using DHCP from /etc/rc.conf leaves a lock on devd.pid. SYNCDHCP does > not.) > > And the thread: > http://lists.freebsd.org/pipermail/freebsd-current/2009-October/012749.html Yes, it seems to be that problem. Tested on my other machine, which hasn't changed since the problem was discovered: root@kg-v7# service devd status devd is not running. root@kg-v7# ll /var/run/devd.pid -rw------- 1 root wheel 3 Jan 12 20:40 /var/run/devd.pid root@kg-v7# lsof /var/run/devd.pid COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME dhclient 1075 root 5w VREG 0,70 3 918547 /var/run/devd.pid dhclient 1091 _dhcp 5w VREG 0,70 3 918547 /var/run/devd.pid root@kg-v7# So, if this was worked on back in 2009, why isn't fixed yet? -- Torfinn