[Bug 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-05-30 Thread Viktor Petersson
@scott We're looking at this internally now and hope to have a fix that
addresses that adds some unique variables shortly as suggested.

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

Title:
  [SRU] CloudSigma DS for causes hangs when serial console present

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1316475/+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 1324685] Re: gem file access problem

2014-05-30 Thread Seth Arnold
** Information type changed from Private Security to Public Security

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

Title:
  gem file access problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.9.1/+bug/1324685/+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 1292102] Re: AttributeError: 'NoneType' object has no attribute 'obj' (driver.obj.release_segment(session, segment))

2014-05-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  AttributeError: 'NoneType' object has no attribute 'obj'
  (driver.obj.release_segment(session, segment))

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1292102/+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 1322899] Re: pacemaker init script links aren't created on upgrade

2014-05-30 Thread Jakob Lundberg
I have a problem with using the update-rc.d to generate the rc*.d links.
Even though pacemaker gets sequence number 20 and corosync number 19. It
appears that corosync is not fully started when pacemaker gets started.

The result is that pacemaker starts up without a connection to the peer.
And resources such as DRBD gets in a split brain state.

When removing the rc*.d links for pacemaker and starting pacemaker
manually there is no problem. So apperantly it is not enough to wait for
the corosync init script to launch. corosync needs to get properly
connected before it is safe to start pacemaker.

On earlier verisions this was not a problem as the corosync plugin
started pacemaker when corosync was ready.

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

Title:
  pacemaker init script links aren't created on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1322899/+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 1322899] Re: pacemaker init script links aren't created on upgrade

2014-05-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  pacemaker init script links aren't created on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1322899/+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 1324828] [NEW] Unable to use unix socket in ProxyPassMatch directive

2014-05-30 Thread yannsen
Public bug reported:

lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04

PHP-FPM listen on unix socket: 
listen = /var/run/php5-fpm.sock

Apache configured to use unix socket in ProxyPassMatch directive
according to the apache wiki http://wiki.apache.org/httpd/PHP-FPM

ProxyPassMatch ^/(.*\.php(/.*)?)$
unix:/var/run/php5-fpm.sock|fcgi://127.0.0.1:9000/srv/www/

Apache synatx check failed:

apache2ctl -S
AH00526: Syntax error on line 17 of /etc/apache2/sites-enabled/000-default.conf:
ProxyPass URL must be absolute!
Action '-S' failed.
The Apache error log may have more information.

without unix socket:

ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/srv/www/$1

apache2ctl -S
VirtualHost configuration:
*:80   default (/etc/apache2/sites-enabled/000-default.conf:1)
ServerRoot: /etc/apache2
Main DocumentRoot: /var/www
Main ErrorLog: /var/log/apache2/error.log
Mutex default: dir=/var/lock/apache2 mechanism=fcntl 
Mutex watchdog-callback: using_defaults
Mutex rewrite-map: using_defaults
Mutex proxy: using_defaults
PidFile: /var/run/apache2/apache2.pid
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name=www-data id=33
Group: name=www-data id=33


Same config works on Archlinux:

PHP-FPM listen on unix socket: 
listen = /run/php-fpm/php-fpm.sock

httpd -V
Server version: Apache/2.4.9 (Unix)
Server built:   Mar 16 2014 12:48:23

Apache configured to use unix socket in ProxyPassMatch directive
according to the apache wiki http://wiki.apache.org/httpd/PHP-FPM

ProxyPassMatch ^/(.*\.php(/.*)?)$ unix:/run/php-fpm/php-
fpm.sock|fcgi://127.0.0.1:9000/srv/http/

Apache syntax check:
httpd -S
VirtualHost configuration:
ServerRoot: /etc/httpd
Main DocumentRoot: /srv/http
Main ErrorLog: /var/log/httpd/error_log
Mutex proxy-balancer-shm: using_defaults
Mutex rewrite-map: using_defaults
Mutex proxy: using_defaults
Mutex default: dir=/run/httpd/ mechanism=default 
PidFile: /run/httpd/httpd.pid
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name=http id=33 not_used
Group: name=http id=33 not_used

Upstream bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=54101

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

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

Title:
  Unable to use unix socket in ProxyPassMatch directive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1324828/+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 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-05-30 Thread Steve Kowalik
** Changed in: diskimage-builder
   Importance: Undecided = Critical

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

Title:
  [SRU] CloudSigma DS for causes hangs when serial console present

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1316475/+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 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-05-30 Thread Jeroen T. Vermeulen
It happened again.  I suspect that it may be a matter of ordering of
decorators: RegionAdvertisingService.prepare is decorated as
@synchronous, and *then* as taking two locks.

Given decorators' wrapping behaviour, which reverses the order of
entrance, I understand that to mean: grab these two locks, then run
this function synchronously.  Which would mean that if the lock weren't
available at the time of the call, or if either attempt to grab a lock
yielded to the reactor for whatever reason, the function could still run
asynchronously from the caller's perspective.

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

Title:
  test_prepare_holds_startup_lock() fails spuriously

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1308069/+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 1322899] Re: pacemaker init script links aren't created on upgrade

2014-05-30 Thread Jakob Lundberg
After some more checking I found that my issue was not with the startup
order but the shutdown order.

At install of corosync, the shutdown is linked with K01corosync. Using
update-rc.d pacemaker defaults will create the shutdown link
K20pacemaker.

This causes corosync to be shutdown before pacemaker is.

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

Title:
  pacemaker init script links aren't created on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1322899/+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 1324856] [NEW] Ubuntu source package for neutron can not be rebuild

2014-05-30 Thread George Shuklin
Public bug reported:

Ubuntu's source package for neutron can not be rebuild twice:

1. There is no proper clean target.
2. neutron.egg-info changes after build

That cause problem when package is build twice from same source. 1st
build is fine, 2nd cause following errors:

(each type of error cited once)
1. dpkg-source: warning: newly created empty file 
'build/lib.linux-x86_64-2.7/neutron/openstack/common/__init__.py' will not be 
represented in diff
2. dpkg-source: error: cannot represent change to neutron/__init__.pyc: binary 
file contents changed

3. dpkg-source: info: local changes detected, the modified files are:
 neutron-2013.2.3/neutron.egg-info/entry_points.txt
 neutron-2013.2.3/neutron.egg-info/requires.txt

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

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

Title:
   Ubuntu source package for neutron can not be rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1324856/+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 1324828] Re: Unable to use unix socket in ProxyPassMatch directive

2014-05-30 Thread yannsen
Argh, it is not a bug. This feature comes with Apach 2.4.8:

http://apache.openmirror.de//httpd/CHANGES_2.4.9
...
Changes with Apache 2.4.8
...
  *) mod_proxy: Added support for unix domain sockets as the
 backend server endpoint [Jim Jagielski, Blaise Tarr
 blaise tarr gmail com]

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

Title:
  Unable to use unix socket in ProxyPassMatch directive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1324828/+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 1257186] Re: memory leakage messages

2014-05-30 Thread Neeraz Poudel
after i run this command sudo apt-get remove libpam-smbpass
ubuntu doesnt start.
i see the Ubuntu logo with dots below and then a blank screen after that.
if i close lid and open again i see button labeled  with [OK] and nothing 
happens.
please help.

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

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1324880] [NEW] Default Databases are not showing and new import is not working. Throwing error

2014-05-30 Thread Showvhick Nath
Public bug reported:

This problem occured when I installed Ubuntu 14.04 in Servermaina's VPS.
Also occured when I installed it in Amazon Web Server EC2 Instance. All
packages were installed successfully and I was able to pointing domain,
installing phpmyadmin. But problem occured when I logged in phpmyadmin,
I see that default dbs like mysql, performance_schema, etc are not
present anymore. Even I can't import new db there. Am I doing anything
wrong ? To be specific, I have installed only LAMP and phpmyadmin, php-
curl. Nothing else. Is it a bug or any foolisheness from my end ?

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

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

Title:
  Default Databases are not showing and new import is not working.
  Throwing error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1324880/+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 1324897] [NEW] make-ssl-cert creates improper hash symlink to ssl-cert-snakeoil.pem

2014-05-30 Thread Cedric Gustin
Public bug reported:

Steps to reproduce :

   1. Generate new snakeoil SSL certificates  with 'sudo make-ssl-cert 
generate-default-snakeoil --force-overwrite'
   2. Get hash of new certificate with 'openssl x509 -hash -noout -in 
/etc/ssl/certs/ssl-cert-snakeoil.pem', say fd1e9cf4
   3. Check that fd1e9cf4.0 symlink to ssl-cert-snakeoil.pem was created in 
/etc/ssl/certs

Problem :

   - fd1e9cf4 symlink is created instead of fd1e9cf4.0 (with .0 extension)
   - if you're lucky, hash has not changed and you still have the old 
fd1e9cf4.0 symlink.
   - if you're unlucky (random seed has changed or you choose a different 
keysize), hash will change, wrong symlink will be created and certification 
validation will fail for example when using TLS with postfix :

 postfix/smtpd[3828]: warning: TLS library problem:
error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown
ca:s3_pkt.c:1260:SSLalert number 48

** Affects: ssl-cert (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  make-ssl-cert creates improper hash symlink to ssl-cert-snakeoil.pem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ssl-cert/+bug/1324897/+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 1315501] Re: cloud-init does not use interfaces.d in trusty

