Joined
·
2,107 Posts
I've recently updated (long overdue) my Gentoo box and now mom's XP laptop can no longer access the printer which is attached to said box. It says "Access Denied" which it's always said, but it printed anyway previously.
I'm using the same smb.conf file, but what's different is nmbd fails to start.
I haven't begun researching this, but I was wondering if anyone else had experienced the same problem (granted I know that most of you use *buntu).
I probably just need to update the kernel (currently using 2.6.19.3), although I don't know for sure what that might have to do with it.
Here's some relevant info:
Code:
Just wondering if anything jumps out at you.
Thanks
I'm using the same smb.conf file, but what's different is nmbd fails to start.
I haven't begun researching this, but I was wondering if anyone else had experienced the same problem (granted I know that most of you use *buntu).
I probably just need to update the kernel (currently using 2.6.19.3), although I don't know for sure what that might have to do with it.
Here's some relevant info:
Code:
Code:
[email protected] ~ $ sudo /etc/init.d/samba restart
* samba -> stop: smbd ... [ ok ]
* samba -> stop: nmbd ... [ !! ]
* samba -> start: smbd ... [ ok ]
* samba -> start: nmbd ... [ !! ]
* Error: starting services (see system logs)
* samba -> stop: smbd ... [ ok ]
* samba -> stop: nmbd ... [ !! ]
[email protected] ~ $ tail /var/log/samba/log.smbd
[2008/06/25 20:08:11, 0] smbd/server.c:main(944)
smbd version 3.0.28a started.
Copyright Andrew Tridgell and the Samba Team 1992-2008
[2008/06/25 20:08:11, 1] param/loadparm.c:lp_do_parameter(3533)
WARNING: The "printer admin" option is deprecated
[2008/06/27 19:54:14, 0] smbd/server.c:main(944)
smbd version 3.0.28a started.
Copyright Andrew Tridgell and the Samba Team 1992-2008
[2008/06/27 19:54:14, 1] param/loadparm.c:lp_do_parameter(3533)
WARNING: The "printer admin" option is deprecated
[email protected] ~ $ tail /var/log/samba/log.nmbd
reload_interfaces: No subnets to listen to. Waiting..
[2008/06/27 17:46:34, 0] nmbd/nmbd.c:reload_interfaces(239)
reload_interfaces: No subnets to listen to. Waiting..
[2008/06/27 17:46:34, 0] nmbd/nmbd.c:reload_interfaces(239)
reload_interfaces: No subnets to listen to. Waiting..
[2008/06/27 17:46:34, 0] nmbd/nmbd.c:reload_interfaces(239)
reload_interfaces: No subnets to listen to. Waiting..
[2008/06/27 17:46:34, 0] nmbd/nmbd.c:reload_interfaces(239)
reload_interfaces: No subnets to listen to. Waiting..
[2008/06/27 17:46:34, 0] nmbd/nmbd.c:reload_interfaces(239)
[email protected] ~ $ cat /etc/samba/smb.conf
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2008/06/25 20:06:18
[global]
workgroup = MSHOME
server string = Linux
interfaces = lo, eth0
security = SHARE
map to guest = Bad User
log file = /var/log/samba/log. %m
max log size = 50
acl compatibility = winnt
server signing = auto
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
printcap name = cups
preferred master = No
domain master = No
ldap ssl = no
guest ok = Yes
[RX580]
comment = Epson Stylus Photo RX580
path = /var/spool/samba
printable = Yes
printer name = RX580
[printers]
comment = All Printers
path = /var/spool/samba
printer admin = root
printable = Yes
browseable = No
[Share]
path = /mnt/share
case sensitive = No
strict locking = No
msdfs proxy = no
[email protected] ~ $
Thanks
