Re: Problem updating doodled
- From: Michael Lightfoot <michael.lightfoot@xxxxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 23:58:34 +1000
On Wednesday 31 May 2006 08:36, Florian Kulzer wrote:
I would first try to find out why the pre-removal script cannot stop theStart works, stop fails.
daemon. Is the daemon running at all? You can check it with
ps -ef | grep [d]oodled
If the daemon is not running you can try the start/stop actions yourself
(as root):
invoke-rc.d doodled start
invoke-rc.d doodled stop
Maybe that will give you an error message which indicates what is wrong.This doesn't work - it still complains that the stop of the daemon fails.
If there is no error you can start the daemon again and see if that is
enough to satisfy the pre-removal script.
If all else fails you can try to force the removal of the package:
dpkg -r --force-all doodled
I then simply tried commenting out the guts of the stop function
in /etc/init.d/doodled and running the upgrade, which worked.
invoke-rc.d doodled stop still fails. Here is the function
from /etc/init.d/doodled:
DAEMON=/usr/bin/doodled
NAME=doodled
DESC="doodle daemon"
stop)
echo -n "Stopping $DESC: "
start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
--exec $DAEMON
echo "$NAME."
;;
--
==================================
Michael Lightfoot
michael.lightfoot@xxxxxxxxxxxxxxxx
==================================
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- Problem updating
- From: Michael Lightfoot
- Re: Problem updating
- From: Florian Kulzer
- Problem updating
- Prev by Date: Re: Free SWF to AVI converter for Sarge
- Next by Date: Re: OT: Politics [Was:Social Contract]
- Previous by thread: Re: Problem updating
- Next by thread: Samba logs for both IP address and Hostname
- Index(es):
Relevant Pages
|
|