'Resource temporarily unavailable' with 2.0.7 under FBSD 4.0R

James Long james at pbsenv.com
Fri Sep 22 20:28:02 GMT 2000


Samba 2.0.7 on 4.0R:

[2000/09/21 10:55:51, 0] smbd/oplock.c:open_oplock_ipc(93)
  open_oplock_ipc: Failed to get local UDP socket for address 100007f. Error
was
 Resource temporarily unavailable

Clues appreciated.

Also, even with the 'wins server' line and 'name resolve order' set to use
wins only, nmblookup still says:

pbssamba:/usr/local/etc> nmblookup pdx-james
querying pdx-james on 172.16.1.255
172.16.1.247 pdx-james<00>

Note that nmblookup is querying on the broadcast address, rather than using
the wins server.  How can I get nmbd to talk to the WINS server instead of
broadcasting?

smb.conf is:

# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not many any basic syntactic errors. 
#
#======================= Global Settings
====================================
[global]
   workgroup = XXXXXX
   security = share
#   security = user
#   domain logons = true
#   NetBIOS name = JLRserver
   wins server = 172.16.1.2
#   name resolve order = wins lmhosts hosts bcast
   name resolve order = wins

[test]
  comment = For testing only, please
  path = /usr/ports
  read only = no
  guest ok = yes
  writeable = yes

[root]
  path = /
  read only = no
  writeable = yes
  guest ok = yes

# [homes]
#   writeable = yes

# [printer$]
#   path = /usr/local/etc/smb/printers
#   public = yes
#   writeable = no
#   browseable = yes

[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
# # Set public = yes to allow user 'guest account' to print
   guest ok = yes
   writeable = no
   printable = yes




More information about the samba mailing list