From owner-freebsd-stable@FreeBSD.ORG Fri Feb 3 07:02:09 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 65889106564A; Fri, 3 Feb 2012 07:02:09 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 218168FC13; Fri, 3 Feb 2012 07:02:08 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so5578238obc.13 for ; Thu, 02 Feb 2012 23:02:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=pvmnGkMa8YyD0rjeVFmQjVesh4TD6H3RKP9IW+BzP/o=; b=cme13ff7JF6S4lZhMxKWNxLD3srnZCyGGwWTwOk2K2F+f7BRe70P/wYvyewl6i7Xi0 ZLlvLzukr6BErmPX9NNCwcSryheGfRaeoi4X+RnR85+hfoIZ3nUF4V+Te/qrbvVL4kma VLJwKQbwgKQGLOlmC1ODjbZFqzFERUK2IISRs= MIME-Version: 1.0 Received: by 10.182.159.101 with SMTP id xb5mr2309373obb.22.1328252528465; Thu, 02 Feb 2012 23:02:08 -0800 (PST) Received: by 10.182.74.167 with HTTP; Thu, 2 Feb 2012 23:02:08 -0800 (PST) In-Reply-To: <4F2B7476.1090907@FreeBSD.org> References: <20120202212222.e940f64c.torfinn.ingolfsen@broadpark.no> <4F2B7476.1090907@FreeBSD.org> Date: Fri, 3 Feb 2012 10:02:08 +0300 Message-ID: From: Sergey Kandaurov To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Torfinn Ingolfsen , freebsd-stable@freebsd.org 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: Fri, 03 Feb 2012 07:02:09 -0000 On 3 February 2012 09:45, Doug Barton wrote: > On 02/02/2012 21:34, Sergey Kandaurov wrote: >> On 3 February 2012 00:22, 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 =A09 23:= 00:31 CEST 2011 =A0 =A0 root@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC =A0a= md64 >>> root@kg-v7# >>> root@kg-v7# service devd status >>> devd is running as pid 555. >>> root@kg-v7# service devd restart >>> Stopping devd. >>> Starting devd. >>> devd: devd already running, pid: 555 >>> /etc/rc.d/devd: WARNING: failed to start devd >>> root@kg-v7# service devd status >>> devd is not running. >>> >>> What gives? >> >> 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=3D1.12;r= 2=3D1.13 >> >> This is not in 8-STABLE yet. > > 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. Hmm.. I just double-checked. Somehow cvsweb.cgi failed to show that this change is merged in 1.11.2.2. Sorry for noise. --=20 wbr, pluknet