[Bug 1196295] Re: lxc-start enters uninterruptible sleep

2013-07-03 Thread Pavel Bennett
Changing to Confirmed as per instructions in comment #7

** Changed in: linux
   Status: Incomplete = 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/1196295

Title:
  lxc-start enters uninterruptible sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1196295/+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 1197282] [NEW] install fails with apparmor disabled

2013-07-03 Thread Jian Wen
Public bug reported:

Boot a precise instance with  kernel option 'apparmor=0'
Install maas-dhcp
ubuntu@ubuntu:~$ sudo apt-get install -y maas-dhcp
Setting up maas-dhcp (1.2+bzr1373+dfsg-0ubuntu1~12.04.1) ...
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
dpkg: error processing maas-dhcp (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of maas-dns:
 maas-dns depends on maas-dhcp (= 1.2+bzr1373+dfsg-0ubuntu1~12.04.1); however:
  Package maas-dhcp is not configured yet.
dpkg: error processing maas-dns (--configure):
 dependency problems - leaving unconfigured

Looks like apparmor should not be called in 
/var/lib/dpkg/info/maas-dhcp.postinst
and /var/lib/dpkg/info/maas-dhcp.postrm when apparmor is disabled.


Workaround
Boot the machine with apparmor enabled.


Package info

ubuntu@ubuntu:~$ sudo dpkg -l maas-dhcp 
   
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   
Description
+++-=-=-==
ii  maas-dhcp 1.2+bzr1373+dfsg-0ubuntu1~12.04.1 Ubuntu 
MAAS Server - DHCP Configuration (meta-package)
ubuntu@ubuntu:~$
   
ubuntu@ubuntu:~$ uname -r
3.2.0-48-generic
ubuntu@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.2 LTS
Release:12.04
Codename:   precise

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

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

Title:
  install fails with apparmor disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1197282/+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 1197303] [NEW] lxc ubuntu-cloud template defaults to lucid when on = raring

2013-07-03 Thread Robie Basak
Public bug reported:

lxc 0.9.0-0ubuntu3.3

Running lxc-create -t ubuntu-cloud -n test -- -i test creates a Lucid
container. I expected it to be Raring (when on Raring).

Indeed, on Precise, I believe that you'd get a Precise container.

The culprit appears to be http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/saucy/lxc/saucy/view/head:/templates/lxc-ubuntu-
cloud.in#L145 where this is hardcoded, and Raring and Saucy have not
been added.

Better, this should be fixed in a more general way so it does not need
to be fixed every release.

Workaround:

Use lxc-create -t ubuntu-cloud -n test -- -i test -r raring to
explicitly specify the release required.

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

** Description changed:

  lxc 0.9.0-0ubuntu3.3
  
  Running lxc-create -t ubuntu-cloud -n test -- -i test creates a Lucid
  container. I expected it to be Raring.
  
  Indeed, on Precise, I believe that you'd get a Precise container.
  
  The culprit appears to be http://bazaar.launchpad.net/~ubuntu-
  branches/ubuntu/saucy/lxc/saucy/view/head:/templates/lxc-ubuntu-
  cloud.in#L145 where this is hardcoded, and Raring and Saucy have not
  been added.
  
  Better, this should be fixed in a more general way so it does not need
  to be fixed every release.
+ 
+ Workaround:
+ 
+ Use lxc-create -t ubuntu-cloud -n test -- -i test -r raring to
+ explicitly specify the release required.

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

Title:
  lxc ubuntu-cloud template defaults to lucid when on = raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197303/+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 1197303] Re: lxc ubuntu-cloud template defaults to lucid when on = raring

2013-07-03 Thread Robie Basak
** Description changed:

  lxc 0.9.0-0ubuntu3.3
  
  Running lxc-create -t ubuntu-cloud -n test -- -i test creates a Lucid
- container. I expected it to be Raring.
+ container. I expected it to be Raring (when on Raring).
  
  Indeed, on Precise, I believe that you'd get a Precise container.
  
  The culprit appears to be http://bazaar.launchpad.net/~ubuntu-
  branches/ubuntu/saucy/lxc/saucy/view/head:/templates/lxc-ubuntu-
  cloud.in#L145 where this is hardcoded, and Raring and Saucy have not
  been added.
  
  Better, this should be fixed in a more general way so it does not need
  to be fixed every release.
  
  Workaround:
  
  Use lxc-create -t ubuntu-cloud -n test -- -i test -r raring to
  explicitly specify the release required.

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

Title:
  lxc ubuntu-cloud template defaults to lucid when on = raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197303/+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 1195607] Re: iscsitarget-dkms broken since kernel 3.10.0

2013-07-03 Thread Launchpad Bug Tracker
This bug was fixed in the package iscsitarget - 1.4.20.2-10ubuntu4

---
iscsitarget (1.4.20.2-10ubuntu4) saucy; urgency=low

  * d/p/fix-3.10-kernel-match.patch: Fixup patch pattern matching for
= 3.10 kernels.
  * d/p/kernel-3.10-support.patch: Add support for Linux 3.10
(LP: #1195607).
 -- James Page james.p...@ubuntu.com   Wed, 03 Jul 2013 09:27:28 +0100

** Changed in: iscsitarget (Ubuntu Saucy)
   Status: In Progress = Fix Released

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

Title:
  iscsitarget-dkms broken since kernel 3.10.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1195607/+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 1197357] [NEW] lxc ubuntu-cloud template's -i option does not work

2013-07-03 Thread Robie Basak
Public bug reported:

If I run:

sudo lxc-create -t ubuntu-cloud -n wip -- -r saucy -i foobar -s
daily

then the created container still uses a random instance id. grepping for
foobar /etc and /var/lib/cloud gives me nothing.

Expected result:

/var/lib/cloud/data/instance-id should be foobar.

Cause:

http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/saucy/lxc/saucy/view/head:/templates/lxc-ubuntu-
cloud.in#L368

host_id=${hostid:-$rhostid}

should be:

host_id=${host_id:-$rhostid}

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: lxc 0.9.0-0ubuntu16
ProcVersionSignature: User Name 3.9.0-6.14-generic 3.9.6
Uname: Linux 3.9.0-6-generic x86_64
ApportVersion: 2.10.2-0ubuntu3
Architecture: amd64
Date: Wed Jul  3 10:52:43 2013
Ec2AMI: ami-039d
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
MarkForUpload: True
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up

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


** Tags: amd64 apparmor apport-bug ec2-images saucy

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

Title:
  lxc ubuntu-cloud template's -i option does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197357/+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 1072597] Re: open-iscsi has a bug with ubuntu

2013-07-03 Thread Alexander Kukhta
So this bug doesn't allow me to install openstack devstack.

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

Title:
  open-iscsi has a bug with ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1072597/+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 1197375] [NEW] package apache2-utils 2.2.22-6ubuntu5 failed to install/upgrade: tentative de remplacement de « /usr/share/apport/package-hooks/apache2.py », qui appartient aussi au paquet apache2

2013-07-03 Thread vlotho
Public bug reported:

vlotho@pc5:~$ lsb_release -rd
Description:Ubuntu Saucy Salamander (development branch)
Release:13.10
vlotho@pc5:~$ apt-cache policy apache2
apache2:
  Installé : 2.2.22-6ubuntu5
  Candidat : 2.4.4-6ubuntu2
 Table de version :
 2.4.4-6ubuntu2 0
500 http://fr.archive.ubuntu.com/ubuntu/ saucy-proposed/main amd64 
Packages
 *** 2.2.22-6ubuntu5 0
500 http://fr.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status


crashed when  i'have do upgrading.

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: apache2-utils 2.2.22-6ubuntu5
ProcVersionSignature: Ubuntu 3.10.0-2.9-generic 3.10.0
Uname: Linux 3.10.0-2-generic x86_64
ApportVersion: 2.10.2-0ubuntu3
Architecture: amd64
Date: Wed Jul  3 13:54:38 2013
DuplicateSignature: package:apache2-utils:2.2.22-6ubuntu5:tentative de 
remplacement de « /usr/share/apport/package-hooks/apache2.py », qui appartient 
aussi au paquet apache2.2-common 2.2.22-6ubuntu5
ErrorMessage: tentative de remplacement de « 
/usr/share/apport/package-hooks/apache2.py », qui appartient aussi au paquet 
apache2.2-common 2.2.22-6ubuntu5
InstallationDate: Installed on 2013-05-24 (39 days ago)
InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130421)
MarkForUpload: True
SourcePackage: apache2
Title: package apache2-utils 2.2.22-6ubuntu5 failed to install/upgrade: 
tentative de remplacement de « /usr/share/apport/package-hooks/apache2.py », 
qui appartient aussi au paquet apache2.2-common 2.2.22-6ubuntu5
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package apache2-utils 2.2.22-6ubuntu5 failed to install/upgrade:
  tentative de remplacement de « /usr/share/apport/package-
  hooks/apache2.py », qui appartient aussi au paquet apache2.2-common
  2.2.22-6ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197375/+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 1197380] [NEW] Memory leak when using rabbitmq-server

