From owner-freebsd-questions Fri May 5 9:28:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darkstar.qx.net (darkstar.qx.net [208.235.88.101]) by hub.freebsd.org (Postfix) with ESMTP id E978037B9D2 for ; Fri, 5 May 2000 09:28:10 -0700 (PDT) (envelope-from jfreeze@qx.net) Received: from mail2.qx.net (mail.qx.net [208.235.88.233]) by darkstar.qx.net (8.9.3/8.9.3) with ESMTP id MAA00317 for ; Fri, 5 May 2000 12:28:09 -0400 From: jfreeze@qx.net Received: from mail.qx.net ([208.235.88.43]) by mail2.qx.net (Netscape Messaging Server 3.6) with SMTP id AAA64B1 for ; Fri, 5 May 2000 12:26:21 -0400 To: questions@freebsd.org Cc: Subject: Need smbd config help Date: Fri, May 5 2000 12:28:08 GMT-0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <77365954A3D.AAA64B1@mail2.qx.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get smbd running on FBSD 3.4R. I have a W98 box and FBSD on a local network. From W98 I can ping and telnet to FBSD. From FBSD I can connect to W98 via smbclient. What I would like to do is, while in W98, map a drive to FBSD. The problem is that I get an error when starting smbd. When I start the smbd daemon, smbd reports the following error in its log file [2000/05/05 11:49:40, 1] smbd/files.c:file_init(216) file_init: Information only: requested 10000 open files, 1054 are available. [2000/05/05 11:49:43, 0] locking/shmem.c:smb_shm_unregister_process(475) ERROR smb_shm_unregister_process : couldn't find pid 38481 in file /var/spool/lock/SHARE_MEM_FILE.processes [2000/05/05 11:49:43, 0] locking/shmem.c:smb_shm_unregister_process(475) ERROR smb_shm_unregister_process : couldn't find pid 38480 in file /var/spool/lock/SHARE_MEM_FILE.processes Why does it need 10000 open files? Is this correct? Why the SHARE_MEM_FILE error? Does this have something to do with the 10000 open files, ie, it has run out of file handles? I am running smbd 2.0.6. Below is my smb.conf file. # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 2000/04/21 12:47:41 # Global parameters [global] workgroup = INKJET_RING netbios name = KOLOB server string = Samba Server log file = /usr/local/samba/var/log.%m max log size = 50 dns proxy = No wins server = 157.184.155.13 [jfreeze] comment = Jims Home Directory path = /home/jfreeze admin users = jfreeze read only = No hosts allow = 157.184 Thanks for any help. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message