[Bug 807038] Re: dbconfig-common fails to preseed phpmyadmin on natty/lucid

2012-04-06 Thread David Kranz
Is there any work-around for this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/807038

Title:
  dbconfig-common fails to preseed phpmyadmin on natty/lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/807038/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 977458] [NEW] Version skew with glance in Precise

2012-04-09 Thread David Kranz
Public bug reported:

I installed nova/glance and configured glance api to use swift as the
backend. I then had to install swift but an attempt to use 'glance add'
gives:

Failed to add image. Got error:
Data supplied was not valid.
Details: 400 Bad Request

The server could not comply with the request since it is either
malformed or otherwise incorrect.

 Error uploading image: (TypeError): __init__() got an unexpected
keyword argument 'auth_version'

This seem to be because the Connection constructor was updated in swift
to take this argument, but the version in Precise is older. Versions:

root@se02-1:~# dpkg -l glance
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  glance2012.1-0ubuntu1   OpenStack Image 
Registry and Delivery Service - Daemons
root@se02-1:~# dpkg -l swift
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  swift 1.4.7-0ubuntu3distributed virtual 
object store - common files
r

** Affects: swift (Ubuntu)
 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/977458

Title:
  Version skew  with glance in Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swift/+bug/977458/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973377] [NEW] /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread David Kranz
Public bug reported:

The nova-compute process running as "nova" needs to modify this
directory but:

root@xg12:~# ls -l /var/lib/nova/instances/_base/
total 1805552
-rw-r--r-- 1 libvirt-qemu kvm  2147483648 Apr  2 17:07 
1463a880811561c92d617f1b011763447e65f76f
-rw-r--r-- 1 libvirt-qemu kvm 10737418240 Apr  2 17:14 
1463a880811561c92d617f1b011763447e65f76f_10
-rw-r--r-- 1 libvirt-qemu kvm 21474836480 Apr  2 17:14 ephemeral_0_20_None

You can see this error in the compute log:

2012-04-04 07:05:03 ERROR nova.manager [-] Error during 
ComputeManager._run_image_cache_manager_pass: [Errno 13] Permissio\
n denied: 
'/var/lib/nova/instances/_base/1463a880811561c92d617f1b011763447e65f76f'
2012-04-04 07:05:03 TRACE nova.manager Traceback (most recent call last):
2012-04-04 07:05:03 TRACE nova.manager   File 
"/usr/lib/python2.7/dist-packages/nova/manager.py", line 155, in periodic_ta\
sks
2012-04-04 07:05:03 TRACE nova.manager task(self, context)
2012-04-04 07:05:03 TRACE nova.manager   File 
"/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2579, in _r\
un_image_cache_manager_pass
2012-04-04 07:05:03 TRACE nova.manager 
self.driver.manage_image_cache(context)
2012-04-04 07:05:03 TRACE nova.manager   File 
"/usr/lib/python2.7/dist-packages/nova/virt/libvirt/connection.py", line 228\
9, in manage_image_cache
2012-04-04 07:05:03 TRACE nova.manager 
self.image_cache_manager.verify_base_images(context)
2012-04-04 07:05:03 TRACE nova.manager   File 
"/usr/lib/python2.7/dist-packages/nova/virt/libvirt/imagecache.py", line 392\
, in verify_base_images
2012-04-04 07:05:03 TRACE nova.manager self._handle_base_image(img, 
base_file)
2012-04-04 07:05:03 TRACE nova.manager   File 
"/usr/lib/python2.7/dist-packages/nova/virt/libvirt/imagecache.py", line 358\
, in _handle_base_image
2012-04-04 07:05:03 TRACE nova.manager os.utime(base_file, None)
2012-04-04 07:05:03 TRACE nova.manager OSError: [Errno 13] Permission denied: 
'/var/lib/nova/instances/_base/1463a88081156\
1c92d617f1b011763447e65f76f'
2012-04-04 07:05:03 TRACE nova.manager

** Affects: nova (Ubuntu)
 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/973377

Title:
  /var/lib/nova/instances/_base has wrong permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/973377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread David Kranz