2013-07-03 Thread Louis Bouchard
Public bug reported:

rabbitmq-server seems to be leaking memory. This has been tested with
Precise, Raring and Saucy

Run the following reproducer (attached to the bug) :

 $ while true
 do
 ./queue_send.py
 done;./queue_receive.py

 a. Actual Results:

Free memory decrease and RSS of the rabbitmq-server process increase

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Memory leak when using rabbitmq-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+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 1197380] Re: Memory leak when using rabbitmq-server

2013-07-03 Thread Louis Bouchard
Reproducer script : queue_receive.py

** Attachment added: queue_receive.py
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+attachment/3723025/+files/queue_receive.py

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

Title:
  Memory leak when using rabbitmq-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+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 1197380] Re: Memory leak when using rabbitmq-server

2013-07-03 Thread Louis Bouchard
reproducer script : queue_send.py

** Attachment added: queue_send.py
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+attachment/3723024/+files/queue_send.py

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

Title:
  Memory leak when using rabbitmq-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+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 1197386] [NEW] nova-xcp-network does not place the scripts under the correct directory

2013-07-03 Thread Vangelis Tasoulas
Public bug reported:

nova-xcp-network places the scripts under /usr/lib/xcp/plugins but
/lib/udev/rules.d/xen-openvswitch-nova.rules calls
/usr/lib/xcp/scripts/ovs_configure_vif_flows.py instead.

# cat /lib/udev/rules.d/xen-openvswitch-nova.rules 
SUBSYSTEM==xen-backend, KERNEL==vif*, 
RUN+=/usr/lib/xcp/scripts/ovs_configure_vif_flows.py $env{ACTION} %k all

This results in syslog lines like this: udevd[2139]: failed to execute
'/usr/lib/xcp/scripts/ovs_configure_vif_flows.py'
'/usr/lib/xcp/scripts/ovs_configure_vif_flows.py offline vif-14-0 all':
No such file or directory

The network scripts should be placed in /usr/lib/xcp/scripts/

** 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/1197386

Title:
  nova-xcp-network does not place the scripts under the correct
  directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1197386/+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 1197303] [NEW] lxc ubuntu-cloud template defaults to lucid when on = raring

2013-07-03 Thread Serge Hallyn
Thanks for reporting this bug.

 assignee: utlemming
 status: confirmed
 importance: low


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

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  lxc ubuntu-cloud template defaults to lucid when on = raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197303/+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 1197357] [NEW] lxc ubuntu-cloud template's -i option does not work

2013-07-03 Thread Serge Hallyn
Thanks for reporting this bug.

 assignee: utlemming
 status: confirmed
 importance: medium


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

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  lxc ubuntu-cloud template's -i option does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197357/+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 1194166] Re: [SRU] Ceph 0.56.6 point release update

2013-07-03 Thread James Page
ubuntu@juju-raring-instance-1:~$ sudo ceph -v
ceph version 0.56.6 (95a0bda7f007a33b0dc7adf4b330778fa1e5d70c)

ubuntu@juju-raring-instance-1:~$ sudo ceph -s
  health HEALTH_OK
   monmap e2: 3 mons at 
{juju-raring-instance-1=10.5.0.52:6789/0,juju-raring-instance-2=10.5.0.39:6789/0,juju-raring-instance-3=10.5.0.48:6789/0},
 election epoch 6, quorum 0,1,2 
juju-raring-instance-1,juju-raring-instance-2,juju-raring-instance-3
   osdmap e24: 6 osds: 6 up, 6 in
pgmap v533: 492 pgs: 492 active+clean; 11912 MB data, 24053 MB used, 92760 
MB / 114 GB avail
   mdsmap e1: 0/0/1 up

I also ran the rados bench test for sequential read a writes with no
problems.


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

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

Title:
  [SRU] Ceph 0.56.6 point release update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1194166/+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 1197392] [NEW] puppetmaster-passenger fails to install

2013-07-03 Thread Robie Basak
Public bug reported:

On a fresh Saucy cloud image, apt-get install puppetmaster-passenger
fails. Log attached.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: puppetmaster-passenger 3.2.2-1
ProcVersionSignature: User Name 3.9.0-6.14-generic 3.9.6
Uname: Linux 3.9.0-6-generic x86_64
ApportVersion: 2.10.2-0ubuntu3
Architecture: amd64
Date: Wed Jul  3 12:46:31 2013
Ec2AMI: ami-039d
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
MarkForUpload: True
PackageArchitecture: all
SourcePackage: puppet
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ec2-images saucy

** Attachment added: error.log
   https://bugs.launchpad.net/bugs/1197392/+attachment/3723031/+files/error.log

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

Title:
  puppetmaster-passenger fails to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1197392/+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 1197392] Re: puppetmaster-passenger fails to install

2013-07-03 Thread Robie Basak
Looks like this is because Debian has apache2 2.4.4-6 and Ubuntu is
still on 2.2.22-6ubuntu5. Debian has moved to /etc/apache2/sites-
enabled/puppetmaster.conf, whereas Ubuntu's apache2 still requires
/etc/apache2/sites-enabled/puppetmaster.

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

Title:
  puppetmaster-passenger fails to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1197392/+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 1197392] Re: puppetmaster-passenger fails to install

2013-07-03 Thread Robie Basak
Turns out we have apache2 2.4 in saucy-proposed, but is currently
blocked from being migrated because it breaks other packages. When this
is complete, it should work again.

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

Title:
  puppetmaster-passenger fails to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1197392/+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 1197392] Re: puppetmaster-passenger fails to install

2013-07-03 Thread Stig Sandbeck Mathisen
Related Debian bug is at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713070

When this is resolved, it should work both apache2.2 and apache2.4.

-- 
Stig


** Bug watch added: Debian Bug tracker #713070
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713070

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

Title:
  puppetmaster-passenger fails to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1197392/+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 1176178] Re: Setting pid in memcached.conf causes strange behavior

2013-07-03 Thread Paul McGoldrick
It would appear as though the init script is creating the pid with
root:root ownership, irrespective of memcached.conf's contents, yet
still passes the -P during memecached's exec. When the -P option is
added to the config, it results in this error as memcached tries to
create a pid that already exists, and doesn't have permissions to
overwrite.

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

Title:
  Setting pid in memcached.conf causes strange behavior

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/memcached/+bug/1176178/+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 1197448] [NEW] having multipath-tools installed prevents mounting of USB card reader

2013-07-03 Thread Andrew M.
Public bug reported:

I have multipath-tools installed on my thinkpad to experiment with an
iscsi install we have at work.

Today I tried to mount an SD card inserted into a Transcend TS-RDF8K
reader. No go either from KDE or the command line:

armalota@armalota-thinkpad:~$ sudo mount -t vfat /dev/sdc1 /tmp/mount
mount: /dev/sdc1 already mounted or /tmp/mount busy


dmesg says:
[55808.061841] sd 13:0:0:1: [sdc] 31116288 512-byte logical blocks: (15.9 
GB/14.8 GiB)
[55808.064061] sd 13:0:0:1: [sdc] Write Protect is off
[55808.064071] sd 13:0:0:1: [sdc] Mode Sense: 21 00 00 00
[55808.066184] sd 13:0:0:1: [sdc] Write cache: disabled, read cache: enabled, 
doesn't support DPO or FUA
[55808.071312] sd 13:0:0:0: [sdb] Attached SCSI removable disk
[55808.073515] sd 13:0:0:2: [sdd] Attached SCSI removable disk
[55808.089075]  sdc: sdc1
[55808.095418] sd 13:0:0:1: [sdc] Attached SCSI removable disk
[55808.335453] device-mapper: table: 252:2: multipath: error getting device
[55808.335463] device-mapper: ioctl: error adding target to table


I google that error, find this page:
http://forum.ubuntu.ru/index.php?topic=206829.45

Following the suggestion therein, I purged multipath-tools, replugged
the reader, now I'm back in fine shape - able to mount my SD card to my
heart's content.

What will help debug this further?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: multipath-tools 0.4.9-3ubuntu5
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Wed Jul  3 10:24:16 2013
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: multipath-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: multipath-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  having multipath-tools installed prevents mounting of USB card reader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1197448/+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 1197448] Re: having multipath-tools installed prevents mounting of USB card reader

2013-07-03 Thread Peter Petrakis
multipath-tools will grab any devices that are not excluded by the filtering 
directives in
multipath.conf. It's a lot like lvm.conf. The operating system has no idea what 
these devices
will be used for, you must direct it explicitly.

https://help.ubuntu.com/lts/serverguide/multipath-dm-multipath-config-
file.html#multipath-config-blacklist

closing, support issue.

