[Bug 578176] Re: ospfd crashes with assertion failed on lucid

2012-03-02 Thread Tim Watson
*** This bug is a duplicate of bug 523812 ***
https://bugs.launchpad.net/bugs/523812

I've now had 0.99.20 running fully stable for 24 hours.  My ospfd issues have
gone and everything appears to be much more stable.  It seems a lot of ospfd 
issues were patched upstream at 0.99.18+
For reference, i'm using the ubuntu quagga_0.99.20-3_amd64.deb package (from
12.04LTS beta) on our production 10.04LTS boxes.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga in Ubuntu.
https://bugs.launchpad.net/bugs/578176

Title:
  ospfd crashes with assertion failed on lucid

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] [NEW] Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
Public bug reported:

Dialog selections:

select configure database for keystone with dbconfig-common
select sqlite3 

dpkg output:
-

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  keystone
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/14.9 kB of archives.
After this operation, 126 kB of additional disk space will be used.
ySelecting previously unselected package keystone.
(Reading database ... 296043 files and directories currently installed.)
Unpacking keystone (from .../keystone_2012.1~e4~20120203.1574-0ubuntu3_all.deb) 
...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up keystone (2012.1~e4~20120203.1574-0ubuntu3) ...
dbconfig-common: writing config to /etc/dbconfig-common/keystone.conf

Creating config file /etc/dbconfig-common/keystone.conf with new version
creating database keystone: success.
verifying database keystone exists: success.
SUCCESS: Role Admin created successfully.
SUCCESS: Role Member created successfully.
SUCCESS: Role KeystoneAdmin created successfully.
SUCCESS: Role KeystoneServiceAdmin created successfully.
SUCCESS: Role sysadmin created successfully.
SUCCESS: Role netadmin created successfully.
Traceback (most recent call last):
  File /usr/bin/keystone-manage, line 35, in module
keystone.manage2.main()
  File /usr/lib/python2.7/dist-packages/keystone/manage2/__init__.py, line 
107, in main
exit(cmd.run(args))
  File 
/usr/lib/python2.7/dist-packages/keystone/manage2/commands/sync_database.py, 
line 19, in run
self.sync_database(version=args.version)
  File 
/usr/lib/python2.7/dist-packages/keystone/manage2/commands/sync_database.py, 
line 15, in sync_database
migration.db_sync(Command._get_connection_string(), version=version)
  File 
/usr/lib/python2.7/dist-packages/keystone/backends/sqlalchemy/migration.py, 
line 168, in db_sync
_version_control(sql_connection)
  File 
/usr/lib/python2.7/dist-packages/keystone/backends/sqlalchemy/migration.py, 
line 157, in _version_control
return versioning_api.version_control(sql_connection, repo_path)
  File string, line 2, in version_control
  File /usr/lib/python2.7/dist-packages/migrate/versioning/util/__init__.py, 
line 159, in with_engine
return f(*a, **kw)
  File /usr/lib/python2.7/dist-packages/migrate/versioning/api.py, line 250, 
in version_control
ControlledSchema.create(engine, repository, version)
  File /usr/lib/python2.7/dist-packages/migrate/versioning/schema.py, line 
139, in create
table = cls._create_table_version(engine, repository, version)
  File /usr/lib/python2.7/dist-packages/migrate/versioning/schema.py, line 
180, in _create_table_version
if not table.exists():
  File /usr/lib/python2.7/dist-packages/sqlalchemy/schema.py, line 549, in 
exists
self.name, schema=self.schema)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py, line 2274, 
in run_callable
conn = self.contextual_connect()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py, line 2340, 
in contextual_connect
self.pool.connect(), 
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 210, in 
connect
return _ConnectionFairy(self).checkout()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 371, in 
__init__
rec = self._connection_record = pool._do_get()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 758, in 
_do_get
return self._create_connection()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 174, in 
_create_connection
return _ConnectionRecord(self)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 256, in 
__init__
self.connection = self.__connect()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 316, in 
__connect
connection = self.__pool._creator()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/strategies.py, line 
80, in connect
return dialect.connect(*cargs, **cparams)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py, line 
280, in connect
return self.dbapi.connect(*cargs, **cparams)
sqlalchemy.exc.OperationalError: (OperationalError) unable to open database 
file None None
dpkg: error processing keystone (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 keystone
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: keystone 2012.1~e4~20120203.1574-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 1.93-0ubuntu2
Architecture: amd64
CheckboxSubmission: dd51e7fcfe82b504f848036cca204d88
CheckboxSystem: 7e42599bda39ea7ff8b528272b6ef52b
Date: Fri Mar  2 11:20:37 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 

[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
-- 
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/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
First clean keystone install.

** Branch linked: lp:~openstack-ubuntu-packagers/keystone/ubuntu

-- 
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/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread Dave Walker
Thanks for this bug report.  Today, keystone should have a major change,
which has been held back until now.  The 'upstream' of keystone has
performed a rewrite, which should land today.

I'd be interested if you could try to reproduce this after it is
uploaded.

Thanks.

** Changed in: keystone (Ubuntu)
   Status: New = Incomplete

** Changed in: keystone (Ubuntu)
   Importance: Undecided = Medium

-- 
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/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 934064] Re: Installing openstack-dashboard on Precise removes Keystone package

2012-03-02 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Triaged

** Changed in: openstack-dashboard (Ubuntu)
   Status: New = Triaged

** Changed in: keystone (Ubuntu)
 Assignee: (unassigned) = Chuck Short (zulcss)

** Changed in: openstack-dashboard (Ubuntu)
 Assignee: (unassigned) = Chuck Short (zulcss)

-- 
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/934064

Title:
  Installing openstack-dashboard on Precise removes Keystone package

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 911812] Re: processor fact does not handle arm, others

2012-03-02 Thread Robie Basak
It looks like this patch is already applied in Precise, based on a
visual inspection of /usr/lib/ruby/1.8/facter/util/processor.rb.

On a Pandaboard freshly installed with a Precise armhf netinst today:

root@panda0:~# facter processorcount
2
root@panda0:~# facter processor0 processor1
processor0 = ARMv7 Processor rev 2 (v7l)
processor1 = ARMv7 Processor rev 2 (v7l)
root@panda0:~# facter physicalprocessorcount
1
root@panda0:~# dpkg-query -W facter
facter  1.6.5-1ubuntu1

LaMont: is this the behaviour you are expecting?

** Changed in: facter (Ubuntu Precise)
 Assignee: Andres Rodriguez (andreserl) = Robie Basak (racb)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in Ubuntu.
https://bugs.launchpad.net/bugs/911812

Title:
  processor fact does not handle arm, others

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 934064] Re: Installing openstack-dashboard on Precise removes Keystone package

2012-03-02 Thread Chuck Short
This will be fixed in today's upload.

** Changed in: python-keystoneclient (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: openstack-dashboard (Ubuntu)
   Status: Triaged = In Progress

** Changed in: keystone (Ubuntu)
   Status: Triaged = In Progress

-- 
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/934064

Title:
  Installing openstack-dashboard on Precise removes Keystone package

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 911812] Re: processor fact does not handle arm, others

2012-03-02 Thread Robie Basak
rbasak lamont: can I mark the bug Fix Released for precise, or would you like 
to check further first?
lamont 'tever - if it's returning good facts, I'm happy

** Changed in: facter (Ubuntu Precise)
   Status: Triaged = Fix Released

** Changed in: facter (Ubuntu Precise)
 Assignee: Robie Basak (racb) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to facter in Ubuntu.
https://bugs.launchpad.net/bugs/911812

Title:
  processor fact does not handle arm, others

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-p-php54] PHP 5.4 for Ubuntu 12.04

2012-03-02 Thread Clemens Kalb
Blueprint changed by Clemens Kalb:

Whiteboard changed:
  Status: 5.4 has not released yet, though it is in final rc stages.
  Debian has not been tracking the RC's, nor have we been able to devote
  enough resources to that in Ubuntu. Given the proximity to feature
  freeze and low priority given to this task, it looks like we'll ship
  5.3.
  
  Work items:
  [ubuntu-server] In january, assess situation based on Debian status and 
decide 5.4 or 5.3 then: DONE
  [clint-fewbar] maintain a merged 5.4 in a PPA for until archive decision is 
made: POSTPONED
  [clint-fewbar] setup rebuilds for extensions that build-dep on php5-dev: 
POSTPONED
  [clint-fewbar] setup backport for lucid to allow wider PHP 5.4 testing before 
the upgrade: POSTPONED
  
  Question:
  Does this require discussion or just rubber stamping? -- Daviey
  
  Answer:
  It is not entirely clear whether 5.4.0 will be sufficiently similar to 5.3.x 
to include in this release. The more conservative approach is just to ship 
5.3.9 or 5.3.10 and leave 5.4.0 for 12.10, but the PHP community is interested 
in weighing in on the issue and I'd also like to hear the security team's take 
on the matter.
  
   * provide packages for both precise and lucid in the ppa (or 
lucid-backports) so people can test before upgrade
   * provide rebuilt extensions against the new ABI
+ 
+ Question:
+ With both PHP 5.4.0 final and Ubuntu 12.04 Beta 1 released today, is it 
correct to assume that the chances of PHP 5.4 being shipped with Ubuntu 12.04 
are basically non existant? -Clemens

-- 
PHP 5.4 for Ubuntu 12.04
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 942850] Re: lxc-ubuntu: don't fail if getent group returns error

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu31

---
lxc (0.7.5-3ubuntu31) precise; urgency=low

  * 0050-clone-lvm-sizes: make lxc-clone with lvm snapshots create a
