[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-09 Thread James Hunt
I got the panic again last night. This was running a 3.11 kernel for the
host, but of course the 1st and 2nd level guests were still running 3.10
as 3.11 is still in -proposed. So, although it's possible to get a test
run with (3.11, 3.10, 3.10) I really need to try running with (3.11,
3.11, 3.11) to see if this provides a reliable solution.


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

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

Title:
  general protection fault running apt-get inside double nested kvm VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1208455/+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 1210307] Re: package tgt 1:1.0.37-0ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2013-08-09 Thread Yolanda Robla
Thanks for reporting this
Seems that something is preventing tgt to stop. Can you please send the tgt log 
files to check why process isn't stopping?

Thanks
Yolanda

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

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

Title:
  package tgt 1:1.0.37-0ubuntu1 failed to install/upgrade: subprocess
  new pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1210307/+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 1210308] Re: Upstart scripts to use /etc/default for options.

2013-08-09 Thread Yolanda Robla
** Changed in: nova (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Upstart scripts to use /etc/default for options.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1210308/+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 1210144] Re: package should include slapd headers

2013-08-09 Thread Yolanda Robla
** Changed in: openldap (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  package should include slapd headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1210144/+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 1210425] [NEW] Unable to login

2013-08-09 Thread Dave Linehan
Public bug reported:

After running Computer Janitor I am unable to login (except as Guest)
because Ubuntu 12.04 won't accept my password as valid anymore and won't
recognize when I plug in a flash memory stick into the USB port.   I am
also unable to run any sudo commands in the terminal so I can't re-
install Ubuntu.

guest-yvnjEW@dave-LIFEBOOK-MH330:~$ apt-cache policy pkgname
N: Unable to locate package pkgname
guest-yvnjEW@dave-LIFEBOOK-MH330:~$ 

Can you assist me?

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

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

Title:
  Unable to login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1210425/+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 1210426] [NEW] Mysql daemon does not start - corrupted init script

2013-08-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After last upgrade, mysqld 5.5.32-0ubuntu does not start.

Fix:
edit /etc/init/mysql.conf and replace
# check for diskspace shortage
datadir=`mysqld_get_param datadir`
if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{ 
exit ($44096) }'; then

with
# check for diskspace shortage
datadir=/var/lib/mysql
if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{ 
exit ($44096) }'; then

edit datadir to point to your datadir - this is default configuration.

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION=Ubuntu 13.04

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Mysql daemon does not start - corrupted init script
https://bugs.launchpad.net/bugs/1210426
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to mysql-5.5 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 1210431] Re: syslog stops logging when lxc containers autostart

2013-08-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  syslog stops logging when lxc containers autostart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1210431/+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 1210431] [NEW] syslog stops logging when lxc containers autostart

2013-08-09 Thread Tim Penhey
Public bug reported:

I noticed that my syslog file was empty, and some cursory googling
suggested that it may be libvirt.

I had a juju local environment set up which had some containers
autostarting.  Destroying this environment, and making sure there were
no autostart containers, followed by a reboot fixed this problem.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: lxc 0.9.0-0ubuntu3.4
ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
Uname: Linux 3.8.0-27-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Fri Aug  9 09:06:45 2013
InstallationDate: Installed on 2012-04-26 (469 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: lxc
UpgradeStatus: Upgraded to raring on 2013-02-22 (168 days ago)

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


** Tags: amd64 apport-bug raring

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

Title:
  syslog stops logging when lxc containers autostart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1210431/+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 1210423] Re: package mysql-server-5.5 5.5.32-0ubuntu0.12.10.2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2013-08-09 Thread Whoopie
*** This bug is a duplicate of bug 1210380 ***
https://bugs.launchpad.net/bugs/1210380