** Changed in: multipath-tools (Ubuntu)
   Status: New = Invalid

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

Title:
  having multipath-tools installed prevents mounting of USB card reader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1197448/+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-virtstack] Virtualization Stack Work for Saucy

2013-07-03 Thread Stefan Bader
Blueprint changed by Stefan Bader:

Work items changed:
  Work items:
  [ebiederm] Push fix for XFS and user namespaces: TODO
  [serge-hallyn] Fix lxc-net to be nestable with no user interaction: DONE
  [serge-hallyn] Write sysctl to disable unprivileged CLONE_NEWUSER: DONE
  [serge-hallyn] Exploit stacked apparmor profiles for container nesting: 
BLOCKED
  [serge-hallyn] Pursue subuid patchset for shadow: TODO
  [serge-hallyn] Add console support to API (Dwight): DONE
  [serge-hallyn] Add attach support to API (Christian): TODO
  [serge-hallyn] Add snapshot support to API: TODO
  [serge-hallyn] Convert create to API: DONE
  [serge-hallyn] Convert stop to API: DONE
  [serge-hallyn] Convert destroy to API: DONE
  [serge-hallyn] List all other lxc-* programs to be converted to use the API: 
TODO
  [serge-hallyn] Update locking in API to handle killed programs: DONE
  [serge-hallyn] Update container creation to handle SIGKILL (using 'partial' 
file): DONE
  [serge-hallyn] Improve thread safety in API: DONE
  [serge-hallyn] Work distro lxc tests upstream: TODO
  [serge-hallyn] Discuss upstream stable branches with upstream: TODO
  [serge-hallyn] Get CONFIG_USER_NS=y into kernel (requires XFS issue 
resolved): BLOCKED
  [serge-hallyn] Merge qemu 1.5.0: DONE
  [serge-hallyn] Write a libvirt drive using the lxc API: TODO
  [serge-hallyn] Write loopback backingstore driver: DONE
  [serge-hallyn] Write qemu-nbd backingstore driver: TODO
  [serge-hallyn] Pursue patch for ovmf to provide save/restore of nvvars to 
support boot variables: TODO
  [serge-hallyn] Investigate openvswitch bridges by default in libvirt: TODO
  [serge-hallyn] Merge cgroup-lite into libcgroup (depends on libcgroup 
sysvinit scripts): BLOCKED
  [serge-hallyn] Default-off support for per-user cgroup configuration at 
boot/login: TODO
  [serge-hallyn] Ensure that lxc-ubuntu-cloud can be used with cloudinit for 
openstack: TODO
  [serge-hallyn] live block migration testing (using juju?) of libvirt+kvm with 
ceph: TODO
  [serge-hallyn] live block migration testing (using juju?) of libvirt+kvm with 
local storage: INPROGRESS
  [smoser] use simplestreams to provide secure ubuntu-cloud deliver to lxc: TODO
  [zulcss] Fix apparmor bug preventing libvirt-lxc from mounting blockdevs: TODO
  [zulcss] (or serge-hallyn) Write openstack patch to enable the new libvirt 
lxc-api driver: TODO
  [zulcss] Merge libvirt 1.0.6: TODO
  [zulcss] Follow up with Citrix's plans for xcp: TODO
- [stefan-bader-canonical] Merge xen 4.3: TODO
+ [stefan-bader-canonical] Merge xen 4.3: INPROGRESS

-- 
Virtualization Stack Work for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-virtstack

-- 
Ubuntu-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 1196295] Re: lxc-start enters uninterruptible sleep

2013-07-03 Thread Joseph Salisbury
** Changed in: linux (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/1196295

Title:
  lxc-start enters uninterruptible sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1196295/+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 1196295] Re: lxc-start enters uninterruptible sleep

2013-07-03 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10-saucy/

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

Title:
  lxc-start enters uninterruptible sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1196295/+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 1197390] Re: [MIR] python-amqp

2013-07-03 Thread Dave Walker
Override component to main
python-amqp 1.0.12-0ubuntu1 in saucy: universe/python - main
python-amqp 1.0.12-0ubuntu1 in saucy amd64: universe/python/optional/100% - 
main
python-amqp 1.0.12-0ubuntu1 in saucy armhf: universe/python/optional/100% - 
main
python-amqp 1.0.12-0ubuntu1 in saucy i386: universe/python/optional/100% - main
python-amqp 1.0.12-0ubuntu1 in saucy powerpc: universe/python/optional/100% - 
main
5 publications overridden.


** Changed in: python-amqp (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] python-amqp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-amqp/+bug/1197390/+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 1196518] Re: lxc-start failed with lxc_cgroup - Invalid argument - write /sys/fs/cgroup/devices/lxc/NAME/devices.deny : Invalid argument with kernel 3.10

2013-07-03 Thread Serge Hallyn
Marking invalid as I couldn't reproduce, and IIUC you will re-try with
fresh containers.

If you run into this again, please re-mark it new and do a 'apport-
collect 1196518'.

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

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

Title:
  lxc-start failed with lxc_cgroup - Invalid argument - write
  /sys/fs/cgroup/devices/lxc/NAME/devices.deny : Invalid argument
  with kernel 3.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1196518/+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 1168526] Re: race condition causing lxc to not detect container init process exit

2013-07-03 Thread Serge Hallyn
There is at least one fundamental bug in start.c's signal_handler, as should
be fixed by the below.  However, this alone did not fix it for me, so more is 
wrong.  There is a minimal testcase at 
http://people.canonical.com/~serge/signalfd.c which originally reproduced this 
bug, then was fixed by using the waitpid loop as below.

From 7333b77759794f5420ea6898494073a28cac445f Mon Sep 17 00:00:00 2001
From: Serge Hallyn serge.hal...@ubuntu.com
Date: Wed, 3 Jul 2013 14:13:08 -0500
Subject: [PATCH 1/1] start.c:signal_handler: fix wrong assumption about
 sigchld

The monitor process adds a signalfd to the set of fds it watches
with epoll.  It calls signal_handler() when a signal is found in
the sigfd.  That returns 1 if the container init was found to
be the exiting process.

The flaw in reasoning (pointed out by Andy Whitcroft - thanks!)
here is that if two children have exited, we assume we will get
two sigchilds - in fact we may only get one.  So when we get one,
we need to reap all the children we have and check if any is the
container init.

Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com
---
 src/lxc/start.c | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/lxc/start.c b/src/lxc/start.c
index 8c8af9c..3fa50ad 100644
--- a/src/lxc/start.c
+++ b/src/lxc/start.c
@@ -162,7 +162,7 @@ static int signal_handler(int fd, void *data,
   struct lxc_epoll_descr *descr)
 {
struct signalfd_siginfo siginfo;
-   int ret;
+   int ret, status, retval = 0;
pid_t *pid = data;
 
ret = read(fd, siginfo, sizeof(siginfo));
@@ -188,16 +188,16 @@ static int signal_handler(int fd, void *data,
return 0;
}
 
-   /* more robustness, protect ourself from a SIGCHLD sent
-* by a process different from the container init
+   /*
+* wait for any and all children which are ours which are reapable,
+* since if 1 children have exited, we'll only get one sigchld.
 */
-   if (siginfo.ssi_pid != *pid) {
-   WARN(invalid pid for SIGCHLD);
-   return 0;
-   }
+   while ((ret = waitpid(-1, status, WNOHANG))  0)
+   if (ret == *pid)
+   retval = 1; // we reaped the container init
 
DEBUG(container init process exited);
-   return 1;
+   return retval;
 }
 
 int lxc_set_state(const char *name, struct lxc_handler *handler, lxc_state_t 
state)
-- 
1.8.1.2


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

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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 975472] Re: add high level design document(s)

2013-07-03 Thread Bryan Taylor
Yeah would be nice to know how this thing works. I have never been able
to get MAAS to work... EVER

In comparison and contrast I have used Dell Crowbar and can PXE
provision ubuntu nodes all day long.

Bryan

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

Title:
  add high level design document(s)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/975472/+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 1197163] Re: nova-xvpvncproxy installs no upstart job

2013-07-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/havana

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

Title:
  nova-xvpvncproxy installs no upstart job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1197163/+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 1197119] Re: nova-spiceproxy requires spice-html5

2013-07-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/havana

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

Title:
  nova-spiceproxy requires spice-html5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1197119/+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 975472] Re: add high level design document(s)

2013-07-03 Thread Julian Edwards
Bryan, have you tried following the step-by-step instructions at
maas.ubuntu.com at all?

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

Title:
  add high level design document(s)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/975472/+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 685096] Re: USB Passthrough not working for Windows 7 guest

2013-07-03 Thread Sam Stoelinga
*** This bug is a duplicate of bug 1033727 ***
https://bugs.launchpad.net/bugs/1033727

This maybe not a duplicate as we're using 1.3.1 and Windows 7 isn't
working there either. All other Operating systems are working though.

