[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Full install/removal/upgrade test results available



On Wed, 2010-11-17 at 21:33:52 +0100, Andreas Tille wrote:
> On Wed, Nov 17, 2010 at 12:28:54PM -0600, Lucas Nussbaum wrote:
> > It seems that after installation of dict-wn, there's a process that is still
> > running, so destroying the chroot fails.
> 
> I'm quoting the relevant part of dict-wn postinst resp. postrm:

>     remove|purge)
>         if [ -x /usr/sbin/dictdconfig ]; then dictdconfig -w ;fi
> 
>         # if [ -x /etc/init.d/dictd ]; then /etc/init.d/dictd restart; fi
>         if which invoke-rc.d >/dev/null 2>&1; then
>             invoke-rc.d dictd restart
>         else
>             /etc/init.d/dictd restart
>         fi
>         exit 0

> Can you imagine that this might cause the problem?  The other content of
> the package is simply a dictionary.  So either the call of dictd init
> script is wrong or dictd itself has a problem.  What do you think?

It's restarting (instead of stoppping) on remove/purge.

regards,
guillem


Reply to: