I just updated my system this week for the first time in a few months. First I did
I believe it was after this point that my PS2 console, which the FreeBSD box serves files to, started saying "Unable to connect to SMB server".
I can ping the PS2 console from my BSD machine.
I can see the open 445 port if I scan localhost with security/nmap.
I've tried accessing the share with other machines besides the PS2 console. It doesn't work at all.
Absolutely nothing has changed besides the aforementioned updates.
I checked
I also tried going back to samba46, which for some reason can no longer coexist with x11-fm/thunar. It doesn't change a thing, so I'm pretty positive the change in samba version isn't the culprit.
Here's my /usr/local/etc/smb4.conf:
Besides being a SMB server, this is also the box I use for everything else, and nothing else is broken besides samba.
Any ideas on how I can troubleshoot this issue?
Thanks in advance.
Edit: More info on the thunar thing. It seems that actually, for some reason, my system thinks samba48 is a dependency of thunar. It won't let me remove samba48 without removing thunar. It won't let me install thunar without samba48. That's why it wouldn't let samba46 and thunar coexist.
pkg upgrade
. This, along with updating all my packages, replaced samba46 with samba48, apparently because of dependency problems. No sweat. Everything kept working fine. I then ran freebsd-update fetch
and freebsd-update install
. This updated from 12.0-RELEASE-p3 to 12.0-RELEASE-p10.I believe it was after this point that my PS2 console, which the FreeBSD box serves files to, started saying "Unable to connect to SMB server".
I can ping the PS2 console from my BSD machine.
I can see the open 445 port if I scan localhost with security/nmap.
service samba_server status
says that both smbd and nmbd are running.I've tried accessing the share with other machines besides the PS2 console. It doesn't work at all.
Absolutely nothing has changed besides the aforementioned updates.
I checked
ifconfig
and the static IP I set up is being used properly.I also tried going back to samba46, which for some reason can no longer coexist with x11-fm/thunar. It doesn't change a thing, so I'm pretty positive the change in samba version isn't the culprit.
Here's my /usr/local/etc/smb4.conf:
Code:
[global]
workgroup = [redacted]
dns proxy = no
map to guest = bad user
netbios name = [redacted]
usershare allow guests = yes
security = user
socket options = TCP_NODELAY IPTOS_LOWDELAY
getwd cache = yes
#use sendfile = true
write cache size = 262144
[PS2SMB]
path = /home/diesel/PS2SMB
browseable = yes
writable = yes
read only = no
guest ok = yes
public = yes
available = yes
create mask = 0777
force create mode = 777
force directory mode = 777
Besides being a SMB server, this is also the box I use for everything else, and nothing else is broken besides samba.
Any ideas on how I can troubleshoot this issue?
Thanks in advance.
Edit: More info on the thunar thing. It seems that actually, for some reason, my system thinks samba48 is a dependency of thunar. It won't let me remove samba48 without removing thunar. It won't let me install thunar without samba48. That's why it wouldn't let samba46 and thunar coexist.