From smkelly@zombie.org  Sun Oct 27 11:53:20 2002
Return-Path: <smkelly@zombie.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 94C4A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Oct 2002 11:53:20 -0800 (PST)
Received: from edgemaster.zombie.org (edgemaster.creighton.edu [147.134.112.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0F343E6E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Oct 2002 11:53:20 -0800 (PST)
	(envelope-from smkelly@zombie.org)
Received: by edgemaster.zombie.org (Postfix, from userid 1001)
	id C82D5414D9; Sun, 27 Oct 2002 13:53:19 -0600 (CST)
Message-Id: <20021027195319.C82D5414D9@edgemaster.zombie.org>
Date: Sun, 27 Oct 2002 13:53:19 -0600 (CST)
From: Sean Kelly <smkelly@zombie.org>
Reply-To: Sean Kelly <smkelly@zombie.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Duplicate lock of type 'inp' when starting Samba
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44543
>Category:       kern
>Synopsis:       Duplicate lock of type 'inp' when starting Samba
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 27 12:00:16 PST 2002
>Closed-Date:    Wed Jun 11 00:22:39 PDT 2003
>Last-Modified:  Wed Jun 11 00:22:39 PDT 2003
>Originator:     Sean Kelly
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD edgemaster.zombie.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Oct 25 23:27:50 CDT 2002 root@edgemaster.zombie.org:/usr/obj/usr/src/sys/EDGEMASTER i386

edgemaster# pkg_info|grep samba
samba-2.2.6
edgemaster# ldd `which smbd`
/usr/local/sbin/smbd:
        libssl.so.2 => /usr/lib/libssl.so.2 (0x281bc000)
        libcrypto.so.2 => /usr/lib/libcrypto.so.2 (0x281ec000)
        libcups.so.2 => /usr/local/lib/libcups.so.2 (0x282b6000)
        libpam.so.1 => /usr/lib/compat/libpam.so.1 (0x282cf000)
        libpopt.so.0 => /usr/local/lib/libpopt.so.0 (0x282d8000)
        libc.so.4 => /usr/lib/compat/libc.so.4 (0x282df000)

>Description:
	I have an rc script which starts Samba on boot. After Samba is started,
	I see the following on my console:
	acquiring duplicate lock of same type: "inp"
	 1st inp @ /usr/src/sys/netinet/udp_usrreq.c:290
	 2nd inp @ /usr/src/sys/netinet/udp_usrreq.c:290

>How-To-Repeat:
	Start Samba at startup. I can't seem to repeat it by booting Samba
	later in multiuser mode.

	Note that my smb.conf has no 'interfaces' setting or anything similar
	that would affect the way it behaves differently.

>Fix:
	Not sure.
>Release-Note:
>Audit-Trail:

From: Sean Kelly <smkelly@zombie.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/44543: Duplicate lock of type 'inp' when starting Samba
Date: Tue, 10 Jun 2003 21:51:28 -0500

 This PR can be closed. I no longer see this behavior.
 
 -- 
 Sean Kelly         | PGP KeyID: D2E5E296
 smkelly@zombie.org | http://www.zombie.org
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Wed Jun 11 00:22:20 PDT 2003 
State-Changed-Why:  
Closed at the submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44543 
>Unformatted:
