19th March 2017, 22:12
(19th March 2017, 22:03)leszek Wrote: Smbd is the samba-server. Usually it should not take that long.
Can you try disabling it via the systemd configuration of systemsettings or using the command sudo systemctl disable smbd and see if it fixes it.
Of course only if you don't use samba server.
Also be aware of using code tags for pasted stuff in the forum for the antispam mechanism not to block or ban you.
It also helps in terms of readibility
Yup, as I said, I will use Pastebin in the future.
When running your command I get the following:
smbd.service is not a native service, redirecting to systemd-sysv-install
Executing /lib/systemd/systemd-sysv-install disable smbd
insserv: warning: current start runlevel(s) (empty) of script `smbd' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `smbd' overrides LSB defaults (0 1 6).
Clearly I have no understanding how systemd works.
Thanks.