[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


[Bug 1210077] Re: Screen freeze after resume

2013-08-09 Thread Yung Shen
** Attachment added: gk107glm nvidia bug report
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1210077/+attachment/3766074/+files/gk107glm.log.gz

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

Title:
  Screen freeze and gabled after resume from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1210077/+subscriptions

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


[Bug 1210469] [NEW] onboard crashed with SIGSEGV in PyObject_CallObject()

2013-08-09 Thread Till Kamppeter
*** This bug is a duplicate of bug 1195857 ***
https://bugs.launchpad.net/bugs/1195857

Public bug reported:

Crashed directly after calling during login.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: onboard 0.99.0~alpha1~tr1190-0ubuntu1
Uname: Linux 3.11.0-031100rc3-generic x86_64
ApportVersion: 2.12-0ubuntu3
Architecture: amd64
Date: Fri Aug  9 12:30:18 2013
ExecutablePath: /usr/bin/onboard
InstallationDate: Installed on 2013-06-05 (64 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
InterpreterPath: /usr/bin/python3.3
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/bin/onboard --xid
SegvAnalysis:
 Segfault happened at: 0x5714bb PyObject_CallObject+235:  mov
0x18(%rdi),%esi
 PC (0x005714bb) ok
 source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
 destination %esi ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: onboard
StacktraceTop:
 PyObject_CallObject ()
 ?? () from 
/usr/lib/python3/dist-packages/Onboard/osk.cpython-33m-x86_64-linux-gnu.so
 ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
Title: onboard crashed with SIGSEGV in PyObject_CallObject()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: amd64 apport-crash saucy third-party-packages

** Information type changed from Private to Public

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

Title:
  onboard crashed with SIGSEGV in PyObject_CallObject()

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

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


[Bug 1161315] Re: Eric segmentation fault

2013-08-09 Thread Angelo Pantano
Mike what do you mean you have updated the ubuntu/eric bzr? updated with
what? I dont understand the merge sentence too to be honest.. does it
have anything to do with a fix released or a ppa where it does not
crashes? If so could you be more exhaustive and provide links on how to
update it?

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

Title:
  Eric segmentation fault

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

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


[Bug 1210380] Re: 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

2013-08-09 Thread SKAL
Thanks to Gérald 
the patch is working!

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

Title:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210380/+subscriptions

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

[Bug 1210469] Re: onboard crashed with SIGSEGV in PyObject_CallObject()

2013-08-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1195857 ***
https://bugs.launchpad.net/bugs/1195857

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1210469/+attachment/3766076/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1210469/+attachment/3766078/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1210469/+attachment/3766080/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1210469/+attachment/3766081/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1210469/+attachment/3766082/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1210469/+attachment/3766083/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1210469/+attachment/3766084/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1195857
   onboard crashed with SIGSEGV in PyObject_Call()

** Tags removed: need-amd64-retrace

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

Title:
  onboard crashed with SIGSEGV in PyObject_CallObject()

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

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


[Bug 1179596] Re: browser needs its own UA string

2013-08-09 Thread Olivier Tilloy
Other useful information from Mozilla: https://developer.mozilla.org/en-
US/docs/Gecko_user_agent_string_reference.

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

Title:
  browser needs its own UA string

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

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


[Bug 1162526] Re: vgaswitcheroo - Can't switch to dedicated GPU

2013-08-09 Thread Treviño
** Bug watch added: freedesktop.org Bugzilla #67946
   https://bugs.freedesktop.org/show_bug.cgi?id=67946

** Also affects: linux via
   https://bugs.freedesktop.org/show_bug.cgi?id=67946
   Importance: Unknown
   Status: Unknown

** No longer affects: linux

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

Title:
  vgaswitcheroo - Can't switch to dedicated GPU

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

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


[Bug 1210470] [NEW] Switching to integrated card with vgaswitcheroo makes the kernel to hang, until pulseaudio is killed

2013-08-09 Thread Treviño
Public bug reported:

I have a dual-GPU notebook, with a Intel Ironlake integrated GPU and a
AMD 5650m dedicated GPU (muxed system). The AMD gpu is also connected to
an HDMI port that implies an audio card (I'm running radeon module with
radeon.audio=1).

If I switch to the integrated card after that the UI is up and
pulseaudio is loaded, as soon as I exit from lightdm (both to reload X
or to shutdown the PC) the kernel hangs (both in 12.10, 13.04 and
13.10):

[ 489.177732] hda-intel :01:00.1: Disabling via VGA-switcheroo
[ 489.297129] hda-intel :01:00.1: Cannot lock devices!
[ 489.297139] radeon: switched off
[ 489.300356] [drm] Disabling audio support
[ 489.319552] radeon :01:00.0: fence driver on ring 5 use gpu addr 
0x0015e418 and cpu addr 0xc90009df0418
[ 489.973886] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[ 489.973903] _handle_hotplug_event_root: Bus check notify on \_SB_.PCI0
[ 678.992375] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 678.992453] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 683.996303] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 683.996377] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 683.996453] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
C3DC (len 871, WS 0, PS 0) @ 0xC439
[ 689.000275] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 689.000349] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 694.004285] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 694.004363] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 699.008330] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 699.008414] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 699.514458] init: tty1 main process (2460) killed by QUIT signal
[ 699.514489] init: tty1 main process ended, respawning
[ 704.012405] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 704.012492] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 709.016515] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 709.016596] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28


