[Bug 1789097] Re: winbind does not work after reboot on Mint 19 / Ubuntu 18.04
Andreas Hasenack
andreas at canonical.com
Mon Sep 10 16:54:17 UTC 2018
As a workaround, could you try creating this file: /usr/lib/networkd-
dispatcher/routable.d/10-winbind
with these contents:
#!/bin/sh
pid=$(systemctl show winbind -p MainPID --value)
if [ "$pid" -ne "0" ]; then
kill -HUP $pid
fi
Then make it executable: sudo chmod +x /usr/lib/networkd-dispatcher/routable.d/10-winbind
That's assuming you have the networkd-dispatcher package installed. It's
not mandatory, but likely that you have it. If you don't, then please
install it.
--
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1789097
Title:
winbind does not work after reboot on Mint 19 / Ubuntu 18.04
To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1789097/+subscriptions
More information about the Ubuntu-server-bugs
mailing list