2014-05-30 Thread Zoltan Arnold Nagy
Any ETA on a fix for cloud-init?

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

Title:
  cloud-init does not use interfaces.d in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1315501/+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 1324880] Re: Default Databases are not showing and new import is not working. Throwing error

2014-05-30 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).

Once you have provided enough detail, please change the bug status back
to New.

If you are looking for help, rather than reporting a specific bug in
Ubuntu, then this bug tracker is not the appropriate venue. You can find
pointers to get community support here:
http://www.ubuntu.com/support/community

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

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

Title:
  Default Databases are not showing and new import is not working.
  Throwing error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1324880/+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 1324856] Re: Ubuntu source package for neutron can not be rebuild

2014-05-30 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I presume a workaround is to use sbuild or pbuilder? Assuming that this
is the case, I'll set the Importance to Medium as a workaround is
available.

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

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

Title:
   Ubuntu source package for neutron can not be rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1324856/+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 1324828] Re: Unable to use unix socket in ProxyPassMatch directive

2014-05-30 Thread Robie Basak
Thanks. Marking as Fix Released, as Utopic has 2.4.9.

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

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

Title:
  Unable to use unix socket in ProxyPassMatch directive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1324828/+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 1304876] Re: Use of aliases for service plugins breaks neutron-db-manage

2014-05-30 Thread Dirk Mueller
*** This bug is a duplicate of bug 1286052 ***
https://bugs.launchpad.net/bugs/1286052

** This bug is no longer a duplicate of bug 1294016
   db migration failed when plugin name alias used in config file
** This bug has been marked a duplicate of bug 1286052
   service_plugins do not work like documented in neutron-db-manage

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

Title:
  Use of aliases for service plugins breaks neutron-db-manage

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1304876/+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 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-05-30 Thread sidnei mendonça pereira
** Changed in: open-vm-tools (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: open-vm-tools (Ubuntu Precise)
   Status: In Progress = Incomplete

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1275656/+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 1297218] Re: guest hangs after live migration due to tsc jump

2014-05-30 Thread Serge Hallyn
A few notes after a few weeks of playing with this.

I've not reproduced the failure with migration per se.

However, when I did not add 'aio=native' to the backing store flags
(i.e. file=/mnt/disk.img,if=virtio,cache=none,aio=native), after around
2 days qemu would exit saying

 (qemu) qemu: qemu_thread_create: Resource temporarily unavailable

This appears to me to be a bug in the underlying gluster mount.

Until it is verified that this can be reproduced with another shared
backing store and is not simply a result of bad behavior of the
underlying glusterfs, priority of this bug will be lowered.

** Changed in: libvirt (Ubuntu)
   Importance: High = Medium

** Changed in: libvirt (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

** Changed in: libvirt (Ubuntu)
   Importance: Medium = Low

** Also affects: glusterfs (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  guest hangs after live migration due to tsc jump

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glusterfs/+bug/1297218/+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-u-server-core] General server work for Utopic

2014-05-30 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items:
  determine ssd caching solution (bcache is it): DONE
  add scribe (https://github.com/facebook/scribe) to universe: TODO
- add meteor to universe: TODO
+ add meteor (https://github.com/meteor/meteor) to universe: TODO
  investigate support of ruby for puppet: TODO
  bcache in universe: TODO
  mongodb to 2.6: TODO

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

-- 
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-u-server-core] General server work for Utopic

2014-05-30 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items:
  determine ssd caching solution (bcache is it): DONE
- add scribe (https://github.com/facebook/scribe) to universe: TODO
- add meteor (https://github.com/meteor/meteor) to universe: TODO
+ [racb] add scribe (https://github.com/facebook/scribe) to universe: TODO
+ [racb] add meteor (https://github.com/meteor/meteor) to universe: TODO
  investigate support of ruby for puppet: TODO
- bcache in universe: TODO
+ [racb] bcache in universe: TODO
  mongodb to 2.6: TODO

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

-- 
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 1324992] Re: freeipmi patch for HP moonshot ARM cartridges with I2c

2014-05-30 Thread Narinder Gupta
** Patch added: this is the patch accepted upstream
   
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+attachment/4123021/+files/ipmi-ssif.patch

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

Title:
  freeipmi patch for HP moonshot ARM cartridges with I2c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+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 1324992] [NEW] freeipmi patch for HP moonshot ARM cartridges with I2c

2014-05-30 Thread Narinder Gupta
Public bug reported:

As per HP for moonshot arm cartridges freeipmi changes are needed. So
this request is to pull the patch from upstream into current version of
trusty to support the i2c communication on HP moonshot chassis.

Here are the details.

svn://svn.savannah.gnu.org/freeipmi/trunk

Revision: 10072
Author: chu11
Date: Friday, May 30, 2014 10:21:03 AM
Message:
Retry ssif reads as needed

Modified : /trunk/ChangeLog
Modified : /trunk/libfreeipmi/api/ipmi-ssif-driver-api.c
Modified : /trunk/libfreeipmi/api/ipmi-ssif-driver-api.h

I have attached the ChangeLog and patch file for your reference.

-Original Message-
From: Al Chu [mailto:ch...@llnl.gov]
Sent: Friday, May 30, 2014 10:26 AM
To: Dande, Shashi
Cc: freeipmi-de...@gnu.org
Subject: RE: FreeIPMI Patch Submission

Great.  It'll be in the next release of FreeIPMI (1.4.4)

Al

On Thu, 2014-05-29 at 23:32 +, Dande, Shashi wrote:
 Hi Al

 Here is the updated patch per our conversation today.

 Thanks
 Shashi

 Index: ipmi-ssif-driver-api.c
 ===
 --- ipmi-ssif-driver-api.c(revision 10066)
 +++ ipmi-ssif-driver-api.c(working copy)
 @@ -319,7 +319,9 @@
uint8_t cmd = 0; /* used for debugging */
uint8_t group_extension = 0; /* used for debugging */
uint64_t val;
 -
 +  struct timespec request, remain;
 +  uint8_t retry = IPMI_SSIF_RETRY_DEFAULT;
 +
assert (ctx
  ctx-magic == IPMI_CTX_MAGIC
  ctx-type == IPMI_DEVICE_SSIF
 @@ -350,9 +352,39 @@
if (_ssif_cmd_write (ctx, cmd, group_extension, obj_cmd_rq)  0)
  return (-1);

 +  
 /**
 +12.9 SMBus NACKs and Error Recovery:
 +
 +The BMC can NACK the SMBus host controller if it is not ready to accept 
 a new
 +transaction. Typically, this will be exhibited by the BMC NACK'ing its 
 slave
 +address.
 +
 +If the BMC NACKs a single part transaction, software can simply retry it.
 +If a 'middle' or 'end' transaction is NACK'd, software should not retry 
 the
 +particular but should restart the multi-part read or write from the 
 beginning
 +Start transaction for the transfer.
 +
 + 
 + ***/
if (_ssif_cmd_read (ctx, cmd, group_extension, obj_cmd_rs)  0)
 -return (-1);
 +{
 +  while (1)
 +{
 +  request.tv_sec = 0;
 +  request.tv_nsec = IPMI_SSIF_TIMEOUT_DEFAULT;
 +  if (nanosleep (request, remain)  0 )
 +return (-1);

 +  if (_ssif_cmd_read (ctx, cmd, group_extension, obj_cmd_rs)  0)
 +{
 +  if (retry == 0)
 +return (-1);
 +
 +  retry--;
 +}
 +else
 +  break;
 +}
 +}
 +
return (0);
  }

 Index: ipmi-ssif-driver-api.h
 ===
 --- ipmi-ssif-driver-api.h(revision 10066)
 +++ ipmi-ssif-driver-api.h(working copy)
 @@ -23,6 +23,9 @@
  #include freeipmi/api/ipmi-api.h
  #include freeipmi/fiid/fiid.h

 +#define IPMI_SSIF_RETRY_DEFAULT   5
 +#define IPMI_SSIF_TIMEOUT_DEFAULT 2000 /* 20 ms */
 +
  int api_ssif_cmd (ipmi_ctx_t ctx,
 fiid_obj_t obj_cmd_rq,
 fiid_obj_t obj_cmd_rs);

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

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

Title:
  freeipmi patch for HP moonshot ARM cartridges with I2c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+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 1324992] Re: freeipmi patch for HP moonshot ARM cartridges with I2c

2014-05-30 Thread Ubuntu Foundations Team Bug Bot
The attachment this is the patch accepted upstream seems to be a
patch.  If it isn't, please remove the patch flag from the attachment,
remove the patch tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  freeipmi patch for HP moonshot ARM cartridges with I2c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+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 1325013] [NEW] juju-quickstart has no dep8 tests so can break when juju-core changes

2014-05-30 Thread Robie Basak
Public bug reported:

Late last cycle, a juju-core upload broke juju-quickstart in bug
1306537, but this was not picked up. A dep8 test for juju-quickstart
would be able to automatically test and hold juju-core in -proposed
until juju-quickstart is updated in tandem, should this arise again in
the future.

To make this happen, I'll need to make juju-quickstart run non-
interactively. I haven't checked to see if it can already do this, or if
I need to make a feature request.

** Affects: juju-quickstart (Ubuntu)
 Importance: High
 Status: Triaged

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

Title:
  juju-quickstart has no dep8 tests so can break when juju-core changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1325013/+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 1064903] Re: (spawn.c:129): error setting uid to 0

2014-05-30 Thread dino99
outdated

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

** Changed in: spamassassin (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  (spawn.c:129): error setting uid to 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1064903/+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 1325025] [NEW] juju-core does not depend on distro-info

2014-05-30 Thread Robie Basak
Public bug reported:

juju uses distro-info-data to understand what Ubuntu releases exist,
falling back to its own knowledge if it is not available. When we open a
new development release, the version of juju-core that is copied forward
does not know about the release, causing juju-core such as in bug
1314686.

As we work to eliminate these bugs, so that juju-core does not have
release names hardcoded, we should also make sure that distro-info-data
is always available to juju, so that as we open new releases, juju-core
will automatically learn about and be able to use them without having to
change juju-core itself.

So we should add a dependency of distro-info (or -data) to juju-core.

** Affects: juju-core (Ubuntu)
 Importance: High
 Status: Triaged

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

Title:
  juju-core does not depend on distro-info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1325025/+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-u-server-core] General server work for Utopic

