← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1859891] [NEW] fail to start cloud init

 

Public bug reported:

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

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups