[Bug 1198251] [NEW] zookeeper package should include logrotate config for /var/log/zookeeper

2013-07-05 Thread Andrew Glen-Young
Public bug reported: Currently zookeeper's log files grow without limit which can cause a machine to eventually run out of disk space. The zookeeper package should include a logrotate script or configure log4j (whichever is most appropriate) to rotate the log files. We currently use the followin

[Bug 1185441] [NEW] cups-browsed should enable 'BrowseRemoteProtocols = dnssd cups'

2013-05-29 Thread Andrew Glen-Young
Public bug reported: Currently /etc/cups/cups-browsed.conf does not include 'cups' as a BrowseRemoteProtocols option. Since some older cups servers do not support dnssd enabling cups as well seems to be a good default. I do not believe that there are any additional security implications. See att

[Bug 1161338] Re: python-nova should depend on ebtables

2013-05-21 Thread Andrew Glen-Young
** Tags added: canonistack -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1161338 Title: python-nova should depend on ebtables To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1104584] Re: cinderclient fails when there are more than one volume endpoint

2013-01-24 Thread Andrew Glen-Young
*** This bug is a duplicate of bug 1087735 *** https://bugs.launchpad.net/bugs/1087735 ** This bug has been marked a duplicate of bug 1087735 Attaching volume fails if keystone has multiple endpoints of Cinder -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1104584] [NEW] cinderclient fails when there are more than one volume endpoint

2013-01-24 Thread Andrew Glen-Young
Public bug reported: After upgrading my installation from Folsom to Grizzly I received the below error message when attempting to create a volume using the EC2 API (I did not verify with the Nova API). I have configured two regions; one each with a cinder endpoint. This works for all other servic

[Bug 1098262] Re: Precise crashes hard when HP array rebuilds

2013-01-15 Thread Andrew Glen-Young
Another data point: We have another machine with the same identical hardware, firmware and OS, but running an earlier kernel and it is not suffering from the same problem. Of course we haven't had a disk failure on the hardware so cannot say for sure that the bug does not exist in the earlier kern

[Bug 1084261] [NEW] 'nova-manage project quota' command fails with 'nova-manage: error: no such option: --project'

2012-11-28 Thread Andrew Glen-Young
Public bug reported: When attempting to change a quota for one of my customers, with the command below, I receive an error message instead of the command succeeding. What I see: $ sudo nova-manage project quota --project= --key=instances --value=15 nova-m

[Bug 1078444] [NEW] python-boto should verify SSL certificates and should use the systems certificate repository

2012-11-13 Thread Andrew Glen-Young
Public bug reported: Currently python-boto does not verify SSL certificates by default. This is unacceptable as this exposes users to man in the middle attacks. This can be worked around by the user (see below). Unfortunately after enabling verification, python-boto uses it's own cacerts.txt file

[Bug 1064835] Re: keystoneclient fails on SSL certificates that work for other services

2012-10-25 Thread Andrew Glen-Young
** Tags added: canonistack -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064835 Title: keystoneclient fails on SSL certificates that work for other services To manage notifications about this bug

[Bug 1071032] [NEW] python-keystoneclient package missing dependency on python-pkg-resources

2012-10-24 Thread Andrew Glen-Young
Public bug reported: I have recently installed python-keystoneclient within a debootstrapped chroot and what I believe to be a dependency problem with the package. After installing python-pkg-resources python-keystoneclient runs as expected. Testing: (keystone)agy@bricked:~$ keystone catalog Tr

[Bug 1062277] Re: 092_add_instance_system_metadata migration fails when upgrading

2012-10-23 Thread Andrew Glen-Young
@Dan The default_character_set_name is set to 'latin1'. This system has been upgraded through various lifecycles of Openstack which may explain it (a more recent installation that I looked at is set to 'utf8'). I would argue that setting the character set explicitly on table creation is the corre

[Bug 1064759] Re: Samsung 900x4C will not POST after applying Quantal updates

2012-10-09 Thread Andrew Glen-Young
** Tags added: rls-q-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064759 Title: Samsung 900x4C will not POST after applying Quantal updates To manage notifications about this bug go to:

[Bug 1064759] [NEW] Samsung 900x4C will not POST after applying Quantal updates

2012-10-09 Thread Andrew Glen-Young
Public bug reported: What follows are my recollection of events resulting in my Samsung 900x4C no longer POSTing after updates. I was running an outdated Quantal install (of a few weeks old) and recently applied Quantal updates to bring my laptop up to date. One of the updates included the linux-

