Is this related to bug 981629?

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

Title:
  Banshee/Rhythmbox regularly stop playing audio when left on in the
  background

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

From [email protected] Thu May 10 08:25:54 2012
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Thu, 10 May 2012 08:25:54 -0700
Received: from exprod5mx235.postini.com ([64.18.0.121] helo=psmtp.com)
        by mail-archive.com with smtp (Exim 4.69)
        (envelope-from <[email protected]>)
        id 1SSVFa-00055T-Hx
        for [email protected]; Thu, 10 May 2012 08:25:54 -0700
Received: from chlorine.canonical.com ([91.189.94.204]) by 
exprod5mx235.postini.com ([64.18.4.10]) with SMTP;
        Thu, 10 May 2012 15:25:54 GMT
Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com)
        by chlorine.canonical.com with esmtp (Exim 4.71)
        (envelope-from <[email protected]>)
        id 1SSVFZ-00067h-6G; Thu, 10 May 2012 15:25:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
        by chlorine.canonical.com with esmtp (Exim 4.71)
        (envelope-from <[email protected]>) id 1SSVFX-00067K-88
        for [email protected]; Thu, 10 May 2012 15:25:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
        by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian))
        id 1SSVFW-0003u4-Ks for <[email protected]>;
        Thu, 10 May 2012 15:25:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
        by loganberry.canonical.com (Postfix) with ESMTP id 403682E808C
        for <[email protected]>;
        Thu, 10 May 2012 15:25:50 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 10 May 2012 15:18:50 -0000
From: David Kranz <[email protected]>
To: [email protected]
X-Launchpad-Bug: product=keystone; milestone=2012.1; status=Fix Released;
        importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=keystone; component=main; 
        status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bas-t david-kranz debo dolph gandelman-a heckj
        hudson-openstack janitor jdsn soren ttx
X-Launchpad-Bug-Reporter: Soren Hansen (soren)
X-Launchpad-Bug-Modifier: David Kranz (david-kranz)
References: <[email protected]>
Message-Id: <[email protected]>
Subject: [Bug 959294] Re: Can't delete users
X-Launchpad-Message-Rationale: Subscriber (keystone in Ubuntu) @ubuntu-server
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="15213";
        Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 31cfb8a9b1acc960549725a6eb29c690fea4823c
X-BeenThere: [email protected]
X-Mailman-Version: 2.1.13
Reply-To: Bug 959294 <[email protected]>
List-Id: Server bug tracker changes <ubuntu-server-bugs.lists.ubuntu.com>
List-Unsubscribe: 
<https://lists.ubuntu.com/mailman/options/ubuntu-server-bugs>, 
        <mailto:[email protected]?subject=unsubscribe>
List-Archive: <https://lists.ubuntu.com/archives/ubuntu-server-bugs>
List-Post: <mailto:[email protected]>
List-Help: <mailto:[email protected]?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs>, 
        <mailto:[email protected]?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: [email protected]
Errors-To: [email protected]
X-pstn-neptune: 0/0/0.00/0
X-pstn-levels:     (S:99.90000/99.90000 CV:99.9000 FC:95.5390 LC:95.5390 
R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
X-pstn-dkim: 0 skipped:not-enabled
X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c 
X-pstn-addresses: from <[email protected]> [294/10] 

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
Server Team, which is subscribed to keystone in 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-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to