Alright, thank you again for your help; I know you guys have better things to do than help strangers out with things they should be able to figure out on their own.
Moving on:
ss -tulpn | grep LISTEN produces
:
root@DietPi:~# ss -tulpn | grep LISTEN
tcp LISTEN 0 50 0.0.0.0:445 0.0.0.0:* users:(("smbd",pid=3634,fd=31))
tcp LISTEN 0 5 127.0.0.1:4711 0.0.0.0:* users:(("pihole-FTL",pid=558,fd=13))
tcp LISTEN 0 50 0.0.0.0:139 0.0.0.0:* users:(("smbd",pid=3634,fd=32))
tcp LISTEN 0 1024 0.0.0.0:80 0.0.0.0:* users:(("lighttpd",pid=567,fd=4))
tcp LISTEN 0 32 0.0.0.0:53 0.0.0.0:* users:(("pihole-FTL",pid=558,fd=5))
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=628,fd=3))
tcp LISTEN 0 50 [::]:445 [::]:* users:(("smbd",pid=3634,fd=29))
tcp LISTEN 0 5 [::1]:4711 [::]:* users:(("pihole-FTL",pid=558,fd=11))
tcp LISTEN 0 50 [::]:139 [::]:* users:(("smbd",pid=3634,fd=30))
tcp LISTEN 0 1024 [::]:80 [::]:* users:(("lighttpd",pid=567,fd=5))
tcp LISTEN 0 32 [::]:53 [::]:* users:(("pihole-FTL",pid=558,fd=7))
tcp LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=628,fd=4))
systemctl
● smbd.service - Samba SMB Daemon
Loaded: loaded (/lib/systemd/system/smbd.service; disabled; vendor preset: en
abled)
Active: active (running) since Sun 2021-05-23 16:03:39 BST; 1 day
9h ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 3633 ExecStartPre=/usr/share/samba/update-apparmor-samba-profile (cod
e=exited, status=0/SUCCESS)
Main PID: 3634 (smbd)
Status: "smbd: ready to serve connections..."
Tasks: 3 (limit: 4915)
CGroup: /system.slice/smbd.service
├─3634 /usr/sbin/smbd --foreground --no-process-group
├─3637 /usr/sbin/smbd --foreground --no-process-group
└─3638 /usr/sbin/smbd --foreground --no-process-group
May 23 16:03:39 DietPi systemd[1]: Starting Samba SMB Daemon...
May 23 16:03:39 DietPi systemd[1]: Started Samba SMB Daemon.
May 23 21:44:14 DietPi smbd[27871]: pam_unix(samba:session): session closed for
user nobody
May 24 22:46:28 DietPi smbd[13293]: pam_unix(samba:session): session closed for
user nobody
● smbd.service - Samba SMB Daemon
Loaded: loaded (/lib/systemd/system/smbd.service; disabled; vendor preset: en
abled)
Active: active (running) since Sun 2021-05-23 16:03:39 BST; 1 day
9h ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 3633 ExecStartPre=/usr/share/samba/update-apparmor-samba-profile (cod
e=exited, status=0/SUCCESS)
Main PID: 3634 (smbd)
Status: "smbd: ready to serve connections..."
Tasks: 3 (limit: 4915)
CGroup: /system.slice/smbd.service
├─3634 /usr/sbin/smbd --foreground --no-process-group
├─3637 /usr/sbin/smbd --foreground --no-process-group
└─3638 /usr/sbin/smbd --foreground --no-process-group
May 23 16:03:39 DietPi systemd[1]: Starting Samba SMB Daemon...
May 23 16:03:39 DietPi systemd[1]: Started Samba SMB Daemon.
May 23 21:44:14 DietPi smbd[27871]: pam_unix(samba:session): session closed for
user nobody
May 24 22:46:28 DietPi smbd[13293]: pam_unix(samba:session): session closed for
user nobody
Finally, it looks like Windows is the issue.
Netuse reveals
“System error 1222 has occurred. The network is not present or not started.”
I’m going to go do some searching to see what I can find about this and wait for a reply here in the mean time