@Wessel: I believe the bug you pointed out as duplicate is saying that
USB passthrough isnt working on any guest OS, but this bug is
specifically targeted about Windows 7 not working.

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

Title:
  USB Passthrough not working for Windows 7 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/685096/+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 1197641] [NEW] fail to install maas-dhcp in a container

2013-07-03 Thread Jian Wen
Public bug reported:

As we can see from bug 978297. 
In precise, apparmor doesn't start in a  container. 
So in debian/maas-dhcp.postinst and debian/maas-dhcp.postinst, we should 
not call the apparmor_parser command in a container.

/bin/running-in-container is used in /etc/init.d/apparmor to find out if it is 
running in a container.
ubuntu@ubuntu-lxc-virtual-maas-0:~$ dpkg -S /bin/running-in-container
upstart: /bin/running-in-container

install log

2013-07-03 14:24:28,334 unit:virtual-maas/0: hook.output INFO: Setting up 
maas-dhcp (1.2+bzr1373+dfsg-0ubuntu1~12.04.1) ...
2013-07-03 14:24:29,614 unit:virtual-maas/0: hook.output ERROR: Unable to open 
/sys/kernel/security/apparmor/.replace - Permission denied
2013-07-03 14:24:29,616 unit:virtual-maas/0: hook.output ERROR: 
apparmor_parser: Unable to replace /usr/sbin/dhcpd.  
2013-07-03 14:24:29,617 unit:virtual-maas/0: hook.output ERROR: Permission 
denied; attempted to load a profile while confined?
2013-07-03 14:24:29,623 unit:virtual-maas/0: hook.output ERROR: Warning failed 
to create cache: usr.sbin.dhcpd
2013-07-03 14:24:29,631 unit:virtual-maas/0: hook.output INFO: Setting up 
python-bson-ext (2.2-4~cloud0) ...
2013-07-03 14:24:29,641 unit:virtual-maas/0: hook.output ERROR: dpkg: error 
processing maas-dhcp (--configure):
 subprocess installed post-installation script returned error exit status 234
dpkg: dependency problems prevent configuration of maas-dns:
 maas-dns depends on maas-dhcp (= 1.2+bzr1373+dfsg-0ubuntu1~12.04.1); however:
  Package maas-dhcp is not configured yet.
dpkg: error processing maas-dns (--configure):
 dependency problems - leaving unconfigured

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

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

Title:
  fail to install maas-dhcp in a container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1197641/+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 1090490] Re: There is a fake Kopete launcher in the KDE menu.

2013-07-03 Thread Launchpad Bug Tracker
** Branch linked: lp:kubuntu-settings

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

Title:
  There is a fake Kopete launcher in the KDE menu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-settings/+bug/1090490/+subscriptions

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


[Bug 1166102] Re: Cannot mix incompatible Qt library

2013-07-03 Thread Stephen Gava
i'm also now getting this problem on a 13.04 system since todays updates
which included some qt libraries...

Cannot mix incompatible Qt library (version 0x40804) with this library (version 
0x40803)
Aborted (core dumped)

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

Title:
  Cannot mix incompatible Qt library

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1166102/+subscriptions

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


[Bug 1197214] Re: upstart-file-bridge crashed with SIGABRT in raise()

2013-07-03 Thread IanW
As above. Crash immediately after an update.

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

Title:
  upstart-file-bridge crashed with SIGABRT in raise()

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

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


[Bug 1195104] Re: kded4 crashed with SIGFPE in PowerDevilUPowerBackend::onDeviceChanged()

2013-07-03 Thread Harald Sitter
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

** Information type changed from Private to Public

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

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

Title:
  kded4 crashed with SIGFPE in
  PowerDevilUPowerBackend::onDeviceChanged()

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

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


[Bug 1090490] Re: There is a fake Kopete launcher in the KDE menu.

2013-07-03 Thread Harald Sitter
** Changed in: kubuntu-settings (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: kubuntu-settings (Ubuntu)
   Importance: Undecided = Low

** Changed in: kubuntu-settings (Ubuntu)
 Assignee: (unassigned) = Harald Sitter (apachelogger)

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

Title:
  There is a fake Kopete launcher in the KDE menu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-settings/+bug/1090490/+subscriptions

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


[Bug 1159065] Re: kernel hard freezes unless processor.max_cstates=1 is used

2013-07-03 Thread David Bartley
I seem to have the same problem with a 4770k and ASUS Z87-PLUS. Also
happends in the 3.10 kernel. What information do you need to further
diagnose this?

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

Title:
  kernel hard freezes unless processor.max_cstates=1 is used

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

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


[Bug 1195761] Re: [MIR] libzip

2013-07-03 Thread Didier Roche
Reverting the status as per liborcus MIR comment. Looks good to me now
with the fix FTBFS

** Changed in: libzip (Ubuntu)
   Status: Incomplete = Fix Committed

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

Title:
  [MIR] libzip

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

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


[Bug 1194612] Re: [MIR] liborcus

2013-07-03 Thread Didier Roche
I tried hard though! ok let's promote both now :)

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

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

Title:
  [MIR] liborcus

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

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


[Bug 1197023] Re: libzip is ftbfs on saucy

2013-07-03 Thread Didier Roche
sponsored! remember to run update-maintainer when we introduce ubuntu 
modifications :)
Thanks!

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

Title:
  libzip is ftbfs on saucy

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

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


[Bug 1195761] Re: [MIR] libzip

2013-07-03 Thread Didier Roche
$ ./change-override -c main -S libzip
Override component to main
libzip 0.10.1-1.1 in saucy: universe/libs - main
libzip-dev 0.10.1-1.1 in saucy amd64: universe/libdevel/optional/100% - main
libzip-dev 0.10.1-1.1 in saucy armhf: universe/libdevel/optional/100% - main
libzip-dev 0.10.1-1.1 in saucy i386: universe/libdevel/optional/100% - main
libzip-dev 0.10.1-1.1 in saucy powerpc: universe/libdevel/optional/100% - main
libzip2 0.10.1-1.1 in saucy amd64: universe/libs/optional/100% - main
libzip2 0.10.1-1.1 in saucy armhf: universe/libs/optional/100% - main
libzip2 0.10.1-1.1 in saucy i386: universe/libs/optional/100% - main
libzip2 0.10.1-1.1 in saucy powerpc: universe/libs/optional/100% - main
zipcmp 0.10.1-1.1 in saucy amd64: universe/utils/optional/100% - main
zipcmp 0.10.1-1.1 in saucy armhf: universe/utils/optional/100% - main
zipcmp 0.10.1-1.1 in saucy i386: universe/utils/optional/100% - main
zipcmp 0.10.1-1.1 in saucy powerpc: universe/utils/optional/100% - main
zipmerge 0.10.1-1.1 in saucy amd64: universe/utils/optional/100% - main
zipmerge 0.10.1-1.1 in saucy armhf: universe/utils/optional/100% - main
zipmerge 0.10.1-1.1 in saucy i386: universe/utils/optional/100% - main
zipmerge 0.10.1-1.1 in saucy powerpc: universe/utils/optional/100% - main
ziptorrent 0.10.1-1.1 in saucy amd64: universe/utils/optional/100% - main
ziptorrent 0.10.1-1.1 in saucy armhf: universe/utils/optional/100% - main
ziptorrent 0.10.1-1.1 in saucy i386: universe/utils/optional/100% - main
ziptorrent 0.10.1-1.1 in saucy powerpc: universe/utils/optional/100% - main
Override [y|N]? y
21 publications overridden.


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

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

Title:
  [MIR] libzip

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

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


[Bug 1090788] Re: Please do not use plasma-netbook for netbooks (wishlist)

2013-07-03 Thread Harald Sitter
File bugs with KDE please. Not using plasma-netbook because it's slower
and buggier sounds like one big workaround to me.

As for the request though: that is a feature set change and as such
ought to get broader discussion, so please propose it on the kubuntu-
devel mailing list.

** Changed in: kubuntu-settings (Ubuntu)
   Status: Confirmed = Opinion

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

Title:
  Please do not use plasma-netbook for netbooks (wishlist)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-settings/+bug/1090788/+subscriptions

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


[Bug 1194612] Re: [MIR] liborcus

2013-07-03 Thread Didier Roche
$ ./change-override -c main -S liborcusOverride component to main
liborcus 0.5.1-2ubuntu1 in saucy: universe/misc - main
liborcus-0.6-0 0.5.1-2ubuntu1 in saucy amd64: universe/libs/optional/100% - 
main
liborcus-0.6-0 0.5.1-2ubuntu1 in saucy armhf: universe/libs/optional/100% - 
main
liborcus-0.6-0 0.5.1-2ubuntu1 in saucy i386: universe/libs/optional/100% - main
liborcus-0.6-0 0.5.1-2ubuntu1 in saucy powerpc: universe/libs/optional/100% - 
main
liborcus-dev 0.5.1-2ubuntu1 in saucy amd64: universe/libdevel/optional/100% - 
main
liborcus-dev 0.5.1-2ubuntu1 in saucy armhf: universe/libdevel/optional/100% - 
main
liborcus-dev 0.5.1-2ubuntu1 in saucy i386: universe/libdevel/optional/100% - 
main
liborcus-dev 0.5.1-2ubuntu1 in saucy powerpc: universe/libdevel/optional/100% 
- main
Override [y|N]? y
9 publications overridden.


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

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