[Bug 1062277] Re: 092_add_instance_system_metadata migration fails when upgrading

2012-10-05 Thread Andrew Glen-Young
** Patch added: "092_add_instance_system_metadata.patch" https://bugs.launchpad.net/bugs/1062277/+attachment/3375835/+files/092_add_instance_system_metadata.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1062277] [NEW] 092_add_instance_system_metadata migration fails when upgrading

2012-10-05 Thread Andrew Glen-Young
Public bug reported: The upgrade from Precise+Essex to Precise+Folsom using the ubuntu-cloud archive fails while running the 092_add_instance_system_metadata migration. The migration fails while creating the `instance_system_metadata` table (see below). The '1005' MySQL error indicates that a for

[Bug 1062171] [NEW] Dashboard should not add WSGI config in /etc/apache2/conf.d

2012-10-05 Thread Andrew Glen-Young
Public bug reported: The dashboard should not add WSGI config in /etc/apache2/conf.d providing a _global_ configuration change. This breaks all the other VirtualHosts on the Apache server. I had a previously defined VirtualHost which served the dashboard. The package installation failed during up

[Bug 1062165] Re: Ubuntu theme looks incorrect in Folsom

2012-10-05 Thread Andrew Glen-Young
Added screenshot after removing the theme, reloading apache and refreshing the browser. ** Attachment added: "dashboard-wo-ubuntu-theme.png" https://bugs.launchpad.net/ubuntu/+source/openstack-dashboard/+bug/1062165/+attachment/3375296/+files/dashboard-wo-ubuntu-theme.png -- You received thi

[Bug 1062165] Re: Ubuntu theme looks incorrect in Folsom

2012-10-05 Thread Andrew Glen-Young
** Attachment added: "dashboard-problems.png" https://bugs.launchpad.net/bugs/1062165/+attachment/3375287/+files/dashboard-problems.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1062165 Title:

[Bug 1062165] [NEW] Ubuntu theme looks incorrect in Folsom