At the contrary, if once lightdm starts I go to tty1 → sudo service lighdm stop 
→ sudo killall pulseaudio → echo OFF| sudo tee 
/sys/kernel/debug/vgaswitcheroo/switch #switch to integrated card

Everything works well instead.

So it seems that pulseaudio should disable the powered-off card on
switch (or is this something that the kernel should do?).

** Affects: linux
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: freedesktop.org Bugzilla #67946
   https://bugs.freedesktop.org/show_bug.cgi?id=67946

** Also affects: pulseaudio via
   https://bugs.freedesktop.org/show_bug.cgi?id=67946
   Importance: Unknown
   Status: Unknown

** Project changed: pulseaudio = linux

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

Title:
  Switching to integrated card with vgaswitcheroo makes the kernel to
  hang, until pulseaudio is killed

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

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

[Bug 1210380] Re: 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

2013-08-09 Thread Robie Basak
** Description changed:

+ Affected: mysql-server-5.5 versions 5.5.32-0ubuntu0.13.04.2,
+ 5.5.32-0ubuntu0.12.10.2, 5.5.32-0ubuntu0.12.04.2 and maybe
+ 5.5.32-0ubuntu2.
+ 
+ Fix: downgrade to 5.5.32-0ubuntu0.13.04.1, 5.5.32-0ubuntu0.12.10.1 or
+ 5.5.32-0ubuntu0.12.04.1 respectively.
+ 
+ Note: these updates were never issued. They entered -proposed for those
+ participating in -proposed testing only. If this surprises you, then
+ reverse the steps at https://wiki.ubuntu.com/Testing/EnableProposed to
+ stop testing proposed updates.
+ 
+ Thanks to everyone testing proposed updates for flagging this within a
+ few hours. Your help stopped us from issuing this incorrect update to
+ all users.
+ 
+ [Original Description]
  sudo aptitude update
  sudo aptitude upgrade
  and then the failure. I suspect this is a timing issue rather than an 
outright bug.
  
  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: mysql-server-5.5 5.5.32-0ubuntu0.12.04.2
  ProcVersionSignature: Ubuntu 3.5.0-38.59~precise1-generic 3.5.7.17
  Uname: Linux 3.5.0-38-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Thu Aug  8 21:19:48 2013
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  Logs.var.log.daemon.log:
-  
+ 
  MarkForUpload: True
  MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
-  [mysqld_safe]
-  syslog
+  [mysqld_safe]
+  syslog
  MySQLVarLibDirListing: ['phpmyadmin', 'ib_logfile1', 'ibdata1', 
'debian-5.5.flag', 'performance_schema', 'test', 'ib_logfile0', 'mysql', 
'mysql_upgrade_info']
  SourcePackage: mysql-5.5
  Title: 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
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210380/+subscriptions

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

