Page 2 of 2

Re: Windows can't connect to my shares

Posted: Fri May 03, 2019 2:59 pm
by bigfoot65
Please post the URL for:

Code: Select all

sudo systemctl status smb | fpaste
Need to determine why Samba is not running.

Also have you done OS updates:

Code: Select all

sudo dnf update

Re: Windows can't connect to my shares

Posted: Fri May 03, 2019 9:22 pm
by gdukin
The status command returned:
https://paste.fedoraproject.org/paste/O ... 79cjcreOPw


I had done the update prior, just tried it again, and it said that there was nothing to do.

I appreciate the help, sorry I can't be of easier help...

Re: Windows can't connect to my shares

Posted: Sat May 04, 2019 9:42 am
by bigfoot65
Thanks for the info. Wasn’t helpful unfortunately.

Try:

Code: Select all

journalctl -xe
Look for errors related to Samba.

This may point to your issue.

Re: Windows can't connect to my shares

Posted: Sat May 04, 2019 12:41 pm
by gdukin
2 things:
First, this all came about as I was considering updating to the newest release of Amahi, and I wanted to back up my files first. Given that I can't easily access my files, should I just try to update and hope things work ok?

Second: the Journal command didn't seem to be much info to me, but perhaps it means something to you?
-- The start-up result is done.
May 04 14:37:17 localhost.localdomain systemd[29343]: Startup finished in 199ms.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/li ... temd-devel
--
-- All system services necessary queued for starting at boot have been
-- successfully started. Note that this does not mean that the machine is
-- now idle as services might still be busy with completing start-up.
--
-- Kernel start-up required KERNEL_USEC microseconds.
--
-- Initial RAM disk start-up required INITRD_USEC microseconds.
--
-- Userspace start-up required 199935 microseconds.
May 04 14:37:17 localhost.localdomain systemd[1]: Started User Manager for UID 1
-- Subject: Unit user@1000.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/li ... temd-devel
--
-- Unit user@1000.service has finished starting up.
--
-- The start-up result is done.

Re: Windows can't connect to my shares

Posted: Sat May 04, 2019 6:17 pm
by gdukin
Otherwise, is there a way to somehow repair Samba through the command line?