** This bug is no longer a duplicate of bug 1210427
   package mysql-server-5.5 5.5.32-0ubuntu0.12.10.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 1210383
   package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package mysql-server-5.5 5.5.32-0ubuntu0.12.10.2 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210423/+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 1210423] Re: package mysql-server-5.5 5.5.32-0ubuntu0.12.10.2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2013-08-09 Thread Whoopie
*** This bug is a duplicate of bug 1210380 ***
https://bugs.launchpad.net/bugs/1210380

** This bug is no longer a duplicate of bug 1210383
   package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 1210380
   package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package mysql-server-5.5 5.5.32-0ubuntu0.12.10.2 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210423/+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 1210426] Re: Mysql daemon does not start - corrupted init script

2013-08-09 Thread Whoopie
*** This bug is a duplicate of bug 1210380 ***
https://bugs.launchpad.net/bugs/1210380

** This bug is no longer a duplicate of bug 1210383
   package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 1210380
   package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  Mysql daemon does not start - corrupted init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210426/+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 1210392] Re: mysql-server update fails

2013-08-09 Thread Whoopie
*** This bug is a duplicate of bug 1210380 ***
https://bugs.launchpad.net/bugs/1210380

** This bug is no longer a duplicate of bug 1210383
   package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 1210380
   package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  mysql-server update fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210392/+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 1210412] Re: mysql-server-5.5 fails to install/upgrade

2013-08-09 Thread Whoopie
*** This bug is a duplicate of bug 1210380 ***
https://bugs.launchpad.net/bugs/1210380

** This bug is no longer a duplicate of bug 1210383
   package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 1210380
   package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  mysql-server-5.5 fails to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210412/+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 1210396] Re: package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2013-08-09 Thread Whoopie
*** This bug is a duplicate of bug 1210380 ***
https://bugs.launchpad.net/bugs/1210380

** This bug is no longer a duplicate of bug 1210383
   package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 1210380
   package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to
  install/upgrade: подпроцесс установлен сценарий post-installation
  возвратил код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210396/+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 1210345] Re: package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2013-08-09 Thread Whoopie
*** This bug is a duplicate of bug 1210380 ***
https://bugs.launchpad.net/bugs/1210380

** This bug is no longer a duplicate of bug 1210383
   package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 1210380
   package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210345/+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 1170393] Re: Quantum services should be respawned by upstart if necessary

2013-08-09 Thread James Page
** Changed in: quantum (Ubuntu Saucy)
   Status: Triaged = In Progress

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

** Changed in: quantum (Ubuntu Saucy)
   Status: In Progress = Invalid

** Changed in: neutron (Ubuntu Saucy)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: neutron (Ubuntu Saucy)
   Status: New = In Progress

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

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

Title:
  Quantum services should be respawned by upstart if necessary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1170393/+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 1210447] [NEW] Meta bug for tracking Openstack 2013.1.3 Stable Update

2013-08-09 Thread Adam Gandelman
Public bug reported:

This is a meta-bug used for tracking progress of the 2013.1.3 Grizzly
stable update to Glance, Nova, Horizon, Keystone, Cinder and Quantum in
Ubuntu 13.04.

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

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

Title:
  Meta bug for tracking Openstack 2013.1.3 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1210447/+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 776226] Re: package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade: dependency problems - leaving unconfigured

2013-08-09 Thread Francisco Jose
I'm having this same problem again in mysql-server-5.5

In fact I'm seeing this very same error when trying to start the
service.

110422 16:40:58 InnoDB: Started; log sequence number 0 44233
ERROR: 1064 You have an error in your SQL syntax; check the manual that 
corresponds to your MySQL server version for the right syntax to use near 
'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 
NOT ' at line 1
110422 16:40:58 [ERROR] Aborting

None of the proposed solutions worked for me and the installation
doesn't end.

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

Title:
  package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade:
  dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/776226/+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 509647] Re: [MIR] lxc

2013-08-09 Thread Stéphane Graber
That's because we can't use PIE for the library, now to figure out how
to have it ignored there...

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