[Bug 1209365] Re: [Lenovo E445]: No display after installing fglrx 2:13.101 and fglrx-pxpress

2013-08-09 Thread Ara Pulido
** Changed in: fglrx-pxpress (Ubuntu)
   Status: New = Incomplete

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

Title:
  [Lenovo E445]: No display after installing fglrx 2:13.101 and fglrx-
  pxpress

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1209365/+subscriptions

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


[Bug 1144000] Re: [Dell Inspiron 17R SE 7720] Synaptics touchpad recognized as PS/2 Generic Mouse

2013-08-09 Thread Robert van G.
Hi Christopher,

I've updated the BIOS to A15, but without any result.

Between opening this bug and now, i updated to 13.04 and I just did an
update of the kernel:

$ cat /proc/version
Linux version 3.8.0-27-generic (buildd@roseapple) (gcc version 4.7.3 
(Ubuntu/Linaro 4.7.3-1ubuntu1) ) #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013


Your requested output:
$ sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
A15
05/17/2013

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

Title:
  [Dell Inspiron 17R SE 7720] Synaptics touchpad recognized as PS/2
  Generic Mouse

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

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


[Bug 1210380] Re: 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

2013-08-09 Thread Dan Jones
YAH Gérald- Yet Another Hooray for Gérald - the patch fixed the problem.

As was pointed out, -proposed is for testing and those of us who use it
realize we may find some issues. The good part is to see how fast the
problem can be fixed.

Thanks to all.

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

Title:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210380/+subscriptions

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

[Bug 1168056] Re: Gimp does not pick up plugins from configured plugin path

2013-08-09 Thread Thomas Hotz
I have reported this bug upstream. Does your plugins show up in GIMP?
What plugins are affected? Thank you for giving us more information and
reporting this bug!

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

Title:
  Gimp does not pick up plugins from configured plugin path

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

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


[Bug 1137616] Re: Dash - Files saved from GIMP do not appear in the Dash

2013-08-09 Thread Thomas Hotz
** Changed in: gimp (Ubuntu)
   Status: New = Confirmed

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

Title:
  Dash - Files saved from GIMP do not appear in the Dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1137616/+subscriptions

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


[Bug 1186328] Re: llvm-dev should depend on binutils-gold

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

** Changed in: llvm-defaults (Ubuntu)
   Status: New = Confirmed

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

Title:
  llvm-dev should depend on binutils-gold

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-defaults/+bug/1186328/+subscriptions

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


[Bug 1210480] Re: package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

** Changed in: mysql-5.5 (Ubuntu)
   Status: New = Confirmed

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

Title:
  package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210480/+subscriptions

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

[Bug 649139] Re: [12.04] usb-creator-gtk crashed with SIGSEGV

2013-08-09 Thread Apport retracing service
** Tags added: bugpattern-needed

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

Title:
  [12.04] usb-creator-gtk crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/649139/+subscriptions

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


[Bug 1210477] Re: usb-creator-gtk crashed with SIGSEGV

2013-08-09 Thread Apport retracing service
*** This bug is a duplicate of bug 649139 ***
https://bugs.launchpad.net/bugs/649139

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1210477/+attachment/3766088/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1210477/+attachment/3766090/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1210477/+attachment/3766091/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1210477/+attachment/3766092/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1210477/+attachment/3766093/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1210477/+attachment/3766094/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1210477/+attachment/3766095/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 649139
   [12.04] usb-creator-gtk crashed with SIGSEGV

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  usb-creator-gtk crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1210477/+subscriptions

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


[Bug 1210480] [NEW] package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2013-08-09 Thread old_toby
Public bug reported:

