Still present in 12.04.2 oon mandos version 1.4.0-1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1003383
Title:
mandos server fails starting
To manage notifications about this bug go to:
https://b
After almost a whole year, this problem still exists in 12.04:
root@xxx:~# service mandos start
Traceback (most recent call last):
File "/usr/sbin/mandos", line 764, in
class AlternateDBusNamesMetaclass(DBusObjectWithProperties
AttributeError: type object 'DBusObjectWithProperties' has no a
This bug was fixed in the package mandos - 1.5.5-1
Sponsored for Mandos Maintainers (mandos-maintainers)
---
mandos (1.5.5-1) unstable; urgency=low
* New upstream release.
* debian/copyright (Format): Updated to
"http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
** Changed in: mandos (Ubuntu)
Importance: Undecided => High
** Changed in: mandos (Ubuntu)
Status: New => Confirmed
** Changed in: mandos (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
Right. It turns out that the newer version of python-dbus that Ubuntu
uses (1.0.0) differs from the version in Debian unstable (0.84.0).
(dbus.service.Object no longer has a __metaclass__ attribute.) By
somewhat of a coincidence, the code in Mandos using metaclasses has
been rewritten in version