This is nova-compute version 2012.1~rc2-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973377

Title:
  /var/lib/nova/instances/_base has wrong permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/973377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread David Kranz
--flagfile=/etc/nova/nova-compute.conf
--allow_admin_api
--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--sql_connection=mysql://nova:notnova@172.18.0.146/nova
--s3_host=172.18.0.146
--rabbit_host=172.18.0.146
--glance_api_servers=172.18.0.146:9292
--logdir=/var/log/nova
--state_path=/var/lib/nova
--lock_path=/var/lock/nova
--verbose
--ec2_url=http://172.18.0.146:8773/services/Cloud
--dmz_cidr=10.0.2.0/8
--fixed_range=10.0.2.0/24
--network_size=256
--image_service=nova.image.glance.GlanceImageService
--my_ip=172.18.0.176
--bridge_interface=eth1
--flat_network_bridge=br100
--flat_interface=eth1
--instance_name_template=instance-%08x
--network_manager=nova.network.manager.FlatDHCPManager
--force_dhcp_release
--public_interface=eth0
--multi_host
--send_arp_for_ha
--osapi_host=172.18.0.146
--quota_instances=100
--quota_ram=100
--quota_cores=100
--iscsi_ip_prefix=172.18.0
--connection_type=libvirt
--compute_scheduler_driver=nova.scheduler.chance.ChanceScheduler
--osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions
--root_helper=sudo nova-rootwrap
--api_rate_limit=False
--auth_strategy=keystone
--allow_resize_to_same_host
--enabled_apis=metadata
--novncproxy_base_url=http://172.18.0.146:6080/vnc_auto.html
--vncserver_proxyclient_address=172.18.0.176
--vncserver_listen=172.18.0.176
--iscsi_helper=tgtadm

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973377

Title:
  /var/lib/nova/instances/_base has wrong permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/973377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 961637] Re: Swift-Dispersion-Report KeyError in threading

2012-04-04 Thread David Kranz
I see this too. Here is the proxy server log but it doesn't seem to have
anything interesting:

Apr  4 16:29:03 se02-1eth0 proxy-server - 172.18.1.60 04/Apr/2012/20/29/03 GET 
/auth/v1.0 HTTP/1.0 200 - - - - - - tx5e\
43a409beef48069be40ad415a29a5c - 0.0015
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_8e2c5d3f0aa24443b7125e595d51d3a8 HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - tx05c73ee\
7a1914a6d8fa8c5d45e92418a - 0.0238 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_bd4410b6f8f0420db87bda638cb1a2d6 HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - tx6eaa86f\
5a2514f2ba63949957efa891f - 0.0480 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_4fd388ffea1f4f5fbfb03f1935ac3bcc HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - txac09836\
e8c5048efadc2ddc2a2d83600 - 0.0636 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_9fe38e30e2804340bdf537f315ecc593 HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - txf09285b\
3a1804f079a5b1288a915cd99 - 0.0645 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_852e529204194350adb7d9512f62fc7a HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - tx9232869\
ec3274b9296210409334bb069 - 0.0682 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_ae6d13399d0545f285ced776e68d6201 HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - tx8417494\
824bc488e82a8927bbb304376 - 0.0653 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_7e50d05940f24e0a99070191e4d8df58 HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - tx6fb9547\
d6d33447e8a7fef1947dc14d2 - 0.0819 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_2b35d3f5506342d7bb8c7ed2039a731a HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - txbfdd581\
79bfa4e31a35fb1a3f87653a1 - 0.0841 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_0f081c3699744a0685df9fa1c1a2c0ec HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - tx66d14bc\
316f64b66a21ef38d29f31d9d - 0.0860 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_fc435e4b11b0414d99346730ea2f6086 HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa - - - txac88eae\
52c7a4dbbba601494e80b563c - 0.0817 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_objects HTTP/1.0 202 - - dispersion%2CAUTH_tk99e7ee107687424b884de392afd9ebfa 
- - - tx53c645b6fa5945cb8dd86d6dd375c5a9\
 - 0.0131 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_objects/dispersion_c17b701879534efc9c6418a7d00c7075 HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9e\
