Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 13:53:19 -0600 (CST)
From:      Sean Kelly <smkelly@zombie.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/44543: Duplicate lock of type 'inp' when starting Samba
Message-ID:  <20021027195319.C82D5414D9@edgemaster.zombie.org>

next in thread | raw e-mail | index | archive | help

>Number:         44543
>Category:       kern
>Synopsis:       Duplicate lock of type 'inp' when starting Samba
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 27 12:00:16 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021027195319.C82D5414D9>