search for: winbind_start_pid

Displaying 2 results from an estimated 2 matches for "winbind_start_pid".

2017 Jun 23
0
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
..._installinit if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then if [ -x "/etc/init.d/winbind" ]; then update-rc.d winbind defaults >/dev/null invoke-rc.d winbind start sleep 0.5 WINBIND_START_PID="$(ps fax| grep winbindd |grep -v grep | awk {'print $1'} | head -n1)" if [ ! -f /var/run/samba/winbindd.pid ]; echo "error, /var/run/samba/winbindd.pid does not exist, winbind is not starting, check your smb.conf" exit 1 else WINB...
2017 Jun 23
2
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
On Fri, 23 Jun 2017 12:40:35 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > > Better to fire up a bug in debian BTS? > > > Which version of samba did you upgrade to ? > > Where did it come from, a Debian repo or Louis's ? > > Louis's repo.