[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