search for: winbind_start_pid_started

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

2017 Jun 23
0
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
..._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 WINBIND_START_PID_STARTED="$(cat /var/run/winbindd/pid)" if [ "$WINBIND_START_PID" -eq "$WINBIND_START_PID_STARTED" ]; then echo "winbind started successfully" exit 0 else echo "winbind fail to start or pid mismatch, check your smb.conf." exit...
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.