what do the following mean,
(in my log.smb file)
[2001/11/02 10:51:04, 0] lib/util_sock.c:open_socket_in(827)
Get_Hostbyname: Unknown host
[2001/11/02 10:46:59, 0] smbd/oplock.c:open_oplock_ipc(93)
open_oplock_ipc: Failed to get local UDP socket for address 100007f. Error
was Connection refused
(in my log.client)
[2001/11/02 10:34:04, 0] lib/access.c:client_match(144)
client_match: address match failing due to invalid character '*' found in
token '*' in an allow/deny hosts line.
It keeps squaking about the allow/deny hosts line yet there's not reference
to that in my smb.conf file.
here is my smb.conf below:
# Global parameters
[global]
workgroup = HERMES
netbios name = SCARUB
server string = Samba %v running on FreeBSD 4.4
interfaces = rl0 192.168.0.1/24
security = SHARE
encrypt passwords = Yes
root directory = /var/ftp/UPLOADS
password level = 2
username level = 2
log file = /var/log/samba/log.%m
max log size = 50
lock directory = /usr/local/locks
guest account = pcguest
[uploads]
comment = Uploads folder
path = /var/ftp/UPLOADS
writeable = Yes
directory mask = 0775
inherit permissions = Yes
guest ok = Yes