[Bug 1369465] Re: [SRU] nova resize doesn't resize(extend) rbd disk files when using rbd disk backend

2016-08-15 Thread Edmund Rhudy
Jorge is reporting it on my behalf; the error occurs for me with images_type=lvm. images_type=rbd is fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1369465 Title: [SRU] nova resize doesn't

[Bug 1484740] Re: 14.04.2 LTS trousers version 0.3.11.2-1 fails to start

2016-06-08 Thread Edmund Rhudy
I had this problem and hacked around this grunchiness by unpacking the package, rewriting the postinst script, and then configuring it: https://github.com/bloomberg/chef- bcpc/blob/master/cookbooks/bcpc/recipes/tpm.rb#L40-L50 -- You received this bug notification because you are a member of

[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-23 Thread Edmund Rhudy
Screwed up the above script, it should be from nova.api.metadata import base class CustomVendordata(base.VendorDataDriver): def __init__(self, *args, **kwargs): super(CustomVendordata, self).__init__(*args, **kwargs) def get(self): return {msg: , uuid:

[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-23 Thread Edmund Rhudy
Screwed up the above script, it should be from nova.api.metadata import base class CustomVendordata(base.VendorDataDriver): def __init__(self, *args, **kwargs): super(CustomVendordata, self).__init__(*args, **kwargs) def get(self): return {msg: , uuid:

[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-23 Thread Edmund Rhudy
Changing the class to return a string rather than a dictionary avoids the cloud-init explosion. That runs counter to all the documentation that says use JSON, but it's the workaround we'll use for now (serializing to YAML). -- You received this bug notification because you are a member of Ubuntu

[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-23 Thread Edmund Rhudy
Changing the class to return a string rather than a dictionary avoids the cloud-init explosion. That runs counter to all the documentation that says use JSON, but it's the workaround we'll use for now (serializing to YAML). -- You received this bug notification because you are a member of Ubuntu

[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-22 Thread Edmund Rhudy
Just doing something simple like data = str(util.decomp_gzip(raw_data)) causes it to work, because data's now a string and hashable and so the range data[0:4096] works (whether the content is actually what it's supposed to be is another question). -- You received this bug notification because

[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-22 Thread Edmund Rhudy
Just doing something simple like data = str(util.decomp_gzip(raw_data)) causes it to work, because data's now a string and hashable and so the range data[0:4096] works (whether the content is actually what it's supposed to be is another question). -- You received this bug notification because

[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-22 Thread Edmund Rhudy
I can reliably reproduce this issue via the following steps: 1) Create blah.py under nova/api/metadata/ with these contents: from nova.api.metadata import base class CustomVendordata(base.VendorDataDriver): def __init__(self, *args, **kwargs): super(BcpcMetadata,

[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-22 Thread Edmund Rhudy
I can reliably reproduce this issue via the following steps: 1) Create blah.py under nova/api/metadata/ with these contents: from nova.api.metadata import base class CustomVendordata(base.VendorDataDriver): def __init__(self, *args, **kwargs): super(BcpcMetadata,

[Bug 355727] Re: audio staticky, does not play through ext spkr, headphone port does not work correctly

2009-04-08 Thread Edmund Rhudy
Upgrading to pulseaudio 1:0.9.14-0ubuntu20 appears to have resolved the issue of static on the headphones. The external speaker still does not work correctly, but I will file a separate bug report as requested for that. -- audio staticky, does not play through ext spkr, headphone port does not

[Bug 358166] [NEW] external speaker does not work for audio playback

2009-04-08 Thread Edmund Rhudy
Public bug reported: Binary package hint: pulseaudio This bug is a carryover from #355727, regarding Ubuntu 9.04. The relevant version of pulseaudio is 1:0.9.14-0ubuntu20. I have re-run the alsa-info.sh script; the output is available at http://www.alsa-

[Bug 358166] Re: external speaker does not work for audio playback

2009-04-08 Thread Edmund Rhudy
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/25091452/AlsaDevices.txt ** Attachment added: Amixer.0.values.txt http://launchpadlibrarian.net/25091453/Amixer.0.values.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25091454/Dependencies.txt

[Bug 355727] [NEW] audio staticky, does not play through ext spkr, headphone port does not work correctly

2009-04-05 Thread Edmund Rhudy
Public bug reported: Binary package hint: pulseaudio After upgrading from 8.10 to 9.04 beta, audio ceased to function correctly. The external speaker on the computer (HP Mini 1030NR) no longer plays any audio. The headphone port will play audio briefly, then switch to loud static and crackles.

[Bug 355727] Re: audio staticky, does not play through ext spkr, headphone port does not work correctly

2009-04-05 Thread Edmund Rhudy
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24838716/Dependencies.txt -- audio staticky, does not play through ext spkr, headphone port does not work correctly https://bugs.launchpad.net/bugs/355727 You received this bug notification because you are a member of

[Bug 355727] Re: audio staticky, does not play through ext spkr, headphone port does not work correctly

2009-04-05 Thread Edmund Rhudy
** Attachment added: alsa-info output.txt http://launchpadlibrarian.net/24843050/alsa-info%20output.txt -- audio staticky, does not play through ext spkr, headphone port does not work correctly https://bugs.launchpad.net/bugs/355727 You received this bug notification because you are a

[Bug 336125] [NEW] Broken audio playback with Intel 82801G on 9.04

2009-02-28 Thread Edmund Rhudy
Public bug reported: This specific problem is occurring on an HP Mini 1030NR and may be related to bugs #244754 and #229522 in some way. Audio playback was fine under the original Windows install and a standard install of 8.10 (though in 8.10 the volume meter was skewed such that 0% to 80%

[Bug 57972] Re: mdrun fails if large disk present, thus boot fails.

2006-12-12 Thread Edmund Rhudy
This is a duplicate of #53510, which itself is a duplicate of #25093. I encountered the same bug today myself, and it is slightly irksome that no official fix yet exists for 6.06. Perhaps it can be incorporated into a future service release for LTS (6.06.2)? -- mdrun fails if large disk