2014-05-30 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  determine ssd caching solution (bcache is it): DONE
  [racb] add scribe (https://github.com/facebook/scribe) to universe: TODO
  [racb] add meteor (https://github.com/meteor/meteor) to universe: TODO
  investigate support of ruby for puppet: TODO
  [racb] bcache in universe: TODO
  mongodb to 2.6: TODO
+ [serge-hallyn] merge qemu: TODO
+ [serge-hallyn] triage qemu bugs: TODO
+ [serge-hallyn] triage libvirt bugs: TODO
+ [serge-hallyn] handle high prio qemu bugs: TODO
+ [serge-hallyn] handle high prio libvirt bugs: TODO
+ [serge-hallyn] convert libvirt to cgmanager (4d): INPROGRESS
+ [serge-hallyn] handle cgmanager bugs: TODO
+ [serge-hallyn] provide cgmanager features through systemd: TODO

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

-- 
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 1316272] Re: juju destroy-environment =256 nodes fails

2014-05-30 Thread Curtis Hovey
** Changed in: juju-core
   Status: Fix Committed = Fix Released

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

Title:
  juju destroy-environment =256 nodes fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1316272/+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-u-server-core] General server work for Utopic

2014-05-30 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  determine ssd caching solution (bcache is it): DONE
  [racb] add scribe (https://github.com/facebook/scribe) to universe: TODO
  [racb] add meteor (https://github.com/meteor/meteor) to universe: TODO
  investigate support of ruby for puppet: TODO
  [racb] bcache in universe: TODO
  mongodb to 2.6: TODO
  [serge-hallyn] merge qemu: TODO
  [serge-hallyn] triage qemu bugs: TODO
  [serge-hallyn] triage libvirt bugs: TODO
  [serge-hallyn] handle high prio qemu bugs: TODO
  [serge-hallyn] handle high prio libvirt bugs: TODO
  [serge-hallyn] convert libvirt to cgmanager (4d): INPROGRESS
  [serge-hallyn] handle cgmanager bugs: TODO
  [serge-hallyn] provide cgmanager features through systemd: TODO
+ [serge-hallyn] qemu: import the aarch64 full emulation patches: TODO

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

-- 
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-u-lxc] LXC work for Utopic

2014-05-30 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
- [stgraber] Shorten the cgroup path in logind so we don't get too much of a 
performance impact: POSTPONED
- [stgraber] Update lxc-start-ephemeral to use the clone function: POSTPONED
- [serge-hallyn] Test apparmor stacked profiles (2d): POSTPONED
- [serge-hallyn] Update the upstart job to setup the LXC apparmor profile as a 
namespace (.5d): POSTPONED
- [serge-hallyn] Investigate the syslog namespace and try to get things forward 
a bit (1d): POSTPONED
- [jjohansen] Provide a test PPA for stacked apparmor profiles: POSTPONED
+ [stgraber] Shorten the cgroup path in logind so we don't get too much of a 
performance impact: TODO
+ [stgraber] Update lxc-start-ephemeral to use the clone function: TODO
+ [serge-hallyn] Investigate the syslog namespace and try to get things forward 
a bit (1d): TODO
+ [jjohansen] Provide a test PPA for stacked apparmor profiles: TODO
+ [serge-hallyn] Test apparmor stacked profiles (2d): BLOCKED
+ [serge-hallyn] Update the upstart job to setup the LXC apparmor profile as a 
namespace (.5d): BLOCKED
+ [serge-hallyn] criu/lxc: TODO
+ [tycho-s] (or serge-hallyn) test/fix basic multi-process criu: TODO
+ [tycho-s] (or serge-hallyn) test/fix criu with plugins: TODO
+ [tycho-s] (or serge-hallyn) find/fix criu deficiencies for simple contianer 
checkpoint: TODO
+ [tycho-s] (or serge-hallyn) implement lxc-checkpoint: TODO
+ [tycho-s] (or serge-hallyn) design lxc-restart: TODO
+ [serge-hallyn] design security profiles: TODO
+ [serge-hallyn] (actually hazmat) image based workflow for juju: TODO
+ [serge-hallyn] test mounts in unprivileged containers, perhaps using mountlo: 
TODO
+ [serge-hallyn] fix btrfs issues with lxc snapshots: INPROGRESS
+ [serge-hallyn] simplify lxc-execute: INPROGRESS

-- 
LXC work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-lxc

-- 
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 1303986] Re: [SRU][FFe] CloudSigma Datasource doesn't handle vendor-data correctly

2014-05-30 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  [SRU][FFe] CloudSigma Datasource doesn't handle vendor-data correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1303986/+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 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-05-30 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Status: New = Triaged

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Medium

** Branch linked: lp:~kiril-vladimiroff/cloud-init/cloudsigma-smbios-
data-check

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

Title:
  [SRU] CloudSigma DS for causes hangs when serial console present

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1316475/+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 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-05-30 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  [SRU] CloudSigma DS for causes hangs when serial console present

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1316475/+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 997978] Re: KVM images lose connectivity with bridged network

2014-05-30 Thread Izhar ul Hassan
Yes, I think it is safe to say that the bug is still around. The VM
loses network connectivity under enough load. I, for example can
reproduce this by running a spark job which transfers a few gigabytes of
data between worker VMs. And within a minute one of the VMs lose network
connectivity. If I try to reboot the VM, it goes into error state.
Trying to delete makes the qemu-kvm process defunct.

uname -r
3.8.0-29-generic

virsh --version
1.1.1

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+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 1325084] [NEW] Please update package keepalived on ubuntu 12.04 LTS (precise)

2014-05-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

There are a number of bugs that have been address in newer version of
keepalived. Please update this package on precise. I believe it is
currently 1.2.2 where as trusty has 1.2.7

http://www.keepalived.org/changelog.html

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

-- 
Please update package keepalived on ubuntu 12.04 LTS (precise)
https://bugs.launchpad.net/bugs/1325084
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to keepalived in Ubuntu.

-- 
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 1325083] [NEW] php5-fpm assert failure: *** Error in `php-fpm: pool piwik': double free or corruption (fasttop): 0x0000000002960160 *** - php5-geoip

2014-05-30 Thread Benpro
Public bug reported:

php5-fpm crash sometimes when calling zif_geoip_record_by_name () from
/usr/lib/php5/20121212/geoip.so

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: php5-fpm 5.5.3+dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 3.11.0-20.35-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
AssertionMessage: *** Error in `php-fpm: pool piwik': double free or corruption 
(fasttop): 0x02960160 ***
CrashCounter: 1
Date: Fri May 30 13:39:12 2014
ExecutablePath: /usr/sbin/php5-fpm
ExecutableTimestamp: 1396574610
MarkForUpload: True
ProcCmdline: php-fpm:\ pool\ piwik
ProcCwd: /home/benpro/www/piwik
ProcEnviron:
 
Signal: 6
SourcePackage: php5
StacktraceTop:
 __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0x7f971115d240 *** 
