Package: bcfg2-server
Version: 1.3.5-1

Hello,

we're trying to get bcfg2-server 1.3.5 and bcfg2-web from the Debian
Jessie repositories working.
However, the Reporting plugin does not seem to work.

Initially, running 'bcfg2-admin reports init' yielded:
Update failed: Apps aren't loaded yet.

After reading https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755632,
we added the following snippet to
/usr/lib/python2.7/dist-packages/Bcfg2/Server/Admin/Reports.py, line 14:
------------
import django
if hasattr(django, 'setup'):
    django.setup()
------------

Executing 'bcfg2-admin reports init' now results in:
------------
System check identified some issues:
WARNINGS:
?: (1_6.W001) Some project unittests may not execute as expected.
        HINT: Django 1.6 introduced a new default test runner. It looks
like this project was generated using Django 1.5 or earlier. You should
ensure your tests are all running & behaving as expected. See
https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner for
more information.
Update failed: 'Apps' object has no attribute 'app_store'
------------

Opening the bcfg2 client grid web interface delivers an HTTP 500 error.

How do we proceed to get the bcfg2 reporting plugin working?
Is there any additional information we can supply?

Is there any chance the solution will make it into the final Jessie release?

Any help would be appreciated

    Jan-Philip Stecker



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to