Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Samba not working anymore
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Samba not working anymore
11th May, 2015, 09:33 AM (This post was last modified: 11th May, 2015 09:35 AM by deHakkelaar.)
Post: #2
deHakkelaar Offline
Administrator
******
Posts: 360
Joined: Dec 2012
Reputation: 23
RE: Samba not working anymore
Samba is not running as a daemon but kickstarted by the 'inetd' daemon, for example:

Terminal
$ netstat -plnt
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 668/inetd
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 668/inetd

$ cat /etc/inetd.conf
# SAMBA NetBIOS services (for PC file and print sharing)
netbios-ssn stream tcp nowait root /usr/sbin/smbd smbd
microsoft-ds stream tcp nowait root /usr/sbin/smbd smbd

$ update-inetd --disable netbios-ssn
$ update-inetd --disable microsoft-ds

$ netstat -plnt

$ update-inetd --enable netbios-ssn
$ update-inetd --enable microsoft-ds

$ netstat -plnt
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 668/inetd
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 668/inetd

Ps. I did not need to enter any credentials to connect to the shares on XBian (out of the box).

There are only 10 types of people in the world: those who understand binary, and those who don't
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Samba not working anymore - mindless - 10th May, 2015, 11:36 PM
RE: Samba not working anymore - deHakkelaar - 11th May, 2015 09:33 AM
RE: Samba not working anymore - mindless - 11th May, 2015, 04:21 PM
RE: Samba not working anymore - deHakkelaar - 12th May, 2015, 12:38 AM
RE: Samba not working anymore - mindless - 17th May, 2015, 08:23 PM
RE: Samba not working anymore - deHakkelaar - 17th May, 2015, 11:59 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 7th Jun, 2025, 12:40 AM Powered By MyBB, © 2002-2025 MyBB Group.