Package: pootle
Version: 2.0.0-2
Severity: important

Upgrade fails to start pootle.
Starting Pootle daemon: PootleServer... (failed).
invoke-rc.d: initscript pootle, action "start" failed.
dpkg: error processing pootle (--configure):
 subprocess installed post-installation script returned error exit status
1

Cause of the initial failure seems to be the start-stop daemon. Running
init with -x traces:
+ set -e
+ '[' -r /etc/default/pootle ']'
+ . /etc/default/pootle
++ POOTLE_ENABLE=Yes
++ POOTLE_OPTIONS=
+ case "$POOTLE_ENABLE" in
+ PATH=/sbin:/bin:/usr/sbin:/usr/bin
+ DAEMON=/usr/sbin/PootleServer
+ PIDFILE=/var/run/pootle/pootle.pid
+ POOTLE_USER=pootle
+ POOTLE_GROUP=pootle
+ DESC='Pootle daemon: PootleServer'
+ OPTIONS='-B --pidfile=/var/run/pootle/pootle.pid '
+ case "$1" in
+ '[' '!' -d /var/run/pootle ']'
+ echo -n 'Starting Pootle daemon: PootleServer...'
Starting Pootle daemon: PootleServer...+ LC_ALL=C
+ start-stop-daemon --start --oknodo --pidfile /var/run/pootle/pootle.pid
--exec /usr/bin/python --user pootle --chuid pootle:pootle --umask 002
--startas /usr/sbin/PootleServer -- -B --pidfile=/var/run/pootle/pootle.pid
+ echo ' (failed).'
 (failed).
+ exit 1





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to