Title:
  [MIR] lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/509647/+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 509647] Re: [MIR] lxc

2013-08-09 Thread Stéphane Graber
I can build with:
export DEB_BUILD_MAINT_OPTIONS = 
hardening=+stackprotector,+fortify,+format,+relro,+bindnow

But adding +pie causes a FTBFS:
http://lxc.dev.stgraber.org/stgraber/20130809-1020/ubuntu-saucy-
amd64/lxc_0.9.0.0~stgraber~20130809-1020-0ubuntu1~ppa1~saucy1_amd64-20130809-1021.build

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

Title:
  [MIR] lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/509647/+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-s-ceph] Ceph activities for Saucy

2013-08-09 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  [USER STORIES]
  Jonas (who works for a Bank) wants to deploy Ceph with encryption of 
underlying physical disks to ensure confidentiality in post-lifecycle 
decommissioning of servers. He's able to deploy Ceph Dumpling with dm-crypt 
encryption from the Havana Cloud Archive for Ubuntu 12.04.
  
  James want to ensure the quality of the Ceph packages in the Ubuntu
  archive at all times; as the packages include DEP-8 tests these are used
  to gate uploads into the main development archive.
  
  [ASSUMPTIONS]
  Server QA lab will be virtualized using OpenStack supporting regular testing 
activities.
  
  [RISKS]
  mod_fastcgi patches not suitable for inclusion.
  
  [IN SCOPE]
  mod_fastcgi patches
  ceph-deploy
  
  [OUT OF SCOPE]
  
  [USER ACCEPTANCE]
  Multi-node testing of Ceph on a regular basis using Juju charms.
  DEP-8 automated testing of Ceph providing gated entry of Ceph packages into 
the Ubuntu Archive.
  
  [RELEASE NOTE/BLOG]
- Ubuntu 13.10 includes Ceph 0.xx.x (Dumpling stable release), providing 
improved performance and efficiency and block device encryption.
+ Ubuntu 13.10 includes Ceph 0.67.1 (Dumpling stable release), providing 
improved performance and efficiency and block device encryption.
  
  [UDS SESSION NOTES]
  http://pad.ubuntu.com/uds-1305-servercloud-s-ceph

-- 
Ceph activities for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-ceph

-- 
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-s-ceph] Ceph activities for Saucy

2013-08-09 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-13.06:
  [james-page] Enable google-perftools on armhf: DONE
  [james-page] Upload cuttlefish (0.61.2) to saucy: DONE
  [james-page] Upload cuttlefish to the havana cloud archive: DONE
  [james-page] Upload cuttlefish (0.61.3) to saucy: DONE
  [james-page] Upload cuttlefish (0.61.3) to the havana cloud archive: DONE
  [james-page] Upload cuttlefish (0.61.4) to saucy: DONE
  [james-page] Upload cuttlefish (0.61.4) to the havana cloud archive: DONE
  [james-page] Bobtail 0.56.6 point release to raring: DONE
  [james-page] Bobtail 0.56.6 point release to grizzly cloud archive: DONE
  
  Work items for ubuntu-13.07:
  [james-page] Upload dumpling - 2 weeks to ceph-edgers PPA: DONE
  
  Work items for ubuntu-13.08:
+ Upload 0.67~rc3 to saucy: DONE
+ Upload 0.67~rc3 to the havana cloud archive: INPROGRESS
  [james-page] Upload dumpling to saucy: TODO
  [james-page] Upload dumpling to the havana cloud archive: TODO
  [james-page] Write dep8 tests for ceph: TODO
  Review upstream patches for mod_fastcgi: TODO
  Review/test ceph RADOS with mod_fcgid: TODO
  Identify use-cases for ceph performance scenarios: TODO
  [james-page] Update ceph charms to support cuttlefish features: TODO
  ceph-deploy packaging: DONE
  
  Work items for ubuntu-13.10:
  [james-page] Regular multi-node ceph testing in the lab: INPROGRESS
  [james-page] Implement more in-depth testing of Ceph to support SRU's: TODO
  Ceph teuthology tests for deploying with Juju: TODO
  Ability to use upstream packages in Juju charms: TODO
  
  Work items:
  [a.rosales] status.u.c test work item: INPROGRESS