bfa 43 - - tx712578af30964a4c912ae02ab4d7cae1 - 0.0621 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_objects/dispersion_38eca7b6c7af4289a6bb73975b27001c HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9e\
bfa 43 - - tx66acb9fbb77e4bc889f2a7fdc9721e87 - 0.0641 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_objects/dispersion_f4f6a60f71ad453fac6421c66aca5fc0 HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9e\
bfa 43 - - txe109f50deaa1445c8b0c8f70f1d2d539 - 0.0705 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_objects/dispersion_64ef1e7e4ee546deb4bb817bd7a6421f HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9e\
bfa 43 - - tx94510897fb674745a215d15767250496 - 0.0700 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_objects/dispersion_b2ff212ac4ff4055923d5afa87d138f3 HTTP/1.0 201 - - 
dispersion%2CAUTH_tk99e7ee107687424b884de392afd9e\
bfa 43 - - tx02bc083f164844a883976acc5b7c3499 - 0.0781 -
Apr  4 16:29:03 se02-1eth0 proxy-server 172.18.1.60 172.18.1.60 
04/Apr/2012/20/29/03 PUT /v1/AUTH_dispersion/dispersion\
_objects/dispersion_190c9d960c2a40aaaddc0e648e09

[Bug 961637] Re: Swift-Dispersion-Report KeyError in threading

2012-04-04 Thread David Kranz
The problem is in patcher.monkey_patch(). If you exit right before that
call there is no error. Right after, there is.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/961637

Title:
  Swift-Dispersion-Report  KeyError in threading

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/961637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 935585] Re: [kernel panic] init: log.c:786: Assertion failed in log_clear_unflushed: log->remote_closed

2012-03-14 Thread David Kranz
I had this problem when rebooting after installing openstack. This ppa
fixed the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/935585

Title:
  [kernel panic] init: log.c:786: Assertion failed in
  log_clear_unflushed: log->remote_closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/935585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1460337] Re: tempest_lib.auth not compatible with original tempest.auth

2015-06-18 Thread David Kranz
Yes, please reopen this bug if you have a valid tempest.conf file in
etc/tempest.conf or at one of the locations mentioned in the last
comment.

** Changed in: python-tempest-lib (Ubuntu)
   Status: New => Invalid

** Changed in: tempest
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1460337

Title:
  tempest_lib.auth not compatible with original tempest.auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/tempest/+bug/1460337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 980956] [NEW] No module named MySQLdb from glance-registry

2012-04-13 Thread David Kranz
Public bug reported:

Just clean installed openstack on precise with glance 2012.1-0ubuntu2.
When I change  glance-registry.conf to use mysql and restart I get this:

2012-04-13 12:00:19 6008ERROR [glance.registry.db.api] Error
configuring registry database with supplied sql_connection
'mysql://glance:notglance@127.0.0.1/glance'. Got error:

It was working a few days ago.

Also, when I do 'apt-get install glance' again, I get these errors which
I have not seen before:

 Could not ensure database connection and consistency. Ensure da\
tabase configuration and permissions are correct and database has been migrated 
since last upgrade by running 'glance-manag\
e db_sync'

** Affects: glance (Ubuntu)
 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/980956

Title:
  No module named MySQLdb from glance-registry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/980956/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 980956] Re: No module named MySQLdb from glance-registry

2012-04-13 Thread David Kranz
To be more clear, the second error is what happens when I do the same automated 
deploy I did a few days ago. The
first error about MySQLdb was from doing:

apt-get install mysql-server
apt-get install glance
 mysqladmin -uroot -pnova create glance
mysql -uroot -pnova -e "GRANT ALL PRIVILEGES ON *.* TO 'glance'@'%' WITH GRANT 
OPTION;"
 mysql -uroot -pnova -e "SET PASSWORD FOR 'glance'@'%' = PASSWORD('notglance');"

Change registry conf to: sql_connection =
mysql://glance:notglance@127.0.0.1/glance

Restart glance-registry

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/980956