Upgrade failed

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: mysql-server-5.5 5.5.32-0ubuntu0.13.04.2
ProcVersionSignature: Ubuntu 3.8.0-28.41-generic 3.8.13.5
Uname: Linux 3.8.0-28-generic i686
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: i386
Date: Fri Aug  9 12:06:13 2013
DuplicateSignature: 
package:mysql-server-5.5:5.5.32-0ubuntu0.13.04.2:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 1 zurück
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2012-08-05 (368 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
Logs.var.log.daemon.log:
 
MarkForUpload: True
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['drupal_imaghi', 'ib_logfile0', 'ibdata1', 
'api@002edrupal', 'drupal7', 'performance_schema', 'phpmyadmin', 'ib_logfile1', 
'mysql_upgrade_info', 'test', 'hornweb', 'mysql', 'debian-5.5.flag']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.8.0-28-generic 
root=UUID=cf2c0c37-82fb-4dab-a275-77ccbcef16f0 ro quiet splash vt.handoff=7
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to 
install/upgrade: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
UpgradeStatus: Upgraded to raring on 2013-03-04 (158 days ago)

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


** Tags: apport-package gnome3-ppa i386 package-from-proposed raring 
third-party-packages

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

Title:
  package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210480/+subscriptions

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

[Bug 1210480] Re: package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2013-08-09 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210480/+subscriptions

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

[Bug 1210479] [NEW] Thunar does not autmoatically mount an audio CD and display its contents in the file manager's window.

2013-08-09 Thread Istimsak
Public bug reported:

The audio CD shows up in the side pane of thunar. This is no
notification that an audio CD has been inserted, and the media's content
is not automatically displayed.

Description:Ubuntu Saucy Salamander (development branch)
Release:13.10 64bit
Package: Thunar
Version: Installed: 1.6.2-0ubuntu1

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: thunar 1.6.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.10.0-5.14-generic 3.10.2
Uname: Linux 3.10.0-5-generic x86_64
ApportVersion: 2.12-0ubuntu3
Architecture: amd64
Date: Fri Aug  9 06:59:52 2013
InstallationDate: Installed on 2013-07-26 (14 days ago)
InstallationMedia: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130723.2)
MarkForUpload: True
SourcePackage: thunar
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy third-party-packages

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

Title:
  Thunar does not autmoatically mount an audio CD and display its
  contents in the file manager's window.

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

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


[Bug 1210380] Re: 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

2013-08-09 Thread Lars Kneschke
Just as reminder. There are 2 problems. One got fixed by the patch from
Gerald.

The other problem is, that there is invalid SQL included in the postint
file. With the patch from Gerald the MySQL server is starting again, but
some SQL update statements were not executed. Which may lead to problems
later.

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

Title:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210380/+subscriptions

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


[Bug 1166514] Re: firefox --version → GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2013-08-09 Thread Glen Mehn
*** This bug is a duplicate of bug 1160569 ***
https://bugs.launchpad.net/bugs/1160569

Confirmed in Firefox 23.

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

Title:
  firefox --version → GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

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

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

[Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2013-08-09 Thread Glen Mehn
Confirmed in Firefox 23, printing fails with (firefox:13668): Gtk-
WARNING **: Unknown paper size A4

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

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

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

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


[Bug 1210481] [NEW] installer crashed, aptsetup failed with code...

2013-08-09 Thread lucaa
Public bug reported:

I was trying to install ubuntu from a bootable USB and I got this crash.
Code of aptsetup crash is either 1 or it starts with 1.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubiquity 2.14.6
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CasperVersion: 1.331
Date: Fri Aug  9 13:01:07 2013
InstallCmdLine: bootkbd=fr-latin1 console-setup/layoutcode=fr 
console-setup/variantcode=nodeadkeys locale=fr_FR  persistent noprompt 
cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring third-party-packages ubiquity-2.14.6 ubuntu

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

Title:
  installer crashed, aptsetup failed with code...

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

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


[Bug 1042822] Re: cannot use clang with gold without matching llvm-X.Y-dev package

2013-08-09 Thread Bram Geron
This bug also appears when the user does not ask for link-time
optimization.

bgeron@tinker:/tmp$ clang -O0 -Wno-unused-value -emit-llvm -o test.ll test.c
/usr/bin/ld: /usr/bin/../lib/LLVMgold.so: error loading plugin: 
/usr/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or 
directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I currently do not have llvm-dev installed.

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

Title:
  cannot use clang with gold without matching llvm-X.Y-dev package

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1210479] Re: Thunar does not autmoatically mount an audio CD and display its contents in the file manager's window.

