[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2019-03-04 Thread Ryan Harper
@David generally running on OpenStack, instances already identify themselves as OpenStack via DMI properties. It sounds like you've an instance that has failed, please open a new bug against cloud-init and in there if you could you please run: $ cloud-init collect-logs $ sudo sh -c 'cd

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2019-03-01 Thread David Estes
This appears to be an entirely valid bug. VMWARE does not always use DatasourceOVF. When using OpenStack VIO (Openstack on VMWARE) the ec2 datasource fallback is no longer being used as of this more recent update. OpenStack VIO exposes user-data on 169.254.169.254 but now we get a platform unknown

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread ChristianEhrhardt
Also not an open-vm-tools issue, setting invalid on that as well. ** Changed in: open-vm-tools (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760776

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread Ryan Harper
I'm marking this bug as invalid as the scenario described is not valid. Installing cloud-init into a desktop image does not mean that cloud-init service will run; it's a boot time service that requires providing cloud-init a valid datasource. If you disagree, please reopen and provide further

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread Ryan Harper
> this issue doesn't exist in ubuntu-18.04-Server-64. The server image for 18.04 uses cloud-init during its initial boot as part of how the new server installer works; The desktop does not use cloud-init in any way; it is not expected to run desktop images; cloud- init is a boot-time service for

Re: [Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread Ryan Harper
On Wed, Apr 4, 2018 at 5:44 AM, Pengpeng Sun <1760...@bugs.launchpad.net> wrote: > Yes, I saw 'No ds found [mode=search, notfound=disabled]. Disabled > cloud-init' from /run/cloud-init/ds-identify.log, will attach it. > > The Ubuntu Server is the server build I downloaded from below link and >

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread Pengpeng Sun
list -Rl /etc/cloud .: cloud.cfg cloud.cfg.d templates ./cloud.cfg.d: 05_logging.cfg 90_dpkg.cfg README ./templates: chef_client.rb.tmpl hosts.debian.tmpl hosts.freebsd.tmpl hosts.redhat.tmpl hosts.suse.tmpl ntp.conf.debian.tmpl ntp.conf.fedora.tmpl ntp.conf.opensuse.tmpl ntp.conf.rhel.tmpl

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread Pengpeng Sun
** Attachment removed: "ds-identify.log" https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1760776/+attachment/5101168/+files/ds-identify.log ** Attachment added: "ds-identify.log"

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread Pengpeng Sun
Yes, I saw 'No ds found [mode=search, notfound=disabled]. Disabled cloud-init' from /run/cloud-init/ds-identify.log, will attach it. The Ubuntu Server is the server build I downloaded from below link and installed on a VMware VM. Server: http://cdimage.ubuntu.com/ubuntu-server/daily/current/ I

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread Pengpeng Sun
** Attachment added: "ds-identify.log" https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1760776/+attachment/5101168/+files/ds-identify.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread Dimitri John Ledkov
When you mention that the issue does not exist with Ubuntu Server -> what do you mean? self-installed ubuntu server? or a VMware specific cloud image? What is the output of ds-identify there? contents of /etc/cloud? -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-04 Thread Dimitri John Ledkov
cloud-init no longer runs, unless ds-identify can identify the platform that this machine is supposed to be configured as. Thus by default, simply installing cloud-init will be inert. What data sources are you expecting to use, and have you manually configured /etc/cloud appropriately? Or ensure

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-03 Thread Pengpeng Sun
reproduced the same issue on Apr.1 build 1. tried reboot, cloud-init service was still inactive. 2. I checked /var/log/cloud-init-output.log, it says 'netstat' cmd not found. After install net-tools, and run "service cloud-init start", still can not active it. /var/log/cloud-init-output.log says

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-03 Thread Pengpeng Sun
** Attachment added: "cloud-init.tar.gz" https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1760776/+attachment/5100599/+files/cloud-init.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-03 Thread Ryan Harper
You can also do: apport-collect 1760776 and cloud-init collect-logs # this writes a cloud-init.tar.gz to the current directory And attach those to this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-03 Thread ChristianEhrhardt
I think with no config provided it is supposed to disable itself, so it is doing the right thing. Also see [1] for that. But there are two things that can help debugging this in any case. 1. please check if it would work and run after reboot 2. after that please fetch and upload here the files

[Bug 1760776] Re: cloud-init (18.2-0ubuntu1) service is not running in ubuntu-18.04-desktop-64

2018-04-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: open-vm-tools (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760776