From owner-freebsd-bugs@FreeBSD.ORG Mon Aug 9 13:00:14 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D361A1065679 for ; Mon, 9 Aug 2010 13:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9639A8FC1C for ; Mon, 9 Aug 2010 13:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o79D0EhL062588 for ; Mon, 9 Aug 2010 13:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o79D0EPE062587; Mon, 9 Aug 2010 13:00:14 GMT (envelope-from gnats) Date: Mon, 9 Aug 2010 13:00:14 GMT Message-Id: <201008091300.o79D0EPE062587@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kirill A Sarksyan Cc: Subject: Re: kern/147756: [libc] open_socket_in: Protocol not supported - after a few days? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kirill A Sarksyan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2010 13:00:14 -0000 The following reply was made to PR kern/147756; it has been noted by GNATS. From: Kirill A Sarksyan To: bug-followup@FreeBSD.org, martin.minkus@punz.co.nz Cc: Subject: Re: kern/147756: [libc] open_socket_in: Protocol not supported - after a few days? Date: Mon, 09 Aug 2010 16:34:46 +0400 --=-6p5pAF8Sjv1gnTThEges Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit I confirm this on FreeBSD 7.3-RELEASE #12: Thu Jul 1 01:27:47 MSD 2010. On start Samba log contains: [2010/08/09 16:19:04, 1] smbd/files.c:177(file_init) file_init: Information only: requested 16384 open files, 7014 are available. [2010/08/09 16:19:04, 0] lib/util_sock.c:902(open_socket_in) open_socket_in(): socket() call failed: Protocol not supported [2010/08/09 16:19:04, 0] smbd/server.c:457(smbd_open_one_socket) smbd_open_once_socket: open_socket_in: Protocol not supported [2010/08/09 16:19:04, 0] lib/util_sock.c:902(open_socket_in) open_socket_in(): socket() call failed: Protocol not supported [2010/08/09 16:19:04, 0] smbd/server.c:457(smbd_open_one_socket) smbd_open_once_socket: open_socket_in: Protocol not supported %pkg_info | grep samba samba34-3.4.8 A free SMB and CIFS client and server for UNIX And Windows clients cannot use Samba shares at all. --=-6p5pAF8Sjv1gnTThEges Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit I confirm this on FreeBSD 7.3-RELEASE #12: Thu Jul  1 01:27:47 MSD 2010.
On start Samba log contains:
[2010/08/09 16:19:04,  1] smbd/files.c:177(file_init)
  file_init: Information only: requested 16384 open files, 7014 are available.
[2010/08/09 16:19:04,  0] lib/util_sock.c:902(open_socket_in)
  open_socket_in(): socket() call failed: Protocol not supported
[2010/08/09 16:19:04,  0] smbd/server.c:457(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Protocol not supported
[2010/08/09 16:19:04,  0] lib/util_sock.c:902(open_socket_in)
  open_socket_in(): socket() call failed: Protocol not supported
[2010/08/09 16:19:04,  0] smbd/server.c:457(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Protocol not supported

%pkg_info | grep samba
samba34-3.4.8       A free SMB and CIFS client and server for UNIX

And Windows clients cannot use Samba shares at all.


--=-6p5pAF8Sjv1gnTThEges--