[Bug 1444086] Re: cloud-init removes SharedConfig.XML on new instances of Azure
Scott Moser
smoser at ubuntu.com
Tue Apr 14 18:38:57 UTC 2015
so, to give an idea on what happens here.
cloud-init boots, finds its on azure, and then runs:
service walinuxagent start
it expects that that will produce some files in some amount of time (60 seconds).
if it does not find those, it complains and goes on.
/var/log/waagent.log has similar messages about missing
sharedconfig.xml
2015/04/14 16:13:44 Finished processing ExtensionsConfig.xml
2015/04/14 16:13:44 ERROR:Traceback (most recent call last):
2015/04/14 16:13:44 ERROR: File "/usr/sbin/waagent", line 4600, in AddSystemInfo
2015/04/14 16:13:44 ERROR: sharedConfig = xml.dom.minidom.parse("/var/lib/waagent/SharedConfig.xml").childNodes[0]
2015/04/14 16:13:44 ERROR: File "/usr/lib/python2.7/xml/dom/minidom.py", line 1918, in parse
2015/04/14 16:13:44 ERROR: return expatbuilder.parse(file)
2015/04/14 16:13:44 ERROR: File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 922, in parse
2015/04/14 16:13:44 ERROR: fp = open(file, 'rb')
2015/04/14 16:13:44 ERROR:IOError: [Errno 2] No such file or directory: '/var/lib/waagent/SharedConfig.xml'
2015/04/14 16:13:44 ERROR:
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1444086
Title:
cloud-init removes SharedConfig.XML on new instances of Azure
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1444086/+subscriptions
More information about the Ubuntu-server-bugs
mailing list