Error in `%s': %s: 0x%s ***\n) at ../sysdeps/unix/sysv/linux/libc_fatal.c:199
 malloc_printerr (ptr=0x2960160, str=0x7f971115d408 double free or corruption 
(fasttop), action=3) at malloc.c:4923
 _int_free (av=optimized out, p=0x2960150, have_lock=0) at malloc.c:3779
 GeoIP_delete () from /usr/lib/x86_64-linux-gnu/libGeoIP.so.1
 zif_geoip_record_by_name () from /usr/lib/php5/20121212/geoip.so
Title: php5-fpm assert failure: *** Error in `php-fpm: pool piwik': double free 
or corruption (fasttop): 0x02960160 ***
UpgradeStatus: Upgraded to saucy on 2014-03-06 (84 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
modified.conffile..etc.php5.fpm.pool.d.www.conf: [deleted]

** Affects: php5 (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-crash saucy

** Summary changed:

- php5-fpm assert failure: *** Error in `php-fpm: pool piwik': double free or 
corruption (fasttop): 0x02960160 ***
+ php5-fpm assert failure: *** Error in `php-fpm: pool piwik': double free or 
corruption (fasttop): 0x02960160 *** - php5-geoip

** Information type changed from Private to Public

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

Title:
  php5-fpm assert failure: *** Error in `php-fpm: pool piwik': double
  free or corruption (fasttop): 0x02960160 *** - php5-geoip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1325083/+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 1325084] [NEW] Please update package keepalived on ubuntu 12.04 LTS (precise)

2014-05-30 Thread Steve
Public bug reported:

There are a number of bugs that have been address in newer version of
keepalived. Please update this package on precise. I believe it is
currently 1.2.2 where as trusty has 1.2.7

http://www.keepalived.org/changelog.html

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

** Package changed: hdf5 (Ubuntu) = keepalived (Ubuntu)

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

Title:
  Please update package keepalived on ubuntu 12.04 LTS (precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1325084/+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 1325083]

2014-05-30 Thread Apport retracing service
StacktraceTop:
 __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0x7f971115d240 *** 
Error in `%s': %s: 0x%s ***\n) at ../sysdeps/unix/sysv/linux/libc_fatal.c:199
 malloc_printerr (ptr=0x2960160, str=0x7f971115d408 double free or corruption 
(fasttop), action=3) at malloc.c:4923
 _int_free (av=optimized out, p=0x2960150, have_lock=0) at malloc.c:3779
 GeoIP_delete () from 
/tmp/apport_sandbox_amwdFM/usr/lib/x86_64-linux-gnu/libGeoIP.so.1
 zif_geoip_continent_code_by_name (ht=optimized out, return_value=0x2bb2ce0, 
return_value_ptr=optimized out, this_ptr=optimized out, 
return_value_used=optimized out) at 
/build/buildd/php-geoip-1.0.8/geoip-1.0.8/geoip.c:340

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

Title:
  php5-fpm assert failure: *** Error in `php-fpm: pool piwik': double
  free or corruption (fasttop): 0x02960160 *** - php5-geoip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1325083/+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 1325083] ThreadStacktrace.txt

2014-05-30 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1325083/+attachment/4123121/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1325083/+attachment/4123106/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

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

Title:
  php5-fpm assert failure: *** Error in `php-fpm: pool piwik': double
  free or corruption (fasttop): 0x02960160 *** - php5-geoip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1325083/+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 1325083] StacktraceSource.txt

2014-05-30 Thread Apport retracing service
** Attachment added: StacktraceSource.txt
   
https://bugs.launchpad.net/bugs/1325083/+attachment/4123120/+files/StacktraceSource.txt

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

Title:
  php5-fpm assert failure: *** Error in `php-fpm: pool piwik': double
  free or corruption (fasttop): 0x02960160 *** - php5-geoip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1325083/+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 1325083] Stacktrace.txt

2014-05-30 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1325083/+attachment/4123119/+files/Stacktrace.txt

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

Title:
  php5-fpm assert failure: *** Error in `php-fpm: pool piwik': double
  free or corruption (fasttop): 0x02960160 *** - php5-geoip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1325083/+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 1325091] [NEW] openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.2: openvswitch kernel module failed to build

2014-05-30 Thread Muhammad Saqib Ilyas
Public bug reported:

Problem occurred while installing devstack from OpenStack which needs to
install openswitch

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.2
ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
Uname: Linux 3.8.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.4
Architecture: amd64
DKMSKernelVersion: 3.8.0-29-generic
Date: Sat May 31 02:04:35 2014
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.4.6-0ubuntu1.12.04.2
SourcePackage: openvswitch
Title: openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.2: openvswitch kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.2: openvswitch kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1325091/+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 1302963] Re: Calendar() class can not be initialized

2014-05-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~unit193/parsedatetime/1.2

** Branch linked: lp:~noskcaj/ubuntu/utopic/parsedatetime/1.2

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

Title:
  Calendar() class can not be initialized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parsedatetime/+bug/1302963/+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 1325099] [NEW] Index.html is not correctly created when using startpanel command

2014-05-30 Thread Christian Martinez
Public bug reported:

Bug reason: the index.html generated through  the startpanel command is
not correct

Steps to reproduce:

0) pull latest horizon code
1) run ./stack
2) run ./run_tests.sh -m startpanel alarms --dashboard 
openstack_dashboard.dashboards.admin --target=auto command inside horizon 
folder in order to create/add a new panel called alarms on the dashboard 
admin section
3) change the dashboard.py file and add the new panel to the list.
4) open horizon dashboard within a browser and navigate to admin/alarms panel

Expected result:
* a blank panel with the name Alarms

Actual result
TemplateDoesNotExist at /admin/alarms/
admin/base.html

Request Method: GET
Request URL:http://localhost/admin/alarms/
Django Version: 1.6.5
Exception Type: TemplateDoesNotExist
Exception Value:

admin/base.html

Exception Location: 
/usr/local/lib/python2.7/dist-packages/django/template/loader.py in 
find_template, line 131
Python Executable:  /usr/bin/python
Python Version: 2.7.3

Horizon screen logs: http://paste.openstack.org/show/82240/

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

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

Title:
  Index.html is not correctly created when using startpanel command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1325099/+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 1325099] Re: Index.html is not correctly created when using startpanel command

2014-05-30 Thread Christian Martinez
In my case, I solve it by changing (at index.html) this line

{% extends 'admin/base.html' %}

for this line

{% extends 'base.html' %}

I look over the startpanel.py file but I couldn´t find what could be the
root cause.

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

Title:
  Index.html is not correctly created when using startpanel command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1325099/+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 1324992] Re: freeipmi patch for HP moonshot ARM cartridges with I2c

2014-05-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~dannf/ubuntu/utopic/freeipmi/lp1324992

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

Title:
  freeipmi patch for HP moonshot ARM cartridges with I2c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+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 979630] Re: Unable to re-install maas after truncating/flushing database

2014-05-30 Thread Newell Jensen
I ran into the problem mentioned (on install) and I also ran into the
same problem when trying to remove maas packages:

ubuntu@maas:~$ sudo apt-get autoremove maas maas-dhcp maas-dns
[sudo] password for ubuntu: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  maas maas-cluster-controller maas-dhcp maas-dns
0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 352 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 50526 files and directories currently installed.)
Removing maas (1.5.1+bzr2269-0ubuntu0.1) ...
Removing maas-cluster-controller (1.5.1+bzr2269-0ubuntu0.1) ...
maas-cluster-celery stop/waiting
maas-pserv stop/waiting
Removing maas-dhcp (1.5.1+bzr2269-0ubuntu0.1) ...
Removing maas-dns (1.5.1+bzr2269-0ubuntu0.1) ...
 * Stopping domain name service... bind9
waiting for pid 661 to die
 [ OK ]
 * Starting domain name service... bind9 [ OK ] 
Processing triggers for man-db (2.6.7.1-1) ...
Setting up maas-region-controller (1.5.1+bzr2269-0ubuntu0.1) ...
 * Stopping web server apache2  
 * 
 * Restarting PostgreSQL 9.3 database server [ OK ] 
Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Module expires already enabled
Module wsgi already enabled
 * Restarting message broker rabbitmq-server [ OK ] 
Changing password for user maas_longpoll ...
...done.
Changing password for user maas_workers ...
...done.
Syncing...
Traceback (most recent call last):
  File /usr/bin/django-admin, line 5, in module
management.execute_from_command_line()
  File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py, 
line 399, in execute_from_command_line
utility.execute()
  File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py, 
line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
242, in run_from_argv
self.execute(*args, **options.__dict__)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
285, in execute
output = self.handle(*args, **options)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
415, in handle
return self.handle_noargs(**options)
  File /usr/lib/python2.7/dist-packages/south/management/commands/syncdb.py, 
line 90, in handle_noargs
syncdb.Command().execute(**options)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
285, in execute
output = self.handle(*args, **options)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
415, in handle
return self.handle_noargs(**options)
  File 
/usr/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py, 
line 57, in handle_noargs
cursor = connection.cursor()
  File /usr/lib/python2.7/dist-packages/django/db/backends/__init__.py, line 
159, in cursor
cursor = util.CursorWrapper(self._cursor(), self)
  File /usr/lib/python2.7/dist-packages/django/db/backends/__init__.py, line 
129, in _cursor
self.ensure_connection()
  File /usr/lib/python2.7/dist-packages/django/db/backends/__init__.py, line 
124, in ensure_connection
self.connect()
  File /usr/lib/python2.7/dist-packages/django/db/utils.py, line 99, in 
__exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
  File /usr/lib/python2.7/dist-packages/django/db/backends/__init__.py, line 
124, in ensure_connection
self.connect()
  File /usr/lib/python2.7/dist-packages/django/db/backends/__init__.py, line 
112, in connect
self.connection = self.get_new_connection(conn_params)
  File 
/usr/lib/python2.7/dist-packages/django/db/backends/postgresql_psycopg2/base.py,
 line 116, in get_new_connection
return Database.connect(**conn_params)
  File /usr/lib/python2.7/dist-packages/psycopg2/__init__.py, line 179, in 
connect
connection_factory=connection_factory, async=async)
django.db.utils.OperationalError: FATAL:  password authentication failed for 
user maas
FATAL:  password authentication failed for user maas


This is just extra information and is most likely a result of the first 
re-install failure.

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

Title:
  Unable to re-install maas after truncating/flushing database

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

-- 
Ubuntu-server-bugs mailing list

[Bug 1324992] Re: freeipmi patch for HP moonshot ARM cartridges with I2c

2014-05-30 Thread dann frazier
I've prepared a potential fix for this issue in ppa:ce-hyperscale/ce-
hyperscale-scratch. Please verify and confirm that this backport
contains the required functionality.

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

Title:
  freeipmi patch for HP moonshot ARM cartridges with I2c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+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 1324992] Re: freeipmi patch for HP moonshot ARM cartridges with I2c

