GNOME Bugzilla – Bug 610749
Failed install from ppa Ubuntu repository (Ubuntu 10.04 Lucid ALPHA 2)
Last modified: 2012-03-24 08:28:41 UTC
[snip] Configurazione di nanny (2.29.1-0ubuntu1)... update-rc.d: warning: /etc/init.d/nanny missing LSB information update-rc.d: see <http://wiki.debian.org/LSBInitScripts> Starting nanny (Parental Control Daemon): Traceback (most recent call last):
+ Trace 220679
runApp(config)
_SomeApplicationRunner(config).run()
self.application = self.createOrGetApplication()
application = getApplication(self.config, passphrase) --- <exception caught here> ---
application = service.loadApplication(filename, style, passphrase)
application = sob.loadValueFromFile(filename, 'application', passphrase)
exec fileObj in d, d
import nanny.daemon
from QuarterBack import QuarterBack
from LinuxSessionFiltering import LinuxSessionFiltering as SessionFilter
import gtop
Failed to load application: No module named gtop invoke-rc.d: initscript nanny, action "start" failed. dpkg: errore nell'elaborare nanny (--configure): il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1 [snip] E: Sub-process /usr/bin/dpkg returned an error code (1) ---- Installation from: #Gnome Nanny deb http://ppa.launchpad.net/guadalinex-members/ppa/ubuntu lucid main deb-src http://ppa.launchpad.net/guadalinex-members/ppa/ubuntu lucid main with apt-get
This error also happened to me in Ubuntu Karmic.
This is actually a bug of Ubuntu packaging so I put on Launchpad: http://bugs.launchpad.net/nanny/+bug/526932 The problem is the package python-gtop was (before Ubuntu Karmic) part of python-gtk, but now it's splitted. Anyway, the bug was fixed and the packages were built and uploaded to the PPA. You should have fixed this bug with the new version. If you have still problems, please reopen the bug, or better, reopen the bug on Ubuntu (as long as the bug is not upstream's). Thanks