FS#30619 - [systemd] /usr/bin/systemd-analyze exits with TypeError
Attached to Project:
Arch Linux
Opened by Felix Yan (felixonmars) - Tuesday, 10 July 2012, 02:33 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 21 July 2012, 13:21 GMT
Opened by Felix Yan (felixonmars) - Tuesday, 10 July 2012, 02:33 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 21 July 2012, 13:21 GMT
|
Details
I'm getting this error when running
"/usr/bin/systemd-analyze plot":
Traceback (most recent call last): File "/usr/bin/systemd-analyze", line 309, in <module> verb.get(args[0], unknown_verb)() File "/usr/bin/systemd-analyze", line 277, in plot surface.finish() TypeError: must be str, not bytes I could get correct result by running "python2 /usr/bin/systemd-analyze plot" So maybe the first line should be changed to python2 and depends on python2-cairo? Additional info: * package version(s) testing/systemd 186-2 |
This task depends upon
Closed by Dave Reisner (falconindy)
Saturday, 21 July 2012, 13:21 GMT
Reason for closing: Fixed
Additional comments about closing: testing/systemd-tools-187-2
reverted to python2 until cairo can be fixed.
Saturday, 21 July 2012, 13:21 GMT
Reason for closing: Fixed
Additional comments about closing: testing/systemd-tools-187-2
reverted to python2 until cairo can be fixed.
Yes I've had python-dbus and python-cairo installed but it does not help.