2014-05-30 Thread dann frazier
** Description changed:

- As per HP for moonshot arm cartridges freeipmi changes are needed. So
- this request is to pull the patch from upstream into current version of
- trusty to support the i2c communication on HP moonshot chassis.
+ [Impact]
+ freeipmi is unable to reliable communicate with the BMC on ARM HP Moonshot 
cartridges
+ [Test Case]
  
- Here are the details.
- 
- svn://svn.savannah.gnu.org/freeipmi/trunk
- 
- Revision: 10072
- Author: chu11
- Date: Friday, May 30, 2014 10:21:03 AM
- Message:
- Retry ssif reads as needed
- 
- Modified : /trunk/ChangeLog
- Modified : /trunk/libfreeipmi/api/ipmi-ssif-driver-api.c
- Modified : /trunk/libfreeipmi/api/ipmi-ssif-driver-api.h
- 
- I have attached the ChangeLog and patch file for your reference.
- 
- -Original Message-
- From: Al Chu [mailto:ch...@llnl.gov]
- Sent: Friday, May 30, 2014 10:26 AM
- To: Dande, Shashi
- Cc: freeipmi-de...@gnu.org
- Subject: RE: FreeIPMI Patch Submission
- 
- Great.  It'll be in the next release of FreeIPMI (1.4.4)
- 
- Al
- 
- On Thu, 2014-05-29 at 23:32 +, Dande, Shashi wrote:
-  Hi Al
- 
-  Here is the updated patch per our conversation today.
- 
-  Thanks
-  Shashi
- 
-  Index: ipmi-ssif-driver-api.c
-  ===
-  --- ipmi-ssif-driver-api.c(revision 10066)
-  +++ ipmi-ssif-driver-api.c(working copy)
-  @@ -319,7 +319,9 @@
- uint8_t cmd = 0; /* used for debugging */
- uint8_t group_extension = 0; /* used for debugging */
- uint64_t val;
-  -
-  +  struct timespec request, remain;
-  +  uint8_t retry = IPMI_SSIF_RETRY_DEFAULT;
-  +
- assert (ctx
-   ctx-magic == IPMI_CTX_MAGIC
-   ctx-type == IPMI_DEVICE_SSIF
-  @@ -350,9 +352,39 @@
- if (_ssif_cmd_write (ctx, cmd, group_extension, obj_cmd_rq)  0)
-   return (-1);
- 
-  +  
/**
-  +12.9 SMBus NACKs and Error Recovery:
-  +
-  +The BMC can NACK the SMBus host controller if it is not ready to 
accept a new
-  +transaction. Typically, this will be exhibited by the BMC NACK'ing its 
slave
-  +address.
-  +
-  +If the BMC NACKs a single part transaction, software can simply retry 
it.
-  +If a 'middle' or 'end' transaction is NACK'd, software should not 
retry the
-  +particular but should restart the multi-part read or write from the 
beginning
-  +Start transaction for the transfer.
-  +
-  + 
-  + ***/
- if (_ssif_cmd_read (ctx, cmd, group_extension, obj_cmd_rs)  0)
-  -return (-1);
-  +{
-  +  while (1)
-  +{
-  +  request.tv_sec = 0;
-  +  request.tv_nsec = IPMI_SSIF_TIMEOUT_DEFAULT;
-  +  if (nanosleep (request, remain)  0 )
-  +return (-1);
- 
-  +  if (_ssif_cmd_read (ctx, cmd, group_extension, obj_cmd_rs)  0)
-  +{
-  +  if (retry == 0)
-  +return (-1);
-  +
-  +  retry--;
-  +}
-  +else
-  +  break;
-  +}
-  +}
-  +
- return (0);
-   }
- 
-  Index: ipmi-ssif-driver-api.h
-  ===
-  --- ipmi-ssif-driver-api.h(revision 10066)
-  +++ ipmi-ssif-driver-api.h(working copy)
-  @@ -23,6 +23,9 @@
-   #include freeipmi/api/ipmi-api.h
-   #include freeipmi/fiid/fiid.h
- 
-  +#define IPMI_SSIF_RETRY_DEFAULT   5
-  +#define IPMI_SSIF_TIMEOUT_DEFAULT 2000 /* 20 ms */
-  +
-   int api_ssif_cmd (ipmi_ctx_t ctx,
-  fiid_obj_t obj_cmd_rq,
-  fiid_obj_t obj_cmd_rs);
+ [Regression Potential]
+ Should be minimal, given the new code only runs in a case that would've 
previous resulted in a failure.

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

Title:
  freeipmi patch for HP moonshot ARM cartridges with I2c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+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 1314857] Re: seg fault in ivshmem when using ioeventfd=on

2014-05-30 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Medium

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

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

Title:
  seg fault in ivshmem when using ioeventfd=on

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1314857/+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 1324763] Re: failed to create container on arm with ubuntu template

2014-05-30 Thread Serge Hallyn
Thanks for reporting this bug.  This happened because you passed '-p
ubuntu' as an argument to the template.  The -p template argument is
only intended for use by lxc-create itself.  You were requesting the
template to act in the path ./ubuntu, whereas lxc-create had started
setup under /var/lib/lxc/ubuntu.

** Changed in: lxc (Ubuntu)
   Status: New = Invalid

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

Title:
  failed to create container on arm with ubuntu template

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1324763/+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 1322067] Re: 3.15.0-1.x breaks lxc-attach for unprivileged containers

2014-05-30 Thread Serge Hallyn
** Changed in: lxc (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: lxc (Ubuntu Utopic)
   Importance: Undecided = High

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

Title:
  3.15.0-1.x breaks lxc-attach for unprivileged containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1322067/+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 997978] Re: KVM images lose connectivity with bridged network

2014-05-30 Thread Serge Hallyn
@ezhaar - please open a new bug so we can collect new information.  If
you are on trusty then please file against qemu, othewise file against
qemu-kvm.  Then mark it as also affecting libvirt and linux (the
kernel).  Then reproduce the bug, and immediately after the crashes do
'apport-collect bug-number', which should collect the data for each of
those packages.  Please show the host network configuration, the libvirt
network config if applicable, the xml dumps for the vms, and where to
get spark.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+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-u-maas] Server team specific MAAS work for Utopic

2014-05-30 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Work items changed:
  Work items:
+ SRU version 1.5.4 of MAAS into Trusty: INPROGRESS
  MIR amtterm: TODO
  Add maas-samba as optional dep: TODO
  Testing for maas-region and maas-cluster charm: TODO
  Re-write maas-enlist in python: TODO

-- 
Server team specific MAAS work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-maas

-- 
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-u-databases] Mysql and alternatives

2014-05-30 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Work items changed:
  Work items for ubuntu-14.06:
  mongodb 2.6 into Utopic (need to evaluate version of libv8 to include): TODO
  address automated testing gaps for PXC: TODO
  submit for MRE for PXC 5.5 for 14.04: TODO
  
  Work items for ubuntu-14.08:
  mysql 5.6 in main, drop mysql-5.5: TODO
  update percona-xtradb-cluster (PXC) to 5.6: TODO
  package percona-server (PS) 5.6 for Ubuntu: TODO
  
  Work items for ubuntu-14.10:
  percona to take ownership of charm for PXC: TODO
  percona charm for PS: TODO
+ 
+ Work items:
+ Improve process around mysql charm: TODO

-- 
Mysql and alternatives
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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 1323758] Re: Mouse stops working when connected usb-storage-device

2014-05-30 Thread Serge Hallyn
Thanks for reporting this bug.

Could you tell us which Ubuntu release you are running?  Was 'vlc
viewer' a typo, or is that another program you have running beside the
vnc viewer?

If you are starting this VM using libvirt, please attach the xml
definition for the VM (virsh dumpxml vm-name).  If using the command
line, please show us the full exact command you are using.

Also please show the result of 'sudo lsusb' after plugging in the usb
storage but before passing it through to the guest, then again after
passing it through.

Finally please show exactly how you are passing through the usb device.

If these don't show anything obvious then I'll try to reproduce.

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Mouse stops working when connected usb-storage-device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1323758/+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 1323758] Re: Mouse stops working when connected usb-storage-device

2014-05-30 Thread Serge Hallyn
(marking low priority because there is a workaround - unplugging the usb
device)

Actually I had three more questions -

1. If you exit the vnc viewer and restart it, does the mouse work again?

2. What window manager are you using?

3. Which vnc client are you using?  (What command do you use, and what
does 'dpkg -l | grep vnc' show?)

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

Title:
  Mouse stops working when connected usb-storage-device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1323758/+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 1280496] Re: ed25519 host key not working on 6.5p1

2014-05-30 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  ed25519 host key not working on 6.5p1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1280496/+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 1322217] Re: linux-lts-raring: 3.8.0-42.61~precise1 -proposed tracker

2014-05-30 Thread Po-Hsu Lin
Certification team has begun the SRU testing.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Po-Hsu 
Lin (cypressyew)

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

Title:
  linux-lts-raring: 3.8.0-42.61~precise1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1322217/+subscriptions

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


[Bug 1322112] Re: linux: 3.13.0-29.52 -proposed tracker

2014-05-30 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New = In Progress

** Changed in: kernel-sru-workflow/certification-testing
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/regression-testing
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/security-signoff
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the 3.13.0-29.52 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 22. May 2014 09:29 UTC
  kernel-stable-Prepare-package-end:Friday, 23. May 2014 17:06 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 23. May 2014 17:06 UTC
  ppa-package-testing-start:Friday, 23. May 2014 18:06 UTC