Title:
  [MIR] liborcus

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

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


[Bug 1192033] Re: linux-ppc: 3.8.0-12.18 -proposed tracker

2013-07-03 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.8.0-12.18 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 18. June 2013 05:03 UTC
  kernel-stable-master-bug:1191955
  kernel-stable-Certification-testing-end:Tuesday, 18. June 2013 06:01 UTC
  kernel-stable-Security-signoff-end:Tuesday, 18. June 2013 06:01 UTC
  kernel-stable-Prepare-package-end:Wednesday, 26. June 2013 06:07 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 26. June 2013 06:07 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 26. June 2013 06:09 UTC
  kernel-stable-Verification-testing-start:Wednesday, 26. June 2013 22:32 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 26. June 2013 23:14 UTC
  kernel-stable-Verification-testing-end:Wednesday, 26. June 2013 23:14 UTC
  kernel-stable-Regression-testing-start:Wednesday, 26. June 2013 23:14 UTC
+ kernel-stable-Regression-testing-end:Wednesday, 03. July 2013 06:00 UTC

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

Title:
  linux-ppc: 3.8.0-12.18 -proposed tracker

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

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


[Bug 1045307] Re: Rekonq, default downloads folder.

2013-07-03 Thread Harald Sitter
Should be fixed as per 13.04.

** Package changed: kubuntu-settings (Ubuntu) = rekonq (Ubuntu)

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

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

Title:
  Rekonq, default downloads folder.

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

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


[Bug 1193984] Re: librsync: FTBFS: dh_auto_test: make -j1 check returned exit code 2

2013-07-03 Thread Bug Watch Updater
** Changed in: librsync (Debian)
   Status: Fix Committed = Fix Released

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

Title:
  librsync: FTBFS: dh_auto_test: make -j1 check returned exit code 2

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

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


[Bug 1035959] Re: unable to remove widget in kubuntu

2013-07-03 Thread Harald Sitter
Screenshot please.

** Changed in: kubuntu-settings (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/1035959

Title:
  unable to remove widget in kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-settings/+bug/1035959/+subscriptions

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


[Bug 1035831] Re: blank ariya wallpaper for lightdm

2013-07-03 Thread Harald Sitter
Not using Ariya anymore.

** Changed in: kubuntu-settings (Ubuntu)
   Status: New = Invalid

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

Title:
  blank ariya wallpaper for lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-settings/+bug/1035831/+subscriptions

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


[Bug 1196295] Re: lxc-start enters uninterruptible sleep

2013-07-03 Thread Pavel Bennett
Changing to Confirmed as per instructions in comment #7

** Changed in: linux
   Status: Incomplete = Confirmed

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

Title:
  lxc-start enters uninterruptible sleep

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

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


[Bug 103378] Re: impossible mount floppy device in /media

2013-07-03 Thread Harald Sitter
Still a problem with 13.04?

** Changed in: kubuntu-settings (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/103378

Title:
  impossible mount floppy device in /media

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-default-settings/+bug/103378/+subscriptions

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


[Bug 770365] Re: Kubuntu installer background on 4:3 monitors

2013-07-03 Thread Harald Sitter
Not using Horos anymore.

** Changed in: kubuntu-settings (Ubuntu)
   Status: New = Invalid

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

Title:
  Kubuntu installer background on 4:3 monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-settings/+bug/770365/+subscriptions

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


[Bug 820175] Re: Activity manager and virtual desktop widget both in panel

2013-07-03 Thread Harald Sitter
** Changed in: kubuntu-settings (Ubuntu)
   Status: New = Fix Released

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

Title:
  Activity manager and virtual desktop widget both in panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-settings/+bug/820175/+subscriptions

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


[Bug 1191603] Re: raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB audio devices

2013-07-03 Thread Steve Markgraf
Here's the output with your patch applied:
http://steve-m.de/files/ohci/3.10.0-2.9_alan-debug.tar.gz

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

Title:
  raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB
  audio devices

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

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


[Bug 867565] Re: gnome-terminal crashed with SIGSEGV in g_object_notify()

2013-07-03 Thread Nicholas Skaggs
Confirming bug still exists as describe on saucy.

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

Title:
  gnome-terminal crashed with SIGSEGV in g_object_notify()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/867565/+subscriptions

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


[Bug 1191603] Re: raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB audio devices

2013-07-03 Thread Steve Markgraf
And attached to this comment you'll find the output of lspci -v and
/proc/interrupts.

** Attachment added: interrupts_lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1191603/+attachment/3722703/+files/interrupts_lspci.txt

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

Title:
  raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB
  audio devices

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

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


[Bug 1197243] Re: Swap partition can't be enabled

2013-07-03 Thread Steve Langasek
mountall doesn't create device nodes for encrypted swap, cryptsetup
does.  What is your /etc/crypttab for this system?  Are there any
relevant /var/log/upstart/cryptdisks*.log logs?

** Package changed: mountall (Ubuntu) = cryptsetup (Ubuntu)

** Changed in: cryptsetup (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/1197243

Title:
  Swap partition can't be enabled

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

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


[Bug 1197261] [NEW] Can't install kde-style-skulpture on KDE 4.11 Beta 2 - conflict with kde-window-manager package

2013-07-03 Thread Murz
Public bug reported:

After upgrade KDE from 4.10 to 4.11 on Kubuntu 13.04 via PPA  ppa
:kubuntu-ppa/beta from page http://www.kubuntu.org/news/kde-plasma-
applications-411-beta-2  - skulpture kde style is removed and I can't
install it again.

When I try to install, it conflicts with kde-window-manager package:
-
$ sudo aptitude install kde-style-skulpture
The following NEW packages will be installed:
  kde-style-skulpture kwin-style-skulpture{a} 
0 packages upgraded, 2 newly installed, 0 to remove and 7 not upgraded.
Need to get 142 kB of archives. After unpacking 743 kB will be used.
The following packages have unmet dependencies:
 kde-window-manager : Breaks: kde-style-skulpture but 0.2.4-0ubuntu3 is to be 
installed.
The following actions will resolve these dependencies:

 Remove the following packages:  
1) kde-window-manager
2) kde-workspace 
3) kubuntu-desktop   
4) plasma-widget-toggle-compositing  

 Leave the following dependencies unresolved:
5) plasma-netbook recommends kde-workspace   
6) plasma-desktop recommends kde-workspace   


Accept this solution? [Y/n/q/?] 
-
I think that the sampe problem will exists in next Ubuntu 13.10, so it must be 
fixed before release.

Where can be the problem and how I can solve it?

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: kde-style-skulpture (not installed)
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.9.2-0ubuntu8.2
Architecture: amd64
Date: Wed Jul  3 09:12:23 2013
EcryptfsInUse: Yes
MarkForUpload: True
SourcePackage: kde-style-skulpture
UpgradeStatus: Upgraded to raring on 2013-04-10 (83 days ago)