Title:
  No module named MySQLdb from glance-registry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/980956/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 980956] Re: No module named MySQLdb from glance-registry

2012-04-13 Thread David Kranz
There was some necessary db stuff for glance not needed in oneiric.

** Changed in: glance (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/980956

Title:
  No module named MySQLdb from glance-registry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/980956/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 962426] [NEW] keystone package install doesn't create logrotate.d entry

2012-03-22 Thread David Kranz
Public bug reported:

Precise: 2012.1~rc1~20120316.2145

** Affects: keystone (Ubuntu)
 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/962426

Title:
  keystone package install doesn't create logrotate.d entry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/962426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959426] Re: nova services start before mysql on boot

2012-03-22 Thread David Kranz
I just wasted three hours on this one. It is the same as the ubuntu bug 
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/959426 

My path was as a successful diablo deployer/developer trying to get
essex working using a single node to make it easier. Or so I thought.
Many people will be hurt by this bug in the near future. It at least
needs to be highlighted in the nova install docs if it is not fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959426

Title:
  nova services start before mysql on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/959426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959294] Re: Can't delete users

2012-05-10 Thread David Kranz
We just saw this running a new tempest keystone test submitted as
https://review.openstack.org/#/c/7231/

(keystone.policy.backends.rules): 2012-05-10 11:06:00,254 DEBUG enforce 
admin_required: {'tenant_id': u'758e5226e8a542c385ad447383f51b44', 'user_id': 
u'533cb3d7ca7f4f36ab6bbc4547b445c5', u'roles': [u'admin']}
(root): 2012-05-10 11:06:00,299 ERROR (IntegrityError) (1451, 'Cannot delete or 
update a parent row: a foreign key constraint fails 
(`keystone`.`user_tenant_membership`, CONSTRAINT 
`user_tenant_membership_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user` 
(`id`))') 'DELETE FROM user WHERE user.id = %s' 
('50c9e4fd7af947a2895d8c1bcb17d51c',)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/keystone/common/wsgi.py", line 184, in 
__call__
result = method(context, **params)
  File "/usr/lib/python2.7/dist-packages/keystone/identity/core.py", line 415, 
in delete_user
self.identity_api.delete_user(context, user_id)
  File "/usr/lib/python2.7/dist-packages/keystone/common/manager.py", line 48, 
in _wrapper
return f(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/keystone/identity/backends/sql.py", 
line 340, in delete_user
session.flush()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py", line 1547, 
in flush
self._flush(objects)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py", line 1616, 
in _flush
flush_context.execute()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/unitofwork.py", line 
328, in execute
rec.execute(self)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/unitofwork.py", line 
495, in execute
uow
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/mapper.py", line 2499, 
in _delete_obj
c = connection.execute(statement, del_objects)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1405, 
in execute
params)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1538, 
in _execute_clauseelement
compiled_sql, distilled_params
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1646, 
in _execute_context
context)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1639, 
in _execute_context
context)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 
330, in do_execute
cursor.execute(statement, parameters)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in 
defaulterrorhandler
raise errorclass, errorvalue
IntegrityError: (IntegrityError) (1451, 'Cannot delete or update a parent row: 
a foreign key constraint fails (`keystone`.`user_tenant_membership`, CONSTRAINT 
`user_tenant_membership_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user` 
(`id`))') 'DELETE FROM user WHERE user.id = %s' 
('50c9e4fd7af947a2895d8c1bcb17d51c',)
(eventlet.wsgi.server): 2012-05-10 11:06:00,300 DEBUG 172.17.1.170 - - 
[10/May/2012 11:06:00] "DELETE /v2.0/users/50c9e4fd7af947a2895d8c1bcb17d51c 
HTTP/1.1" 500 613 0.053749

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959294

Title:
  Can't delete users

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/959294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040139] Re: keystone upgrade fails due to mysql not being available

2012-12-17 Thread David Kranz
I just ran into this after 'apt-get update' and 'apt-get upgrade' to get
the new stable versions of Folsom. IMO, if those two steps are the
"endorsed" way to do that upgrade, I don't see how this bug could be
considered not high priority.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040139

