<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'DejaVu Sans Mono'; font-size:9pt; font-weight:400; font-style:normal;">On Thursday 16 April 2009 18:42:39 Carlo Aquilini wrote:<br>
&gt; Hello, I discovered it during acpid upgrade that failed claiming that it<br>
&gt; couldn't stop and restart the service (solved by momentarily<br>
&gt; renaming /etc/init.d/acpid and then upgrading).<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>The output of the upgrade should be provided.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>&gt; <br>
&gt; <br>
&gt; One example could be "freepops":<br>
&gt; $ ps aux | grep freepops<br>
&gt; carlo     8052  0.0  0.0   3212   752 pts/0    S+   10:28   0:00 grep<br>
&gt; freepops<br>
&gt; nobody   15771  0.4  0.3  27936  7448 ?        S    09:48<br>
&gt; 0:11 /usr/bin/freepopsd -p 110 -n -s nobody.nogroup<br>
&gt; <br>
&gt; $ sudo invoke-rc.d freepops stop<br>
&gt;  * Stopping freepops daemon freepopsd                [ OK ] <br>
&gt; invoke-rc.d: initscript freepops, action "stop" failed.<br>
&gt; <br>
&gt; $ ps aux | grep freepops<br>
&gt; carlo    11644  0.0  0.0   3212   752 pts/0    R+   10:34   0:00 grep<br>
&gt; freepops<br>
&gt; <br>
&gt; $ sudo invoke-rc.d freepops start<br>
&gt;  * Starting freepops daemon freepopsd                [ OK ] <br>
&gt; invoke-rc.d: initscript freepops, action "start" failed.<br>
&gt; <br>
&gt; $ ps aux | grep freepops<br>
&gt; nobody   12303  0.0  0.0   5980  1708 ?        S    10:35<br>
&gt; 0:00 /usr/bin/freepopsd -p 110 -n -s nobody.nogroup<br>
&gt; carlo    12690  0.0  0.0   3212   752 pts/0    R+   10:36   0:00 grep<br>
&gt; freepops<br>
&gt; <br>
&gt; <br>
&gt; So that package "freepops" is stopped and started successfully, but<br>
&gt; invoke-rc.d claims that the actions failed.<br>
&gt; This happens with every service in /etc/init.d/<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>I installed the freepops package to investigate, and then run the following<br>
commands:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>root@nomad:/home/kelmo# invoke-rc.d freepops start<br>
Starting freepops daemon: freepopsd.<br>
root@nomad:/home/kelmo# invoke-rc.d freepops stop<br>
Stopping freepops daemon: freepopsd.<br>
root@nomad:/home/kelmo#<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>The output look a little different to yours, and I cannot reproduce the<br>
failure.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Thanks, Kel.</p></body></html>