2012-10-05 Thread Andrew Glen-Young
Public bug reported: I have recently upgraded from Precise + Essex to Precise + Folsom using the ubuntu-cloud archive. The openstack-dashboard with the ubuntu theme looks incorrect/broken. The functionality of the UI looks to be correct. Unfortunately, I cannot provide much more information (apa

[Bug 1062160] [NEW] python-swiftclient fails install if the swift package is installed

2012-10-05 Thread Andrew Glen-Young
Public bug reported: I was upgrading a Precise + Essex install, using the ubuntu-cloud archive, to Precise + Folsom. During the upgrade I received an error during the package installation of python-swiftclient (see below). The workaround was to remove the 'swift' package before installing 'pytho

[Bug 1061166] Re: ec2 instance IDs are broken after folsom upgrade

2012-10-04 Thread Andrew Glen-Young
The loose relationship between two auto_incrementing `id` columns of different tables is insanely brittle. I am not convinced that the intention was for the relation to work this way. It may simple be a problem with part of the code referencing `id` instead of `uuid`. The uuid's in the `instances_

[Bug 1061166] Re: ec2 instance IDs are broken after folsom upgrade

2012-10-04 Thread Andrew Glen-Young
I upgraded today and found that I had this issue. Not all of my instances had duplicate entries in the `instance_id_mappings` table, however I did have more entries within the `instance_id_mappings` than within the `instances` table. It seems that the `id` column in the `instances` table is still

[Bug 1056462] Re: The '--print' option to ceph-authtool is incorrect

2012-09-25 Thread Andrew Glen-Young
** Patch added: "Correct help message to provide correct long option '--print-key'" https://bugs.launchpad.net/bugs/1056462/+attachment/3343155/+files/ceph_authtool.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1056462] [NEW] The '--print' option to ceph-authtool is incorrect

2012-09-25 Thread Andrew Glen-Young
Public bug reported: Running `ceph-authtool keyringfile --print` throws an error claiming that it does not know the option however, the help indicates that this is the valid long-option for '-p'. Looking at the source code, the command expects '--print-key' and using this works as expected. Eith

[Bug 1055770] Re: Samsung 900X4C laptop boots with display backlight off

2012-09-24 Thread Andrew Glen-Young
*** This bug is a duplicate of bug 1055771 *** https://bugs.launchpad.net/bugs/1055771 This is the same bug report as bug#1055771. They are identical and are not separate bugs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1055770] [NEW] Samsung 900X4C laptop boots with display backlight off

2012-09-24 Thread Andrew Glen-Young
*** This bug is a duplicate of bug 1055771 *** https://bugs.launchpad.net/bugs/1055771 Public bug reported: After upgrading to 3.5.0-15 on Quantal my Samsung 900X4C boots with it's display backlight off. The backlight is turned off immediately after grub and before the kernel messages start.

[Bug 1055771] Re: Samsung 900X4C laptop boots with display backlight off

2012-09-24 Thread Andrew Glen-Young
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1055771 Title: Samsung 900X4C laptop boots with display backlight off To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+

[Bug 1055771] [NEW] Samsung 900X4C laptop boots with display backlight off

2012-09-24 Thread Andrew Glen-Young
Public bug reported: After upgrading to 3.5.0-15 on Quantal my Samsung 900X4C boots with it's display backlight off. The backlight is turned off immediately after grub and before the kernel messages start. The display remains off and the keyboard keys assigned to adjust the brightness do not chan

[Bug 985489] Re: nova-compute stops processing compute.$HOSTNAME occasionally

2012-09-05 Thread Andrew Glen-Young
@Rafi, Thanks for the suggestion. What you describe used to happen to me when we were using Oneiric's libvirtd (LP#903212). Since upgrading to Precise I haven't experienced the exact problem you're having. My issue is that libvirtd seems to temporarily stop responding, enough to block nova-comput

[Bug 985489] Re: nova-compute stops processing compute.$HOSTNAME occasionally

2012-09-04 Thread Andrew Glen-Young
@Serge, As mentioned in #1 the cluster is running Precise + Essex. Unfortunately I cannot consistently reproduce the problem, however the problem has been recurring approximately once per month. As mentioned in #5 I think that perhaps nova-compute is attempting to query libvirtd and libvirtd is n

[Bug 1036585] Re: Horizon fails to provide Juju credentials with "Internal Server Error" upon clicking the dowload link.

2012-08-15 Thread Andrew Glen-Young
*** This bug is a duplicate of bug 1033920 *** https://bugs.launchpad.net/bugs/1033920 ** This bug has been marked a duplicate of bug 1033920 Dashboard raises a ServiceCatalogException when attempting to download juju settings -- You received this bug notification because you are a membe

[Bug 1036918] Re: Switching between regions causes login form to appear at the bottom of the page

2012-08-15 Thread Andrew Glen-Young
*** This bug is a duplicate of bug 1033934 *** https://bugs.launchpad.net/bugs/1033934 ** This bug has been marked a duplicate of bug 1033934 Attempting to change regions in the dashboard does not display correctly -- You received this bug notification because you are a member of Ubuntu B

[Bug 1026621] Re: nova-network gets release_fixed_ip events from someplace, but the database still keeps them associated with instances

2012-08-08 Thread Andrew Glen-Young
@Adam: Bug #1006898 seems unlikely IMHO. We are not running with 'multi_host' nor with VLANS. So there is one dnsmasq process. The following is just conjecture as the event has rotated out of the logs and I have not done any further testing. These events happen rather infrequently, but are a s

[Bug 1033934] Re: Attempting to change regions in the dashboard does not display correctly

2012-08-07 Thread Andrew Glen-Young
** Attachment added: "Tarball containing images illustrating the display problem." https://bugs.launchpad.net/bugs/1033934/+attachment/3251203/+files/region-displays-incorrectly.tar.gz ** Description changed: After logging in to the dashboard in one region I attempted to change regions b

[Bug 1033934] [NEW] Attempting to change regions in the dashboard does not display correctly

2012-08-07 Thread Andrew Glen-Young
Public bug reported: After logging in to the dashboard in one region I attempted to change regions by selecting the other region in the top right corner. After doing this, login credentials form elements appear on the bottom left- hand side and does not look correct (I have attached screenshots to

[Bug 1033920] [NEW] Dashboard raises a ServiceCatalogException when attempting to download juju settings

2012-08-07 Thread Andrew Glen-Young
Public bug reported: When attempting to download the juju settings file from the dashboard I receive an exception¹ which displays an ugly, blank 500 error message. It seems that the juju module is expecting an S3 endpoint in my service catalog, not finding it and throwing an exception which is no

[Bug 1032633] Re: Keystone's token table grows unconditionally.

2012-08-03 Thread Andrew Glen-Young
** Description changed: Keystone's `token` table grows unconditionally with expired tokens. Keystone should provide a backend-agnostic method to find and delete these tokens. This could be run via a periodic task or supplied as a script to run as a cron job. An example SQL statemen

[Bug 1032633] [NEW] Keystone's token table grows unconditionally.

2012-08-03 Thread Andrew Glen-Young
Public bug reported: Keystone's `token` table grows unconditionally with expired tokens. Keystone should provide a backend-agnostic method to find and delete these tokens. This could be run via a periodic task or supplied as a script to run as a cron job. An example SQL statement (if you're usin

[Bug 1028509] Re: 'nova rescue' fails if an instance image does not have a kernel_id

2012-08-02 Thread Andrew Glen-Young
** Description changed: A client of mine attempted to rescue an instance by using the `nova - rescuecl` command which failed putting the instance in the `ERROR` - state. + rescue` command which failed putting the instance in the `ERROR` state. I am running Openstack Essex on Ubuntu 12.04 wi

[Bug 1028509] Re: 'nova rescue' fails if an instance image does not have a kernel_id

2012-07-24 Thread Andrew Glen-Young
** Description changed: A client of mine attempted to rescue an instance by using the `nova rescuecl` command which failed putting the instance in the `ERROR` state. I am running Openstack Essex on Ubuntu 12.04 with KVM as my hypervisor and I do not have `rescue_image_id`, `rescue_ker

[Bug 1028509] [NEW] 'nova rescue' fails if an instance image does not have a kernel_id

2012-07-24 Thread Andrew Glen-Young
Public bug reported: A client of mine attempted to rescue an instance by using the `nova rescuecl` command which failed putting the instance in the `ERROR` state. I am running Openstack Essex on Ubuntu 12.04 with KVM as my hypervisor and I do not have `rescue_image_id`, `rescue_kernel_id` nor `re

[Bug 1026621] Re: nova-network gets release_fixed_ip events from someplace, but the database still keeps them associated with instances

2012-07-19 Thread Andrew Glen-Young
We're running nova with nova.network.manager.FlatDHCPManager. Grepping the nova-network machine's syslog shows that the last DHCP lease request was on Jul 16 14:04:29 Sample from the log file: Jul 16 14:04:29 dziban dnsmasq-dhcp[30249]: DHCPREQUEST(br100) 10.55.60.141 fa:16:3e:11:c5:37 Jul 16 1

[Bug 1019913] Re: Lazy load of attribute fails for instance_type.rxtx_factor

2012-07-02 Thread Andrew Glen-Young
** Description changed: - Running proposed on one of our clusters, I see the following with - instances started via juju. I have been unable to re-create the problem - with raw ec2 commands. + Running Precise proposed on one of our clusters, I see the following + with instances started via juju. I

[Bug 1016111] [NEW] Passing an incorrect zone name to euca-create-volume results in a volume stuck in the "creating" state

2012-06-21 Thread Andrew Glen-Young
Public bug reported: What happens: I have two regions and one availability zone (AZ) for my Essex cluster. When creating a volume I accidentally used the region name instead of the AZ name. This resulted in a volume being stuck in the "creating" state which I cannot delete. What I expect: I exp

[Bug 985489] Re: nova-compute stops processing compute.$HOSTNAME occasionally

2012-06-08 Thread Andrew Glen-Young
Fortunately (or not) this has just recently occurred. We do not have debug symbols installed. It looks to me to be stuck on virDomainGetInfo(). Interestingly, libvirtd seems to be responding when I query it. Perhaps there is a missing timeout somewhere? Backtrace from python: (gdb) bt #0 0x000

[Bug 824874] Re: nova-objectstore goes into a tight loop and becomes unresponsive

2012-05-17 Thread Andrew Glen-Young
I do not believe that we've seen this issue in the later releases of Diablo and in Essex. I think that we can close this bug unless someone objects or still experiences this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 994034] Re: Cannot deallocate floating addresses as cloudadmin

2012-05-04 Thread Andrew Glen-Young
*** This bug is a duplicate of bug 897140 *** https://bugs.launchpad.net/bugs/897140 ** This bug has been marked a duplicate of bug 897140 unassociated floating IPs not visible to admin -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 994034] Re: Cannot deallocate floating addresses as cloudadmin

2012-05-03 Thread Andrew Glen-Young
I ran the following SQL query to work around the issue: sql> UPDATE floating_ips SET deleted_at = NULL, fixed_ip_id = NULL, project_id = NULL, host = NULL where floating_ips.deleted = 0 AND floating_ips.auto_assigned = 0 and host is NULL; -- You received this bug notification because you are a m

[Bug 994034] [NEW] Cannot deallocate floating addresses as cloudadmin

2012-05-03 Thread Andrew Glen-Young
Public bug reported: Occassionally I need to deallocate floating IP addresses that my clients have allocated but are not using. Attempting to do this throws a NotAuthorized even if my user has the global role of cloudadmin. Unfortunately the 'nova-manage' commands do not seem to provide a means o

[Bug 980930] Re: nova client does not respect regions for a subset of commands

2012-04-27 Thread Andrew Glen-Young
@James: It looks like the --help output doesn't list --region and lists --os_region_name and --region_name instead. That said, my tests seem to show that the --region option still works (for now). Retesting: $ for opt in region region_name os_region_name; do for region in doesnotexist regi

[Bug 978970] Re: hud fails to accept keyboard input after pressing TAB

2012-04-20 Thread Andrew Glen-Young
@Sebastien: Works for Me™ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978970 Title: hud fails to accept keyboard input after pressing TAB To manage notifications about this bug go to: https://bu

[Bug 985489] Re: nova-compute stops processing compute.$HOSTNAME occasionally

2012-04-19 Thread Andrew Glen-Young
This has happened again. Process listing: $ ps auxwwwf | grep [n]ova-compute nova 25735 0.0 0.0 48040 4 ?Ss Apr16 0:00 su -s /bin/sh -c exec nova-compute --flagfile=/etc/nova/nova.conf --flagfile=/etc/nova/nova-compute.conf nova nova 25746 1.2 0.1 1725088 32604 ?

[Bug 985489] Re: nova-compute stops processing compute.$HOSTNAME occasionally

2012-04-19 Thread Andrew Glen-Young
The symptoms are similar to what we experienced in LP#903212, however I can confirm that libvirtd seems to be responding correctly in Precise. Is there further information that we can provide? $ dpkg-query --show nova-* nova-api2012.1~e4~20120210.12574-0ubuntu1 nova-common 2012.1-0ubu

[Bug 966105] Re: indicator-messages hijacks Alt+F10 keystrokes

2012-04-16 Thread Andrew Glen-Young
$ dpkg-query --show unity indicator-messages indicator-messages 0.6.0-0ubuntu1 unity 5.10.0-0ubuntu3 $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu precise (development branch)" -- You received this bug notification bec

[Bug 980930] Re: nova client does not respect regions

2012-04-13 Thread Andrew Glen-Young
Further testing shows that "nova list" commands respect --region correctly. So this may only affect a subset of commands. I've updated the bug description to reflect this. ** Summary changed: - nova client does not respect regions + nova client does not respect regions for a subset of commands -

[Bug 980940] [NEW] euca2ools does not respect the --region option correctly

2012-04-13 Thread Andrew Glen-Young
Public bug reported: The euc2ools commands do not support the --region flag for anything other than EC2. I would like to define multiple regions and use these commands against Eucalyptus and Openstack clouds (among others). Currently the endpoint URL is hardcoded (see the function below). /usr/l

[Bug 980930] Re: nova client does not respect regions

2012-04-13 Thread Andrew Glen-Young
A little more clarification: When setting NOVACLIENT_DEBUG in my shell's environment I can confirm that Keystone returns the full catalog for all regions to the "nova" client. Assuming this is the correct behavior for Keystone, then this is a client-side filtering bug. ** Tags added: canonistack

[Bug 980930] [NEW] nova client does not respect regions

2012-04-13 Thread Andrew Glen-Young
Public bug reported: I am performing some tests with Keystone and multiple regions and have discovered that nova client does not respect the --region argument correctly. Setup: == I have defined services within two regions: - regionOne - regionTwo Tests: == # Ask for all endpoints $ no

[Bug 978970] [NEW] hud fails to accept keyboard input after pressing TAB

2012-04-11 Thread Andrew Glen-Young
Public bug reported: While Alt+TABing between windows I accidentally summoned the HUD and triggered a case where all my keyboard input was ignored (including ESC, backspace, Return but _not_ Ctrl+Alt+Fx). How to reproduce: 1. Hit Alt key 2. Once the dash appears 3. Start typing something (exa

[Bug 932991] Re: nova-api reporting missing images after upgrade

2012-04-10 Thread Andrew Glen-Young
@Adam: I definitely had to update the Glance database and update the image_properties table. My memory is a little fuzzy on the exact details, but I believe that the nova.s3_images table did not have the correct UUID for ramdisks and kernels as well. I only noticed this much later however and I am

[Bug 966105] [NEW] indicator-messages hijacks Alt+F10 keystrokes

2012-03-27 Thread Andrew Glen-Young
Public bug reported: I have been using Gnome + Compiz for quite some time and have trained myself to maximize windows using the Alt+F10 combination [1][2]. I have changed the default binding from Super+Up to Alt+F10 within the Keyboard shortcuts application, however when I press Alt+F10 the messa

Re: [Bug 933656] Re: euca-describe-instances --ipv4 does not include public ip address

2012-03-26 Thread Andrew Glen-Young
ilable in the 'euca-describe-instances' output (and --ipv4 is no longer needed). I did the same as you have suggested in order to see the IP address. -- Regards. Andrew Glen-Young -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 956177] [NEW] python-nova should include openssh-client as a dependency

2012-03-15 Thread Andrew Glen-Young
Public bug reported: The package python-nova should include openssh-client as a dependency as it includes a call to the ssh-keygen binary. Specifically, the file /usr/share/pyshared/nova/crypto.py includes a shell out to this binary. = Testing = $ grep -n "ssh-keygen" /usr/share/pyshared/nova/cr

[Bug 953985] Re: keystone does not attempt to reconnect to sql server

2012-03-14 Thread Andrew Glen-Young
*** This bug is a duplicate of bug 943031 *** https://bugs.launchpad.net/bugs/943031 ** This bug has been marked a duplicate of bug 943031 After MySQL connection failure (or timeout), first request reports MySQL Server has gone away, following requests work -- You received this bug notif

[Bug 953985] Re: keystone does not attempt to reconnect to sql server

2012-03-13 Thread Andrew Glen-Young
** Attachment added: "Keystone traceback" https://bugs.launchpad.net/bugs/953985/+attachment/2862542/+files/keystone.traceback -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953985 Title: keyston

[Bug 953985] [NEW] keystone does not attempt to reconnect to sql server

2012-03-13 Thread Andrew Glen-Young
Public bug reported: I have configured Keystone to use SQL backends (MySQL in my case) for all services running on Precise. After restarting MySQL, Keystone does not to attempt to reconnect to the database, but instead throws a traceback. Tests: -- 1. Start MySQL $ sudo start mysql my

[Bug 947407] [NEW] gnome-control-center display sends confirmation dialog to a seperate workspace

2012-03-05 Thread Andrew Glen-Young
Public bug reported: My setup: I have a laptop display (left) and a second external display (right) connected to my laptop. Problem: When disconnecting my external display I tend to close all the windows on the external display and then run "Displays" for the app indicator menu. The windows for

[Bug 943952] [NEW] Spelling error in gnome-control-center's Privacy settings

2012-03-01 Thread Andrew Glen-Young
Public bug reported: The description of the 'Forget activities' section on the 'Recent Items' tab on the Privacy settings has a spelling error of the last word (in the English UK translation at least). The word 'applications' is misspelled as 'applicaitons'. ** Affects: gnome-control-center (Ubu

[Bug 931236] Re: keystone install is unnecessarily interactive

2012-02-28 Thread Andrew Glen-Young
Considering Glance and Nova use sqlite as default, it seems reasonable that Keystone should do the same. This would a) prevent interactive prompts and b) provide a consistent experience between Openstack components. -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 941905] Re: keystone user should not have a primary group of nogroup

2012-02-27 Thread Andrew Glen-Young
New patch attached. Removes my redundant setting of permissions on files/directories. ** Patch added: "keystone-group.patch" https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/941905/+attachment/2787789/+files/keystone-group.patch -- You received this bug notification because you are a

[Bug 941905] Re: keystone user should not have a primary group of nogroup

2012-02-27 Thread Andrew Glen-Young
** Patch added: "keystone-group.patch" https://bugs.launchpad.net/bugs/941905/+attachment/2787690/+files/keystone-group.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/941905 Title: keystone

[Bug 941905] [NEW] keystone user should not have a primary group of nogroup

2012-02-27 Thread Andrew Glen-Young
Public bug reported: The keystone package creates a keystone user who's primary (and only) group membership is 'nogroup'. This results in files/directories created by the keystone user having 'nogroup' group ownership. This is considered a bad thing. The keystone user should have it's primary gro

[Bug 938763] Re: nova compute manager traceback during _sync_power_states

2012-02-24 Thread Andrew Glen-Young
@Thierry: I believe that new(er) Precise packages should be uploaded today (Friday). I'll test them early next week and let you know if I see this error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9

[Bug 938763] Re: nova compute manager traceback during _sync_power_states

2012-02-23 Thread Andrew Glen-Young
@Adam: The upgrade was an upgrade of the Ubuntu packages from the Precise/Essex (i.e. _not_ between Openstack releases). There were instances running at the time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 925019] Re: Stickiness of launcher edge should only affect movement towards the launcher

2012-02-22 Thread Andrew Glen-Young
The problem seems to be exacerbated for me as I use a trackball and not a mouse. When the mouse is "captured" by the stickiness I can spin the ball (rather violently) without the mouse cursor being "freed". Adjusting the mouse acceleration and/or sensitivity up or down seems to make no discernable

[Bug 938763] [NEW] nova compute manager traceback during _sync_power_states

2012-02-22 Thread Andrew Glen-Young
Public bug reported: After upgrading nova-compute this morning to the latest nova-compute package in Precise I have noticed a non-fatal traceback in /var/log/nova /nova-compute.log. Traceback: 2012-02-22 15:04:28,413 ERROR nova.manager [-] Error during ComputeManager._sync_power_states: 'dict'

[Bug 938702] [NEW] "nova-manage fixed list" no longer works

2012-02-22 Thread Andrew Glen-Young
Public bug reported: After upgrading the Openstack packages in Precise this morning to the latest version, I have found that nova-manage doesn't support the "fixed" (fixed-ip) catagory. The traceback: $ sudo nova-manage fixed list No handlers could be found for logger "nova.virt.libvirt.firewall

[Bug 938699] [NEW] nova-compute runaway memory allocation

2012-02-22 Thread Andrew Glen-Young
Public bug reported: This morning I upgraded my Openstack hosts to the latest packaged version of the nova packages. After the upgrade some of the compute node machines were rather unresponsive. After investigation it became apparent that nova-compute was nearly exhausting the node's memory. I ca

[Bug 934118] [NEW] Floating ips not available to instances after upgrade

2012-02-17 Thread Andrew Glen-Young
Public bug reported: I have recently upgraded my Openstack installation from the version packaged in Oneiric to the one packaged in Precise. After the installation, no floating ip addresses were available to instances. When running "euca-allocate-address" returns a NoMoreFloatingIps exception.

[Bug 933656] Re: euca-describe-instances --ipv4 does not include public ip address

2012-02-16 Thread Andrew Glen-Young
I forgot the software version. $ dpkg-query --show euca2ools euca2ools 2.0.0~bzr495-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/933656 Title: euca-describe-instances --ipv4 does no

[Bug 933656] [NEW] euca-describe-instances --ipv4 does not include public ip address

2012-02-16 Thread Andrew Glen-Young
Public bug reported: I am using euca2ools with Openstack Nova in Precise Pangolin. euca-describe-instances helpfully includes an "--ipv4" option to display ip address information of my running instances. Unfortunately, it does not seem to include the instances public ip address when one is assign

Re: [Bug 932991] [NEW] nova-api reporting missing images after upgrade

2012-02-15 Thread Andrew Glen-Young
On Wed 15-02-2012 19:02 ›, Andrew Glen-Young wrote: > > glance client: > > $ glance show c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066 > URI: http://0.0.0.0:9292/v1/images/c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066 > Id: c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066 > Public: Yes > Protected:

[Bug 932991] [NEW] nova-api reporting missing images after upgrade

2012-02-15 Thread Andrew Glen-Young
Public bug reported: After upgrading Openstack from the packaged version in Oneiric to the packaged version in Precise I have found that some images are being reported as missing, but not all. I am using nova-api, glance and swift with deprecated_auth. Please let me know if you need any further

[Bug 932787] [NEW] nova-compute: euca-get-console-output returns no data

2012-02-15 Thread Andrew Glen-Young
Public bug reported: I have recently upgraded from Oneiric to Precise and noticed that 'euca- get-console-output ' no longer returns data. Some investigation reveals that there may be a regression where the libvirt template is set to log to a log file, but nova-compute is reading a fifo. Comparin

[Bug 926022] Re: gnome-do has visible drag handles

2012-02-03 Thread Andrew Glen-Young
** Attachment added: "Screenshot at 2012-02-03 12:19:40.png" https://bugs.launchpad.net/ubuntu/+source/gnome-do/+bug/926022/+attachment/2710043/+files/Screenshot%20at%202012-02-03%2012%3A19%3A40.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 926022] Re: gnome-do has visible drag handles

2012-02-03 Thread Andrew Glen-Young
** Attachment added: "Screenshot at 2012-02-03 12:15:45.png" https://bugs.launchpad.net/bugs/926022/+attachment/2710042/+files/Screenshot%20at%202012-02-03%2012%3A15%3A45.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 926022] [NEW] gnome-do has visible drag handles

2012-02-03 Thread Andrew Glen-Young
Public bug reported: I have recently upgraded from Oneiric to Precise. After the upgrade, gnome-do displays visible drag handles when the "launcher" is shown. The drag handles float at an offset from the main launcher and seem to be for the main launcher window and the drop-down window. The func

[Bug 913739] [NEW] nova-objectstore logrotate script uses 'dpkg-vendor'

2012-01-09 Thread Andrew Glen-Young
Public bug reported: nova-objectstore's logrotate script uses 'dpkg-vendor' to try determine how to restart nova-objectstore. This requires 'dpkg-dev' to be installed which is not desirable. The script really should use /etc/lsb-release. Current logrotate script (/etc/logrotate.d/nova-objectstor

[Bug 903212] Re: libvirtd stops responding

2012-01-05 Thread Andrew Glen-Young
I have verified on a machine in this state and I can start a kvm instance by hand when libvirtd is not responding. Is there any further diagnosis that I can do? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 903212] Re: libvirtd stops responding

2011-12-19 Thread Andrew Glen-Young
@Serge: None of the machines that are experiencing this problem have a /var/log/libvirt/qemu/xp1.log log file. These are Openstack nova-compute nodes running KVM and (un)fortunately I do not have a node that is currently not responding. One I do, I will attempt to run KVM manually. -- You recei

[Bug 903212] Re: libvirtd stops responding

2011-12-19 Thread Andrew Glen-Young
I had to prune the libvirt.log as it is ~5GB. Attached is the libvirtd.log when the above virsh command was run. If you need more I may be able to trim the non-unique log lines. ** Attachment added: "libvirtd.log" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/903212/+attachment/2639

[Bug 903212] Re: libvirtd stops responding

2011-12-19 Thread Andrew Glen-Young
Attached virsh.debug ** Attachment added: "virsh.debug" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/903212/+attachment/2639493/+files/virsh.debug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 904216] [NEW] glance package should include logrotate configs

2011-12-14 Thread Andrew Glen-Young
Public bug reported: Currently the glance package does not supply a logrotate script to rotate the growing log files. Continually growing log files can be a problem and can make problem diagnosis a little more tedious. Can we include a logrotate config for the glance package? I have included the

[Bug 903212] [NEW] libvirtd stops responding

2011-12-12 Thread Andrew Glen-Young
Public bug reported: I am running libvirtd to control qemu/kvm machines (via openstack nova- compute) and have found that a long-running libvirtd daemon eventually stops responding to commands. Admittedly, these systems are a little loaded, however I do not expect libvirtd to stop responding enti

[Bug 900378] Re: lxc guest fails to start with a kernel traceback

2011-12-06 Thread Andrew Glen-Young
Attached log. ** Attachment added: "apport.linux.BXQPIC.apport" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/900378/+attachment/2621547/+files/apport.linux.BXQPIC.apport ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification becaus

[Bug 900378] Re: lxc guest fails to start with a kernel traceback

2011-12-05 Thread Andrew Glen-Young
** Attachment added: "Nova-compute log file" https://bugs.launchpad.net/ubuntu/+source/nova/+bug/900378/+attachment/2620719/+files/nova-compute.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/900

[Bug 900378] Re: lxc guest fails to start with a kernel traceback

2011-12-05 Thread Andrew Glen-Young
** Attachment added: "Kernel backtrace" https://bugs.launchpad.net/bugs/900378/+attachment/2620718/+files/lxc-failed-instance-kern.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/900378 Title:

[Bug 900378] [NEW] lxc guest fails to start with a kernel traceback

2011-12-05 Thread Andrew Glen-Young
Public bug reported: After starting an AMD64 Oneiric instance (downloaded from uec-images.u.c 2011-11-29) using LXC as the nova-compute libvirt backend, I am occasionally seeing the instance fail to start and the kernel triggering a backtrace (attached). There are no libvirtd logs for this instan

[Bug 368697] Re: savelog errors with custom extensions to archived log files

2011-10-26 Thread Andrew Glen-Young
> Line 272 of savelog is not correct for log files with date extensions not > containing exactly 14 digits. I suggest changing it from: > $COMPRESS $COMPRESS_OPTS -- > "$newname".[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] > to something like: > $COMPRESS $COMP

[Bug 878946] Re: apt mirror method sends bad query string for arch

2011-10-20 Thread Andrew Glen-Young
** Patch added: "apt-mirror-querystring.diff" https://bugs.launchpad.net/bugs/878946/+attachment/2562929/+files/apt-mirror-querystring.diff ** Changed in: apt (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

  1   2   >