Title:
  keystone upgrade fails due to mysql not being available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1040139/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854866] Re: some ganglia packages won't install because of useradd

2011-11-16 Thread David Kranz
I would guess that this is caused by the change in ganglia-
monitor.postinst from (in natty)

adduser --system --ingroup ganglia --home /var/lib/ganglia ganglia

to

 useradd --system ganglia

I was able to build and install the package by changing it to:

useradd --system ganglia -g ganglia

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854866

Title:
  some ganglia packages won't install because of useradd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia/+bug/854866/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 838581] Re: Failures in db_pool code: 'NoneType' object has no attribute '_keymap' or not returning rows.

2011-10-10 Thread David Kranz
I upgraded from Scott's ppa and still see the signs of bug 855030:

AMQPChannelException: (404, u"NOT_FOUND - no exchange
'4b0a4421eb4a44ce96ce5f71c8523d16' in vhost '/'", (60, 40),
'Channel.basic_publish')

I looked at  /usr/lib/python2.7/dist-
packages/nova/db/sqlalchemy/session.py and verified that it had the
change mentioned in Scott's last comment. Many vms are created
successfully but eventually this always happens to me when I create
multiple instances with a single euca-run-instances command. I cannot
understand why others do not see this problem. I will reopen that bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838581

Title:
  Failures in db_pool code: 'NoneType' object has no attribute '_keymap'
  or not returning rows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/838581/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854866] Re: some ganglia packages won't install because of useradd

2011-12-12 Thread David Kranz
While this package is active, Ganglia 3.2 was released in July. Any idea
when the Ubuntu package might be updated to the latest version?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854866

Title:
  some ganglia packages won't install because of useradd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia/+bug/854866/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 898355] Re: Some scripts from "bin" are not installed

2011-12-14 Thread David Kranz
I believe I am running 1.4.4. Here is dpkg and contents of
/usr/bin/swift[Tab]. I am using this ppa:

 http://ppa.launchpad.net/swift-core/release/ubuntu oneiric main

||/ NameVersion Description
+++-===-===-==
ii  swift   1.4.4-0ubuntu0~ppa1~oneiric distributed virtual 
object store - common files

root@sj1:~# ls /usr/bin/swift
swift   swift-container-auditor swift-drive-audit   
swift-object-server
swift-account-auditor   swift-container-replicator  swift-get-nodes 
swift-object-updater
swift-account-reaperswift-container-server  swift-init  
swift-ring-builder
swift-account-replicatorswift-container-updater swift-object-auditor
swift-stats-populate
swift-account-serverswift-dispersion-populate   swift-object-info   
swift-stats-report
swift-bench swift-dispersion-report swift-object-replicator

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/898355

Title:
  Some scripts from "bin" are not installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swift/+bug/898355/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959426] Re: nova + glance services die if started before db is reachable

2012-03-26 Thread David Kranz
Yes. It could also happen that even after startup the connection is
temporarily unavailable and the nova processes should not crash
immediately. It should be noted that this problem did not happen ever
(for me) in oneiric/diablo-stable and I was/am using a "complicated
system bring-up". Right now I cannot reboot the machine running mysql
and nova-scheduler because nova-scheduler crashes every time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959426

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 942646] [NEW] No logrotate files for nova-manage and nova-dhcbridge

2012-02-28 Thread David Kranz
Public bug reported:

I noticed that a nova-dhcbridge log file was almost 1Gb after running
for a long time. These two were the ones I saw not being rotated but
there might be others for services I am not running.

** Affects: nova (Ubuntu)
 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/942646

Title:
  No logrotate files for nova-manage and nova-dhcbridge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/942646/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 898355] [NEW] Some scripts from "bin" are not installed

2011-11-30 Thread David Kranz
Public bug reported:

Some of the scripts are installed bug others, such as swift-recon, are
not. I am not sure whether the intent was that they should all be
installed or not but certainly the recon scripts should be.

** Affects: swift (Ubuntu)
 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/898355

Title:
  Some scripts from "bin" are not installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swift/+bug/898355/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs