search for: 47min

Displaying 2 results from an estimated 2 matches for "47min".

Did you mean: 7min
2017 May 17
0
Upgraded > Samba no longer listening on 192.168.0.x
....service Loaded: masked (/dev/null) Active: inactive (dead) ================ root at debian:~# systemctl status samba-ad-dc ● samba-ad-dc.service - LSB: start Samba daemons for the AD DC Loaded: loaded (/etc/init.d/samba-ad-dc) Active: active (exited) since Wed 2017-05-17 12:25:44 CEST; 47min ago May 17 12:25:44 debian systemd[1]: Started LSB: start Samba daemons for the AD DC. ================ root at debian:~# systemctl disable samba-ad-dc Synchronizing state for samba-ad-dc.service with sysvinit using update-rc.d... Executing /usr/sbin/update-rc.d samba-ad-dc defaults insserv: warni...
2017 May 17
2
Upgraded > Samba no longer listening on 192.168.0.x
that init script is ok. Try adding the following in your smb.conf Add : interfaces = 192.168.249.230 127.0.0.1 Or interfaces = eth0 lo ( change eth0 to your interface name) Check: systemctl status samba systemctl status samba-ad-dc If samba-ad-dc is enable, disable that one, and enable samba. systemctl disable samba-ad-dc systemctl enable samba Greetz, Louis >