-- 
Ceph activities for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-ceph

-- 
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 509647] Re: [MIR] lxc

2013-08-09 Thread Stéphane Graber
Ok, so dpkg-buildflags is too much of a pain to get right, so I'll just
go the lazy way and use hardening-wrapper.

Here's the result going this way:
stgraber@castiana:~# hardening-check /usr/bin/lxc-monitor
/usr/bin/lxc-monitor:
 Position Independent Executable: yes
 Stack protected: yes
 Fortify Source functions: yes
 Read-only relocations: yes
 Immediate binding: yes

stgraber@castiana:~# hardening-check /usr/lib/x86_64-linux-gnu/liblxc.so.0
/usr/lib/x86_64-linux-gnu/liblxc.so.0:
 Position Independent Executable: no, regular shared library (ignored)
 Stack protected: yes
 Fortify Source functions: yes (some protected functions found)
 Read-only relocations: yes
 Immediate binding: yes

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

Title:
  [MIR] lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/509647/+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 1208430] Re: mongodb runs as root user

2013-08-09 Thread John A Meinel
Note that once we avoid direct access to the state db from agents and
clients, we will have the mongo port blocked off by the cloud firewall.
Which does limit the effectiveness of this.

We also run jujud itself as root, but generally we have to because we do
things like creating LXC containers and installing packages on the
machine.

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

Title:
  mongodb runs as root user

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1208430/+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 1205086] Re: lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive nameserver

2013-08-09 Thread Sidnei da Silva
Tested on a cloud instance which doesn't have a local dnsmasq, it ended
up with the following config:

$ cat /etc/resolv.conf 
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.88.0.1
nameserver 10.55.60.1
search vpn.ubuntone.info canonistack

Removing the --strict-order seems to solve the problem every single time
consistently.

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

Title:
  lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive
  nameserver

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


Re: [Bug 1210431] [NEW] syslog stops logging when lxc containers autostart

2013-08-09 Thread Serge Hallyn
Quoting Tim Penhey (tim.pen...@canonical.com):
 Public bug reported:
 
 I noticed that my syslog file was empty, and some cursory googling
 suggested that it may be libvirt.

Note that juju does not use libvirt-lxc.  libvirt should not be
involved.

 I had a juju local environment set up which had some containers
 autostarting.  Destroying this environment, and making sure there were
 no autostart containers, followed by a reboot fixed this problem.

Can you attach a listing of the host's /var/log when this happens, as
well as the /var/lib/lxc/$container/config files?  Also please run

apport-collect 1210431

to have apport post general lxc related information.

 status: incomplete
 priority: 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/1210431

Title:
  syslog stops logging when lxc containers autostart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1210431/+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 1210431] Re: syslog stops logging when lxc containers autostart

2013-08-09 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   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/1210431

Title:
  syslog stops logging when lxc containers autostart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1210431/+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-s-cloud-archive] Ubuntu Cloud Archive for Havana

2013-08-09 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-13.05:
  Open Cloud Archive for Havana development: DONE
  
  Work items for ubuntu-13.06:
  [james-page] Document proposed OpenStack SRU cadence process: DONE
- Update Cloud Archive documentation inline with support lifecycle: TODO
+ Update Cloud Archive documentation inline with support lifecycle: DONE
  [james-page] Implement workflow for critical security updates: TODO
  
  Work items for ubuntu-13.08:
  Figure out and document security update process for 3 month shortfall between 
distro and OpenStack support: TODO
  [zulcss] Backport of qemu for Havana: DONE
  [james-page] Discuss communications plan around cloud-archive releases with 
