[Bug 1311158] Re: WebUI do not work after fresh install

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

** Changed in: maas (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread Jonathan
I've found that if I perform a fresh install, without internet access
(while still having a fully configured network), that the install works
and I have full access to the web ui.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread JP
Thanks Jonathan for the work around.
I tried the MAAS install option with a network connected machine, I got the 
error.
I tried a server base install, then adding MAAS components (apt-get) with a 
network connected machine, I got the error.
But installing from ISO with network card configured and cable unplugged 
delivered a working solution.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread Zack Parrish
I can also get what appears to be a functioning MAAS controller with web
UI following Jonathan's work around.  However, I'm still having a heck
of a time getting the web UI to recognize the boot images I've imported
through MAAS command line.  It's also proving quite difficult to get a
node to show up in the web UI nodes page.

For the record, I'm testing all of this on VMs.  The controller and all
nodes will be virtualized.

Also, if I run:

sudo apt-get update
sudo apt-get upgrade

it breaks my working installation and goes right back to the Internal
Server error message from Apache.  Updating does pull down an update
to:

python-django

which appears to be tied to a lot of the originally posted errors.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread Torkel Lyng
Encountered the same error here, unable to import functools.partial
after fresh installation. Current state of 14.04 Server MAAS
installation is broken.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread Alessandro Pilotti
As a temporary workaround, I got it working with:

sudo apt-get install -y python-django=1.6.1-2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread TechnicalAbuse
The python-django=1.6.1-2 downgrade worked on my installation.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread Marc Deslauriers
*** This bug is a duplicate of bug 1311433 ***
https://bugs.launchpad.net/bugs/1311433

This is likely because of the python-django security update, see
#1311433

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread BUSSY Jean-Daniel
*** This bug is a duplicate of bug 1311433 ***
https://bugs.launchpad.net/bugs/1311433

I confirm the workaround. I got it working with:

sudo apt-get install -y --force-yes python-django=1.6.1-2
sudo dpkg-reconfigure maas-region-controller

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread Luke Faraone
*** This bug is a duplicate of bug 1311433 ***
https://bugs.launchpad.net/bugs/1311433

** This bug has been marked a duplicate of bug 1311433
   REGRESSION: AttributeError: 'functools.partial' object has no attribute 
'__module__'

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs