affects 793945 + lava-server thanks With this version of python-mock installed, any lava-server instance will raise a HTTP 500 error on all apache access.
In the /var/log/apache2/lava-server.log you'll find something like:
[Thu Jul 30 08:11:14.552339 2015] [wsgi:error] [pid 26284:tid
140572143683328] [remote 127.0.0.1:512] _v =
VersionInfo('mock').semantic_version()
[Thu Jul 30 08:11:14.552366 2015] [wsgi:error] [pid 26284:tid
140572143683328] [remote 127.0.0.1:512] AttributeError: 'VersionInfo'
object has no attribute 'semantic_version'
Workaround:
# if you have a stretch or jessie apt source
apt-get install python-mock=1.0.1-3
apt-mark hold python-mock
apache2ctl restart
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
pgpIP7NI5bIF0.pgp
Description: OpenPGP digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