2013-08-09 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker.

A list of all reports related to this bug can be found here:
http://packages.qa.ubuntu.com/qatracker/reports/bugs/1210479

** Tags added: package-qa-testing

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

Title:
  Thunar does not autmoatically mount an audio CD and display its
  contents in the file manager's window.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042822] Re: cannot use clang with gold without matching llvm-X.Y-dev package

2013-08-09 Thread Bram Geron
Wait, that actually makes half-sense. I wanted only the LLVM, but -emit-
llvm seems to activate LTO as a side effect, unless the user specifies
-S .

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

Title:
  cannot use clang with gold without matching llvm-X.Y-dev package

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

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


[Bug 1089351] Re: [Dell PowerEdge R200] lockups in linux-image-2.6.32-45-server

2013-08-09 Thread Tamas Csillag
We'd need to dist-upgrade all our Bacula servers to 12.04, which is not really 
an option at the moment.
We could do that upgrade around March/2014 at best.

Tamas

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

Title:
  [Dell PowerEdge R200] lockups in linux-image-2.6.32-45-server

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

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


[Bug 1189083] Re: Make Preferences button work in IBus Preferences

2013-08-09 Thread Anthony Wong
Veirifed the bug has been fixed in ibus-cangjie
0.0.1~git20130325-0ubuntu1.1.

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

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

Title:
  Make Preferences button work in IBus Preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-cangjie/+bug/1189083/+subscriptions

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


[Bug 1210446] Re: Mouse cursor disappears on log in to unity.

2013-08-09 Thread Stephen M. Webb
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1210446

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

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

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

Title:
  Mouse cursor disappears on log in to unity.

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

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


[Bug 1210470] Re: Switching to integrated card with vgaswitcheroo makes the kernel to hang, until pulseaudio is killed

2013-08-09 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=67946.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-08-09T10:42:18+00:00 Marco Trevisan (Treviño) wrote:

I've a Mobility Radeon HD 5650 muxed with an intel card. If I boot with
radeon.audio=1 and I switch the radeon card off when pulseaudio is
running, then the kernel hangs as soon as I close X:

[ 489.177732] hda-intel :01:00.1: Disabling via VGA-switcheroo
[ 489.297129] hda-intel :01:00.1: Cannot lock devices!
[ 489.297139] radeon: switched off
[ 489.300356] [drm] Disabling audio support
[ 489.319552] radeon :01:00.0: fence driver on ring 5 use gpu addr 
0x0015e418 and cpu addr 0xc90009df0418
[ 489.973886] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[ 489.973903] _handle_hotplug_event_root: Bus check notify on \_SB_.PCI0
[ 678.992375] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 678.992453] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 683.996303] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 683.996377] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 683.996453] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
C3DC (len 871, WS 0, PS 0) @ 0xC439
[ 689.000275] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 689.000349] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 694.004285] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 694.004363] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 699.008330] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 699.008414] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 699.514458] init: tty1 main process (2460) killed by QUIT signal
[ 699.514489] init: tty1 main process ended, respawning
[ 704.012405] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 704.012492] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 709.016515] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 
5secs aborting
[ 709.016596] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing 
CD0C (len 62, WS 0, PS 0) @ 0xCD28

These errors doesn't happen instead if I close X and kill pulseaudio
before switching cards.

Not sure if this is a pulseaudio issue or a kernel one (that should
notify pulseaudio about the unplugged HDMI audio card).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1210470/comments/1


** Changed in: linux
   Status: Unknown = Confirmed

** Changed in: linux
   Importance: Unknown = Medium

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

Title:
  Switching to integrated card with vgaswitcheroo makes the kernel to
  hang, until pulseaudio is killed

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

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

[Bug 1093237] Re: [Dell Inspiron 7720] TouchPad detected as Generic Mouse

2013-08-09 Thread Christopher M. Penalver
Jason, could you please confirm this issue exists with the latest
development release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ . If the issue remains,
could you please run the following command in the development release
from a Terminal (Applications-Accessories-Terminal), as it will
automatically gather and attach updated debug information to this
report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc4

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

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

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

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

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

