Solved: Only first device can connect to Samba after restart
|
23rd Jan, 2018, 10:32 AM
Post: #2
|
|||
|
|||
RE: Only first device can connect to Samba after restart
After a short test (usually I do not use SAMBA on XBian), I can confirm this issue.
The reason is, smbd process is spawned by inetd process, and this seems not working correctly under Stretch. For a quick fix, you can 1) disable smbd via inetd: comment out two lines in fild /etc/inetd.conf like this Code: ###netbios-ssn stream tcp nowait root /usr/sbin/smbd smbd 2) comment out RUN_MODE line in file /etc/default/samba Code: #RUN_MODE="inetd" 3) make sure that /etc/init/smbd.conf looks like this: Code: description "SMB/CIFS File Server" and is not empty 4) reboot |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Only first device can connect to Samba after restart - Dzintars Bergs - 23rd Jan, 2018, 07:13 AM
RE: Only first device can connect to Samba after restart - Nachteule - 23rd Jan, 2018 10:32 AM
RE: Only first device can connect to Samba after restart - Dzintars Bergs - 24th Jan, 2018, 09:29 AM
RE: Only first device can connect to Samba after restart - tookdrums - 2nd Aug, 2018, 11:20 PM
RE: Only first device can connect to Samba after restart - Nachteule - 1st Jan, 2019, 02:06 AM
RE: Only first device can connect to Samba after restart - victorpatrick - 26th May, 2023, 12:50 PM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] SAMBA with USB mountet Device under RC3 | Cre@tsheR | 10 | 26,732 |
16th Aug, 2015 03:28 AM Last Post: hbunjes |