2015-12-09 19:59:43 |
Ricardo Bánffy |
description |
On a Xenial/1.10 clean install (patched /usr/bin/twistd3 and with plugins in /usr/lib/python3/dist-packages/twisted/plugins), through the MAAS UI I added DNS/DHCP information to a cluster interface. The machine has two interfaces, ens3 connected to the host network and ens9 connected to the MAAS internal network.
The log transcript is below:
==> /var/log/maas/regiond.log <==
2015-12-09 17:42:16 [HTTPChannel,7,127.0.0.1] 500 Error - /MAAS/clusters/0b733a83-2de4-4ac6-8d73-472ea60f54cc/interfa
ces/ens9/edit/
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/provisioningserver/twisted/web/wsgi.py", line 459, in run
appIterator = self.application(self.environ, self.startResponse)
File "/usr/lib/python3/dist-packages/django/core/handlers/wsgi.py", line 189, in __call__
response = self.get_response(request)
File "/usr/lib/python3/dist-packages/maasserver/utils/views.py", line 227, in get_response
response = get_response(request)
File "/usr/lib/python3/dist-packages/maasserver/utils/views.py", line 216, in get_response
request, get_resolver(None), sys.exc_info())
--- <exception caught here> ---
File "/usr/lib/python3/dist-packages/maasserver/utils/views.py", line 201, in get_response
return django_get_response(request)
File "/usr/lib/python3/dist-packages/maasserver/utils/orm.py", line 369, in __exit__
self.fire()
File "/usr/lib/python3/dist-packages/provisioningserver/utils/twisted.py", line 197, in wrapper
return func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/maasserver/utils/async.py", line 195, in fire
self._fire_in_reactor(hook).wait(LONGTIME)
File "/usr/lib/python3/dist-packages/crochet/_eventloop.py", line 231, in wait
result.raiseException()
File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line 368, in raiseException
raise self.value.with_traceback(self.tb)
provisioningserver.twisted.protocols.amp.UnhandledCommand: (b'UNHANDLED', 'Unknown Error [xenial-maas-110-tes
t:pid=3731:cmd=ConfigureDHCPv4:ask=6]') |
On a Xenial/1.10 clean install (patched /usr/bin/twistd3 and with plugins in /usr/lib/python3/dist-packages/twisted/plugins), through the MAAS UI, I added DNS/DHCP information to a cluster interface. The machine has two interfaces, ens3 connected to the host network and ens9 connected to the MAAS internal network. Update returned a plain non-templated error page and generated a traceback in regiond.log
The log transcript is below:
==> /var/log/maas/regiond.log <==
2015-12-09 17:42:16 [HTTPChannel,7,127.0.0.1] 500 Error - /MAAS/clusters/0b733a83-2de4-4ac6-8d73-472ea60f54cc/interfa
ces/ens9/edit/
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/provisioningserver/twisted/web/wsgi.py", line 459, in run
appIterator = self.application(self.environ, self.startResponse)
File "/usr/lib/python3/dist-packages/django/core/handlers/wsgi.py", line 189, in __call__
response = self.get_response(request)
File "/usr/lib/python3/dist-packages/maasserver/utils/views.py", line 227, in get_response
response = get_response(request)
File "/usr/lib/python3/dist-packages/maasserver/utils/views.py", line 216, in get_response
request, get_resolver(None), sys.exc_info())
--- <exception caught here> ---
File "/usr/lib/python3/dist-packages/maasserver/utils/views.py", line 201, in get_response
return django_get_response(request)
File "/usr/lib/python3/dist-packages/maasserver/utils/orm.py", line 369, in __exit__
self.fire()
File "/usr/lib/python3/dist-packages/provisioningserver/utils/twisted.py", line 197, in wrapper
return func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/maasserver/utils/async.py", line 195, in fire
self._fire_in_reactor(hook).wait(LONGTIME)
File "/usr/lib/python3/dist-packages/crochet/_eventloop.py", line 231, in wait
result.raiseException()
File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line 368, in raiseException
raise self.value.with_traceback(self.tb)
provisioningserver.twisted.protocols.amp.UnhandledCommand: (b'UNHANDLED', 'Unknown Error [xenial-maas-110-tes
t:pid=3731:cmd=ConfigureDHCPv4:ask=6]') |
|