[Bug 1145012] [NEW] Ceilometer should use own configuration files, not nova's

2013-03-04 Thread Eric Windisch
Public bug reported: Ceilometer should be loading its own configuration files, not those of Nova. Presently, all the upstart scripts contain: --config-file /etc/nova/nova.conf ** Affects: ceilometer (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1140206] Re: pydist-overrides ignores package names with hyphens

2013-03-04 Thread Eric Windisch
Likely fixed in Raring as that package is based on a newer Debian package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1140206 Title: pydist-overrides ignores package names with hyphens To

[Bug 1140206] [NEW] pydist-overrides ignores package names with hyphens

2013-03-02 Thread Eric Windisch
Public bug reported: This is a bug that has already been found and fixed in Debian. I have verified this bug exists in Quantal (python-defaults 2.7.3-0ubuntu7). Because Ubuntu's package is not based on Debian's, this fix has not made it into Ubuntu releases. Here is a copy of the Debian bug

[Bug 1140308] [NEW] python-ceilometer installs tests

2013-03-02 Thread Eric Windisch
Public bug reported: Reporting this bug for python-ceilometer (ceilometer_0.1-0ubuntu1) in Quantal. dist-packages/tests/ is being filled with files from Ceilometer. My local fix has been to modify debian/python-ceilometer.install to change: - usr/lib/python*/dist-packages/* +

[Bug 1140309] [NEW] control descriptions reference 'ceiolmeter'

2013-03-02 Thread Eric Windisch
Public bug reported: Package descriptions in ceilometer_0.1-0ubuntu1 reference 'ceiolmeter', an obvious typo. Fix: sed -i 's/ceiolmeter/ceilometer/g' debian/control ** Affects: ceilometer (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because

[Bug 1087105] Re: eventlet.green.zmq consumes 100% cpu on writable sockets

2013-01-14 Thread Eric Windisch
James: yes, this is the same as in bug 1065532. Upstream bug: https://bitbucket.org/which_linden/eventlet/issue/128/zeromq-fd-can-be-readable-without-being -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1087105] Re: eventlet.green.zmq consumes 100% cpu on writable sockets

2013-01-08 Thread Eric Windisch
Patch has proven not to solve problem. An alternative patch exists, although more testing may be necessary. Upstream effort is being made to resolve this problem in eventlet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 297437] Re: Perl 5.10.0 crash with a segmentation fault when using module Tcl

2010-03-19 Thread Eric Windisch
A workaround is to set PERL_DL_NONLAZY=1 as the tests do. With this variable set in the environment, your Perl will no longer encounter a segmentation fault. An alternative workaround is to generate a Makefile in the following manner: perl Makefile.PL --nousestubs --library=-ltcl8.5

[Bug 413415] Re: console-setup hangs under chroot debootstrap with a console login on ttyX

2010-02-01 Thread Eric Windisch
To note, I've been experiencing this since at least Feisty... this (or a related issue) would additionally trigger crashes under certain circumstances. The only solution I've had has been to remove console- setup from the base system, which prevents installing non-base packages, such as openssh,