** Tags removed: bios-outdated-a15
** Tags added: latest-bios-a15 raring

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

Title:
  [Dell Inspiron 7720] TouchPad detected as Generic Mouse

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

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


[Bug 1077616] Re: 10de:0ca3 (EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed

2013-08-09 Thread Christopher M. Penalver
Brenton Fletcher, if you have a bug in Ubuntu, the Ubuntu X.Org team 
(maintainers of nvidia-graphics-drivers), Ubuntu Bug Control, and Ubuntu Bug 
Squad would like you to please file a new report by executing the following in 
a terminal:
ubuntu-bug xorg

For more on this, please see the Ubuntu X.Org team, Ubuntu Bug Control team, 
and Ubuntu Bug Squad team article:
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue

and Ubuntu Community article:
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report would delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  10de:0ca3 (EE) [mi] EQ overflowing.  Additional events will be
  discarded until existing events are processed

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

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


[Bug 1151622] Re: [ASUS P9X79 PRO] The usb driver appears to fail

2013-08-09 Thread Christopher M. Penalver
tomdean, could you please confirm this issue exists with the latest
development release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ . If the issue remains,
could you please run the following command in the development release
from a Terminal (Applications-Accessories-Terminal), as it will
automatically gather and attach updated debug information to this
report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc4

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

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

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

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

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

** Tags removed: bios-outdated-4104
** Tags added: latest-bios-4104

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

Title:
  [ASUS P9X79 PRO] The usb driver appears to fail

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

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


[Bug 1204512] Re: Ubuntu 13.04 fails to resume from suspend

2013-08-09 Thread Christopher M. Penalver
Dāniels Brūvers, sounds like that article would need to be updated. :)
Let us skip that part for now. The issue you are reporting is an
upstream one. Could you please report this problem through the
appropriate channel by following the instructions _verbatim_ at
https://wiki.ubuntu.com/Bugs/Upstream/kernel#KernelTeam.2BAC8-KernelTeamBugPolicies.Overview_on_Reporting_Bugs_Upstream
?

Thank you for your understanding.

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

** Summary changed:

- Ubuntu 13.04 fails to resume from suspend
+ [DP35DP] Ubuntu 13.04 fails to resume from suspend

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

Title:
  [DP35DP] Ubuntu 13.04 fails to resume from suspend

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

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

[Bug 1070302] Re: [regression] Dash loses interaction with keyboard

2013-08-09 Thread Lem
For me (Ubuntu 13.04), the Dash loses focus as Photos or other result
sets present themselves. This is only on new searches as the results
come through for the first time. Reopening the Dash with an existing
query isn't affected. So essentially a workaround for this is if the
focus is lost, hit super twice to reopen the dash and keep going... very
annoying though, yes.

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

Title:
  [regression] Dash loses interaction with keyboard

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

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


[Bug 1184451] Re: Ubuntu 13.10 random screen freeze while Normal OS activites

2013-08-09 Thread Saha
The problem with screen freezing seems to be solved when I set 
/proc/sys/vm/swappiness to 0 (probably 10 also will be fine).
And I should note than in my case of screen freezing mouse cursor also stops 
moving completely. Such freeing lasts from 1 second to ~10 seconds.

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

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

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

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


[Bug 1087981] Re: 046d:c50e LX5 cordless optical logitech mouse wrongly identified as MX1000 laser mouse

2013-08-09 Thread Christopher M. Penalver
dino99, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc4

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

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

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

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

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

** Tags removed: bios-outdated-3002
** Tags added: latest-bios-3002

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

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

Title:
  046d:c50e LX5 cordless optical logitech mouse wrongly identified as
  MX1000 laser mouse

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

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


[Bug 759898] Re: Title bar of applications which start before Unity does, gets hidden under panel

2013-08-09 Thread Stephen M. Webb
I notice that Thunderbird does not integrate properly with the Unity
menus, in that it always shows its own menubar within its application
window.

