[Bug 1066556] Re: MAAS install via d-i/tasksel fails whe opening the browser to /MAAS
C de-Avillez
hggdh2 at ubuntu.com
Sun Oct 14 18:56:10 UTC 2012
I tried to open the MAAS URL, and received "The server encountered an
internal error..."
Looking at /var/log/apache2/error.log I see the following python
backtrace:
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] mod_wsgi (pid=1456): Target WSGI script '/usr/share/maas/wsgi.py' cannot be loaded as Python module.
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] mod_wsgi (pid=1456): Exception occurred processing WSGI script '/usr/share/maas/wsgi.py'.
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] Traceback (most recent call last):
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/share/maas/wsgi.py", line 30, in <module>
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] start_up()
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/maasserver/start_up.py", line 59, in start_up
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] inner_start_up()
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/maasserver/start_up.py", line 87, in inner_start_up
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] write_full_dns_config(reload_retry=True)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/maasserver/dns.py", line 309, in write_full_dns_config
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] args=[['reload'], reload_retry]))
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/task/__init__.py", line 353, in delay
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] return self.apply_async(args, kwargs)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/task/__init__.py", line 449, in apply_async
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] publish = publisher or self.app.amqp.publisher_pool.acquire(block=True)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/connection.py", line 657, in acquire
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] R = self.prepare(R)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/pools.py", line 54, in prepare
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] p = p()
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/pools.py", line 45, in <lambda>
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] return lambda: self.create_producer()
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/amqp.py", line 265, in create_producer
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] pub = self.app.amqp.TaskPublisher(conn, auto_declare=False)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/amqp.py", line 328, in TaskPublisher
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] return TaskPublisher(*args, **self.app.merge(defaults, kwargs))
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/amqp.py", line 158, in __init__
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] super(TaskPublisher, self).__init__(*args, **kwargs)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/compat.py", line 61, in __init__
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] super(Publisher, self).__init__(connection, self.exchange, **kwargs)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/messaging.py", line 79, in __init__
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] self.revive(self.channel)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/messaging.py", line 168, in revive
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] channel = channel.default_channel
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/connection.py", line 581, in default_channel
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] self.connection
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/connection.py", line 574, in connection
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] self._connection = self._establish_connection()
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/connection.py", line 533, in _establish_connection
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] conn = self.transport.establish_connection()
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/transport/amqplib.py", line 279, in establish_connection
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] connect_timeout=conninfo.connect_timeout)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/transport/amqplib.py", line 89, in __init__
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] super(Connection, self).__init__(*args, **kwargs)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/connection.py", line 144, in __init__
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] (10, 30), # tune
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/abstract_channel.py", line 95, in wait
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] self.channel_id, allowed_methods)
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/connection.py", line 202, in _wait_method
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] self.method_reader.read_method()
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/method_framing.py", line 221, in read_method
[Sat Oct 13 19:44:13 2012] [error] [client 127.0.0.1] raise m
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1066556
Title:
MAAS install via d-i/tasksel fails whe opening the browser to /MAAS
Status in “debian-installer” package in Ubuntu:
New
Bug description:
Fresh install of 20121014, selecting The MAAS option/new MAAS server
on the initial menu.
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: debian-installer (not installed)
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
CheckboxSubmission: c8a7d84e13c3b258e707f056604eb0e0
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Sun Oct 14 13:38:55 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120701)
MachineType: Dell Inc. Latitude E6410
MemoryUsage:
total used free shared buffers cached
Mem: 8163788 7153800 1009988 0 79064 3306548
-/+ buffers/cache: 3768188 4395600
Swap: 3903484 194396 3709088
ProcEnviron:
TERM=linux
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-17-generic root=/dev/mapper/hostname--vg-hostname--root ro
SourcePackage: debian-installer
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/26/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0K42JR
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: dmi:bvnDellInc.:bvrA09:bd05/26/2011:svnDellInc.:pnLatitudeE6410:pvr0001:rvnDellInc.:rn0K42JR:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6410
dmi.product.version: 0001
dmi.sys.vendor: Dell Inc.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1066556/+subscriptions
More information about the foundations-bugs
mailing list