On Nov 16 2016, Nikolaus Rath <[email protected]> wrote: >> ----------------------------------------------------------------------- >> Captured stderr call >> ------------------------------------------------------------------------ >> WARNING: Maximum object sizes less than 1 MiB will degrade performance. >> ERROR: Uncaught top-level exception: >> Traceback (most recent call last): >> File "/root/s3ql-2.21/bin/mount.s3ql", line 26, in <module> >> s3ql.mount.main(sys.argv[1:]) >> File "/root/s3ql-2.21/src/s3ql/mount.py", line 204, in main >> sd_notify('READY=1') >> File "systemd/daemon.pyx", line 41, in systemd.daemon.notify >> (systemd/daemon.c:41) >> TypeError: state must be an instance of Notigication > > Hmm. Apparently systemd changed the calling convention in a backwards > incompatible way. I suspect this may be a bug in systemd, but I'll have > to check.
Actually, I think you've got some third-party python-systemd module installed. You should be using the one that comes with systemd (from https://github.com/systemd/python-systemd/). It looks like you have https://github.com/mosquito/python-systemd, which is incompatible with the "real" systemd module. The fact that the author chose to give it the same name is not a good sign. Best, -Nikolaus -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