It sounds like what is going on is because Thunderbird is starting
before the window manager, it uses the full screen geometry from X.
Because it's not interacting properly with the window manager (as
evidenced the lack of menu integration) it does not adjust itself
properly to the new geometry available once the window manager has
started.

Just a theory.

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

Title:
  Title bar of applications which start before Unity does, gets hidden
  under panel

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

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


[Bug 1210480] Re: package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

** 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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1210480

Title:
  package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210480/+subscriptions

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

[Bug 1208257] Re: [HP ProBook 4540s] brightness control problems

2013-08-09 Thread Christopher M. Penalver
** Description changed:

  I bought a laptop in December 2012, immediately tried to put Ubuntu
  12.10, got broken wi-fi and non-working graphics acceleration. Updated
  kernel to version 3.6, with graphic acceleration was all right, even
  partially earned wi-fi. After some time wi-fi hang, helped only restart
  the network subsystem.
  
  Updated kernel to 3.7, with the wi-fi was all became normal, but stopped
  working brightness control with the Fn keys. Progress bar indicates that
  the brightness changes, but in fact nothing happens.
  
  Tried the new distribution 13.04, on 3.8 kernels, 3.9, 3.10, nothing
  changes. Upon adjustment has broken in 3.7 kernel. It turns out that
  this is a regression.
  
- Hardware Configuration:
- Intel Core I5 3210M
- Intel HD 4000
- 8 gigs of ram
- Ralink corp. RT3290
- Ubuntu 13.04 x64
- --- 
+ WORKAROUND: Problem gone with kernel parameter acpi_backlight=vendor.
+ 
+ ---
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA:
-  country UA:
-   (2402 - 2482 @ 40), (N/A, 20)
+  country UA:
+   (2402 - 2482 @ 40), (N/A, 20)
  DistroRelease: Ubuntu 13.04
  InstallationDate: Installed on 2013-08-04 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Hewlett-Packard HP ProBook 4540s
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=f5b4658c-870e-449d-a9d7-5caaa6eec2f3 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  RelatedPackageVersions:
-  linux-restricted-modules-3.8.0-19-generic N/A
-  linux-backports-modules-3.8.0-19-generic  N/A
-  linux-firmware1.106
+  linux-restricted-modules-3.8.0-19-generic N/A
+  linux-backports-modules-3.8.0-19-generic  N/A
+  linux-firmware1.106
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  Tags:  raring
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 05/20/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68IRR Ver. F.41
  dmi.board.name: 17F6
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 58.1E
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68IRRVer.F.41:bd05/20/2013:svnHewlett-Packard:pnHPProBook4540s:pvrA1018C1100:rvnHewlett-Packard:rn17F6:rvrKBCVersion58.1E:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4540s
  dmi.product.version: A1018C1100
  dmi.sys.vendor: Hewlett-Packard
- --- 
+ ---
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  ubuntu 3887 F pulseaudio
-   ubuntu14062 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 3887 F pulseaudio
+   ubuntu14062 F pulseaudio
  CRDA:
