*** This bug is a duplicate of bug 1029415 ***
https://bugs.launchpad.net/bugs/1029415
apt-get remove libldap-2.4-2:i386 libcurl3-gnutls:i386
The above solved this issue for me on 64-bit 12.04
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is sub
Yeah I did stumble upon that bug when I was researching this issue last
week.
Thanks for all your help Scott.
--
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/1086646
Title:
text
Error in syntax. No bug here.
** Changed in: cloud-init (Ubuntu)
Status: Incomplete => Invalid
--
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/1086646
Title:
text/x-shell
Yes actually I did fix that in a later boothook, but this is after I
went with the all-in-one boothook (that injects into rc.local to run a
shell script once network was up)
I see. So messing with the cloud.cfg broke the system. My bad.
Thanks for the time Scott and sorry for sending you on a wil
Ok. There must be something up with my scripts then. Launching with your
user-data file Scott,
root@ip-10-199-0-143:~# cat userscript.log
=== Fri Dec 7 12:01:16 EST 2012: running
/var/lib/cloud/instance/scripts/my-userscript ===
root@ip-10-199-0-143:~# cat boothook.log
=== Fri Dec 7 12:01:09
Thanks for the info Scott.
To to clarify, I under you can user hostname in a cloud-config, the
problem I am solving is for autoscaling launch configuration and needing
a common base hostname (for config management purposes and only for
humans to identify) but unique amongst them.
So the host name
Public bug reported:
>From my testing, it seems if you have a multipart user-data file that
contains both a boothook and a shell script, the latter will not run. I
have been testing with all sorts of user-data files and only in this
setup (a boothook AND a script) do I see the shell script not run