Your message dated Sat, 11 Jul 2009 09:00:20 +1000
with message-id <[email protected]>
and subject line Closing due to lack of response and presumed fixedness
has caused the Debian Bug report #453404,
regarding removal of package fails when puppet is not running
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.)


-- 
453404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453404
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: puppet
Version: 0.20.1-1

I have a system where puppet is not running.

# apt-get remove puppet
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED
  puppet
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives.
After unpacking 1962kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 82071 files and directories currently installed.)
Removing puppet ...
invoke-rc.d: initscript puppet, action "stop" failed.
dpkg: error processing puppet (--remove):
 subprocess pre-removal script returned error exit status 1
invoke-rc.d: initscript puppet, action "start" failed.
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 puppet
E: Sub-process /usr/bin/dpkg returned an error code (1)

# cat /var/lib/dpkg/info/puppet.prerm 
#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/puppet" ]; then
        if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
                invoke-rc.d puppet stop || exit $?
        else
                /etc/init.d/puppet stop || exit $?
        fi
fi
# End automatically added section


Puppet is not running, put the package fails to remove since the prerm
script has failed. I changed the exit $? to exit 0, and I can remove the
package without starting puppet.


Dan



--- End Message ---
--- Begin Message ---
Hi,

Because we haven't heard back from you and we believe this problem to be
resolved, we're closing the bug.

If you disagree with this assessment, reopen the bug.

regards

Andrew

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to