jcastro: TODO
  
  Work items:
  [gandelman-a] CA pipeline reporting for updates: DONE
  [gandelman-a] Document backports tool in openstack-ubuntu-testing: DONE
  [gandelman-a] Investigate automated changelog creation as part of per-commit 
testing: DONE
  [gandelman-a] Document how to run verification testing against proposed 
updates: TODO
  add-apt-repository for cloud-archive: TODO
  Bug closure for cloud-archive bugs: TODO

-- 
Ubuntu Cloud Archive for Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-cloud-archive

-- 
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 1208729] Re: Unable to start mysql after upgrade from repository. It was an upgrade over the 5.5 version. package mysql-server-5.5 5.5.32-0ubuntu0.12.04.1 failed to install/upgrade: el subproceso

2013-08-09 Thread perriman
** Changed in: mysql-5.5 (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Unable to start mysql after upgrade from repository. It was an upgrade
  over the 5.5 version. package mysql-server-5.5 5.5.32-0ubuntu0.12.04.1
  failed to install/upgrade: el subproceso instalado el script post-
  installation devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1208729/+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 1134103] Re: [SRU] log flooded with cannot get STP status on nonexistent port messages

2013-08-09 Thread James Page
@James Dingwall

Any chance you can test this out? otherwise it will get bumped from the
SRU queue as I need to get on with hardware enablement kernel
compatibility fixes for 12.04.3

Cheers

James

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

Title:
  [SRU] log flooded with cannot get STP status on nonexistent port
  messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1134103/+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 1190791] Re: cinder's rbd backend driver now uses python library

2013-08-09 Thread James Page
** Changed in: cinder (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  cinder's rbd backend driver now uses python library

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1190791/+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 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Joseph Salisbury
** Also affects: kvm (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  Cannot load kvm_amd module - (says disabled by bios)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1201092/+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 509647] Re: [MIR] lxc

2013-08-09 Thread Seth Arnold
Stéphane, thanks for fixing this.

Security team ACK for main.

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

Title:
  [MIR] lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/509647/+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 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Serge Hallyn
Hi,

this seems like a stupid question given the # of comments and relevant
fedora bug, but i haven't seen this asked anywhere.

Have you in fact enabled virtualization extensions in the bios?

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

Title:
  Cannot load kvm_amd module - (says disabled by bios)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1201092/+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 1210425] Re: Unable to login

2013-08-09 Thread Seth Arnold
Thanks for your comments. This does not appear to be a bug report and we
are closing it. We appreciate the difficulties you are facing, but it
would make more sense to raise your question in the support tracker.
Please visit https://answers.launchpad.net/ubuntu/+addquestion

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

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

Title:
  Unable to login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1210425/+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 1199037] Re: backport eventlet exception context fix

2013-08-09 Thread Dmitry Shachnev
Unsubscribed sponsors, the fix is now in -proposed.

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

Title:
  backport eventlet exception context fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-eventlet/+bug/1199037/+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 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Joseph Salisbury
** Tags removed: performing-bisect

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

Title:
  Cannot load kvm_amd module - (says disabled by bios)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1201092/+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 1185178] Re: glanceclient tests failing on fake_host

2013-08-09 Thread Walt Boring
This bug is happening against stable/grizzly now as well.

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

Title:
  glanceclient tests failing on fake_host

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1185178/+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 1185178] Re: glanceclient tests failing on fake_host

2013-08-09 Thread Walt Boring
** Tags added: grizzly-backport-potential

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

Title:
  glanceclient tests failing on fake_host

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1185178/+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 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Tim Gardner
I tried this on my Lenovo X120e with an AMD E-350 with no problem on a
3.11 kernel.

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

Title:
  Cannot load kvm_amd module - (says disabled by bios)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1201092/+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 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Scott Moser
