Krisbee wrote: 
> On your RPI, what's the output of:
> 
> > 
Code:
--------------------
  >   > 
  > systemctl status nmbd.service
  > 
--------------------
> >  
> 
> Does the samba config file, etc/samba/smb.conf, contain a
> "netbios-name=" line?

Yes it does - this is the complete smb.conf:


Code:
--------------------
    [global]
  workgroup = "STEVES"
  netbios name = "PI-MEDIA"
  server string = Squeeze on Arch Player and Server
  
  local master = yes
  domain master = yes
  preferred master = yes
  os level = 255
  
  password server = None
  guest ok = yes
  guest account = nobody
  security = user
  map to guest = Bad Password
  large readwrite = yes
  socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
  follow symlinks = yes
  wide links = yes
  unix extensions = no
  
  load printers = no
  printing = bsd
  printcap name = /dev/null
  disable spoolss = yes
  
  [storage]
  path = /storage
  guest ok = yes
  writeable = yes
  create mask = 0777
  
  [share_rw]
  path = /share_rw
  guest ok = yes
  writeable = yes
  create mask = 0777
  
  [share_ro]
  path = /share_ro
  guest ok = yes
  writeable = no
  
--------------------


This is the output from the systemctl:


Code:
--------------------
    * nmbd.service - Samba NetBIOS name server
  Loaded: loaded (/usr/lib/systemd/system/nmbd.service; enabled; vendor preset: 
disabled)
  Active: active (running) since Tue 2015-05-05 15:28:23 BST; 28min ago
  Process: 231 ExecStart=/usr/bin/nmbd -D (code=exited, status=0/SUCCESS)
  Main PID: 241 (nmbd)
  CGroup: /system.slice/nmbd.service
  `-241 /usr/bin/nmbd -D
  
  May 05 15:28:31 soa-rpi nmbd[241]:
  May 05 15:28:31 soa-rpi nmbd[241]: Samba server "PI-MEDIA" is now a domain 
....4
  May 05 15:28:31 soa-rpi nmbd[241]:
  May 05 15:28:31 soa-rpi nmbd[241]: *****
  May 05 15:54:00 soa-rpi nmbd[241]: [2015/05/05 15:54:00.321495,  0] 
../sour...2)
  May 05 15:54:00 soa-rpi nmbd[241]: *****
  May 05 15:54:00 soa-rpi nmbd[241]:
  May 05 15:54:00 soa-rpi nmbd[241]: Samba name server "PI-MEDIA" is now a 
lo....4
  May 05 15:54:00 soa-rpi nmbd[241]:
  May 05 15:54:00 soa-rpi nmbd[241]: *****
  
--------------------


Thanks for your help


------------------------------------------------------------------------
steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to