Announcement

Collapse
No announcement yet.

SAMBA issues

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SAMBA issues

    Does anyone know if there are issues with SAMBA on 15.10? I have it set like all my other systems that use it but on this machine running 15.10 I have to do the below before it will ever show up under any system's SAMBA Shares for the workgroup they are a part.

    Code:
    /etc/init.d/samba restart

    #2
    has 15.10 switched to systemd?
    on a fresh boot check its status
    Code:
    systemctl status samba
    then to restart it
    Code:
    systemctl restart samba
    if its not starting try adding it to systemds start up .
    Code:
    systemctl enable samba
    also, is the job called samba? i thought the service was smbd (for server)
    Last edited by sithlord48; Nov 02, 2015, 07:37 AM.
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    Comment


      #3
      I don't use samba on 15.10 but I do use NFS. The problem I was having that might be related is a change to fstab for network drives. Try adding this to your cifs mount in fstab if you're mounting that way:

      x-systemd.automount

      If this doesn't help, try reviewing your logs.

      Please Read Me

      Comment


        #4
        Thanks! Will do on both as needed. Will report back when can.

        Comment

        Working...
        X