snapshot of the same size as the original.  (LP: #939765)
  * run our dnsmasq as user 'lxc-dnsmasq' (LP: #939774)
- add debian/lxc.postinst to create the user
- debian/lxc.lxc-net.upstart: run dnsmasq as lxc-dnsmasq user
  * 0051-lxc-create-lvm-use-1G: bump lvm blockdev size to 1G (LP: #942338)
  * 0052-ubuntu-bind-user-conflict: don't create 'ubuntu' user when a user
gets bound in.  (LP: #942144)
  * 0053-lxc-start-pin-rootfs: don't let the container remount an underlying
shared fs readonly (LP: #942325)
  * 0054-ubuntu-debug: add --debug option to ubuntu and ubuntu-cloud
templates (LP: #942847)
  * 0055-ubuntu-handle-badgrp: fix the group handling to not assume a user's
group has the user's name.  (LP: #942850)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 28 Feb 2012 15:03:45 -0600

** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/942850

Title:
  lxc-ubuntu: don't fail if getent group returns error

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 942847] Re: add a debug option to lxc-ubuntu template

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu31

---
lxc (0.7.5-3ubuntu31) precise; urgency=low

  * 0050-clone-lvm-sizes: make lxc-clone with lvm snapshots create a
snapshot of the same size as the original.  (LP: #939765)
  * run our dnsmasq as user 'lxc-dnsmasq' (LP: #939774)
- add debian/lxc.postinst to create the user
- debian/lxc.lxc-net.upstart: run dnsmasq as lxc-dnsmasq user
  * 0051-lxc-create-lvm-use-1G: bump lvm blockdev size to 1G (LP: #942338)
  * 0052-ubuntu-bind-user-conflict: don't create 'ubuntu' user when a user
gets bound in.  (LP: #942144)
  * 0053-lxc-start-pin-rootfs: don't let the container remount an underlying
shared fs readonly (LP: #942325)
  * 0054-ubuntu-debug: add --debug option to ubuntu and ubuntu-cloud
templates (LP: #942847)
  * 0055-ubuntu-handle-badgrp: fix the group handling to not assume a user's
group has the user's name.  (LP: #942850)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 28 Feb 2012 15:03:45 -0600

** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/942847

Title:
  add a debug option to lxc-ubuntu template

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 942338] Re: Make default lvm blockdev size 1G

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu31

---
lxc (0.7.5-3ubuntu31) precise; urgency=low

  * 0050-clone-lvm-sizes: make lxc-clone with lvm snapshots create a
snapshot of the same size as the original.  (LP: #939765)
  * run our dnsmasq as user 'lxc-dnsmasq' (LP: #939774)
- add debian/lxc.postinst to create the user
- debian/lxc.lxc-net.upstart: run dnsmasq as lxc-dnsmasq user
  * 0051-lxc-create-lvm-use-1G: bump lvm blockdev size to 1G (LP: #942338)
  * 0052-ubuntu-bind-user-conflict: don't create 'ubuntu' user when a user
gets bound in.  (LP: #942144)
  * 0053-lxc-start-pin-rootfs: don't let the container remount an underlying
shared fs readonly (LP: #942325)
  * 0054-ubuntu-debug: add --debug option to ubuntu and ubuntu-cloud
templates (LP: #942847)
  * 0055-ubuntu-handle-badgrp: fix the group handling to not assume a user's
group has the user's name.  (LP: #942850)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 28 Feb 2012 15:03:45 -0600

** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/942338

Title:
  Make default lvm blockdev size 1G

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 942325] Re: keep container from marking shared rootfs readonly on shutdown

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu31

---
lxc (0.7.5-3ubuntu31) precise; urgency=low

  * 0050-clone-lvm-sizes: make lxc-clone with lvm snapshots create a
snapshot of the same size as the original.  (LP: #939765)
  * run our dnsmasq as user 'lxc-dnsmasq' (LP: #939774)
- add debian/lxc.postinst to create the user
- debian/lxc.lxc-net.upstart: run dnsmasq as lxc-dnsmasq user
  * 0051-lxc-create-lvm-use-1G: bump lvm blockdev size to 1G (LP: #942338)
  * 0052-ubuntu-bind-user-conflict: don't create 'ubuntu' user when a user
gets bound in.  (LP: #942144)
  * 0053-lxc-start-pin-rootfs: don't let the container remount an underlying
shared fs readonly (LP: #942325)
  * 0054-ubuntu-debug: add --debug option to ubuntu and ubuntu-cloud
templates (LP: #942847)
  * 0055-ubuntu-handle-badgrp: fix the group handling to not assume a user's
group has the user's name.  (LP: #942850)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 28 Feb 2012 15:03:45 -0600

** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/942325

Title:
  keep container from marking shared rootfs readonly on shutdown

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 942144] Re: Using bindhome option of ubuntu template conflicts with ubuntu user

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu31

---
lxc (0.7.5-3ubuntu31) precise; urgency=low

  * 0050-clone-lvm-sizes: make lxc-clone with lvm snapshots create a
snapshot of the same size as the original.  (LP: #939765)
  * run our dnsmasq as user 'lxc-dnsmasq' (LP: #939774)
- add debian/lxc.postinst to create the user
- debian/lxc.lxc-net.upstart: run dnsmasq as lxc-dnsmasq user
  * 0051-lxc-create-lvm-use-1G: bump lvm blockdev size to 1G (LP: #942338)
  * 0052-ubuntu-bind-user-conflict: don't create 'ubuntu' user when a user
gets bound in.  (LP: #942144)
  * 0053-lxc-start-pin-rootfs: don't let the container remount an underlying
shared fs readonly (LP: #942325)
  * 0054-ubuntu-debug: add --debug option to ubuntu and ubuntu-cloud
templates (LP: #942847)
  * 0055-ubuntu-handle-badgrp: fix the group handling to not assume a user's
group has the user's name.  (LP: #942850)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 28 Feb 2012 15:03:45 -0600

** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/942144

Title:
  Using bindhome option of ubuntu template conflicts with ubuntu user

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 939774] Re: dnsmasq should run as lxc-dnsmasq user

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu31

---
lxc (0.7.5-3ubuntu31) precise; urgency=low

  * 0050-clone-lvm-sizes: make lxc-clone with lvm snapshots create a
snapshot of the same size as the original.  (LP: #939765)
  * run our dnsmasq as user 'lxc-dnsmasq' (LP: #939774)
- add debian/lxc.postinst to create the user
- debian/lxc.lxc-net.upstart: run dnsmasq as lxc-dnsmasq user
  * 0051-lxc-create-lvm-use-1G: bump lvm blockdev size to 1G (LP: #942338)
  * 0052-ubuntu-bind-user-conflict: don't create 'ubuntu' user when a user
gets bound in.  (LP: #942144)
  * 0053-lxc-start-pin-rootfs: don't let the container remount an underlying
shared fs readonly (LP: #942325)
  * 0054-ubuntu-debug: add --debug option to ubuntu and ubuntu-cloud
templates (LP: #942847)
  * 0055-ubuntu-handle-badgrp: fix the group handling to not assume a user's
group has the user's name.  (LP: #942850)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 28 Feb 2012 15:03:45 -0600

** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/939774

Title:
  dnsmasq should run as lxc-dnsmasq user

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 939765] Re: lxc-clone should duplicate original size for lvm devices

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu31

---
lxc (0.7.5-3ubuntu31) precise; urgency=low

  * 0050-clone-lvm-sizes: make lxc-clone with lvm snapshots create a
snapshot of the same size as the original.  (LP: #939765)
  * run our dnsmasq as user 'lxc-dnsmasq' (LP: #939774)
- add debian/lxc.postinst to create the user
- debian/lxc.lxc-net.upstart: run dnsmasq as lxc-dnsmasq user
  * 0051-lxc-create-lvm-use-1G: bump lvm blockdev size to 1G (LP: #942338)
  * 0052-ubuntu-bind-user-conflict: don't create 'ubuntu' user when a user
gets bound in.  (LP: #942144)
  * 0053-lxc-start-pin-rootfs: don't let the container remount an underlying
shared fs readonly (LP: #942325)
  * 0054-ubuntu-debug: add --debug option to ubuntu and ubuntu-cloud
templates (LP: #942847)
  * 0055-ubuntu-handle-badgrp: fix the group handling to not assume a user's
group has the user's name.  (LP: #942850)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 28 Feb 2012 15:03:45 -0600

** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/939765

Title:
  lxc-clone should duplicate original size for lvm devices

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-02 Thread Vibhav Pant
Attached Fix.

** Patch added: Patch
   
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+attachment/2801291/+files/amavisd-new_2.6.5-0ubuntu4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/930916

Title:
  amavis start-stop script fails to stop amavisd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-02 Thread Daniel Holbach
Thanks Vibhav for your work on this.

Can you verify that in your patch you replaced the old debian/amavisd-
new.init with the new debian/amavisd-new.init? Because the changes in
the attached patch are rather large.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/930916

Title:
  amavis start-stop script fails to stop amavisd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944866] [NEW] Sync puppet 2.7.11-1 (main) from Debian sid (main)

2012-03-02 Thread Marc Cluet
Public bug reported:

Please sync puppet 2.7.11-1 (main) from Debian sid (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Use maintscript support in dh_installdeb rather than writing out
dpkg-maintscript-helper commands by hand.  We now simply Pre-Depend on a
new enough version of dpkg rather than using 'dpkg-maintscript-helper
supports' guards, leading to more predictable behaviour on upgrades.
Ubuntu delta merged back to debian in 2.7.10-2

Changelog entries since current precise version 2.7.10-1ubuntu1:

puppet (2.7.11-1) unstable; urgency=high

  * New upstream release
  * Urgency set to high due to regressions in previous release
and security vulnerabilities
  * Execs when run with a user specified, but no group, get the root
group. Similarly unexpected privileges are given to providers and
types (egid remains as root), this is fixed with a patch from
upstream (CVE-2012-1053)
  * Fix Klogin write through symlink (CVE-2012-1054)

 -- Micah Anderson mi...@debian.org  Thu, 23 Feb 2012 18:24:48 -0500

puppet (2.7.10-2) unstable; urgency=low

  * Use maintscript support in dh_installdeb (Closes: #659612)

 -- Micah Anderson mi...@debian.org  Thu, 16 Feb 2012 12:22:45 -0500

** Affects: puppet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/944866

Title:
  Sync puppet 2.7.11-1 (main) from Debian sid (main)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 2012.1~e4-0ubuntu1

---
keystone (2012.1~e4-0ubuntu1) precise; urgency=low

  [ Chuck Short ]
  * New upstream release.
  * debian/keystone.upstart: Update for ksl.
  * debian/control: Add python-keystoneclient as dependency.
  * debian/control: Fix typo.
  * debian/keystone.postinst: Update due to redux branch change.
  * debian/keystone.templates, debian/keystone.preinst, debian/kestone.postinst,
debian/keystone.config, debian/README.Debian: Make keystone installation
less interactive. (LP: #931236)
  * debian/keystone.postinst: Don't create users or run a database sync
since its not working correctly.
  * debian/control: Dropped python-coverage and python-nosexcover.
  * debian/changelog: Fixed changelog.
  * debian/keystone.templates: Set it to false.
  * debian/control: Fix lintian warnings.
  * debian/patches/keystone-auth.patch: Backport auth token improvements,
this can be dropped in the next snapshot.
  * debian/control: Add python-memcache as a build dependency.
  * debian/keystone-doc.docs: Fix keystone doc builds.
  * debian/rules: Temporarily disable doc install.
  * debian/control: Add python-ldap and python-lxml.

  [ Joseph Heck ]
  * debian/control: Dropped python-cli.

  [ Adam Gandelman ]
  * debian/control: Alphabetize python depends
  * debian/control: Add python-{eventlet, greenlet, passlib} to keystone
depends
  * debian/control: Add python-lxml to python-keystone Depends
  * Drop 0001-Fix-keystone-all-failure-to-start.patch
  * debian/logging.conf: Temporarily use old logging.conf until upstream
ships something usable
  * debain/patches/sql_connection.patch: Switch backends to use SQL backends
  * debian/keystone.preinst: Create directories
  * debian/keystone.postinst: Remove create_users stuff, add call to 'db_sync'
on install

  [ Dave Walker ]
  * debian/patches/sql_connection.patch: Refreshed and reintroduced DEP-3
headers.
  * debian/control: Added Vcs-Bzr field.

  [ Andrew Glen-Young ]
  * debian/keystone.preinst: Set the primary group to keystone. (LP: #941905)
 -- Chuck Short zul...@ubuntu.com   Fri, 02 Mar 2012 09:55:24 -0500

** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

-- 
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/941905

Title:
  keystone user should not have a primary group of nogroup

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 931236] Re: keystone install is unnecessarily interactive

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 2012.1~e4-0ubuntu1

---
keystone (2012.1~e4-0ubuntu1) precise; urgency=low

  [ Chuck Short ]
  * New upstream release.
  * debian/keystone.upstart: Update for ksl.
  * debian/control: Add python-keystoneclient as dependency.
  * debian/control: Fix typo.
  * debian/keystone.postinst: Update due to redux branch change.
  * debian/keystone.templates, debian/keystone.preinst, debian/kestone.postinst,
debian/keystone.config, debian/README.Debian: Make keystone installation
less interactive. (LP: #931236)
  * debian/keystone.postinst: Don't create users or run a database sync
since its not working correctly.
  * debian/control: Dropped python-coverage and python-nosexcover.
  * debian/changelog: Fixed changelog.
  * debian/keystone.templates: Set it to false.
  * debian/control: Fix lintian warnings.
  * debian/patches/keystone-auth.patch: Backport auth token improvements,
this can be dropped in the next snapshot.
  * debian/control: Add python-memcache as a build dependency.
  * debian/keystone-doc.docs: Fix keystone doc builds.
  * debian/rules: Temporarily disable doc install.
  * debian/control: Add python-ldap and python-lxml.

  [ Joseph Heck ]
  * debian/control: Dropped python-cli.

  [ Adam Gandelman ]
  * debian/control: Alphabetize python depends
  * debian/control: Add python-{eventlet, greenlet, passlib} to keystone
depends
  * debian/control: Add python-lxml to python-keystone Depends
  * Drop 0001-Fix-keystone-all-failure-to-start.patch
  * debian/logging.conf: Temporarily use old logging.conf until upstream
ships something usable
  * debain/patches/sql_connection.patch: Switch backends to use SQL backends
  * debian/keystone.preinst: Create directories
  * debian/keystone.postinst: Remove create_users stuff, add call to 'db_sync'
on install

  [ Dave Walker ]
  * debian/patches/sql_connection.patch: Refreshed and reintroduced DEP-3
headers.
  * debian/control: Added Vcs-Bzr field.

  [ Andrew Glen-Young ]
  * debian/keystone.preinst: Set the primary group to keystone. (LP: #941905)
 -- Chuck Short zul...@ubuntu.com   Fri, 02 Mar 2012 09:55:24 -0500

** Changed in: keystone (Ubuntu)
   Status: Confirmed = Fix Released

-- 
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/931236

Title:
  keystone install is unnecessarily interactive

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 934064] Re: Installing openstack-dashboard on Precise removes Keystone package

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package python-keystoneclient -
2012.1~e4-0ubuntu1

---
python-keystoneclient (2012.1~e4-0ubuntu1) precise; urgency=low

  * New upstream release.
  * debian/disbale-argparse.patch: Dropped.
  * debian/control: dont conflict on keystone.  (LP: #934064)
  * debian/control: Drop python-argparse as a build depends.
 -- Chuck Short zul...@ubuntu.com   Fri, 02 Mar 2012 10:31:44 -0500

** Changed in: python-keystoneclient (Ubuntu)
   Status: In Progress = Fix Released

-- 
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/934064

Title:
  Installing openstack-dashboard on Precise removes Keystone package

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 934064] Re: Installing openstack-dashboard on Precise removes Keystone package

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/python-keystoneclient

-- 
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/934064

Title:
  Installing openstack-dashboard on Precise removes Keystone package

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 940780] Re: nova-volume fails to start: OSError: [Errno 2] No such file or directory: '/var/lock/nova'

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 2012.1~e4-0ubuntu1

---
nova (2012.1~e4-0ubuntu1) precise; urgency=low

  [ Adam Gandleman ]
  * debian/patches/libvirt-use-console-pipe.patch: Refreshed.
  * debain/nova-volume.upstart.in: Ensure lock directory is created
(LP: #940780)
  * debain/control: Fix nova-compute-$flavor Depends
  * debian/control: Add python-iso8601 to python-nova Depends

  [ Chuck Short ]
  * debian/rules: Fix FTBFS.
  * Merge Ubuntu/Debian packaging:
- Thanks to Julien Danjou, Ghe Rivero, and Thomas Goirand
- debian/copyright: Update copyright file.
- debian/nova-api.init, debian/nova-compute.init,
  debian/nova-network.init, debian/nova-objectstore,
  debian/nova-scheduler, debian/nova-volume.init:
  Synchronize init scripts.
- nova-common.install, debian/rules: Install policy.json
- debian/rules, debian/nova-xcp-network.install,
  debian/nova-xcp-plugins.install, nova-xcp-plugins.postrm,
  debian/nova-xcp-plugins.doc, debian/nova-xcp-plugins.postinst,
  debian/README.xcp_and_openstack, debian/control,
  debian/ubuntu_xen-openvswitch-nova.rules,
  debian/patches/path-to-the-xenhost.conf-fixup.patch:
  Add Xen XCP support.
- debian/control,
  debian/nova-compute-{kvm,lxc,qemu,xen,uml}.postinst: Make
  nova-compute a virtual package.
- Dropped ubuntu_ubuntu_control_vars: We dont use it
  * New upstream release.
  * Dropped python-babel, it will be handled by langpacks.
  * debian/patches/ec2-fixes.patch: Backport turnk fix for ec2
permissions.
  * debian/patches/path-to-the-xenhost.conf-fixup.patch: Refreshed.
 -- Chuck Short zul...@ubuntu.com   Fri, 02 Mar 2012 11:04:04 -0500

** Changed in: nova (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/940780

Title:
  nova-volume fails to start: OSError: [Errno 2] No such file or
  directory: '/var/lock/nova'

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
Thanks Dave,

Installing works now, but removing throws an error:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  keystone
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 106 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 295329 files and directories currently installed.)
Removing keystone ...
dpkg: error processing keystone (--remove):
 subprocess installed pre-removal script returned error exit status 10
postinst called with unknown argument `abort-remove'
Errors were encountered while processing:
 keystone
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
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/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
Also dpkg-reconfigure keystone and using sqlite3 throws the following
error:

Traceback (most recent call last):
  File /usr/bin/keystone-manage, line 28, in module
cli.main(argv=sys.argv, config_files=config_files)
  File /usr/lib/python2.7/dist-packages/keystone/cli.py, line 147, in main
return run(cmd, (args[:1] + args[2:]))
  File /usr/lib/python2.7/dist-packages/keystone/cli.py, line 133, in run
return CMDS[cmd](argv=args).run()
  File /usr/lib/python2.7/dist-packages/keystone/cli.py, line 35, in run
return self.main()
  File /usr/lib/python2.7/dist-packages/keystone/cli.py, line 56, in main
driver.db_sync()
  File /usr/lib/python2.7/dist-packages/keystone/identity/backends/sql.py, 
line 120, in db_sync
migration.db_sync()
  File /usr/lib/python2.7/dist-packages/keystone/common/sql/migration.py, 
line 50, in db_sync
current_version = db_version()
  File /usr/lib/python2.7/dist-packages/keystone/common/sql/migration.py, 
line 66, in db_version
return db_version_control(0)
  File /usr/lib/python2.7/dist-packages/keystone/common/sql/migration.py, 
line 72, in db_version_control
CONF.sql.connection, repo_path, version)
  File string, line 2, in version_control
  File /usr/lib/python2.7/dist-packages/migrate/versioning/util/__init__.py, 
line 159, in with_engine
return f(*a, **kw)
  File /usr/lib/python2.7/dist-packages/migrate/versioning/api.py, line 250, 
in version_control
ControlledSchema.create(engine, repository, version)
  File /usr/lib/python2.7/dist-packages/migrate/versioning/schema.py, line 
139, in create
table = cls._create_table_version(engine, repository, version)
  File /usr/lib/python2.7/dist-packages/migrate/versioning/schema.py, line 
180, in _create_table_version
if not table.exists():
  File /usr/lib/python2.7/dist-packages/sqlalchemy/schema.py, line 549, in 
exists
self.name, schema=self.schema)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py, line 2274, 
in run_callable
conn = self.contextual_connect()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py, line 2340, 
in contextual_connect
self.pool.connect(), 
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 210, in 
connect
return _ConnectionFairy(self).checkout()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 371, in 
__init__
rec = self._connection_record = pool._do_get()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 758, in 
_do_get
return self._create_connection()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 174, in 
_create_connection
return _ConnectionRecord(self)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 256, in 
__init__
self.connection = self.__connect()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 316, in 
__connect
connection = self.__pool._creator()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/strategies.py, line 
80, in connect
return dialect.connect(*cargs, **cparams)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py, line 
280, in connect
return self.dbapi.connect(*cargs, **cparams)
sqlalchemy.exc.OperationalError: (OperationalError) unable to open database 
file None None

-- 
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/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
keystone:
  Installed: 2012.1~e4-0ubuntu1
  Candidate: 2012.1~e4-0ubuntu1
  Version table:
 *** 2012.1~e4-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
100 /var/lib/dpkg/status

-- 
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/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-p-php54] PHP 5.4 for Ubuntu 12.04

2012-03-02 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
- Status: 5.4 has not released yet, though it is in final rc stages.
- Debian has not been tracking the RC's, nor have we been able to devote
- enough resources to that in Ubuntu. Given the proximity to feature
- freeze and low priority given to this task, it looks like we'll ship
- 5.3.
+ Status: with 5.4.0 arriving after beta1, there is no conceivable way
+ that it can be shipped in 12.04 without potentially disrupting testing
+ efforts by early beta testers. 5.3 will be the PHP release in Ubuntu
+ 12.04. 5.4 will most *certainly* be shipped in precise+1, and should be
+ a good candidate for precise-backports.
  
  Work items:
  [ubuntu-server] In january, assess situation based on Debian status and 
decide 5.4 or 5.3 then: DONE
  [clint-fewbar] maintain a merged 5.4 in a PPA for until archive decision is 
made: POSTPONED
  [clint-fewbar] setup rebuilds for extensions that build-dep on php5-dev: 
POSTPONED
  [clint-fewbar] setup backport for lucid to allow wider PHP 5.4 testing before 
the upgrade: POSTPONED
  
  Question:
  Does this require discussion or just rubber stamping? -- Daviey
  
  Answer:
  It is not entirely clear whether 5.4.0 will be sufficiently similar to 5.3.x 
to include in this release. The more conservative approach is just to ship 
5.3.9 or 5.3.10 and leave 5.4.0 for 12.10, but the PHP community is interested 
in weighing in on the issue and I'd also like to hear the security team's take 
on the matter.
  
   * provide packages for both precise and lucid in the ppa (or 
lucid-backports) so people can test before upgrade
   * provide rebuilt extensions against the new ABI
  
  Question:
  With both PHP 5.4.0 final and Ubuntu 12.04 Beta 1 released today, is it 
correct to assume that the chances of PHP 5.4 being shipped with Ubuntu 12.04 
are basically non existant? -Clemens

-- 
PHP 5.4 for Ubuntu 12.04
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 881464] Re: [MIR] keystone

2012-03-02 Thread Dave Walker
For info, keystone packages after 2012.1~e4-0ubuntu1 (after the prior
review), is based on whole new upstream code. Upstream rewrote this
project from scratch.  Apologies for the doubling of work.

Thanks.

-- 
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/881464

Title:
  [MIR] keystone

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 924337] Re: lxc on precise is not working with lucid containers (container does not reach runlevel 2)

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-0ubuntu8.5

---
lxc (0.7.5-0ubuntu8.5) oneiric-proposed; urgency=low

  * lxcguest.lxcguest.upstart: emit the net-device-up IFACE=lo event, so
that any upstart jobs waiting on it (esp rc-sysinit before oneiric) will
proceed.  (LP: #924337)
  * 0035-lxc-init-ignore-shm.patch: if lxc-init can't mount /dev/shm, don't
fail on account of that.  (LP: #927883)
 -- Serge Hallyn serge.hal...@ubuntu.com   Mon, 06 Feb 2012 19:06:46 -0600

** Changed in: lxc (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/924337

Title:
  lxc on precise is not working with lucid containers (container does
  not reach runlevel 2)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 927883] Re: lxc-execute fails due to missing /dev/shm

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-0ubuntu8.5

---
lxc (0.7.5-0ubuntu8.5) oneiric-proposed; urgency=low

  * lxcguest.lxcguest.upstart: emit the net-device-up IFACE=lo event, so
that any upstart jobs waiting on it (esp rc-sysinit before oneiric) will
proceed.  (LP: #924337)
  * 0035-lxc-init-ignore-shm.patch: if lxc-init can't mount /dev/shm, don't
fail on account of that.  (LP: #927883)
 -- Serge Hallyn serge.hal...@ubuntu.com   Mon, 06 Feb 2012 19:06:46 -0600

** Changed in: lxc (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/927883

Title:
  lxc-execute fails due to missing /dev/shm

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 925028] Re: apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns -EINVAL)

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.2.0-18.28

---
linux (3.2.0-18.28) precise; urgency=low

  [ Andy Whitcroft ]

  * ubuntu: AUFS -- adapt to the new changelog handling
  * ubuntu: AUFS -- sort out the relative header paths
  * ubuntu: AUFS -- update to d266b0c5d0693d6383976ee54b9e2c0fa9a3f5b0

  [ Chase Douglas ]

  * SAUCE: (drop after 3.3) HID: hid-magicmouse: Add pointer and buttonpad
properties for Magic Trackpad
  * SAUCE: Input: synaptics - add second variant of two-button clickpad
  * SAUCE: Input: synapticss - Set buttonpad property for all clickpads

  [ Johannes Berg ]

  * SAUCE: iwlwifi: fix key removal
- LP: #911059

  [ John Johansen ]

  * Revert SAUCE: AppArmor: Fix unpack of network tables.
  * Revert SAUCE: AppArmor: Allow dfa backward compatibility with broken
userspace
  * SAUCE: AppArmor: Add mising end of structure test to caps unpacking
  * SAUCE: AppArmor: Fix dropping of allowed operations that are force
audited
  * SAUCE: AppArmor: Fix underflow in xindex calculation
  * SAUCE: AppArmor: fix mapping of META_READ to audit and quiet flags
  * SAUCE: AppArmor: Fix the error case for chroot relative path name
lookup
- LP: #925028
  * SAUCE: AppArmor: Retrieve the dentry_path for error reporting when path
lookup fails
- LP: #925028
  * SAUCE: AppArmor: Minor cleanup of d_namespace_path to consolidate error
handling
  * SAUCE: AppArmor: Update dfa matching routines.
  * SAUCE: AppArmor: Move path failure information into aa_get_name and
rename
  * SAUCE: AppArmor: Make chroot relative the default path lookup type
  * SAUCE: AppArmor: Add ability to load extended policy
  * SAUCE: AppArmor: basic networking rules
  * SAUCE: AppArmor: Add profile introspection file to interface
  * SAUCE: AppArmor: Add the ability to mediate mount
  * SAUCE: AppArmor: Add mount information to apparmorfs

  [ Kees Cook ]

  * SAUCE: AppArmor: refactor securityfs to use structures
  * SAUCE: AppArmor: add initial features directory to securityfs
  * SAUCE: AppArmor: add file details to securityfs
  * SAUCE: AppArmor: export known rlimit names/value mappings in securityfs

  [ Leann Ogasawara ]

  * Revert [Config] Enable CONFIG_NVRAM=m
- LP: #942193
  * Rebase to v3.2.7
  * [Config] Enable CONFIG_USB_SERIAL_QUATECH2=m on arm and powerpc
  * [Config] Enable CONFIG_USB_SERIAL_QUATECH_USB2=m on arm and powerpc
  * [Config] Add CONFIG_NVRAM to config enforcer
- LP: #942193
  * [Config] Enable CONFIG_SCSI_IBMVSCSI=m for powerpc
- LP: #943090
  * [Config] Enable CONFIG_SCSI_IPR=m for powerpc
- LP: #943090
  * provide ipmi udeb
- LP: #942926
  * Rebase to v3.2.9
  * Add ibmveth to d-i/modules-powerpc/nic-modules
- LP: #712188
  * [Config] Enable CONFIG_SCSI_IBMVFC=m for powerpc
- LP: #712188
  * Add ibmvfc and ibmvscsic to d-i/modules-powerpc/nic-modules
- LP: #712188

  [ Seth Heasley ]

  * SAUCE: ALSA: hda - Add Lynx Point HD Audio Controller DeviceIDs
- LP: #900119
  * SAUCE: ahci: AHCI-mode SATA patch for Intel Lynx Point DeviceIDs
- LP: #900119
  * SAUCE: ata_piix: IDE-mode SATA patch for Intel Lynx Point DeviceIDs
- LP: #900119
  * SAUCE: i2c-i801: Add device IDs for Intel Lynx Point
- LP: #900119

  [ Tim Gardner ]

  * [Config] updateconfigs after apparmor patches
  * [Config] Added hv_netvsc and hv_storvsc to -virtual
- LP: #942256
  * [Config] Enable aufs
- LP: #943119

  [ Upstream Kernel Changes ]

  * Revert Revert ath9k_hw: fix interpretation of the rx KeyMiss flag
  * Revert AppArmor: compatibility patch for v5 interface
  * Revert AppArmor: compatibility patch for v5 network controll
  * ACPI / PM: Do not save/restore NVS on Asus K54C/K54HR
- LP: #898503
  * rebase to v3.2.9
- LP: #900802
  * rebase to v3.2.8
  * rebase to v3.2.7
- LP: #930842
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Fri, 02 Mar 2012 07:30:45 
-0800

** Changed in: linux (Ubuntu Precise)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/925028

Title:
  apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns
  -EINVAL)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945117] [NEW] can't edit files in my public guest allow rw folder

2012-03-02 Thread Thibaut Brandscheid
Public bug reported:

Precise 3D 32-Bit up-to-date

What you expected to happen:
When right clicking a folder and selecting these  sharing options:
* Share this folder
* Allow others to create and delete...
* Guest access
+ Modify Share
+ Adding the needed permissions by conforming that option in the upcoming dialog

it should be possible to copy any file from an other computer through
the network to mine. The received files should be accessible to me as
any other file in my home directory.

What happened instead:
I was able to see, mount and send a couple of images from my laptop to my 
precise machine. Then I tried to edit an image in my shared local folder. This 
wasn't possible → 'permission denied' error.

Rights of all received files inside the share:
-rwxr--r-- 1 nobody nogroup

When removing the folder from samba by unchecking the 'Share this
folder' box and clicking the approval button the files inside the folder
belong still to 'nobody' and 'nogroup'.

This is a show stopper, no average user would know what to do, my
parents would be lost.

Suggestion:
Change file during this kind of open world samba share (everybody has rw 
access) to $USER:nogroup. When removing the share, the permissions should be 
changed to $User:$User.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic-pae 3.2.6
Uname: Linux 3.2.0-17-generic-pae i686
ApportVersion: 1.94-0ubuntu1
Architecture: i386
Date: Fri Mar  2 20:53:34 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120227)
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/945117

Title:
  can't edit files in my public guest allow rw folder

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945117] Re: can't edit files in my public guest allow rw folder

2012-03-02 Thread Thibaut Brandscheid
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/945117

Title:
  can't edit files in my public guest allow rw folder

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945177] [NEW] not lintian clean

2012-03-02 Thread Jamie Strandboge
Public bug reported:

$ lintian nova-ajax-console-proxy_2012.1~e4-0ubuntu1_all.deb:
W: nova-ajax-console-proxy: syntax-error-in-debian-changelog line 77 badly 
formatted trailer line
W: nova-ajax-console-proxy: spelling-error-in-changelog dont don't
W: nova-ajax-console-proxy: transitional-package-should-be-oldlibs-extra 
net/extra
$ lintian nova-compute-kvm_2012.1~e4-0ubuntu1_all.deb:
W: nova-compute-kvm: maintainer-script-needs-depends-on-adduser postinst
$ lintian nova-compute-lxc_2012.1~e4-0ubuntu1_all.deb:
W: nova-compute-lxc: maintainer-script-needs-depends-on-adduser postinst
$ lintian nova-compute-qemu_2012.1~e4-0ubuntu1_all.deb:
W: nova-compute-qemu: maintainer-script-needs-depends-on-adduser postinst
$ lintian nova-compute-uml_2012.1~e4-0ubuntu1_all.deb:
W: nova-compute-uml: maintainer-script-needs-depends-on-adduser postinst
$ lintian nova-compute-xcp_2012.1~e4-0ubuntu1_all.deb:
W: nova-compute-xcp: empty-binary-package
$ lintian nova-compute-xen_2012.1~e4-0ubuntu1_all.deb:
W: nova-compute-xen: maintainer-script-needs-depends-on-adduser postinst
$ lintian nova-compute_2012.1~e4-0ubuntu1_all.deb:
W: nova-compute: executable-not-elf-or-script 
usr/share/pyshared/nova/rootwrap/compute.py
W: nova-compute: maintainer-script-needs-depends-on-adduser postinst
$ lintian nova-doc_2012.1~e4-0ubuntu1_all.deb:
W: nova-doc: syntax-error-in-debian-changelog line 77 badly formatted trailer 
line
W: nova-doc: spelling-error-in-changelog dont don't
$ lintian nova-network_2012.1~e4-0ubuntu1_all.deb:
W: nova-network: executable-not-elf-or-script 
usr/share/pyshared/nova/rootwrap/network.py
$ lintian nova-volume_2012.1~e4-0ubuntu1_all.deb:
W: nova-volume: executable-not-elf-or-script 
usr/share/pyshared/nova/rootwrap/volume.py
$ lintian nova-xcp-plugins_2012.1~e4-0ubuntu1_all.deb:
W: nova-xcp-plugins: syntax-error-in-debian-changelog line 77 badly formatted 
trailer line
W: nova-xcp-plugins: spelling-error-in-changelog dont don't
W: nova-xcp-plugins: script-not-executable usr/lib/xcp/plugins/xenhost
$ lintian python-nova_2012.1~e4-0ubuntu1_all.deb:
W: python-nova: syntax-error-in-debian-changelog line 77 badly formatted 
trailer line
W: python-nova: spelling-error-in-changelog dont don't

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/945177

Title:
  not lintian clean

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945183] [NEW] lxc-start-ephemeral is difficult to use with non-ubuntu accounts

2012-03-02 Thread Gary Poster
Public bug reported:

Because of the current ssh approach used in lxc-start-ephemeral in lieu
of lxc-attach, you need a password or key in the ubuntu account to
connect.  If you want to do this with automation, you can use a key.  If
you want to use this with another user and that user's key, you do not
have an option at this time.

http://paste.ubuntu.com/865767/ adds support for this scenario.  We will
switch -k for -S to match the ubuntu template, per Serge's suggestion

** Affects: lxc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/945183

Title:
  lxc-start-ephemeral is difficult to use with non-ubuntu accounts

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945183] Re: lxc-start-ephemeral is difficult to use with non-ubuntu accounts

2012-03-02 Thread Benji York
** Branch linked: lp:~benji/ubuntu/precise/lxc/bug-945183

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/945183

Title:
  lxc-start-ephemeral is difficult to use with non-ubuntu accounts

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945183] Re: lxc-start-ephemeral is difficult to use with non-ubuntu accounts

2012-03-02 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Status: New = Confirmed

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/945183

Title:
  lxc-start-ephemeral is difficult to use with non-ubuntu accounts

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945183] Re: lxc-start-ephemeral is difficult to use with non-ubuntu accounts

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu32

---
lxc (0.7.5-3ubuntu32) precise; urgency=low

  * add user (-u) and key (-S) to lxc-start-ephemeral.  (LP: #945183)
 -- benji benji.y...@canonical.com   Fri, 02 Mar 2012 17:20:46 -0500

** Changed in: lxc (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/945183

Title:
  lxc-start-ephemeral is difficult to use with non-ubuntu accounts

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 902339] Re: samba(7) references missing programs

2012-03-02 Thread Serge Hallyn
Maarten - thanks for submitting this patch.  As I mentioned in the merge
review, I believe this should go through debian (see
http://www.debian.org/Bugs/Reporting).  If you do so, you can mark this
bug as 'also affecting' the debian bug # you opened.

If you prefer, please let me know and I'll forward it for you.

Thanks again!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/902339

Title:
  samba(7) references missing programs

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 27463] Re: [needs-packaging] 389 Directory Server for Ubuntu

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/389-ds-base

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/27463

Title:
  [needs-packaging] 389 Directory Server for Ubuntu

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 913883] Re: [MIR] zookeeper, netty, log4cxx

2012-03-02 Thread Clint Byrum
mterry, thanks for the review. I fixed the test suite, it now runs on
build, and added a -V to dh_makeshlibs.

** Changed in: log4cxx (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to netty in Ubuntu.
https://bugs.launchpad.net/bugs/913883

Title:
  [MIR] zookeeper, netty, log4cxx

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945264] [NEW] NTP not receiving PPS signal

2012-03-02 Thread Lars de Bruin
Public bug reported:

I am using GPSD to connect to my GPS receiever (Garmin 18 LVC).

/etc/default/gpsd:
START_DAEMON=true
GPSD_OPTIONS=-n -b
BAUDRATE=4800
DEVICES=/dev/ttyS5
USBAUTO=false
GPSD_SOCKET=/var/run/gpsd.sock

The daemon works and i get data using: gpsd -n -b -N -D2 /dev/ttyS5

/etc/ntp.conf:

server 127.127.28.1 minpoll 4 prefer
fudge 127.127.28.1 refid PPS

server 127.127.28.0 minpoll 4
fudge  127.127.28.0 time1 0.535 refid GPS

Output of ntpq -p:
 SHM(1)  .PPS.0 l-   1600.0000.000   0.000
*SHM(0)  .GPS.0 l4   16  3770.0008.359  18.780

As you can see NTP is only seeing the GPS NMEA input and not the PPS signal.
I just upgraded from debian queeze and this exact setup worked there.
GPS receiver is working, tested the PPS signal with multi-meter.

** Affects: ntp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/945264

Title:
  NTP not receiving PPS signal

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945264] Re: NTP not receiving PPS signal

2012-03-02 Thread Lars de Bruin
This is on 12.04 server Beta 1 :-)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/945264

Title:
  NTP not receiving PPS signal

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 756499] Re: cgroup-bin breaks suspend to RAM

2012-03-02 Thread Rioting_Pacifst
*** This bug is a duplicate of bug 693594 ***
https://bugs.launchpad.net/bugs/693594

I'm marking this a duplicate of #693594 but if you come across this here
are some Workarounds/Fixes:

1)do not move all tasks into a default cgroup 
comment CREATE_DEFAULT=yes out and uncomment CREATE_DEFAULT=no in 
/etc/default/cgconfig

2)putting the following in /etc/cgconfig.conf fixed (a better value as this is 
kernels default anyway)
group sysdefault {
cpu {
cpu.rt_runtime_us = 95;
}
}

3) Add a rule so that [kthreadd] is never put in the default group

In case anybody was wondering what is going on:
Suspend fails because it cannot shutdown your extra CPUs ( you can test this 
with echo 0  /sys/devices/system/cpu/cpu$x/online ).
The kernel can't shutdown the extra CPUs because some it spawns some threads 
(ksoftirqd and migration) that need realtime scheduling and because they are in 
the sysdefault subgroup it will not allow it (you can fix this with echo PID of 
the stuck thread to /sys/fs/cgroup/cpu/tasks (the thread will show up as state 
D (Uninterruptible sleep))).

Note that on some kernels: (e.g 3.0.0 that is shipped with 11.10) you
can shutdown the CPUs once each before the problem occurs (e.g one
suspend) but on others ( e.g 3.3.0-rc4) you cant.

** This bug has been marked a duplicate of bug 693594
   cgroup-bin should not move kthreadd into a default cgroup

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/756499

Title:
  cgroup-bin breaks suspend to RAM

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 858102] Re: cgroup service prevents VMWare services stopping

2012-03-02 Thread Rioting_Pacifst
Hi

I've been looking at cgroup bugs and I suspect that you have a
multicore/hypterthreaded system which is experiencing a symptom of
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/693594 could
you try giving the default group some realtime priority (e.g echo 95
| sudo tee /sys/fs/cgroup/cpu/sysdefault/cpu.rt_runtime_us ) and then
seeing if you still have the problem?

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/858102

Title:
  cgroup service prevents VMWare services stopping

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945299] [NEW] keystone_2012.1~e4-0ubuntu1_all fails to install

2012-03-02 Thread Adam Gandelman
Public bug reported:

Error in preinst:


Selecting previously unselected package keystone.
Unpacking keystone (from .../keystone_2012.1~e4-0ubuntu1_all.deb) ...
adduser: The group `keystone' does not exist.
id: keystone: No such user
chown: invalid user: `keystone:keystone'
dpkg: error processing 
/var/cache/apt/archives/keystone_2012.1~e4-0ubuntu1_all.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/keystone_2012.1~e4-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
ubuntu@ip-10-252-25-139:~$

** Affects: keystone (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/945299

Title:
  keystone_2012.1~e4-0ubuntu1_all fails to install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945299] Re: keystone_2012.1~e4-0ubuntu1_all fails to install

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~gandelman-a/ubuntu/precise/keystone/lp945299

-- 
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/945299

Title:
  keystone_2012.1~e4-0ubuntu1_all fails to install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 894804] Re: 255 cannot create tmp file

2012-03-02 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/894804

Title:
  255 cannot create tmp file

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-p-freeipa-tech-preview] FreeIPA Tech Preview

2012-03-02 Thread Timo Aaltonen
Blueprint changed by Timo Aaltonen:

Whiteboard changed:
  Rather fine-grained task list below. Uploading full 389ds stack is not
  necessary (hence status isn't BLOCKED), though not a whole lot of work
  after the prereqs are already done.
  
  Work items (precise-alpha-2):
  [tjaalton] package python-nss: DONE
  [tjaalton] upload python-nss: DONE
  [tjaalton] package python-krbv: DONE
  [tjaalton] upload python-krbv: DONE
  [tjaalton] package certmonger: DONE
  [tjaalton] upload certmonger: DONE
  [tjaalton] add gssapi delegation support for curl (merge from Debian): DONE
  [tjaalton] add gssapi delegation support for xmlrpc-c (patch from RHEL): DONE
  [tjaalton] package svrcore: DONE
  [tjaalton] upload svrcore: DONE
  [tjaalton] package libmozilla-ldap-perl: DONE
  [tjaalton] package 389-ds-base: DONE
  [tjaalton] test /usr/sbin/setup-ds: DONE
  [vorlon] Include ldif.h in libldap2-dev by updating openldap to =2.4.26: DONE
  [tjaalton] upload libmozilla-ldap-perl (needs new openldap): DONE
  [tjaalton] package ldapjdk: DONE
  [tjaalton] upload ldapjdk: DONE
  [tjaalton] package jss: DONE
  [tjaalton] upload jss: DONE
  [tjaalton] package idm-console-framework: DONE
  [tjaalton] package libapache2-mod-nss: DONE
  [tjaalton] package tomcatjss: DONE
  [tjaalton] package osutil: DONE
  [tjaalton] upload osutil: DONE
  [tjaalton] package dogtag-pki-theme: DONE
  [tjaalton] package 389-adminutil: DONE
  [tjaalton] package 389-admin: DONE
  [tjaalton] package 389-admin-console: DONE
  [tjaalton] package 389-console: DONE
  [tjaalton] package 389-ds-console: DONE
  
  Work items (ubuntu-12.04-beta-1):
- [tjaalton] upload 389-ds-base: INPROGRESS
+ [tjaalton] upload 389-ds-base: DONE
  [tjaalton] upload idm-console-framework: DONE
  [tjaalton] upload libapache2-mod-nss: DONE
  [tjaalton] upload tomcatjss: DONE
  [tjaalton] package freeipa-client: DONE
- [tjaalton] upload freeipa-client: INPROGRESS
  [tjaalton] package 389-dsgw: DONE
  [tjaalton] upload 389-adminutil: DONE
  
  Work items:
  [tjaalton] package 389-ds meta package: DONE
- [tjaalton] upload 389-admin: INPROGRESS
- [tjaalton] upload 389-dsgw: INPROGRESS
- [tjaalton] upload 389-admin-console: INPROGRESS
+ [tjaalton] upload 389-admin: DONE
+ [tjaalton] upload 389-dsgw: DONE
+ [tjaalton] upload 389-admin-console: DONE
+ [tjaalton] upload freeipa-client: INPROGRESS
  [tjaalton] package pki: INPROGRESS
  [tjaalton] upload pki: TODO
  [tjaalton] package freeipa-server: INPROGRESS
  [tjaalton] upload freeipa-server: BLOCKED
  [tjaalton] test /usr/sbin/ipa-client-install: INPROGRESS
  [tjaalton] test /usr/sbin/ipa-server-install: TODO
  [tjaalton] package slapi-nis, or drop NIS support from freeipa (if possible): 
TODO
  [tjaalton] upload slapi-nis: TODO
  [tjaalton] upload 389-console: TODO
  [tjaalton] upload 389-ds-console: TODO
  [tjaalton] upload 389-ds: TODO
  
  tjaalton -- 2012-02-16: FF today, so pushing everything that's verified to be 
finished. Splitting freeipa-client apart from the server, that can be worked on 
separately. Client got uploaded to precise.
  tjaalton -- 2012-02-21: Upstream has PKI in one big git repo, it is now 
packaged using that as a base (builds 34 binary packages), renamed the task 
here to reflect that

-- 
FreeIPA Tech Preview
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-freeipa-tech-preview

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-02 Thread Vibhav Pant
I have verified the patch again.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/930916

Title:
  amavis start-stop script fails to stop amavisd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944281] Re: various packaging issues

2012-03-02 Thread Timo Aaltonen
yeah, I've forgot to run lintian on the source packages, whoops (sbuild
only checks the binaries)

DEP-3 headers; didn't know they were strongly encouraged..  will fix
those too.

** Changed in: 389-admin (Ubuntu)
   Status: New = In Progress

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

Title:
  various packaging issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/389-admin/+bug/944281/+subscriptions

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


[Bug 931967] Re: Corrupted graphics after the login until the unity launcher appears

2012-03-02 Thread Hedson Ralston
I was browsing around to see if this was a localized problem on certain 
machines but I guess not. I have the same issue on both ubuntu and ubuntu 2d 
logins. It scrambles the the screen for about 5 secs before desktop comes up 
(on 2d, I had an extra gray screen). I have recreated each scenario I could 
think of,
1. Fresh install of 12.04
2. Upgrade from previous LTS to 12.04
3. Reconstruct image file of 12.04 before install(kinda works but will have bad 
graphics on login which is almost near impossible to login without auto login)

I am currently working on getting 12.04 working correctly on Dual Boot
on my Asus Transformer and I did come acoss this issue after the whole
install completed. Logged in and bam came out, looked like bad reception
in tv. I was able to modify certain parts of  ubuntu start up what my
fiends and I were working on to help alleviate  the stress load on my
tab. Apparently we disabled something and the errors went away for that
portion just after log in. I tried to recreate he same environment on my
Asus laptop running nvidia 9800m and it looked like I had found a
solution. Well almost except that I had another computer set for auto
log in and it didnt run into any problems. On a manual log in, I get
super artificial images that it becomes impossible to log in. Had to
reinstall ubuntu all over again.

I cant post my pics up yet, I was at work when this was going down and I
took video of the process so Ill take screen caps of what happen. FIle
wise, I will find a place to upload and see if you guys can confirm the
script works just remember to enable auto log in before restarting.

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

Title:
  Corrupted graphics after the login  until the unity launcher appears

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

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


[Bug 943661] Re: apport-gtk crashed with SIGSEGV in get_gsubgpos_table()

2012-03-02 Thread Martin Pitt
Fixed in trunk r2198.

** Changed in: apport (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: apport (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  apport-gtk crashed with SIGSEGV in get_gsubgpos_table()

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

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


[Bug 943661] Re: apport-gtk crashed with SIGSEGV in get_gsubgpos_table()

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:apport

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

Title:
  apport-gtk crashed with SIGSEGV in get_gsubgpos_table()

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

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


[Bug 943344] Re: apport-gtk crashed with SIGABRT

2012-03-02 Thread Martin Pitt
** Visibility changed to: Public

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

Title:
  apport-gtk crashed with SIGABRT

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

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


[Bug 942098] Re: apport-gtk crashed with AssertionError in collect(): collection already done

2012-03-02 Thread Martin Pitt
Fixed in trunk r2198.

** Changed in: apport (Ubuntu)
   Status: New = Fix Committed

** Changed in: apport (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  apport-gtk crashed with AssertionError in collect(): collection
  already done

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

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


[Bug 942098] Re: apport-gtk crashed with AssertionError in collect(): collection already done

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:apport

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

Title:
  apport-gtk crashed with AssertionError in collect(): collection
  already done

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

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



[Bug 938904] Re: unity-lens-video crashed with GError in function(): Text ended before matching quote was found for '. (The text was 'updatedb -o /home/username/.cache/unity-lens-video/videos.db -l 0

2012-03-02 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 936141 ***
https://bugs.launchpad.net/bugs/936141

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-lens-video (Ubuntu)
   Status: New = Confirmed

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

Title:
  unity-lens-video crashed with GError in function(): Text ended before
  matching quote was found for '. (The text was 'updatedb -o
  /home/username/.cache/unity-lens-video/videos.db -l 0 -U
  /home/username/Video's')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-video/+bug/938904/+subscriptions

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


[Bug 932747] Re: Update from 11.04 to 11.10 fails with pkgProblemResolver

2012-03-02 Thread -Y-
Here it is:
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Le paquet libnepomukquery4a n'est pas installé, et ne peut donc être supprimé
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

I hope you won't be discouraged before the end, anyway, again, thanks.

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

Title:
  Update from 11.04 to 11.10 fails with pkgProblemResolver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/932747/+subscriptions

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

[Bug 901675] Re: apport-gtk assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

2012-03-02 Thread Martin Pitt
Fixed in trunk r2198.

** Changed in: apport (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  apport-gtk assert failure: python: ../../src/xcb_io.c:273:
  poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

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

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


[Bug 901675] Re: apport-gtk assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:apport

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

Title:
  apport-gtk assert failure: python: ../../src/xcb_io.c:273:
  poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

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

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


[Bug 862867] Re: Screenshot for Web slide in Ubuntu slideshow is focused on English text

2012-03-02 Thread Christian Giordano
While this page of OLPC website doesn't contain much text. It is not
very representative for the web. This page might be more
representative: http://www.youtube.com/watch?v=BG-
Q7hTKCwslist=FLQWMNO5DvDipO_t0ITRpbywindex=18feature=plpp_video

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

Title:
  Screenshot for Web slide in Ubuntu slideshow is focused on English
  text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubiquity-slideshow-ubuntu/+bug/862867/+subscriptions

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


[Bug 725434] Re: Nvidia drivers lead to extra memory usage for each process using libGL

2012-03-02 Thread Mantas Kriaučiūnas
Dàrent (animaletdesequia) wrote on 2011-11-14:
 I know most of you must be running 11.10 now, but I just installed 11.04 and 
 I'm having this problem. 
 The last version of libcairo2 in the repos is 1.11.3, which gives me a ram 
 usage about 1.5Gb just after login.
 I've forced version 1.10.2 and everything is fine now, ram under 500Mb.

Last libcairo2 version in Ubuntu 11.04, 11.10 and even 12.04 is 1.10.2 -
see https://launchpad.net/ubuntu/+source/cairo or
http://packages.ubuntu.com/libcairo2

It seems you installed unofficial libcairo2 package from other
repositories, not from Ubuntu if you had 1.11.3 version.

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

Title:
  Nvidia drivers lead to extra memory usage for each process using libGL

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

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

[Bug 944425] Re: r dereference at 00000004

2012-03-02 Thread Ming Lei
*** This bug is a duplicate of bug 914319 ***
https://bugs.launchpad.net/bugs/914319

** This bug has been marked a duplicate of bug 914319
   NULL pointer dereference at sd_revalidate_disk+0x30/0x2a0

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

Title:
  r dereference at 0004

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

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


[Bug 943881] Re: Unable to print to password protected (cups) printer

2012-03-02 Thread Jean-Louis Dupond
** Changed in: libreoffice (Ubuntu)
   Status: Incomplete = New

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

Title:
  Unable to print to password protected (cups) printer

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

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


[Bug 861061] Re: [regression] All apps have a lower frame rate under Unity.

2012-03-02 Thread Rocko
OK, if I disable unity-plugin via ccsm it still runs slow so it looks
like I should log it against compiz. The unity animations are still
fast, btw.

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

Title:
  [regression] All apps have a lower frame rate under Unity.

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

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


[Bug 827990] Re: internal compiler error: in decode_addr_const, at varasm.c:2632

2012-03-02 Thread Nicolas Dechesne
@hrw: any update on this? are you planning to fix this in oneiric?

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

Title:
  internal compiler error: in decode_addr_const, at varasm.c:2632

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

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


[Bug 944618] [NEW] package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2012-03-02 Thread Calvin Li
*** This bug is a duplicate of bug 943201 ***
https://bugs.launchpad.net/bugs/943201

Public bug reported:

Error during upgrade from oneiric to precise beta 1.

No clue what the cause is or how to reproduce.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libclutter-imcontext-0.1-0 0.1.4-2build1
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
ApportVersion: 1.93-0ubuntu2
Architecture: amd64
Date: Thu Mar  1 22:05:33 2012
DuplicateSignature:
 Setting up libclutter-imcontext-0.1-0 (0.1.4-2build1) ...
 clutter-scan-immodules: error while loading shared libraries: 
libcogl-pango.so.0: cannot open shared object file: No such file or directory
 dpkg: error processing libclutter-imcontext-0.1-0 (--configure):
  subprocess installed post-installation script returned error exit status 127
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
SourcePackage: clutter-imcontext
Title: package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 127
UpgradeStatus: Upgraded to precise on 2012-03-02 (0 days ago)

** Affects: clutter-imcontext (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clutter-imcontext/+bug/944618/+subscriptions

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


[Bug 944618] Re: package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2012-03-02 Thread Calvin Li
*** This bug is a duplicate of bug 943201 ***
https://bugs.launchpad.net/bugs/943201

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

Title:
  package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clutter-imcontext/+bug/944618/+subscriptions

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


[Bug 944618] Re: package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2012-03-02 Thread Apport retracing service
*** This bug is a duplicate of bug 943201 ***
https://bugs.launchpad.net/bugs/943201

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #943201, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 943201
   package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127

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

Title:
  package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clutter-imcontext/+bug/944618/+subscriptions

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


[Bug 944617] [NEW] missing support for other web servers (lighttpd and nginx)

2012-03-02 Thread Rafael Jesus Alcantara Perez
Public bug reported:

As the owncloud page for Linux shows, they support lighttpd and nginx.
See http://owncloud.org/support/setup-and-installation/linux-server/

** Affects: owncloud (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/944617

Title:
  missing support for other web servers (lighttpd and nginx)

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

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


[Bug 944616] [NEW] qtractor: freeze exception request for new release

2012-03-02 Thread Dan MacDonald
Public bug reported:

qtractor is one of the most powerful and most popular audio programs
available for Linux and a very significant new release - thats not
really evident in its version number being 0.5.4 now - was made
yesterday.

http://qtractor.sourceforge.net/qtractor-index.html

This update brings a whole range of significant new features such as the
long awaited session cleanup, much better support for hardware MIDI
controllers and sysex and much improved manual editing of MIDI
controllers and not mentioned in the release notes are some very
significant fixes for the correct saving and restoring of VST plugin
settings. For the full list of changes since 0.5.3 see the qtractor
homepage or ChangeLog.

No packages in Ubuntu depend on qtractor so upgrading to this latest
version will not cause issues for any other packages.

Having this in the repos will provide a significant boost to Precise's
ability as a multimedia and content creation platform.

** Affects: qtractor (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/944616

Title:
  qtractor: freeze exception request for new release

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

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


[Bug 944615] [NEW] package libpam0g 1.1.3-7ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-02 Thread Calvin Li
Public bug reported:

Error during/directly after upgrade from oneiric to precise beta 1.

I haven't the slightest clue as to the cause or how to reproduce.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libpam0g 1.1.3-7ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
ApportVersion: 1.93-0ubuntu2
Architecture: amd64
Date: Thu Mar  1 21:13:00 2012
DuplicateSignature:
 Setting up libpam0g (1.1.3-7ubuntu2) ...
 debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another 
process: Resource temporarily unavailable
 dpkg: error processing libpam0g (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
SourcePackage: pam
Title: package libpam0g 1.1.3-7ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-03-02 (0 days ago)

** Affects: pam (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package libpam0g 1.1.3-7ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 944615] Re: package libpam0g 1.1.3-7ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-02 Thread Calvin Li
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944615

Title:
  package libpam0g 1.1.3-7ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 944615] Re: package libpam0g 1.1.3-7ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-02 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libpam0g 1.1.3-7ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 944437] Re: Radience Theme input areas padding needed

2012-03-02 Thread Bernd Zeimetz
** Package changed: radiance (Ubuntu) = light-themes (Ubuntu)

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

Title:
  Radience Theme input areas padding needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/944437/+subscriptions

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


[Bug 944233] Re: apt ellipses should be space-separated

2012-03-02 Thread Torsten Spindler
Can you provide some sample output that illustrates the problem?

** Changed in: apt (Ubuntu)
   Status: New = Incomplete

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

Title:
  apt ellipses should be space-separated

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

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


[Bug 943201] Re: package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2012-03-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: clutter-imcontext (Ubuntu)
   Status: New = Confirmed

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

Title:
  package libclutter-imcontext-0.1-0 0.1.4-2build1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clutter-imcontext/+bug/943201/+subscriptions

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


[Bug 943830] Re: Uyghur don't display correctly

2012-03-02 Thread Gheyret T.Kenji
This bug also exists in Oneiric.

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

Title:
  Uyghur don't display correctly

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

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


[Bug 877766] Re: lightdm login fails with NFS home and strict (mode 0700) permissions

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lightdm

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

Title:
  lightdm login fails with NFS home and strict (mode 0700) permissions

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

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


[Bug 810037] Re: wine 3.1 updates have bad verification.

2012-03-02 Thread Torsten Spindler
I haven't seen those problems in a while. Do they still happen on your
system?

** Changed in: apt (Ubuntu)
   Status: New = Incomplete

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

Title:
  wine 3.1 updates have bad verification.

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

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


[Bug 797550] Re: indefinite download tries behind a proxy

2012-03-02 Thread Torsten Spindler
Does this problem still happen in your network setup? Have more recent
Ubuntu releases improved the situation?

** Changed in: apt (Ubuntu)
   Status: New = Incomplete

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

Title:
  indefinite download tries behind a proxy

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

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


[Bug 944433] Re: BUG: unable to handle kernel NULL pointer dereference at 00000004

2012-03-02 Thread Ming Lei
*** This bug is a duplicate of bug 914319 ***
https://bugs.launchpad.net/bugs/914319

** This bug has been marked a duplicate of bug 914319
   NULL pointer dereference at sd_revalidate_disk+0x30/0x2a0

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at 0004

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

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


[Bug 943387] Re: i18n of Ubuntu-specific gnome-menus broken

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gnome-menus

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

Title:
  i18n of Ubuntu-specific gnome-menus broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/943387/+subscriptions

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


[Bug 944622] [NEW] package planner-data not installed failed to install/upgrade: trying to overwrite /usr/share/mime/packages/planner.xml , which is also in package planner 0.14.5-0ubuntu1

2012-03-02 Thread Misty Flip
*** This bug is a duplicate of bug 944274 ***
https://bugs.launchpad.net/bugs/944274

Public bug reported:

During an update with the update manager this failure occured

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: planner-data (not installed)
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic-pae 3.2.6
Uname: Linux 3.2.0-17-generic-pae i686
ApportVersion: 1.93-0ubuntu2
Architecture: i386
Date: Fri Mar  2 09:00:51 2012
DuplicateSignature:
 Unpacking planner-data (from .../planner-data_0.14.5-1ubuntu1_all.deb) ...
 dpkg: error processing 
/var/cache/apt/archives/planner-data_0.14.5-1ubuntu1_all.deb (--unpack):
  trying to overwrite '/usr/share/mime/packages/planner.xml', which is also in 
package planner 0.14.5-0ubuntu1
ErrorMessage: trying to overwrite '/usr/share/mime/packages/planner.xml', which 
is also in package planner 0.14.5-0ubuntu1
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120220)
SourcePackage: planner
Title: package planner-data (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/mime/packages/planner.xml', which is also in package 
planner 0.14.5-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: planner (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 package-conflict precise

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

Title:
  package planner-data  not installed  failed to install/upgrade: trying
  to overwrite  /usr/share/mime/packages/planner.xml , which is also in
  package planner 0.14.5-0ubuntu1

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

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


[Bug 944622] Re: package planner-data not installed failed to install/upgrade: trying to overwrite /usr/share/mime/packages/planner.xml , which is also in package planner 0.14.5-0ubuntu1

2012-03-02 Thread Misty Flip
*** This bug is a duplicate of bug 944274 ***
https://bugs.launchpad.net/bugs/944274

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

Title:
  package planner-data  not installed  failed to install/upgrade: trying
  to overwrite  /usr/share/mime/packages/planner.xml , which is also in
  package planner 0.14.5-0ubuntu1

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

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


[Bug 944585] Re: warnings from valgrind about openssl as used by CPython

2012-03-02 Thread Ubuntu Foundation's Bug Bot
The attachment cpython-openssl101.supp of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  warnings from valgrind about openssl as used by CPython

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

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


[Bug 923876] Re: FR: Limit and clean-up kernel images and headers automatically in LTS

2012-03-02 Thread Torsten Spindler
I've confirmed the problem, especially with LTS. I've set the importance
to wishlist as there are manual ways to work around this limitation in
apt.

** Summary changed:

- Limit and clean-up kernel images and headers automatically in LTS
+ FR: Limit and clean-up kernel images and headers automatically in LTS

** Changed in: apt (Ubuntu)
   Status: New = Confirmed

** Changed in: apt (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  FR: Limit and clean-up kernel images and headers automatically in LTS

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

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


[Bug 923688] Re: bzr crashed with AttributeError in tree_unapply_patches(): 'DirStateRevisionTree' object has no attribute 'last_revision'

2012-03-02 Thread Daniel Holbach
Same with https://code.launchpad.net/~jan-simon/ubuntu/precise/ibus/fix-
for-941645/+merge/95435

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

Title:
  bzr crashed with AttributeError in tree_unapply_patches():
  'DirStateRevisionTree' object has no attribute 'last_revision'

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-builddeb/+bug/923688/+subscriptions

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


[Bug 793538] Re: Window with no focus on top of another one closes the wrong one

2012-03-02 Thread xgdgsc
It's a serious problem. I don't understand why there are so few people
seeing this problem. Really inconvenient for us who always prefer
keyboard shortcuts.

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

Title:
  Window with no focus on top of another one closes the wrong one

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

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


[Bug 944622] Re: package planner-data not installed failed to install/upgrade: trying to overwrite /usr/share/mime/packages/planner.xml , which is also in package planner 0.14.5-0ubuntu1

2012-03-02 Thread Apport retracing service
*** This bug is a duplicate of bug 944274 ***
https://bugs.launchpad.net/bugs/944274

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #944274, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 944274
   package planner-data  not installed  failed to install/upgrade: trying to 
overwrite  /usr/share/mime/packages/planner.xml , which is also in package 
planner 0.14.5-0ubuntu1

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

Title:
  package planner-data  not installed  failed to install/upgrade: trying
  to overwrite  /usr/share/mime/packages/planner.xml , which is also in
  package planner 0.14.5-0ubuntu1

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

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


[Bug 927993] Re: distribution upgrade from lucid to precise failed with : package dpkg is already installed and configured

2012-03-02 Thread Michael Vogt
Marking this critical as its a regression in the ordering code that is
causing this bug.

** Changed in: apt (Ubuntu Precise)
   Importance: High = Critical

** Summary changed:

- distribution upgrade from lucid to precise failed with :  package dpkg is 
already installed and configured
+ ordering code may mark a package for configure before its unpacked

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

Title:
  ordering code may mark a package for configure before its unpacked

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

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


[Bug 773987] Re: Timezone is not set correctly for some locations

2012-03-02 Thread Raphaël Badin
I'm still seeing that issue on precise: this is what I get when I add
New York (United States):
http://people.canonical.com/~rvb/indicator_time.png

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

Title:
  Timezone is not set correctly for some locations

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/773987/+subscriptions

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


[Bug 885956] Re: unmute doesn't work anymore

2012-03-02 Thread aka
This doesn't seem to work right.
The list of cards in settings-editor /xfconf is the same that you enable in 
mixer.
Here's my mixer http://dl.dropbox.com/u/20461706/screens/xf-mixer-cards.png
I have alot of controls available for the alsa card.
If I select pulse card, I only have one master
http://dl.dropbox.com/u/20461706/screens/xf-mixer-pulse.png
And this is the mixer in conf-editor 
http://dl.dropbox.com/u/20461706/screens/xfsettings-mixer.png
If I unable the pulse card and set it as active in conf-editor, I get no sound, 
the sound led on the laptop is in mute, the mixer is shown as mute and all 
that helps is reverting back to alsa. Not mentioning that I have only once 
master control for the pulse.

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

Title:
  unmute doesn't work anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-volumed/+bug/885956/+subscriptions

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


[Bug 818830] Re: [Sandy Bridge] serious power regression from kernel 3.0.0-6 to 3.0.0-7 (rc6 disabled)

2012-03-02 Thread Maarten Kossen
3.2.0-17-generic is not completely stable for me. I get a complete
visual freeze (sound keeps working) with this kernel about twice a day.

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

Title:
  [Sandy Bridge] serious power regression from kernel 3.0.0-6 to 3.0.0-7
  (rc6 disabled)

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

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


[Bug 944627] [NEW] glxspheres runs very slowly in Precise

2012-03-02 Thread Rocko
Public bug reported:

Using the intel card, glxspheres only manages around 2 frames per second
in precise, whereas in oneiric it runs at around 59-60 fps (ie the
monitor refresh frequency).

Using my nvidia card and bumblebee, glxspheres can only manage 70-75fps
in precise whereas in oneiric it runs at around 150-160fps.

Disabling the unity plugin (via CCSM) has no effect.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: compiz 1:0.9.7.0~bzr2995-0ubuntu5
Uname: Linux 3.3.0-rc5-git-20120226.0832 x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.93-0ubuntu2
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,imgpng,place,snap,session,vpswitch,move,mousepoll,regex,unitymtgrabhandles,gnomecompat,resize,animation,grid,wall,workarounds,expo,ezoom,fade,scale,unityshell]
CompositorRunning: compiz
CurrentDmesg:
 Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
 dmesg: write failed: Broken pipe
Date: Fri Mar  2 16:14:11 2012
DistUpgraded: Log time: 2012-03-02 10:26:00.360989
DistroCodename: precise
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:050e]
 NVIDIA Corporation GF108 [GeForce GT 540M] [10de:0df4] (rev ff) (prog-if ff)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MachineType: Dell Inc. Dell System XPS L502X
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_AU:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc5-git-20120226.0832 
root=UUID=67083065-b92e-4596-a218-817c1dfc8ae7 ro i915.i915_enable_rc6=1 quiet 
splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: Upgraded to precise on 2012-03-02 (0 days ago)
dmi.bios.date: 07/20/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0NJT03
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/20/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Dell System XPS L502X
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu5
version.ia32-libs: ia32-libs 20090808ubuntu33
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 precise regression reproducible ubuntu

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

Title:
  glxspheres runs very slowly in Precise

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

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


[Bug 944627] Re: glxspheres runs very slowly in Precise

2012-03-02 Thread Rocko
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944627

Title:
  glxspheres runs very slowly in Precise

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

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


[Bug 944626] [NEW] Ubuntu “xorg-server” Bug #937706 - xdiagnose output

2012-03-02 Thread Mark S
Public bug reported:

As requested in Bug #937706 I have run xdiagnose and this is the output.

Regards,

Mark

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7.1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic-pae 3.0.17
Uname: Linux 3.0.0-16-generic-pae i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu4
Architecture: i386
CompizPlugins: 
[core,composite,opengl,decor,compiztoolbox,move,wobbly,cube,gnomecompat,resize,place,session,regex,rotate,unityshell]
CompositorRunning: compiz
Date: Fri Mar  2 08:11:13 2012
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
DkmsStatus:
 vboxhost, 4.1.8, 3.0.0-14-generic-pae, i686: installed
 vboxhost, 4.1.8, 3.0.0-15-generic, i686: installed
 vboxhost, 4.1.8, 3.0.0-15-generic-pae, i686: installed
 vboxhost, 4.1.8, 3.0.0-16-generic, i686: installed
 vboxhost, 4.1.8, 3.0.0-16-generic-pae, i686: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Foxconn International, Inc. Device [105b:0d83]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MachineType: Advent DT1404
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic-pae 
root=UUID=a0f84e92-fdb0-45b3-a888-0cdbe6b97ef2 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/22/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: B63D3P04
dmi.board.name: H61MXL/H61MXL-K
dmi.board.vendor: Foxconn
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrB63D3P04:bd09/22/2011:svnAdvent:pnDT1404:pvrTobefilledbyO.E.M.:rvnFoxconn:rnH61MXL/H61MXL-K:rvr:
dmi.product.name: DT1404
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Advent
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6.1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug compiz-0.9 i386 oneiric running-unity ubuntu

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

Title:
  Ubuntu  “xorg-server” Bug #937706 - xdiagnose output

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

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

  1   2   3   4   5   6   7   8   9   10   >