Skip site navigation (1)Skip section navigation (2)
Date:      Fri, May 5 2000 12:28:08 GMT-0400
From:      jfreeze@qx.net
To:        questions@freebsd.org
Subject:   Need smbd config help
Message-ID:  <77365954A3D.AAA64B1@mail2.qx.net>

next in thread | raw e-mail | index | archive | help
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




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