** Affects: kde-style-skulpture (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring skulpture

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

Title:
  Can't install kde-style-skulpture on KDE 4.11 Beta 2 - conflict with
  kde-window-manager package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-style-skulpture/+bug/1197261/+subscriptions

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


[Bug 1176463] Re: Project is not saved

2013-07-03 Thread Andy Finch
Thanks for the hint, the fix has been committed to the trunk.

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

Title:
  Project is not saved

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

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


[Bug 944444] Re: can't combine videos with oggCat

2013-07-03 Thread Volodya
http://packages.debian.org/wheezy/i386/oggvideotools/download This
package fixes the problem. Although for some odd reason oggResize has
been removed.

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

Title:
  can't combine videos with oggCat

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

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


[Bug 1168026] Re: API documentation needs navigation

2013-07-03 Thread David Planella
** Changed in: ubuntu-ui-toolkit
   Status: Fix Committed = Fix Released

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

Title:
  API documentation needs navigation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1168026/+subscriptions

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


[Bug 1196513] Re: SD-card is not mounted

2013-07-03 Thread Travel
** Tags added: kernel-fixed-upstream

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

Title:
  SD-card is not mounted

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

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


[Bug 1197262] [NEW] package libgc1c2 1:7.1-8ubuntu0.12.04.1 failed to install/upgrade: Versuch, »/usr/lib/x86_64-linux-gnu/libgccpp.so.1.0.3« zu überschreiben, welches auch in Paket libgc1c3:amd64 1

2013-07-03 Thread Arne Meyer
Public bug reported:

error happens during last update

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: libgc1c2 1:7.1-8ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.10.0-2.9-generic 3.10.0
Uname: Linux 3.10.0-2-generic x86_64
ApportVersion: 2.10.2-0ubuntu3
Architecture: amd64
Date: Wed Jul  3 08:42:13 2013
DuplicateSignature: package:libgc1c2:1:7.1-8ubuntu0.12.04.1:Versuch, 
»/usr/lib/x86_64-linux-gnu/libgccpp.so.1.0.3« zu überschreiben, welches auch in 
Paket libgc1c3:amd64 1
ErrorMessage: Versuch, »/usr/lib/x86_64-linux-gnu/libgccpp.so.1.0.3« zu 
überschreiben, welches auch in Paket libgc1c3:amd64 1
InstallationDate: Installed on 2011-10-06 (635 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
MarkForUpload: True
SourcePackage: libgc
Title: package libgc1c2 1:7.1-8ubuntu0.12.04.1 failed to install/upgrade: 
Versuch, »/usr/lib/x86_64-linux-gnu/libgccpp.so.1.0.3« zu überschreiben, 
welches auch in Paket libgc1c3:amd64 1
UpgradeStatus: Upgraded to saucy on 2013-06-18 (14 days ago)

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


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

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

Title:
  package libgc1c2 1:7.1-8ubuntu0.12.04.1 failed to install/upgrade:
  Versuch, »/usr/lib/x86_64-linux-gnu/libgccpp.so.1.0.3« zu
  überschreiben, welches auch in Paket libgc1c3:amd64 1

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

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

[Bug 1196513] Re: SD-card is not mounted

2013-07-03 Thread Travel
I cheked in kernel 3.10. It works good.

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

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

Title:
  SD-card is not mounted

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

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


[Bug 1] Re: Microsoft has a majority market share

2013-07-03 Thread YannUbuntu
** Summary changed:

- Ubuntu desktop is too buggy to gain majority market share
+ Microsoft has a majority market share

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

Title:
  Microsoft has a majority market share

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

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


[Bug 1197263] [NEW] UI Toolkit translations need to be shipped

2013-07-03 Thread David Planella
Public bug reported:

As a follow up to bug 1175724 to enable translations for the UI Toolkit
in Launchpad, we now need these translations (which land automatically
in the po/ folder) to be built and shipped in the package, so that they
are actually used.

Essentially, the toolkit package needs to do this work. Here's an
example of how it's done for core apps [1], but for the toolkit package,
it might be better to have a rule that does the actual actions in a .pro
file

[1] http://bazaar.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-
app/trunk/view/head:/debian/rules#L10

** Affects: ubuntu-ui-toolkit
 Importance: Undecided
 Status: New

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: i18n

** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  UI Toolkit translations need to be shipped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1197263/+subscriptions

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


[Bug 1197023] Re: libzip is ftbfs on saucy

2013-07-03 Thread Launchpad Bug Tracker
This bug was fixed in the package libzip - 0.10.1-1.1ubuntu1

---
libzip (0.10.1-1.1ubuntu1) saucy; urgency=low

  * backport changes from upstream 0.11.1 to make autotools happy
(LP: #1197023)
 -- Bjoern Michaelsen bjoern.michael...@canonical.com   Tue, 02 Jul 2013 
21:44:05 +0200

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

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

Title:
  libzip is ftbfs on saucy

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

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


[Bug 1192514] Re: Invalid locale in /etc/default/locales halts boot

2013-07-03 Thread Launchpad Bug Tracker
This bug was fixed in the package mountall - 2.49

---
mountall (2.49) unstable; urgency=low


  [ James Hunt ]
  * apport/mountall.py: add a mountall apport hook.

  [ Steve Langasek ]
  * Ignore parse errors in /etc/default/rcS or /etc/default/locale; these
problems shouldn't be allowed to prevent the system from booting.
LP: #1192514.

 -- Steve Langasek vor...@debian.org  Tue, 02 Jul 2013 15:51:12 -0700

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

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

Title:
  Invalid locale in /etc/default/locales halts boot

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

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


[Bug 1197264] [NEW] wrong icons in toolbar

2013-07-03 Thread Andreas E.
Public bug reported:

The toolbar shows different icons than one would expect from the tooltips (and 
actions). This can have serious consequences, for example with the clear all 
button disguised with an add a document icon.
1. Clear all shows add a document icon
5. attach as pdf to email shows edit icon
15. use the hand tool shows the blue repeat icon
(25.) exit button should not be there at all according to Gnome HIGs

Ubuntu 13.04
gscan2pdf 1.0.4

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

** Attachment added: screenshot of the toolbar right after installation
   
https://bugs.launchpad.net/bugs/1197264/+attachment/3722713/+files/gscan2pdf%20toolbar.png

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

Title:
  wrong icons in toolbar

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

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


[Bug 1197193] Re: akonadi dead

2013-07-03 Thread SA
I saw this but...

Even if I knew what database was corrupted (and where it was), what
would I do with the data once the tables had been dumped? I mean it
isn't apparent that I would be able to reconstruct the akonadi databases
in any meaningful way to get kmail and kpim working again with my data.

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

Title:
  akonadi dead

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

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


[Bug 1183150] Re: 'ubuntu-touch' package depends unnecessarily on 'qt5-default' and 'qtchooser'

2013-07-03 Thread Timo Jyrinki
** Changed in: ubuntu-ui-toolkit
 Assignee: (unassigned) = Timo Jyrinki (timo-jyrinki)

** Changed in: ubuntu-ui-toolkit
   Status: In Progress = Fix Released

** Changed in: ubuntu-seeds (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  'ubuntu-touch' package depends unnecessarily on 'qt5-default' and
  'qtchooser'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1183150/+subscriptions

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


[Bug 1193108] Re: linux: 2.6.32-49.111 -proposed tracker

2013-07-03 Thread Sylvain Pineau
The Hardware Certification team have completed testing this -proposed
kernel. (No) regressions were observed. The report is available at:
http://people.canonical.com/~hwcert/sru-testing/lucid/2.6.32-49.111
/lucid-proposed.html

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

** Tags added: certification-testing-passed

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

Title:
  linux: 2.6.32-49.111 -proposed tracker

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

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


[Bug 1197266] Re: gnome-shell-hotplug-sniffer crashed with SIGABRT in raise()

2013-07-03 Thread Apport retracing service
*** This bug is a duplicate of bug 1195532 ***
https://bugs.launchpad.net/bugs/1195532

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 #1195532, 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/1197266/+attachment/3722714/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1197266/+attachment/3722716/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1197266/+attachment/3722717/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1197266/+attachment/3722718/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1197266/+attachment/3722719/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1197266/+attachment/3722720/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1197266/+attachment/3722721/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1195532
   gnome-shell-hotplug-sniffer crashed with SIGABRT in _g_log_abort()

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  gnome-shell-hotplug-sniffer crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1197266/+subscriptions

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


[Bug 1071497] Re: scratch crash at sound

2013-07-03 Thread Christian Egli
*** This bug is a duplicate of bug 1009080 ***
https://bugs.launchpad.net/bugs/1009080

** This bug has been marked a duplicate of bug 1009080
   pulse audio plugin seg fault on scratch in 64 bit 12.04

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

Title:
  scratch crash at sound

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

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


[Bug 1] Re: Microsoft has a majority market share

2013-07-03 Thread Tom
Hi :)
Thanks YannUbuntu! :))

I accidentally read some early comments in this thread.  I really liked 113's 
code! :)  If we could have something like that on LiveCds as part of ClamAv's 
check or something!  :))
Regards from 
Tom :)

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

Title:
  Microsoft has a majority market share

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

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


[Bug 1197263] Re: UI Toolkit translations need to be packaged and shipped

2013-07-03 Thread David Planella
** Summary changed:

- UI Toolkit translations need to be shipped
+ UI Toolkit translations need to be packaged and shipped

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

Title:
  UI Toolkit translations need to be packaged and shipped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1197263/+subscriptions

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


[Bug 1189645] Re: General lag under desktop environments

2013-07-03 Thread Chris Wilson
Let's start off with the basics: Xorg.0.log, dmesg and a system profile
of what is happening when it is slow. And narrow down the complaint, for
instance are the measurements you made in parallel with other system
activity or after you shut them down?

Also please do try running these tests with a non-OpenGL compositor
(i.e. not unity or gnome-shell) to rule out the lack of acceleration
from mesa being a limiting factor.

** Changed in: xserver-xorg-video-intel (Ubuntu Saucy)
   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/1189645

Title:
  General lag under desktop environments

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1189645/+subscriptions

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


[Bug 1197275] [NEW] keine Aktuelliesierunger mehr möglich

