Server no workie

Can you ping the IP?

Yeezur

Is the data and OS on seperate partitions/discks/ drives/locations?
Can you temporarily plug your only monitor and a keyboard+mouse into it for trouble-shooting?
It might be easier to copy the config files / OS files to a spare disk/location and re-install the linux, but only if you are comfortable with re-doing your settings?

As adubs mentioned the UFW, I am thingking that if the machine is working, but you don’t have access, perhaps someone else knocked it’s doors open and gained control?

but more likely something just failed and needs to be re-installed.

There are probably logs to say what service is failing, but without a plugged in monitor…

I got ssh working, by @Adubs recommendation, to disable ufw

@Trooper_ish - all btrfs raids over several disks/ OS separate trying to avoid reformat

Okay, SSH now working.
Doe sit log in with the keys, or do you need to copy the keys to it again?

Are the samba shares still not showing?
Is the samba service running, can you make new shares for testing, before changing existing stuff

When was the last time you updated machine? If recently we may want to look at what packages were upgraded and then trace back to a common failure others have had with that said package

you might want to reconsider if you’re using raid 5 or 6 because of the writehole issue

https://btrfs.wiki.kernel.org/index.php/Status

Penis@Ballz:~$ sudo systemctl status smbd.service

● smbd.service - LSB: start Samba SMB/CIFS daemon (smbd)
Loaded: loaded (/etc/init.d/smbd; bad; vendor preset: enabled)
Active: active (exited) since Fri 2019-07-26 20:42:48 PDT; 43s ago
Docs: man:systemd-sysv-generator(8)
Process: 7581 ExecStop=/etc/init.d/smbd stop (code=exited, status=0/SUCCESS)
Process: 3885 ExecReload=/etc/init.d/smbd reload (code=exited, status=0/SUCCESS)
Process: 7594 ExecStart=/etc/init.d/smbd start (code=exited, status=0/SUCCESS)

Jul 26 20:42:46 Ballz systemd[1]: Starting LSB: start Samba SMB/CIFS daemon (smbd)…
Jul 26 20:42:48 Ballz smbd[7594]: * Starting SMB/CIFS daemon smbd
Jul 26 20:42:48 Ballz smbd[7594]: …done.
Jul 26 20:42:48 Ballz systemd[1]: Started LSB: start Samba SMB/CIFS daemon (smbd).

whats the output of testparm

Penis@Ballz~$ testparm

Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
WARNING: The “syslog” option is deprecated
Processing section “[Stuffs1]”
Processing section “[Stuffs2]”
Processing section “[Stuffs3]”
Processing section “[Stuffs4]”
Processing section “[Stuffs5]”
Processing section “[Stuffs6]”
Processing section “[Stuffs7]”
Processing section “[Stuffs8]”
Processing section “[print$]”
Loaded services file OK.
Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

Global parameters

[global]
server string = %h %v
server role = standalone server
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = Enter\snew\s\spassword:* %n\n Retype\snew\s\spassword:* %n\n password\supdated\ssuccessfully .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
max protocol = SMB3
protocol = SMB3
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb

Can you just not see the samba shared anymore? Have you tried to map the shares on windows? Also maybe drop smb protocol to smb2?

your config looks weird but should work ok.

What happens when you browse to the IP via windows using \\192.168.xxx.xxx?

For some reason I can’t get the max protocol to come out.

nothing

can’t see the whole server