[Bug 1570743] Re: cobbler-web does not seem to work due to AppRegistryNotReady at /

2016-07-08 Thread Nish Aravamudan
Please do test the PPA build at: 
https://launchpad.net/~nacc/+archive/ubuntu/cobbler
which should isnstall 2.6.6+dfsg1-12~ubuntu16.04.1~ppa5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570743

Title:
  cobbler-web does not seem to work due to AppRegistryNotReady at /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1570743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570743] Re: cobbler-web does not seem to work due to AppRegistryNotReady at /

2016-07-08 Thread Nish Aravamudan
I'm working on SRUing cobbler 2.6.6 + fixes from Yakkety back to Xenial.
I think that's the right way to fix this, rather than trying to patch
unmaintained code (2.4 based).

** Changed in: cobbler (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570743

Title:
  cobbler-web does not seem to work due to AppRegistryNotReady at /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1570743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570743] Re: cobbler-web does not seem to work due to AppRegistryNotReady at /

2016-04-18 Thread Alberto Salvia Novella
** Changed in: cobbler (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570743

Title:
  cobbler-web does not seem to work due to AppRegistryNotReady at /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1570743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570743] Re: cobbler-web does not seem to work due to AppRegistryNotReady at /

2016-04-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: cobbler (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570743

Title:
  cobbler-web does not seem to work due to AppRegistryNotReady at /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1570743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570743] Re: cobbler-web does not seem to work due to AppRegistryNotReady at /

2016-04-15 Thread Muelli
I modified /usr/share/cobbler/web/cobbler.wsgi like this:

#import django.core.handlers.wsgi
#application = django.core.handlers.wsgi.WSGIHandler()

from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()


and it seems to work better.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570743

Title:
  cobbler-web does not seem to work due to AppRegistryNotReady at /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1570743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs