Change line 53 in aptBackend.py form this:

_syslog = logging.handlers.SysLogHandler("/dev/log",
logging.handlers.SysLogHandler.LOG_DAEMON)

to this:

_syslog =
logging.handlers.SysLogHandler(logging.handlers.SysLogHandler.LOG_DAEMON)

KPackageKit seems to working and I don't have any error messages now.
But I don't know that the logging is working.

-- 
aptBackend.py crashed with error in connect()
https://bugs.launchpad.net/bugs/430840
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to