[Bug 1724128] Re: Need a Success / Failure notification mechanism when cloud-init finishes.

2018-03-05 Thread Sankar Tanguturi
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1724128 Title: Need a Success / Failure notification mechanism when cloud-init

[Bug 1667831] Re: cloud-init dependency for open-vm-tools service

2018-02-21 Thread Sankar Tanguturi
Thanks for the fix. > It also breaks the service, but that is another story :-/ Can you please provide more information about what service is broken? Is open-vm-tools service broken? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1731325] Re: dlopen crashed with Segmentation Fault

2017-11-09 Thread Sankar Tanguturi
** Description changed: In one of our applications, we use dlopen to open a bunch of library (.so) files in the following order: 1. zlib 1.2.8 version (not the one bundled in Ubuntu 17.10) 2. gtk-x11-2.0.so.0 bundled in the system 3. libSM.so.6 bundled in the system The dlopen

[Bug 1731325] Re: dlopen crashed with Segmentation Fault

2017-11-09 Thread Sankar Tanguturi
gdb stacktrace is as follows: (gdb) where #0 0x1510 in ?? () #1 0x77de5a6a in call_init (l=, argc=argc@entry=4, argv=argv@entry=0x7fffe4d8, env=env@entry=0x7fffe500) at dl-init.c:72 #2 0x77de5b7b in call_init (env=0x7fffe500, argv=0x7fffe4d8,

[Bug 1731325] [NEW] dlopen crashed with Segmentation Fault

2017-11-09 Thread Sankar Tanguturi
Public bug reported: In one of our applications, we use dlopen to open a bunch of library (.so) files in the following order: 1. zlib 1.2.8 version (not the one bundled in Ubuntu 17.10) 2. gtk-x11-2.0.so.0 bundled in the system 3. libSM.so.6 bundled in the system The dlopen api crashes with

[Bug 1731325] Re: dlopen crashed with Segmentation Fault

2017-11-09 Thread Sankar Tanguturi
I set LD_DEBUG=all and executed the application. Attaching the output just for a reference. ** Attachment added: "Output with LD_DEBUG option set to all" https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1731325/+attachment/5006644/+files/LD_DEBUG.output ** Description changed: - In one

[Bug 1724128] [NEW] Need a Success / Failure notification mechanism when cloud-init finishes.

2017-10-16 Thread Sankar Tanguturi
Public bug reported: I discussed this issue during the 'cloud-init' summit that happened in August 2017. Logging a bug for tracking purposes. Today, there is no way for datasources to get notified about success / failure when cloud-init finishes executing. Following is an example: > From

[Bug 1513531] Re: Error while installing

2017-09-11 Thread Sankar Tanguturi
I got the same error while installing 'open-vm-tools-desktop' package. Any update for the fix? Thanks Sankar. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1513531 Title: Error while installing

[Bug 1667831] Re: cloud-init dependency for open-vm-tools service

2017-04-25 Thread Sankar Tanguturi
Joshua, Why is this marked as 'Invalid'? Thanks Sankar -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667831 Title: cloud-init dependency for open-vm-tools service To manage notifications about

[Bug 1667831] Re: cloud-init dependency for open-vm-tools service

2017-04-11 Thread Sankar Tanguturi
Can we get this fix in Ubuntu 17.04 release? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667831 Title: cloud-init dependency for open-vm-tools service To manage notifications about this bug go

[Bug 1667831] Re: cloud-init dependency for open-vm-tools service

2017-03-17 Thread Sankar Tanguturi
Adding the following two lines to 'open-vm-tools' service unit file fixes the issue. DefaultDependencies=no Before=cloud-init-local.service Here is the total content of 'open-vm-tools.service' file """ [Unit] Description=Service for virtual machines hosted on VMware