<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On ubuntu I am facing an  issue:<br>
    <br>
     While removing package kimchi I get following error:<br>
    <blockquote><small>start-stop-daemon: <b>unrecognized option
          '--remove-pidfile'</b></small><br>
      <small>Try 'start-stop-daemon --help' for more information.</small><br>
      <small>Killed</small><br>
      <small>invoke-rc.d: initscript kimchi, action "stop" failed.</small><br>
      <small>dpkg: error processing package kimchi (--remove):</small><br>
      <small> subprocess installed pre-removal script returned error
        exit status 137</small><br>
      <small>Errors were encountered while processing:</small><br>
      <small> kimchi</small><br>
      <small>E: Sub-process /usr/bin/dpkg returned an error code (1)</small><br>
      <small>W: Operation was interrupted before it could finish</small><br>
    </blockquote>
    <pre class="moz-signature" cols="72">start-stop-daemon --help
Usage: start-stop-daemon [&lt;option&gt; ...] &lt;command&gt;

Commands:
  -S|--start -- &lt;argument&gt; ...  start a program and pass &lt;arguments&gt; to it
  -K|--stop                     stop a program
  -T|--status                   get the program status
  -H|--help                     print help information
  -V|--version                  print version

Matching options (at least one is required):
  -p|--pidfile &lt;pid-file&gt;       pid file to check
  -x|--exec &lt;executable&gt;        program to start/check if it is running
  -n|--name &lt;process-name&gt;      process name to check
  -u|--user &lt;username|uid&gt;      process owner to check

Options:
  -g|--group &lt;group|gid&gt;        run process as this group
  -c|--chuid &lt;name|uid[:group|gid]&gt;
                                change to this user/group before starting
                                  process
  -s|--signal &lt;signal&gt;          signal to send (default TERM)
  -a|--startas &lt;pathname&gt;       program to start (default is &lt;executable&gt;)
  -r|--chroot &lt;directory&gt;       chroot to &lt;directory&gt; before starting
  -d|--chdir &lt;directory&gt;        change to &lt;directory&gt; (default is /)
  -N|--nicelevel &lt;incr&gt;         add incr to the process' nice level
  -P|--procsched &lt;policy[:prio]&gt;
                                use &lt;policy&gt; with &lt;prio&gt; for the kernel
                                  process scheduler (default prio is 0)
  -I|--iosched &lt;class[:prio]&gt;   use &lt;class&gt; with &lt;prio&gt; to set the IO
                                  scheduler (default prio is 4)
  -k|--umask &lt;mask&gt;             change the umask to &lt;mask&gt; before starting
  -b|--background               force the process to detach
  -C|--no-close                 do not close any file descriptor
  -m|--make-pidfile             create the pidfile before starting
  -R|--retry &lt;schedule&gt;         check whether processes die, and retry
  -t|--test                     test mode, don't do anything
  -o|--oknodo                   exit status 0 (not 1) if nothing done
  -q|--quiet                    be more quiet
  -v|--verbose                  be more verbose

</pre>
    Hope that helps.<br>
    Thierry<br>
    <pre class="moz-signature" cols="72">-- 
Thierry Fauck @ linux.vnet.ibm</pre>
  </body>
</html>