Hi guys,
I am running Fedora 14 and samba was running sweetly untill i updated the kernel to install the nvidia display drivers on and when i rebooted it all went to poop. The config hasn't changed and it still shares the files (i can access it through \\192.168.2.6\ but it won't broadcast it's netbios name.
Here is my config:
Quote:
[global]
workgroup = WORKGROUP
server string = Pluto
netbios name = Pluto
interfaces = lo eth0 192.168.2.6
hosts allow = 127. 192.168.2.
log file = /var/log/samba/log.%m
max log size = 50
security = share
; passdb backend = tdbsam
encrypt passwords = no
guest ok = yes
guest account = root
[Applications]
comment = Applications
browsable = yes
writeable = yes
path = /home/share01/Applications
guest ok = yes
[Games]
comment = Games
browsable = yes
writeable = yes
path = /home/share01/Games
guest ok = yes
[Movies]
comment = Movies
browsable = yes
writeable = yes
path = /home/share01/Movies
guest ok = yes
[Music]
comment = Music
browsable = yes
writeable = yes
path = /home/share01/Music
guest ok = yes
[Operating Systems]
comment = Operating Systems
browsable = yes
writeable = yes
path = /home/share01/Operating Systems
guest ok = yes
[TV Shows]
comment = TV Shows
browsable = yes
writeable = yes
path = /home/share01/TV Shows
guest ok = yes
[Wallpapers]
comment = Wallpapers
browsable = yes
writeable = yes
path = /home/share01/Wallpapers
guest ok = yes
|
I have been monitoring the logs and it keeps returning the following error:
Quote:
[2011/01/25 21:02:41, 0] smbd/server.c:1119(main)
smbd version 3.5.5-68.fc14 started.
Copyright Andrew Tridgell and the Samba Team 1992-2010
[2011/01/25 21:02:41.135472, 0] smbd/server.c:500(smbd_open_one_socket)
smbd_open_once_socket: open_socket_in: Address already in use
[2011/01/25 21:02:41.136602, 0] smbd/server.c:500(smbd_open_one_socket)
smbd_open_once_socket: open_socket_in: Address already in use
|
I have googled the error extensively and all i can seem to find about it is the port is already in use, but i have killed any running copies of samba many times over, have made sure the port is clear but yet every time i start samba, same error. Can anyone assist plox, This is killing me.