- kernel-stable-phase:PPA Testing
- kernel-stable-phase-changed:Thursday, 29. May 2014 08:23 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 29. May 2014 11:54 UTC
+ kernel-stable-phase:Verification  Testing
+ kernel-stable-phase-changed:Friday, 30. May 2014 06:09 UTC
+ kernel-stable-Verification-testing-start:Friday, 30. May 2014 06:09 UTC
+ kernel-stable-Certification-testing-start:Friday, 30. May 2014 06:09 UTC
+ kernel-stable-Security-signoff-start:Friday, 30. May 2014 06:09 UTC
+ kernel-stable-Regression-testing-start:Friday, 30. May 2014 06:09 UTC

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

Title:
  linux: 3.13.0-29.52 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1322112/+subscriptions

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


[Bug 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-05-30 Thread Viktor Petersson
@scott We're looking at this internally now and hope to have a fix that
addresses that adds some unique variables shortly as suggested.

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

Title:
  [SRU] CloudSigma DS for causes hangs when serial console present

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1316475/+subscriptions

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


[Bug 1321190] Re: linux: 3.11.0-23.39 -proposed tracker

2014-05-30 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New = In Progress

** Changed in: kernel-sru-workflow/certification-testing
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/regression-testing
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/security-signoff
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the 3.11.0-23.39 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 20. May 2014 08:40 UTC
  kernel-stable-Prepare-package-end:Wednesday, 21. May 2014 21:13 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 21. May 2014 21:13 UTC
- kernel-stable-phase:PPA Testing
- kernel-stable-phase-changed:Wednesday, 21. May 2014 22:07 UTC
  ppa-package-testing-start:Wednesday, 21. May 2014 22:07 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 29. May 2014 11:51 UTC
+ kernel-stable-phase:Verification  Testing
+ kernel-stable-phase-changed:Friday, 30. May 2014 06:07 UTC
+ kernel-stable-Verification-testing-start:Friday, 30. May 2014 06:07 UTC
+ kernel-stable-Certification-testing-start:Friday, 30. May 2014 06:07 UTC
+ kernel-stable-Security-signoff-start:Friday, 30. May 2014 06:07 UTC
+ kernel-stable-Regression-testing-start:Friday, 30. May 2014 06:07 UTC

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

Title:
  linux: 3.11.0-23.39 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1321190/+subscriptions

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


[Bug 1307748] Re: xpathselect attribute matching doesn't match anything other than object Ids

2014-05-30 Thread katsu
ubuntu 14.04-32bit on virtualbox

[test case]
$ autopilot run test_selection_attributes
Loading tests from: /home/testuser/work

Tests running...

* Autopilot does not end.
* break was done by CTRL +  C. 

[ recheck by proposed package]
* enable trusty-proposed  installed package.

unity:
  Installed: 7.2.1+14.04.20140513-0ubuntu2
  Candidate: 7.2.1+14.04.20140513-0ubuntu2
  Version table:
 *** 7.2.1+14.04.20140513-0ubuntu2 0
400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/main 
i386 Packages
100 /var/lib/dpkg/status
 7.2.0+14.04.20140423-0ubuntu1.2 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-updates/main 
i386 Packages
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-security/main 
i386 Packages
 7.2.0+14.04.20140416-0ubuntu1 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/main i386 
Packages

libunity-core-6.0-9:
  Installed: 7.2.1+14.04.20140513-0ubuntu2
  Candidate: 7.2.1+14.04.20140513-0ubuntu2
  Version table:
 *** 7.2.1+14.04.20140513-0ubuntu2 0
400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/main 
i386 Packages
100 /var/lib/dpkg/status
 7.2.0+14.04.20140423-0ubuntu1.2 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-updates/main 
i386 Packages
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-security/main 
i386 Packages
 7.2.0+14.04.20140416-0ubuntu1 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/main i386 
Packages

unity-services:
  Installed: 7.2.1+14.04.20140513-0ubuntu2
  Candidate: 7.2.1+14.04.20140513-0ubuntu2
  Version table:
 *** 7.2.1+14.04.20140513-0ubuntu2 0
400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/main 
i386 Packages
100 /var/lib/dpkg/status
 7.2.0+14.04.20140423-0ubuntu1.2 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-updates/main 
i386 Packages
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-security/main 
i386 Packages
 7.2.0+14.04.20140416-0ubuntu1 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/main i386 
Packages

unity-autopilot:
  Installed: 7.2.1+14.04.20140513-0ubuntu2
  Candidate: 7.2.1+14.04.20140513-0ubuntu2
  Version table:
 *** 7.2.1+14.04.20140513-0ubuntu2 0
400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ 
trusty-proposed/universe i386 Packages
100 /var/lib/dpkg/status
 7.2.0+14.04.20140423-0ubuntu1.2 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ 
trusty-updates/universe i386 Packages
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ 
trusty-security/universe i386 Packages
 7.2.0+14.04.20140416-0ubuntu1 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/universe i386 
Packages

$ autopilot run test_selection_attributes
Loading tests from: /home/testuser/work

Tests running...

Ran 1 test in 1.361s
OK

* Is this result correct?

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

Title:
  xpathselect attribute matching doesn't match anything other than
  object Ids

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

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


[Bug 1324095] Re: [Lenovo Yoga 2 Pro] ideapad_laptop kernel module breaks wireless

2014-05-30 Thread Andreas Olsson
Same result with the v3.15-rc7-utopic kernel.

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

Title:
  [Lenovo Yoga 2 Pro] ideapad_laptop kernel module breaks wireless

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

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


[Bug 1323190] Re: linux-lts-trusty: 3.13.0-29.52~precise1 -proposed tracker

2014-05-30 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-29.52~precise1 upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 26. May 2014 07:40 UTC
  kernel-stable-Prepare-package-end:Monday, 26. May 2014 19:17 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 26. May 2014 19:17 UTC
  ppa-package-testing-start:Monday, 26. May 2014 21:17 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 29. May 2014 10:15 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 29. May 2014 12:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 29. May 2014 12:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 29. May 2014 12:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 29. May 2014 12:01 UTC
  kernel-stable-Regression-testing-start:Thursday, 29. May 2014 12:01 UTC
+ kernel-stable-Certification-testing-end:Friday, 30. May 2014 06:11 UTC

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

Title:
  linux-lts-trusty: 3.13.0-29.52~precise1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1323190/+subscriptions

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


[Bug 1322137] Re: linux-armadaxp: 3.2.0-1634.48 -proposed tracker

2014-05-30 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New = In Progress

** Changed in: kernel-sru-workflow/regression-testing
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the 3.2.0-1634.48 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 22. May 2014 11:07 UTC
  kernel-stable-master-bug:1321792
  kernel-stable-Certification-testing-end:Monday, 26. May 2014 02:06 UTC
  kernel-stable-Security-signoff-end:Monday, 26. May 2014 02:06 UTC
  kernel-stable-Prepare-package-end:Monday, 26. May 2014 05:06 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 26. May 2014 05:06 UTC
- kernel-stable-phase:PPA Testing
- kernel-stable-phase-changed:Monday, 26. May 2014 06:07 UTC
  ppa-package-testing-start:Monday, 26. May 2014 06:07 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 29. May 2014 11:54 UTC
+ kernel-stable-phase:Verification  Testing
+ kernel-stable-phase-changed:Friday, 30. May 2014 06:10 UTC
+ kernel-stable-Verification-testing-start:Friday, 30. May 2014 06:10 UTC
+ kernel-stable-Regression-testing-start:Friday, 30. May 2014 06:10 UTC

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

Title:
  linux-armadaxp: 3.2.0-1634.48 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1322137/+subscriptions

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


[Bug 1251193] Re: Language issue from the unity lense screen

2014-05-30 Thread Christopher Townsend
It sounds like libunity-core-6.0-9 did not get updated for some reason.

Could you give the output of the following:
apt-cache policy unity
apt-cache policy libunity-core-6.0-9

With trusty-proposed enabled, what happens if you type:
sudo apt-get install libunity-core-6.0-9

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

Title:
  Language issue from the unity lense screen

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

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


[Bug 1287341] Re: Touchscreen controls both screens in dual-monitor setup

2014-05-30 Thread Yang Kun (YK)
Dell Inspiron 20 Model 3048 is an All-in-One system :
ftp://ftp.dell.com/Manuals///all-
products/esuprt_desktop/esuprt_inspiron_desktop/inspiron-20-3048-aio_Owner%27s
%20Manual_en-us.pdf

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

Title:
  Touchscreen controls both screens in dual-monitor setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1287341/+subscriptions

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


[Bug 1173725] Re: [Acer Aspire V5-171] Backlight cannot be adjusted unless passing acpi_backlight=vendor

2014-05-30 Thread Nils Sabelstrom
will do, as soon as I get it booting into ubuntu again. 
Apparently update-grub (or rather grub-probe) doesn't work when chrooting into 
a root partition if it's btrfs, so I'm gonna try booting through a efi booter 
from another computer running the same kernelversion of 14.04.. 
I'm quite pissed at myself for not backing up the EFI partition before doing a 
BIOS update from windows... _

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

Title:
  [Acer Aspire V5-171] Backlight cannot be adjusted unless passing
  acpi_backlight=vendor

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

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


[Bug 985917] Re: [needs-packaging] Virtual Jaguar (Atari Jaguar emulator)

2014-05-30 Thread John Paul Adrian Glaubitz
** Bug watch added: Debian Bug tracker #749579
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749579

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749579
   Importance: Unknown
   Status: Unknown

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

Title:
  [needs-packaging] Virtual Jaguar (Atari Jaguar emulator)

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

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


[Bug 1307748] Re: xpathselect attribute matching doesn't match anything other than object Ids

2014-05-30 Thread Christopher Townsend
Hi,

Yes, that is the correct result, so marking this verification-done.

Thanks for testing!

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  xpathselect attribute matching doesn't match anything other than
  object Ids

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

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


[Bug 1251193] Re: Language issue from the unity lense screen

2014-05-30 Thread Jung-Kyu Park
Oh~I already re-install the Ubuntu 14.04 
I am sorry for can't help you for checking up libunity-core-6.0-9, Christopher.
 
By the way, For this  issue of related to Unity
The packages delivered from trusty-proposed repository worked perfect!
please see the screenshot

* software  update - update - trusty-proposed
* sudo apt-get update; sudo apt-get upgrade -s
* sudo apt-get upgrade
 
Thank you for all of you helping to solve this issue
Thank you 



** Attachment added: 스크린샷, 2014-05-30 15:31:06.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1251193/+attachment/4122650/+files/%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7%2C%202014-05-30%2015%3A31%3A06.png

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Language issue from the unity lense screen

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

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

[Bug 1324182] Re: MMS messages are not being received

2014-05-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/nuntium

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

Title:
  MMS messages are not being received

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1324182/+subscriptions

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


[Bug 1324697] Re: [HP Pavilion dv7t-7000 CTO Entertainment Notebook PC] Suspend fails with kernel 3.13.0-27

2014-05-30 Thread Christopher M. Penalver
Conrad Hill-Knight, could you please test the latest upstream kernel available 
(not the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? 
It will allow additional upstream developers to examine the issue. Once you've 
tested the upstream kernel, please comment on which kernel version specifically 
you tested. If this bug is fixed in the mainline kernel, please add the 
following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-3.15-rc7

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Summary changed:

- suspend fails with kernel 3.13.0-27
+ [HP Pavilion dv7t-7000 CTO Entertainment Notebook PC] Suspend fails with 
kernel 3.13.0-27

** Tags added: latest-bios-f.29

** Changed in: linux (Ubuntu)
   Importance: Low = Medium

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

Title:
  [HP Pavilion dv7t-7000 CTO Entertainment Notebook PC] Suspend fails
  with kernel 3.13.0-27

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

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


[Bug 1323976] Re: apt-offline not working: Command line option --simulate is not understood

2014-05-30 Thread dvh
Fixed in upstream

** Changed in: apt-offline (Ubuntu)
   Status: New = Fix Released

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

Title:
  apt-offline not working: Command line option --simulate is not
  understood

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

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


[Bug 1324095] Re: [Lenovo Yoga 2 Pro] ideapad_laptop kernel module breaks wireless

2014-05-30 Thread Christopher M. Penalver
Andreas Olsson, did this problem not occur in a release prior to Trusty?

** Tags removed: kernel-bug-exists-upstream-3.15-rc5
** Tags added: kernel-bug-exists-upstream-3.15-rc7

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

Title:
  [Lenovo Yoga 2 Pro] ideapad_laptop kernel module breaks wireless

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

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


[Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-30 Thread Christopher M. Penalver
Alexander Fedora, the next step is to fully commit bisect the kernel in
order to identify the offending commit. Could you please do this
following https://wiki.ubuntu.com/Kernel/KernelBisection ?

** Tags removed: kernel-bug-exists-upstream
** Tags added: kernel-bug-exists-upstream-3.15-rc7 latest-bios-2.22 
needs-bisect regression-release

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals
  after upgrade to 14.04

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

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


[Bug 1324767] Re: nvidia-173 173.14.39-0ubuntu3: nvidia-173 kernel module failed to build

2014-05-30 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1289440 ***
https://bugs.launchpad.net/bugs/1289440

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1289440, so it 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. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1289440
   nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed 
to build [error: variable ‘nv_acpi_driver_template’ has initializer but 
incomplete type]

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

Title:
  nvidia-173 173.14.39-0ubuntu3: nvidia-173 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/1324767/+subscriptions

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

[Bug 1322112] Re: linux: 3.13.0-29.52 -proposed tracker

2014-05-30 Thread Po-Hsu Lin
Certification team will skip this SRU cycle for this kernel, as we don't
have enough system certified with Trusty yet.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = Invalid

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

Title:
  linux: 3.13.0-29.52 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1322112/+subscriptions

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


[Bug 1324647] Re: nvidia-331 331.38-0ubuntu7: nvidia-331 kernel module failed to build

2014-05-30 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1268257 ***
https://bugs.launchpad.net/bugs/1268257

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1268257, so it 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. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1268257
   nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed 
to build [.tmp_nv.o': No such file]

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

Title:
  nvidia-331 331.38-0ubuntu7: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1324647/+subscriptions

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


[Bug 1324688] Re: Backlight Disabled during and after fresh install

2014-05-30 Thread Christopher M. Penalver
jtryon, thank you for reporting this and helping make Ubuntu better.
Could you please test http://people.canonical.com/~kamal/lp1169376/ and
advise if this issue is resolved?

** Description changed:

- I can just barely make out the screen, this seems to be related to:
- https://bugs.launchpad.net/dell-sputnik/+bug/1169376
+ I can just barely make out the screen in fresh 14.04 install.
  
- ...though I'm running a fresh 14.04 install.
- 
- What I discovered is that I have regular backlight operation if I boot with 
the BIOS option for Legacy boot options.
- When booting with Legacy off I get the brightness issue.
- 
- I don't necessarily want the legacy options on since they take
- precendence over the UEFI ones for some reason.
+ WORKAROUND: Boot with Legacy mode enabled in BIOS.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-27-generic 3.13.0-27.50
  ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  toast  1946 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  toast  1946 F pulseaudio
  Date: Thu May 29 12:52:54 2014
  HibernationDevice: RESUME=UUID=7aff82fa-6a4e-45ff-a86a-4d6ce1c5317f
  InstallationDate: Installed on 2014-05-29 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. XPS L322X
  ProcEnviron:
-  LANGUAGE=en_CA:en
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_CA.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_CA:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-27-generic.efi.signed 
root=UUID=d23ca36c-f8c6-4e18-a4e7-1c4a628bc859 ro quiet splash vt.handoff=7
  PulseList:
-  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
-  No PulseAudio daemon running, or not running as session daemon.
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-27-generic N/A
-  linux-backports-modules-3.13.0-27-generic  N/A
-  linux-firmware 1.127.2
+  linux-restricted-modules-3.13.0-27-generic N/A
+  linux-backports-modules-3.13.0-27-generic  N/A
+  linux-firmware 1.127.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/28/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0PJHXN
  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.:bvrA10:bd08/28/2013:svnDellInc.:pnXPSL322X:pvr:rvnDellInc.:rn0PJHXN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS L322X
  dmi.sys.vendor: Dell Inc.

** Tags added: latest-bios-a10

** Summary changed:

- Backlight Disabled during and after fresh install
+ [Dell XPS 13 (L322X)] Backlight Disabled during and after fresh install

** Tags added: regression-potential

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  [Dell XPS 13 (L322X)] Backlight Disabled during and after fresh
  install

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

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

[Bug 1324182] Re: MMS messages are not being received

2014-05-30 Thread Launchpad Bug Tracker
This bug was fixed in the package nuntium - 0.1+14.10.20140529-0ubuntu1

---
nuntium (0.1+14.10.20140529-0ubuntu1) utopic; urgency=low

  [ Sergio Schvezov ]
  * Fixing constrained content type decoding (LP: #1324182)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 29 May 2014 
13:55:29 +

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

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

Title:
  MMS messages are not being received

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1324182/+subscriptions

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


[Bug 1320070] Re: Realtek Wifi card RTL8723BE drops connection with MSI enabled

2014-05-30 Thread Loki
Indeed it was in the mirror.

Updated kernel. Now wifi works perfectly - the connection and the sites
themselves, ssh, and the rest.

You can confirm this verification.

Thanks.


$ uname -a
Linux tp-lenovo-b5400-ubuntu 3.13.0-29-generic #52-Ubuntu SMP Wed May 28 
12:42:47 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

$ dmesg | grep rtl
[   16.459882] rtl8723be: Using firmware rtlwifi/rtl8723befw.bin
[   16.486218] Modules linked in: uvcvideo snd_rawmidi i915(+) rt2x00lib 
rtl8723be lrw gf128mul btcoexist drm_kms_helper videobuf2_vmalloc 
videobuf2_memops joydev serio_raw glue_helper btusb ablk_helper cryptd 
crc_ccitt videobuf2_core rtl8723_common rtl_pci i2c_algo_bit snd_seq rtlwifi 
nvidia(POF) snd_seq_device mac80211 usbhid cfg80211 bluetooth snd_timer hid 
videodev wmi mei_me lpc_ich parport_pc snd drm mei ppdev soundcore lp parport 
video mac_hid psmouse ahci r8169 libahci mii
[   16.814133] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   16.814303] rtlwifi: wireless switch is on

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

Title:
  Realtek Wifi card RTL8723BE drops connection with MSI enabled

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

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


[Bug 591454] Re: grub-probe: cannot find a device for /boot/grub

2014-05-30 Thread Nils Sabelstrom
worked when mounting the default @ subvolume, as opposed to mounting
sdxy and chrooting into /mnt/@/ maybe the problem is having @ in the
path?

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

Title:
  grub-probe: cannot find a device for /boot/grub

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

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


[Bug 1324533] Re: ptrace read denial even though ptrace read is specified

2014-05-30 Thread Jamie Strandboge
** Also affects: apparmor (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: apparmor (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: apparmor (Ubuntu Trusty)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apparmor (Ubuntu Utopic)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apparmor (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: apparmor (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: apparmor (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: apparmor (Ubuntu Utopic)
   Status: New = Triaged

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

Title:
  ptrace read denial even though ptrace read is specified

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

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


[Bug 1324588] Re: Microphone input DC offset of stereo channels proportional to volume

2014-05-30 Thread Christopher M. Penalver
** Package changed: linux (Ubuntu) = linuxmint

** Changed in: linuxmint
   Status: Confirmed = New

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

Title:
  Microphone input DC offset of stereo channels proportional to volume

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

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


[Bug 1295346] Re: Python utils lack support for path rules using the file keyword

2014-05-30 Thread Marc Deslauriers
** Also affects: apparmor (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: apparmor (Ubuntu Utopic)
   Importance: Medium
 Assignee: Tyler Hicks (tyhicks)
   Status: Fix Released

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

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

Title:
  Python utils lack support for path rules using the file keyword

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

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


[Bug 1253122] Re: telepathy-rakia crashed with signal 5 in su_root_destroy()

2014-05-30 Thread Christopher Townsend
*** This bug is a duplicate of bug 1020962 ***
https://bugs.launchpad.net/bugs/1020962

** This bug has been marked a duplicate of bug 1020962
   telepathy-rakia crashed with signal 5 in su_root_destroy()

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

Title:
  telepathy-rakia crashed with signal 5 in su_root_destroy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-rakia/+bug/1253122/+subscriptions

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


[Bug 1251193] Re: Language issue from the unity lense screen

2014-05-30 Thread Christopher Townsend
Ok, no worries.  Glad you got it working and thanks for testing this!

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

Title:
  Language issue from the unity lense screen

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

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


[Bug 1020962] Re: telepathy-rakia crashed with signal 5 in su_root_destroy()

2014-05-30 Thread Christopher Townsend
** Information type changed from Private 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/1020962

Title:
  telepathy-rakia crashed with signal 5 in su_root_destroy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-rakia/+bug/1020962/+subscriptions

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


[Bug 1322112] Re: linux: 3.13.0-29.52 -proposed tracker

2014-05-30 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-29.52 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 22. May 2014 09:29 UTC
  kernel-stable-Prepare-package-end:Friday, 23. May 2014 17:06 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 23. May 2014 17:06 UTC
  ppa-package-testing-start:Friday, 23. May 2014 18:06 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 29. May 2014 11:54 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Friday, 30. May 2014 06:09 UTC
  kernel-stable-Verification-testing-start:Friday, 30. May 2014 06:09 UTC
  kernel-stable-Certification-testing-start:Friday, 30. May 2014 06:09 UTC
  kernel-stable-Security-signoff-start:Friday, 30. May 2014 06:09 UTC
  kernel-stable-Regression-testing-start:Friday, 30. May 2014 06:09 UTC
+ kernel-stable-Certification-testing-end:Friday, 30. May 2014 07:02 UTC

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

Title:
  linux: 3.13.0-29.52 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1322112/+subscriptions

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


[Bug 1307665] Re: signal entries in audit.log send aa-logprof in infinite loop

2014-05-30 Thread Tyler Hicks
** Changed in: apparmor (Ubuntu)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

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

Title:
  signal entries in audit.log send aa-logprof in infinite loop

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

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


[Bug 1079784] Re: Missing accessible description

2014-05-30 Thread Charles Kerr
** Also affects: indicator-power (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: indicator-power (Ubuntu)
   Importance: Undecided = Medium

** Summary changed:

- Missing accessible description
+ Accessible description doesn't update in 14.04

** Changed in: indicator-power
Milestone: 13.04.0 = None

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

Title:
  Accessible description doesn't update in 14.04

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

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


[Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-05-30 Thread Jens Bast
I tried installing this kernel #44, but my system did not work properly 
anymore... no wifi, no screen brightness adjustments and so on.
 
 http://people.canonical.com/~acelan/bugs/lp1305522/20140523/

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

Title:
  Backport Synaptics HID touchpad driver for 14.04

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

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


[Bug 1324529] Re: Backlight not adjustable

2014-05-30 Thread Christopher M. Penalver
Eli Fox-Epstein, if you remove all non-default kernel boot parameters
(ex. nomodeset video.use_native_backlight=1) does this change anything?

** Tags added: bios-outdated-2.60

** Changed in: linux (Ubuntu)
   Importance: Medium = Critical

** Changed in: linux (Ubuntu)
   Importance: Critical = Low

** Summary changed:

- Backlight not adjustable
+ [Lenovo ThinkPad T530] Backlight not adjustable

** Tags added: regression-release

** Tags added: needs-utopic-test

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

Title:
  [Lenovo ThinkPad T530] Backlight not adjustable

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

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


[Bug 1324742] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000068

2014-05-30 Thread Christopher M. Penalver
Roosh Ak, thank you for reporting this and helping make Ubuntu better.
Could you please provide the full computer model as noted on the sticker
(ex. Satellite L655-S5150)?

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

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

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

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


[Bug 1324790] [NEW] Bluetooth problem with Parrot Zik headphones

2014-05-30 Thread Chris Halse Rogers
Public bug reported:

HSP profile fails to work on my bluetooth headset (a Parrot Zik); a2dp
works fine. HSP profile doesn't get sound or have the mic working.

This seems at least in part to be a kernel issue; the relevant bit of syslog is:
...
May 30 08:34:43 RedTail bluetoothd[4864]: 
/org/bluez/4864/hci0/dev_90_03_B7_5F_6F_DF/fd10: fd(25) ready
May 30 08:34:44 RedTail kernel: [63184.627985] input: 90:03:B7:5F:6F:DF as 
/devices/virtual/input/input121
May 30 08:34:45 RedTail bluetoothd[4864]: Badly formated or unrecognized 
command: AT+CSCS=?
May 30 08:34:45 RedTail bluetoothd[4864]: Badly formated or unrecognized 
command: AT+CPBS=?
May 30 08:34:45 RedTail bluetoothd[4864]: Badly formated or unrecognized 
command: AT+CIMI
May 30 08:35:12 RedTail bluetoothd[4864]: 
/org/bluez/4864/hci0/dev_90_03_B7_5F_6F_DF/fd11: fd(23) ready
May 30 08:37:26 RedTail bluetoothd[4864]: Audio connection got disconnected
May 30 08:37:55 RedTail kernel: [63376.126544] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126559] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126566] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126572] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126578] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126584] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126590] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126595] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126601] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126606] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126612] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126617] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126623] Bluetooth: hci0 SCO packet for 
unknown connection handle 7936
May 30 08:37:55 RedTail kernel: [63376.126629] Bluetooth: hci0 SCO packet for 
unknown connection handle 48
May 30 08:37:55 RedTail kernel: [63376.126635] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126641] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
May 30 08:37:55 RedTail kernel: [63376.126647] Bluetooth: hci0 SCO packet for 
unknown connection handle 0
...

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.15.0-2-generic (not installed)
ProcVersionSignature: Ubuntu 3.15.0-2.6-generic 3.15.0-rc6
Uname: Linux 3.15.0-2-generic x86_64
ApportVersion: 2.14.2-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0c:   chris  3967 F...m pulseaudio
 /dev/snd/pcmC1D0p:   chris  3967 F...m pulseaudio
 /dev/snd/controlC1:  chris  3967 F pulseaudio
 /dev/snd/controlC0:  chris  3967 F pulseaudio