2013-07-03 Thread Oliver Bergemann
Public bug reported:

W:GPG error: http://extras.ubuntu.com precise Release: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY 
16126D3A3E5C1192, W:Failed to fetch 
http://de.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/Sources
  404  Not Found [IP: 141.30.13.20 80]
, W:Failed to fetch 
http://de.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/Packages
  404  Not Found [IP: 141.30.13.20 80]
, W:Failed to fetch 
http://de.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/Packages
  404  Not Found [IP: 141.30.13.20 80]
, E:Some index files failed to download. They have been ignored, or old ones 
used instead.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  keine Aktuelliesierunger mehr möglich

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

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

[Bug 1197243] Re: Swap partition can't be enabled

2013-07-03 Thread Sworddragon
 Are there any relevant /var/log/upstart/cryptdisks*.log logs?

After clearing the logs and making a reboot there isn't any related
logfile.

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

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

Title:
  Swap partition can't be enabled

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

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


[Bug 1197243] Re: Swap partition can't be enabled

2013-07-03 Thread Sworddragon
** Attachment added: crypttab
   
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1197243/+attachment/3722749/+files/crypttab

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

Title:
  Swap partition can't be enabled

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

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


[Bug 1193202] Re: linux-ec2: 2.6.32-354.67 -proposed tracker

2013-07-03 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-security
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the version to be filled upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Friday, 21. June 2013 04:03 UTC
  kernel-stable-master-bug:1193108
  kernel-stable-Certification-testing-end:Friday, 21. June 2013 10:07 UTC
  kernel-stable-Prepare-package-end:Friday, 21. June 2013 13:06 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 21. June 2013 13:06 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 21. June 2013 17:04 UTC
  kernel-stable-Verification-testing-start:Friday, 21. June 2013 18:07 UTC
- kernel-stable-phase:Testing
  kernel-stable-Security-signoff-start:Friday, 28. June 2013 10:04 UTC
- kernel-stable-phase-changed:Friday, 28. June 2013 10:04 UTC
  kernel-stable-Verification-testing-end:Friday, 28. June 2013 10:04 UTC
  kernel-stable-Regression-testing-start:Friday, 28. June 2013 10:04 UTC
  kernel-stable-Security-signoff-end:Friday, 28. June 2013 11:04 UTC
  kernel-stable-Regression-testing-end:Friday, 28. June 2013 18:05 UTC
+ kernel-stable-phase:CopyToUpdates
+ kernel-stable-phase-changed:Wednesday, 03. July 2013 08:05 UTC
+ kernel-stable-Promote-to-updates-start:Wednesday, 03. July 2013 08:05 UTC

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

Title:
  linux-ec2: 2.6.32-354.67 -proposed tracker

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

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


[Bug 1193108] Re: linux: 2.6.32-49.111 -proposed tracker

2013-07-03 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-security
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the 2.6.32-49.111 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 20. June 2013 20:13 UTC
  kernel-stable-Prepare-package-end:Friday, 21. June 2013 04:06 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 21. June 2013 04:06 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 21. June 2013 17:04 UTC
  kernel-stable-Verification-testing-start:Friday, 21. June 2013 18:06 UTC
- kernel-stable-phase:Testing
- kernel-stable-phase-changed:Thursday, 27. June 2013 14:05 UTC
  kernel-stable-Verification-testing-end:Thursday, 27. June 2013 14:05 UTC
  kernel-stable-Certification-testing-start:Thursday, 27. June 2013 14:05 UTC
  kernel-stable-Security-signoff-start:Thursday, 27. June 2013 14:06 UTC
  kernel-stable-Regression-testing-start:Thursday, 27. June 2013 14:06 UTC
  kernel-stable-Regression-testing-end:Thursday, 27. June 2013 18:03 UTC
  kernel-stable-Security-signoff-end:Friday, 28. June 2013 04:04 UTC
+ kernel-stable-phase:CopyToUpdates
+ kernel-stable-Promote-to-updates-start:Wednesday, 03. July 2013 08:05 UTC
+ kernel-stable-phase-changed:Wednesday, 03. July 2013 08:05 UTC
+ kernel-stable-Certification-testing-end:Wednesday, 03. July 2013 08:05 UTC

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

Title:
  linux: 2.6.32-49.111 -proposed tracker

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

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


[Bug 1182225] Re: KVM ubuntu 12.04.2 guest installation with kickstart config fails

2013-07-03 Thread zhouqiang
It affects me too,the log file was the same as Tobias Verbeke

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

Title:
  KVM ubuntu 12.04.2 guest installation with kickstart config fails

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

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


[Bug 1194343] Re: Xorg crashed with SIGABRT in RRCrtcDetachScanoutPixmap()

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

