This is the way the daemon behaves in Oneiric at least.

start_nscd()
{   
        # Return 
        #   0 if daemon has been started or was already running
        #   2 if daemon could not be started
        start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec "$DAEMON" 
--test > /dev/null || return 0
        start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec "$DAEMON" 
|| return 2
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/652876

Title:
  package nscd 2.11.1-0ubuntu7.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/652876/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to