CurrentDesktop: Unity
Date: Fri May 30 08:56:58 2014
InstallationDate: Installed on 2013-08-06 (296 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MachineType: System76, Inc. Galago UltraPro
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.15.0-2-generic.efi.signed 
root=UUID=92c2fa03-f29c-4bcc-87ab-f0fe28c134f2 ro quiet splash 
i915.i915_enable_rc6=7 vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.15.0-2-generic N/A
 linux-backports-modules-3.15.0-2-generic  N/A
 linux-firmware1.130
SourcePackage: linux
UpgradeStatus: Upgraded to utopic on 2013-08-06 (296 days ago)
dmi.bios.date: 07/09/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.5
dmi.board.asset.tag: Tag 12345
dmi.board.name: Galago UltraPro
dmi.board.vendor: System76, Inc.
dmi.board.version: galu1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: System76, Inc,
dmi.chassis.version: galu1
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd07/09/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnSystem76,Inc.:rnGalagoUltraPro:rvrgalu1:cvnSystem76,Inc,:ct9:cvrgalu1:
dmi.product.name: Galago UltraPro
dmi.product.version: galu1
dmi.sys.vendor: System76, Inc.

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


** Tags: amd64 apport-bug utopic

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

Title:
  Bluetooth problem with Parrot Zik headphones

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

-- 
ubuntu-bugs 

  1   2   3   4   5   6   7   8   >