[SWLUG] Samba networking problems
Phillip Evans
phillip at phillipevans.mail1.co.uk
Wed Nov 25 19:08:04 UTC 2009
Hi All,
I am having problems networking with samba since "upgrading" kubuntu
9.04 -> 9.1
Basically, I have a desktop, to which is attached a Brother laser
printer, which was running 9.04 very successfully. I also have a Acer
laptop running Vista (now upgraded to W7) and Linux Mint 7 (which I use
most of the time). I had setup various shares on the desktop which I
could access from the laptop using either OS without any problems. I did
not need to do any special configuration of samba except specify the
shares, it just worked out of the box. I could also access the laptop
from the desktop but most of the time I needed to access the desktop
from the laptop.
Since the upgrade to 9.1, I cannot get samba working as before, I can
access the laptop from the desktop but the laptop will not see the
desktop which is what I need.
Any help on this would be welcome, it is probably a simple item I have
overlooked.
Below is a listing of the smb.conf file and /var/log/samba/samba - which
is all warnings.
SMB.CONF
*netbios name = Samba
server string = Samba file and print server
workgroup = Workgroup
security = user
hosts allow = 192.168.1.0
interfaces = 192.168.1.0/24
bind interfaces only = yes
remote announce = 192.168.1.255
remote browse sync = 192.168.1.255
printcap name = cups
load printers = yes
cups options = raw
printing = cups
guest account = smbguest
log file = /var/log/samba/samba.log
max log size = 1000
null passwords = no
username level = 6
password level = 6
encrypt passwords = yes
unix password sync = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
domain master = no
preferred master = no
domain logons = no
os level = 33
logon drive = m:
logon home = \\%L\homes\%u
logon path = \\%L\profiles\%u
logon script = %G.bat
time server = no
name resolve order = wins lmhosts bcast
wins support = no
wins proxy = no
dns proxy = no
preserve case = yes
short preserve case = yes
client use spnego = no
client signing = no
client schannel = no
server signing = no
server schannel = no
nt pipe support = yes
nt status support = yes
allow trusted domains = no
obey pam restrictions = yes
enable spoolss = yes
client plaintext auth = no
disable netbios = no
follow symlinks = no
update encrypted = yes
pam password change = no
passwd chat timeout = 120
hostname lookups = no
username map = /etc/samba/smbusers
smb passwd file = /etc/samba/smbpasswd
passwd program = /usr/bin/passwd '%u'
passwd chat = *New*password* %n\n *ReType*new*password* %n\n
*passwd*changed*\n
add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account'
-s /dev/null '%u'
add user to group script=/usr/sbin/useradd -d /dev/null -c 'Samba User
Account' -s /dev/null -g '%g' '%u'
add group script = /usr/sbin/groupadd '%g'
delete user script = /usr/sbin/userdel '%u'
delete user from group script = /usr/sbin/userdel '%u' '%g'
delete group script = /usr/sbin/groupdel '%g'
add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c
'Samba Machine Account' -s /dev/null -M '%u'
machine password timeout = 120
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /dev/null
winbind use default domain = yes
winbind separator = @
winbind cache time = 360
winbind trusted domains only = yes
winbind nested groups = no
winbind nss info = no
winbind refresh tickets = no
winbind offline logon = no
[homes]
comment = Home Directories
path = /home
read only = no
available = yes
browseable = yes
writable = yes
guest ok = no
public = no
printable = no
share modes = no
locking = no
[netlogon]
comment = Network Logon Service
path = /home/netlogon
read only = no
available = yes
browseable = yes
writable = no
guest ok = no
public = no
printable = no
share modes = no
locking = no
[profiles]
comment = User Profiles
path = /var/samba/profiles
read only = no
available = yes
browseable = no
writable = yes
guest ok = no
public = no
printable = no
locking = no
create mode = 0600
directory mask = 0700
[printers]
comment = All Printers
path = /var/spool/samba
browseable = yes
writable = no
guest ok = no
public = no
printable = yes
share modes = no
locking = no
[pdf-documents]
path = /home/pdf-documents
comment = Converted PDF Documents
available = yes
browseable = yes
writeable = yes
guest ok = yes
[pdf-printer]
path = /tmp
comment = PDF Printer Service
printable = yes
guest ok = yes
use client driver = yes
printing = bsd
print command = /usr/bin/gadmin-samba-pdf %s %u
lpq command =
lprm command =
[oodocs]
path = /home/shag/oodocs
comment = docs
read only = no
available = yes
browseable = yes
writable = yes
guest ok = no
public = no
printable = no
share modes = no
locking = no
/VAR/LOG/SAMBA/SAMBA
[2009/11/25 00:32:28, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 00:32:28, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 00:32:28, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 00:32:28, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 00:32:28, 0] printing/print_cups.c:103(cups_connect)
Unable to connect to CUPS server localhost:631 - Connection refused
[2009/11/25 00:32:28, 0] printing/print_cups.c:103(cups_connect)
Unable to connect to CUPS server localhost:631 - Connection refused
[2009/11/25 00:43:47, 0] lib/access.c:410(check_access)
Denied connection from (192.168.1.201)
[2009/11/25 00:43:47, 1] smbd/process.c:2051(smbd_process)
Connection denied from 192.168.1.201
[2009/11/25 00:43:48, 0] lib/access.c:410(check_access)
Denied connection from (192.168.1.201)
[2009/11/25 00:43:48, 1] smbd/process.c:2051(smbd_process)
Connection denied from 192.168.1.201
[2009/11/25 14:39:18, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 14:39:18, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 14:39:18, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 14:39:18, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 14:39:18, 0] printing/print_cups.c:103(cups_connect)
Unable to connect to CUPS server localhost:631 - Connection refused
[2009/11/25 14:39:18, 0] printing/print_cups.c:103(cups_connect)
Unable to connect to CUPS server localhost:631 - Connection refused
[2009/11/25 18:23:14, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 18:23:14, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 18:23:14, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 18:23:14, 1] param/loadparm.c:7466(lp_do_parameter)
WARNING: The "share modes" option is deprecated
[2009/11/25 18:23:14, 0] printing/print_cups.c:103(cups_connect)
Unable to connect to CUPS server localhost:631 - Connection refused
[2009/11/25 18:23:14, 0] printing/print_cups.c:103(cups_connect)
Unable to connect to CUPS server localhost:631 - Connection refused
*
More information about the Swlug
mailing list