yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #81341
[Bug 1859891] Re: fail to start cloud init
Hello magnate, thanks for your report.
This looks like a local configuration problem, rather than a bug in
cloud-init. The cloud-init package (like all the packages in Ubuntu) do
not install things in /usr/local/, so the cloud-init file you are trying
to run does not come from the Ubuntu package. You probably tried to
install cloud-init manually, without using apt. With the installation in
a dirty state it's difficult to tell anything on what could be wrong.
Since we use this bug tracker to track bugs in cloud-init, rather than
configuration or setup problems, I'm marking this bug as Invalid.
If you believe that this is really a bug, then you may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in cloud-init rather than a
problem specific to your system, and then change the bug status back to
New.
** Changed in: cloud-init
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1859891
Title:
fail to start cloud init
Status in cloud-init:
Invalid
Bug description:
My ironic server with ubuntu fails to start cloud init which is be installed by apt.
I analyze the cloud-init.service and so on ,and find that ExecStart=/usr/bin/cloud-init init
[Service]
Type=oneshot
ExecStart=/usr/bin/cloud-init init
RemainAfterExit=yes
TimeoutSec=0
but,the apt installs cloud init in dirrectory /usr/local/bin/cloud-
init。
hence,I take the following steps to slove the problem:
ln -s /usr/local/bin/cloud-init /usr/bin/cloud-init
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1859891/+subscriptions
References