On 2017-08-03 13:46, Istvan Gabor wrote:
On Mon, 31 Jul 2017 13:14:31 +0200, Carlos E. R. wrote:
Hello again:
To fix my problem I tried to shortcut the no-local IPv4 address problem and set up a router. Now I have local IPv4 address, I have LAN, the computer connects to the internet through the router, still nmbd doesn't start.
/sbin/ifconfig -a eth2 Link encap:Ethernet HWaddr ........... inet addr:192.168.1.64 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::........./64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:179 errors:0 dropped:0 overruns:0 frame:0 TX packets:184 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:16462 (16.0 Kb) TX bytes:20544 (20.0 Kb)
lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
systemctl status nmb ● nmb.service - Samba NMB Daemon Loaded: loaded (/usr/lib/systemd/system/nmb.service; enabled; vendor preset: disabled) Active: failed (Result: timeout) since Thu 2017-08-03 13:32:45 CEST; 9s ago Main PID: 2213 Status: "nmbd: No local IPv4 non-loopback interfaces available, waiting for interface ..." Tasks: 0 (limit: 512) CGroup: /system.slice/nmb.service
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
That's the status. Dis you try to restart the service manually? If still doesn't work, it would seem a bug to me.
systemctl status smb ● smb.service - Samba SMB Daemon Loaded: loaded (/usr/lib/systemd/system/smb.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2017-08-03 13:32:46 CEST; 2min 28s ago Process: 2602 ExecStartPre=/usr/share/samba/update-apparmor-samba-profile (code=exited, status=0/SUCCESS) Main PID: 2613 (smbd) Status: "smbd: ready to serve connections..." Tasks: 4 (limit: 512) CGroup: /system.slice/smb.service ├─2613 /usr/sbin/smbd -D ├─2614 /usr/sbin/smbd -D ├─2615 /usr/sbin/smbd -D └─2618 /usr/sbin/smbd -D
But here it is running. Ah, that's smbd, not nmb -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)