-  country UA:
-   (2400 - 2483 @ 40), (N/A, 20), NO-OUTDOOR
-   (5150 - 5350 @ 40), (N/A, 20), NO-OUTDOOR
-   (57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
+  country UA:
+   (2400 - 2483 @ 40), (N/A, 20), NO-OUTDOOR
+   (5150 - 5350 @ 40), (N/A, 20), NO-OUTDOOR
+   (57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
  CasperVersion: 1.336
  DistroRelease: Ubuntu 13.10
  LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130807)
  MachineType: Hewlett-Packard HP ProBook 4540s
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/username.seed boot=casper persistent 
initrd=/casper/initrd.lz splash -- maybe-ubiquity
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  RelatedPackageVersions:
-  linux-restricted-modules-3.10.0-6-generic N/A
-  linux-backports-modules-3.10.0-6-generic  N/A
-  linux-firmware1.113
+  linux-restricted-modules-3.10.0-6-generic N/A
+  linux-backports-modules-3.10.0-6-generic  N/A
+  linux-firmware1.113
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.10.0-6-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 05/20/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68IRR Ver. F.41
  dmi.board.name: 17F6
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 58.1E
  dmi.chassis.type: 10
  dmi.chassis.vendor: 

[Bug 1210456] Re: package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

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

** 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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1210456

Title:
  package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to
  install/upgrade: il sottoprocesso installato 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/1210456/+subscriptions

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


[Bug 973321] Re: [Samsung NP300V5Z-S01EE] Backlight/Brightness controls

2013-08-09 Thread Christopher M. Penalver
Pekorius Nedas, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/973321/comments/23
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

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

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

Title:
  [Samsung NP300V5Z-S01EE] Backlight/Brightness controls

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

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


[Bug 1210380] Re: 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

2013-08-09 Thread Ole Wolf
The fix proposed by Gérald ibn step 9 worked for me, too.

I'm not sure there's actually invalid SQL in the postinst file as Lars
suggests, because multiple MySQL queries can be added on the same line
as long as they're separated by ';' as is the case in the script.

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

Title:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210380/+subscriptions

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

[Bug 1173074] Re: 10de:0652 Nouveau freezes after suspend/resume in Ubuntu 13.04 / 3.8.0

2013-08-09 Thread Christopher M. Penalver
Bert Massop, as per http://www.samsung.com/nl/support/model/NP-R710
-AT01NL-downloads an update is available for your BIOS (11SV). If you
update to this, does it change anything?

If not, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Thank you for your understanding.

** Tags removed: needs-full-computer-model
** Tags added: bios-outdated-11sv

** Summary changed:

- 10de:0652 Nouveau freezes after suspend/resume in Ubuntu 13.04 / 3.8.0
+ 10de:0652 [Samsung NP-R710-AT01NL] Nouveau freezes after suspend/resume in 
Ubuntu 13.04 / 3.8.0

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

Title:
  10de:0652 [Samsung NP-R710-AT01NL] Nouveau freezes after
  suspend/resume in Ubuntu 13.04 / 3.8.0

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

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


[Bug 1163908] Re: Guided partitioning shortcut max gives minimum space instead

2013-08-09 Thread Lars Noodén
It may be an easy solution to just swap the strings 'max' and 'min' in
the partitioning utility.  They seem to work ok, just that they respond
to the wrong label.

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

Title:
  Guided partitioning shortcut max gives minimum space instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1163908/+subscriptions

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


[Bug 1144000] Re: [Dell Inspiron 17R SE 7720] Synaptics touchpad recognized as PS/2 Generic Mouse

2013-08-09 Thread Christopher M. Penalver
Robert van G., could you please confirm this issue exists with the
latest development release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ . If the issue remains,
could you please run the following command in the development release
from a Terminal (Applications-Accessories-Terminal), as it will
automatically gather and attach updated debug information to this
report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc4

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

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

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

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

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

** Tags removed: bios-outdated-a15
** Tags added: latest-bios-a15 raring

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

Title:
  [Dell Inspiron 17R SE 7720] Synaptics touchpad recognized as PS/2
  Generic Mouse

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

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


[Bug 1197451] Re: Ubuntu fails to properly boot on Macbook Air 2013 6, 1

2013-08-09 Thread Indy415
Hi there,

I have a MacBook Air 6,2  that fails to boot normally. 
Intel Core i7-4650U 1.7Ghz
8GB RAM
128GB SSD

Boot is halted similarly at: smpboot Booting Node 0, Processorts #1 -
see screenshot attached.

Appending nosmp allows successful boot.




** Attachment added: 3.8.0-19 generic smp crash.jpg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1197451/+attachment/3766131/+files/3.8.0-19%20generic%20smp%20crash.jpg

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

Title:
  Ubuntu fails to properly boot on Macbook Air 2013 6,1  6,2

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

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


[Bug 1197451] Re: Ubuntu fails to properly boot on Macbook Air 2013 6, 1

2013-08-09 Thread Indy415
Additionally here is dmesg with nosmp.

** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1197451/+attachment/3766144/+files/dmesg

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

Title:
  Ubuntu fails to properly boot on Macbook Air 2013 6,1  6,2

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

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


  1   2   3   4   5   6   7   8   9   >