** Changed in: xorg-server (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/1194343

Title:
  Xorg crashed with SIGABRT in RRCrtcDetachScanoutPixmap()

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

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


[Bug 1197225] Re: upstart-file-bridge assert failure: string.c:396: Assertion failed in nih_str_split: str != NULL

2013-07-03 Thread James Hunt
** Changed in: upstart (Ubuntu)
 Assignee: (unassigned) = James Hunt (jamesodhunt)

** Information type changed from Private to Public

** Also affects: upstart
   Importance: Undecided
   Status: New

** Changed in: upstart
 Assignee: (unassigned) = James Hunt (jamesodhunt)

** Changed in: upstart
   Importance: Undecided = Medium

** Changed in: upstart
   Status: New = In Progress

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

Title:
  upstart-file-bridge assert failure: string.c:396: Assertion failed in
  nih_str_split: str != NULL

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

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


[Bug 1197276] [NEW] Unable to adjust screen blanking

2013-07-03 Thread netrick
Public bug reported:

In Lubuntu 13.10 we have xfce power manager where user can set when (and
if) he wants the screen to go black. The thing is unlike every other
*buntu distro, Lubuntu has by default x internal screensaver set to 10
min (you can see it with xset -q and disable it with xset s off).

The problem is that because of it, the xfce power manager is useless,
because no matter what you set there, you will always have black screen
after 10 mins. I know that lubuntu is energy-saving distro, but you
should do what other *buntus do: set default 10 min blanking in power
manager and allow user to change it. It's very simple.

Currently it needs manually adding xset s off to .profile file and it
is annoying with every fresh install. Not to mention not experienced
Linux users have no idea how to do it and it's often seen question on
forums etc. Lubuntu should keep it simple for user, it's not unnusual
when someone wants to watch a film etc. Especially that basically every
other *buntu has working screen blanking settings so users expect it in
Lubuntu as well.

** Affects: lubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: lubuntu saucy

** Tags removed: precise
** Tags added: saucy

** Tags removed: running-unity

** Description changed:

- Okay, I'm reporting this from Ubuntu 12.04 so ignore possible debug info. The 
bug is about Lubuntu 13.10.
- In Lubuntu 13.10 we have xfce power manager where user can set when (and if) 
he wants the screen to go black. The thing is unlike every other *buntu distro, 
Lubuntu has by default x internal screensaver (you can see it with xset -q 
and disable it with xset s off).
+ In Lubuntu 13.10 we have xfce power manager where user can set when (and
+ if) he wants the screen to go black. The thing is unlike every other
+ *buntu distro, Lubuntu has by default x internal screensaver (you can
+ see it with xset -q and disable it with xset s off).
  
  The problem is that because of it, the xfce power manager is useless,
  because no matter what you set there, you will always have black screen
  after 10 mins. I know that lubuntu is energy-saving distro, but you
  should do what other *buntus do: set default 10 min blanking in power
  manager and allow user to change it. It's very simple.
  
  Currently it needs manually adding xset s off to .profile file and it
- is annoying with every fresh install.
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 12.04
- Package: lubuntu-desktop (not installed)
- ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
- Uname: Linux 3.5.0-34-generic x86_64
- NonfreeKernelModules: fglrx
- ApportVersion: 2.0.1-0ubuntu17.3
- Architecture: amd64
- Date: Wed Jul  3 10:03:50 2013
- InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
- MarkForUpload: True
- ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=pl_PL.UTF-8
-  SHELL=/bin/bash
- SourcePackage: lubuntu-meta
- UpgradeStatus: No upgrade log present (probably fresh install)
+ is annoying with every fresh install. Not to mention not experienced
+ Linux users have no idea how to do it and it's often seen question on
+ forums etc. Lubuntu should keep it simple for user, it's not unnusual
+ when someone wants to watch a film etc.

** Tags removed: amd64 apport-bug
** Tags added: lubuntu

** Description changed:

  In Lubuntu 13.10 we have xfce power manager where user can set when (and
  if) he wants the screen to go black. The thing is unlike every other
- *buntu distro, Lubuntu has by default x internal screensaver (you can
- see it with xset -q and disable it with xset s off).
+ *buntu distro, Lubuntu has by default x internal screensaver set to 10
+ min (you can see it with xset -q and disable it with xset s off).
  
  The problem is that because of it, the xfce power manager is useless,
  because no matter what you set there, you will always have black screen
  after 10 mins. I know that lubuntu is energy-saving distro, but you
  should do what other *buntus do: set default 10 min blanking in power
  manager and allow user to change it. It's very simple.
  
  Currently it needs manually adding xset s off to .profile file and it
  is annoying with every fresh install. Not to mention not experienced
  Linux users have no idea how to do it and it's often seen question on
  forums etc. Lubuntu should keep it simple for user, it's not unnusual
  when someone wants to watch a film etc.

** Description changed:

  In Lubuntu 13.10 we have xfce power manager where user can set when (and
  if) he wants the screen to go black. The thing is unlike every other
  *buntu distro, Lubuntu has by default x internal screensaver set to 10
  min (you can see it with xset -q and disable it with xset s off).
  
  The problem is that because of it, the xfce power manager is useless,
  because no matter what you set there, you will always have black screen
  after 10 mins. I know that lubuntu is energy-saving distro, but you
  

[Bug 1197275] Re: keine Aktuelliesierunger mehr möglich

2013-07-03 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1197275/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  keine Aktuelliesierunger mehr möglich

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

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

[Bug 1132215] Re: rhythmbox crashes when syncing library to ipod

2013-07-03 Thread Sybillance
also running 32bit 13.04

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

Title:
  rhythmbox crashes when syncing library to ipod

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

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


[Bug 1197150] Re: Sync pdftk 2.01-1 (universe) from Debian unstable (main)

2013-07-03 Thread Sebastien Bacher
This bug was fixed in the package pdftk - 2.01-1
Sponsored for Johann Felix Soden (johfel)

---
pdftk (2.01-1) unstable; urgency=low

  * New upstream version
- supports AES encryption. (Closes: #703591)
- crashes with some pdf 1.6 and 1.7 documents solved.
  (Closes: #706075,  #714518)
  * debian/patches/*: Drop upstream applied patches and rework the rest.
  * Build with gcj/g++-4.8 instead of -4.7.
  * Switch to debhelper compat v9.
  * debian/copyright: Update years and paths.
  * debian/control: Use anonscm.debian.org in VCS-* fields; Vcs-Git without
experimental branch.
  * Fix hyphens in man page.

 -- Johann Felix Soden joh...@debian.org  Mon, 01 Jul 2013 00:19:19
+0200

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

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

Title:
  Sync pdftk 2.01-1 (universe) from Debian unstable (main)

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

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


[Bug 1132215] Re: rhythmbox crashes when syncing library to ipod

2013-07-03 Thread Sybillance
Ipod Video (5th gen) owner here: can verify method on #45 works like a
charm.

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

Title:
  rhythmbox crashes when syncing library to ipod

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

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


[Bug 652845] Re: The suffix 'm' is not a convention for 'minutes'

2013-07-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/indicator-messages

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

Title:
  The suffix 'm' is not a convention for 'minutes'

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

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


[Bug 1197282] [NEW] install fails with apparmor disabled

2013-07-03 Thread Jian Wen
Public bug reported:

Boot a precise instance with  kernel option 'apparmor=0'
Install maas-dhcp
ubuntu@ubuntu:~$ sudo apt-get install -y maas-dhcp
Setting up maas-dhcp (1.2+bzr1373+dfsg-0ubuntu1~12.04.1) ...
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
dpkg: error processing maas-dhcp (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of maas-dns:
 maas-dns depends on maas-dhcp (= 1.2+bzr1373+dfsg-0ubuntu1~12.04.1); however:
  Package maas-dhcp is not configured yet.
dpkg: error processing maas-dns (--configure):
 dependency problems - leaving unconfigured

Looks like apparmor should not be called in 
/var/lib/dpkg/info/maas-dhcp.postinst
and /var/lib/dpkg/info/maas-dhcp.postrm when apparmor is disabled.


Workaround
Boot the machine with apparmor enabled.


Package info

ubuntu@ubuntu:~$ sudo dpkg -l maas-dhcp 
   
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   
Description
+++-=-=-==
ii  maas-dhcp 1.2+bzr1373+dfsg-0ubuntu1~12.04.1 Ubuntu 
MAAS Server - DHCP Configuration (meta-package)
ubuntu@ubuntu:~$
   
ubuntu@ubuntu:~$ uname -r
3.2.0-48-generic
ubuntu@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.2 LTS
Release:12.04
Codename:   precise

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

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

Title:
  install fails with apparmor disabled

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

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


[Bug 878612] Re: Linker fails when compiling fuse files with undefined reference to `fuse_main_real'

2013-07-03 Thread noon
LDFLAGS is the variable for the linker flags.
Linker libs such as -lfuse should be put in the LDLIBS variable, not in LDFLAGS.

To solve the problem and simplify the Makefile at the same time:

In the Makefile, the LDFLAGS definition should be replaced with LDLIBS:

LDLIBS := $(shell pkg-config fuse --libs)

Also the 2-line fusexmp_fh section should be simplified with:

fusexml_fh: LDLIBS += -lulockmgr

(To make it even cleaner, there should be separate CFLAGS and CPPFLAGS
pkg-config settings: --cflags-only-other and --cflags-only-I
respectively)

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

Title:
  Linker fails when compiling fuse files with undefined reference to
  `fuse_main_real'

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

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


[Bug 1197225] Re: upstart-file-bridge assert failure: string.c:396: Assertion failed in nih_str_split: str != NULL

2013-07-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~jamesodhunt/upstart/bug-1197225

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

Title:
  upstart-file-bridge assert failure: string.c:396: Assertion failed in
  nih_str_split: str != NULL

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

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


[Bug 1192402] Re: linux-ti-omap4: 3.2.0-1434.45 -proposed tracker

2013-07-03 Thread Parameswaran Sivatharman
** Tags added: qa-testing-passed

** Changed in: kernel-sru-workflow/regression-testing
   Status: In Progress = Fix Released

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

Title:
  linux-ti-omap4: 3.2.0-1434.45 -proposed tracker

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

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


[Bug 163169] Re: errors from logrotate for files not present in default configuration

2013-07-03 Thread Bug Watch Updater
** Changed in: prelude-manager (Debian)
   Status: New = Fix Released

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

Title:
  errors from logrotate for files not present in default configuration

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

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


[Bug 1197287] [NEW] package libgc1c2 1:7.1-9.1 failed to install/upgrade: trying to overwrite '/usr/lib/i386-linux-gnu/libgc.so.1.0.3', which is also in package libgc1c3:i386 1

2013-07-03 Thread John Lenton
Public bug reported:

package libgc1c2 1:7.1-9.1 failed to install/upgrade: trying to
overwrite '/usr/lib/i386-linux-gnu/libgc.so.1.0.3', which is also in
package libgc1c3:i386 1

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: libgc1c2 1:7.1-9.1
ProcVersionSignature: Ubuntu 3.10.0-2.9-generic 3.10.0
Uname: Linux 3.10.0-2-generic i686
ApportVersion: 2.10.2-0ubuntu3
Architecture: i386
Date: Wed Jul  3 06:54:48 2013
ErrorMessage: trying to overwrite '/usr/lib/i386-linux-gnu/libgc.so.1.0.3', 
which is also in package libgc1c3:i386 1
InstallationDate: Installed on 2010-10-09 (997 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate i386 
(20100928.1)
MarkForUpload: True
SourcePackage: libgc
Title: package libgc1c2 1:7.1-9.1 failed to install/upgrade: trying to 
overwrite '/usr/lib/i386-linux-gnu/libgc.so.1.0.3', which is also in package 
libgc1c3:i386 1
UpgradeStatus: Upgraded to saucy on 2013-06-11 (21 days ago)

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


** Tags: apport-package i386 saucy

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

Title:
  package libgc1c2 1:7.1-9.1 failed to install/upgrade: trying to
  overwrite '/usr/lib/i386-linux-gnu/libgc.so.1.0.3', which is also in
  package libgc1c3:i386 1

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

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


[Bug 1197290] [NEW] No sound on speakers with HDA Intel, SigmaTel STAC9228, kernel 3.10

2013-07-03 Thread TJ
Public bug reported:

Ubuntu 13.04 Raring with linux 3.10.0-031000-generic from kernel-ppa.

Card: HDA Intel
Chip: SigmaTel STAC9228  

After booting the 3.10 kernel there was no sound on speakers although
sound on headphones was fine.

Using the sound control GUI in Unity I was unable to find any
combination of options to enable sound to the speakers. Mute and volume
controls for the Speaker output device were set correctly.

I tried using alasamixer in a terminal and with View: [All] noticed
a mixer control Auto-Mute which was set to Enabled. I altered that
to Disabled and speaker sound was enabled correctly.

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

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

Title:
  No sound on speakers with HDA Intel, SigmaTel STAC9228, kernel 3.10

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