kopano-spamd not working anymore after upgrade latest nightly build
-
Hi All,
Kopano-spamd wont start anymore with the latest nightly build.
the error:
pidfile = pidlockfile.TimeoutPIDLockFile(pidfile, 10)
NameError: global name ‘pidlockfile’ is not definedkopano-spamd version:
Version 8.7.80.587.10057ac52 -
Hai,
i suggest look at:
man kopano-spamd.cfg
i’ve just had an extra look, I installed it and it starts fine here.With just the default config. ( no spamd config files in /etc/kopano )
-
@ckruijntjens said:
pidfile = pidlockfile.TimeoutPIDLockFile(pidfile, 10)
NameError: global name ‘pidlockfile’ is not definedpip install lockfile
pyko: remove bundled daemon/lockfile modules
++umgfoin.
-
kan we also run kopano-spamd with python3.6?
Now it runs with kopano 2.7 and i still get the error after install pip install lockfile
-
@ckruijntjens said in kopano-spamd not working anymore after upgrade latest nightly build:
kopano 2.7
Doesn’t exist.
Please post your environment (better add it to your signature).
You have to install python-dependencies for the python-environment in use with kopano-spamd.
e.g.pip2.7 ... pip3.6 ...
-
sorry i mean it runs now with python2.7 (kopano-spamd)
i allredeay installed it for the different envirments howere i keep getting the same error.
with pip2.7 lockfile is installed and pidlockfile can not be installed.
i get an error. wheni am at home i wll post the error.
-
@ckruijntjens
can you try:pip install service daemon lockfile pidlockfile
-
You are rigt. this resolved the problem. Thank you!
-
@ckruijntjens said:
kan we also run kopano-spamd with python3.6?
Yes, but not out of the box, yet.
bg,
++umgfoin.