Activity log for bug #1350235

Date Who What changed Old value New value Message
2014-07-30 08:16:26 Raphaël Badin bug added bug
2014-07-30 08:16:36 Raphaël Badin maas: assignee Gavin Panella (allenap)
2014-07-30 08:17:49 Raphaël Badin description No handlers could be found for logger "metadataserver" Traceback (most recent call last): File "/usr/bin/django-admin", line 5, in <module> management.execute_from_command_line() File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 399, in execute_from_command_line utility.execute() File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 261, in fetch_command commands = get_commands() File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 107, in get_commands apps = settings.INSTALLED_APPS File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 54, in __getattr__ self._setup(name) File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 49, in _setup self._wrapped = Settings(settings_module) File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 128, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 40, in import_module __import__(name) File "/usr/share/maas/maas/settings.py", line 73, in <module> DEFAULT_MAAS_URL = compose_URL_on_IP("http:///", guess_server_address()) File "/usr/lib/python2.7/dist-packages/provisioningserver/utils/__init__.py", line 893, in compose_URL_on_IP if IPAddress(host).version == 6: File "/usr/lib/python2.7/dist-packages/netaddr/ip/__init__.py", line 315, in __init__ 'address from %r' % addr) netaddr.core.AddrFormatError: failed to detect a valid IP address from None The source of the failure is that the default route goes through an aliases interface. No handlers could be found for logger "metadataserver" Traceback (most recent call last):   File "/usr/bin/django-admin", line 5, in <module>     management.execute_from_command_line()   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 399, in execute_from_command_line     utility.execute()   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute     self.fetch_command(subcommand).run_from_argv(self.argv)   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 261, in fetch_command     commands = get_commands()   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 107, in get_commands     apps = settings.INSTALLED_APPS   File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 54, in __getattr__     self._setup(name)   File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 49, in _setup     self._wrapped = Settings(settings_module)   File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 128, in __init__     mod = importlib.import_module(self.SETTINGS_MODULE)   File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 40, in import_module     __import__(name)   File "/usr/share/maas/maas/settings.py", line 73, in <module>     DEFAULT_MAAS_URL = compose_URL_on_IP("http:///", guess_server_address())   File "/usr/lib/python2.7/dist-packages/provisioningserver/utils/__init__.py", line 893, in compose_URL_on_IP     if IPAddress(host).version == 6:   File "/usr/lib/python2.7/dist-packages/netaddr/ip/__init__.py", line 315, in __init__     'address from %r' % addr) netaddr.core.AddrFormatError: failed to detect a valid IP address from None The source of the failure is that the default route goes through an aliased interface.
2014-07-30 09:09:09 Raphaël Badin branch linked lp:~allenap/maas/guess-address-for-alias
2014-07-30 09:49:30 Julian Edwards maas: status Triaged Fix Committed
2014-07-30 09:49:35 Julian Edwards maas: milestone 1.6.1
2014-07-30 09:50:26 Julian Edwards nominated for series maas/1.6
2014-07-30 09:50:26 Julian Edwards bug task added maas/1.6
2014-07-30 09:50:26 Julian Edwards nominated for series maas/1.5
2014-07-30 09:50:26 Julian Edwards bug task added maas/1.5
2014-07-30 09:53:30 Julian Edwards maas/1.5: status New Triaged
2014-07-30 09:53:33 Julian Edwards maas/1.6: status New Triaged
2014-07-30 09:53:34 Julian Edwards maas/1.5: importance Undecided Critical
2014-07-30 09:53:36 Julian Edwards maas/1.6: importance Undecided Critical
2014-07-30 09:53:39 Julian Edwards maas/1.6: milestone 1.5.4
2014-07-30 09:53:41 Julian Edwards maas/1.5: milestone 1.6.0
2014-07-30 10:00:36 Raphaël Badin summary Package fails to install when the default route is through an aliased interface Package fails to install when the default route is through an aliased/tagged interface
2014-07-30 10:01:54 Gavin Panella branch linked lp:~allenap/maas/guess-address-for-alias-redux
2014-07-30 10:21:05 Gavin Panella branch linked lp:~allenap/maas/guess-address-for-alias--1.6
2014-07-30 10:33:16 Gavin Panella branch linked lp:~allenap/maas/guess-address-for-alias--1.5
2014-07-30 10:34:05 Gavin Panella maas/1.5: status Triaged In Progress
2014-07-30 10:34:08 Gavin Panella maas/1.6: status Triaged In Progress
2014-07-30 10:34:11 Gavin Panella maas/1.5: assignee Gavin Panella (allenap)
2014-07-30 10:34:13 Gavin Panella maas/1.6: assignee Gavin Panella (allenap)
2014-07-30 10:59:52 Raphaël Badin maas/1.5: status In Progress Fix Committed
2014-07-30 10:59:54 Raphaël Badin maas/1.6: status In Progress Fix Committed
2014-07-30 15:17:23 Julian Edwards maas/1.6: milestone 1.5.4 1.6.1
2014-07-30 15:17:25 Julian Edwards maas/1.5: milestone 1.6.0 1.5.4
2014-07-30 16:09:06 Julian Edwards maas: milestone 1.6.1
2014-07-30 16:09:09 Julian Edwards maas: status Fix Committed Fix Released
2014-07-30 16:09:13 Julian Edwards maas/1.5: status Fix Committed Fix Released
2014-08-12 07:39:30 Julian Edwards maas/1.6: milestone 1.6.1 1.6.0
2014-08-12 07:39:52 Julian Edwards maas/1.6: milestone 1.6.0
2014-08-12 07:39:54 Julian Edwards maas/1.6: status Fix Committed Fix Released
2014-08-29 19:53:25 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/maas
2014-08-29 19:58:21 Greg Lutostanski description No handlers could be found for logger "metadataserver" Traceback (most recent call last):   File "/usr/bin/django-admin", line 5, in <module>     management.execute_from_command_line()   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 399, in execute_from_command_line     utility.execute()   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute     self.fetch_command(subcommand).run_from_argv(self.argv)   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 261, in fetch_command     commands = get_commands()   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 107, in get_commands     apps = settings.INSTALLED_APPS   File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 54, in __getattr__     self._setup(name)   File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 49, in _setup     self._wrapped = Settings(settings_module)   File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 128, in __init__     mod = importlib.import_module(self.SETTINGS_MODULE)   File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 40, in import_module     __import__(name)   File "/usr/share/maas/maas/settings.py", line 73, in <module>     DEFAULT_MAAS_URL = compose_URL_on_IP("http:///", guess_server_address())   File "/usr/lib/python2.7/dist-packages/provisioningserver/utils/__init__.py", line 893, in compose_URL_on_IP     if IPAddress(host).version == 6:   File "/usr/lib/python2.7/dist-packages/netaddr/ip/__init__.py", line 315, in __init__     'address from %r' % addr) netaddr.core.AddrFormatError: failed to detect a valid IP address from None The source of the failure is that the default route goes through an aliased interface. [Impact] * Cannot install maas-region-controller if the default inet route is through an aliased interface. [Testcase] * Install maas-region-controller when the default inet route goes through an aliased interface [Regression Potential] * Minimal; updated regexes to determine interface names -- new tests added that pass for both non-aliased and aliased interfaces. Also installed with non-aliased interface and succeeded. No handlers could be found for logger "metadataserver" Traceback (most recent call last):   File "/usr/bin/django-admin", line 5, in <module>     management.execute_from_command_line()   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 399, in execute_from_command_line     utility.execute()   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute     self.fetch_command(subcommand).run_from_argv(self.argv)   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 261, in fetch_command     commands = get_commands()   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 107, in get_commands     apps = settings.INSTALLED_APPS   File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 54, in __getattr__     self._setup(name)   File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 49, in _setup     self._wrapped = Settings(settings_module)   File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 128, in __init__     mod = importlib.import_module(self.SETTINGS_MODULE)   File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 40, in import_module     __import__(name)   File "/usr/share/maas/maas/settings.py", line 73, in <module>     DEFAULT_MAAS_URL = compose_URL_on_IP("http:///", guess_server_address())   File "/usr/lib/python2.7/dist-packages/provisioningserver/utils/__init__.py", line 893, in compose_URL_on_IP     if IPAddress(host).version == 6:   File "/usr/lib/python2.7/dist-packages/netaddr/ip/__init__.py", line 315, in __init__     'address from %r' % addr) netaddr.core.AddrFormatError: failed to detect a valid IP address from None The source of the failure is that the default route goes through an aliased interface.
2014-08-29 19:58:58 Greg Lutostanski summary Package fails to install when the default route is through an aliased/tagged interface [SRU] Package fails to install when the default route is through an aliased/tagged interface
2014-09-02 14:11:53 Chris J Arges bug task added maas (Ubuntu)
2014-09-02 14:15:58 Chris J Arges nominated for series Ubuntu Trusty
2014-09-02 14:15:58 Chris J Arges bug task added maas (Ubuntu Trusty)
2014-09-02 14:19:31 Chris J Arges maas (Ubuntu): status New Fix Released
2014-09-02 14:22:20 Greg Lutostanski maas (Ubuntu Trusty): status New Fix Committed
2014-09-02 14:22:23 Greg Lutostanski maas (Ubuntu Trusty): importance Undecided Critical
2014-09-02 14:22:26 Greg Lutostanski maas (Ubuntu Trusty): assignee Greg Lutostanski (lutostag)
2014-09-02 14:22:28 Greg Lutostanski maas (Ubuntu Trusty): milestone trusty-updates
2014-09-03 14:36:40 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2014-09-03 14:36:46 Chris J Arges bug added subscriber SRU Verification
2014-09-03 14:36:48 Chris J Arges tags verification-needed
2014-09-30 18:35:19 Andres Rodriguez tags verification-needed verification-done
2014-09-30 20:18:03 Launchpad Janitor maas (Ubuntu Trusty): status Fix Committed Fix Released