random bit of works for me info to add to Tim's.
Also an x120e:
$ lsmod | grep kvm
kvm_amd59717  0 
kvm   443165  1 kvm_amd
$ uname -r
3.8.0-27-generic
$ grep 350 /proc/cpuinfo 
model name  : AMD E-350 Processor
model name  : AMD E-350 Processor

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

Title:
  Cannot load kvm_amd module - (says disabled by bios)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1201092/+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 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread maxadamo
All,

first of all I have AMD E-350D, you have AMD E-350. 
I don't know what the D stands for, but we don't have the same identical CPU.

I give you the feedback from the kernel developers and from the MainBoard 
vendor.
I had already tried the above command (rdmsr). It says 1 ... DISABLED.
Another thing - important - VirtualBox behavior is misleading: it lets you 
check the flag to enable the AMD-V extension, but looking at logs, it seems 
that the extension is not being loaded. 

Therefore, there are two possiblities.
Kernel developers say: it may be a bug in the BIOS. 
The vendor (GygaByte) says: it's a problem with Linux kernel. 

BTW, I can understand that everybody says that it's someone else fault, but I 
can't understand that GigaByte asks me to install windows and test it over 
windows. 
Right now I am stuck as I have a spare partition starting after 1.7GB and 
windows doesn't want to install on such partition.

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

Title:
  Cannot load kvm_amd module - (says disabled by bios)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1201092/+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 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Serge Hallyn
@maxadamo,

I wasn't actually saying bug in the bios - I was suggesting the
feature was turned off in the bios.  Could you please boot into the bios
(or EFI) and check the 'virtualization' settings?  Or if you've already
done that, and it was enabled, please let us know - Thanks!

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

Title:
  Cannot load kvm_amd module - (says disabled by bios)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1201092/+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 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread maxadamo
@Serge ... I am an experienced sysadmin, I work with Cloudstack ...
therefore I work with a lot of KVM machines.

I don't want to prove anything about myself, but now can you be better
ensured that I am able to access a Computer BIOS and switch a feature
from ON to OFF and viceversa? :)

I've also tried few weird suggestions from one developers and I paste you the 
content of the e-mail: 
You might try setting it to disabled in the BIOS to make sure it's not wired
backwards.  There also used to be some FUD about fully powering off the
system around making changes to these settings.  You might try
unplugging the system for a few seconds and testing from there. 

I would also say that WakOnLan sometime works, sometime it doesn't. 
There is something weird with this motherboard, but until I run a test with 
Windows I am not able to say if the problem is Linux or the MainBoard.

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

Title:
  Cannot load kvm_amd module - (says disabled by bios)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1201092/+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 1204302] Re: fails to bootstrap, returns error: no reachable servers

2013-08-09 Thread Antonio Rosales
The issue here explained by Tim P. is that when you have the following line in 
you config.yaml:
# root-dir: ~/.juju/local

Juju does not expand ~/ our correctly so the path is not found correctly. Two 
workarounds are:
(1) Comment out this line as mentioned above.
(2) Uncomment the line, and put the full path in ie:
  root-dir: /home/user/.juju/local

-thanks,
Antoino

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

Title:
  fails to bootstrap, returns error: no reachable servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1204302/+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


Re: [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Serge Hallyn
Quoting maxadamo (1201...@bugs.launchpad.net):
 @Serge ... I am an experienced sysadmin, I work with Cloudstack ...
 therefore I work with a lot of KVM machines.
 
 I don't want to prove anything about myself, but now can you be better
 ensured that I am able to access a Computer BIOS and switch a feature
 from ON to OFF and viceversa? :)

Yup, thanks.  Just wanted to make sure that had been checked.

Did this *used* to work for you in an older kernel?  Would it be
possible for you try 3.2 or 3.5?

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

Title:
  Cannot load kvm_amd module - (says disabled by bios)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1201092/+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 1188887] Re: package php5-mysql 5.4.15-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-08-09 Thread Launchpad Bug Tracker
[Expired for php5 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package php5-mysql 5.4.15-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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