Your message dated Thu, 20 Jan 2011 10:50:31 -0800
with message-id <[email protected]>
and subject line Re: Bug#610639: Installation of winbind does not activate the
winbindd daemon
has caused the Debian Bug report #610639,
regarding Installation of winbind does not activate the winbindd daemon
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
610639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610639
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: winbind - Samba nameservice integration server
Version: 2:3.5.6~dfsg-3
Kernel: 2.6.32-5-amd64
Distribution: testing "squeeze"
Date: 20110120 (jan 20 2011)
The installation of the winbind pre-compiled .deb package do not
update the System-V init script links to /etc/initd/winbind.
As result, the winbindd daemon do not start at the system startup and
the host can't work properly in SBM enviroment.
Temporal solution is perform the following command as root:
# update-rc.d winbind defaults
--- End Message ---
--- Begin Message ---
On Thu, Jan 20, 2011 at 02:24:25PM -0300, Javier Argentina wrote:
> Package: winbind - Samba nameservice integration server
> Version: 2:3.5.6~dfsg-3
> Kernel: 2.6.32-5-amd64
> Distribution: testing "squeeze"
> Date: 20110120 (jan 20 2011)
> The installation of the winbind pre-compiled .deb package do not
> update the System-V init script links to /etc/initd/winbind.
It most certainly does:
# Automatically added by dh_installinit
if [ -x "/etc/init.d/winbind" ]; then
update-rc.d winbind defaults >/dev/null
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d winbind start || exit $?
else
/etc/init.d/winbind start || exit $?
fi
fi
> As result, the winbindd daemon do not start at the system startup and
> the host can't work properly in SBM enviroment.
> Temporal solution is perform the following command as root:
> # update-rc.d winbind defaults
The two most likely explanations for such a failure are:
- the winbind package is not configured, so never reached this part of the
postinst script
- you had some symlinks in place under /etc/rc?.d for winbind but not in
all runlevels where they're expected; update-rc.d doesn't create symlinks
in this case
The latter seems to be ruled out by your statement that running update-rc.d
again creates the symlinks. But in any case the winbind package is clearly
doing the right thing (and this hasn't changed in years), so I'm closing
this report as invalid.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
--- End Message ---