[Bug 236510] Re: default apparmor setting prevents bind from running under chroot

2012-08-28 Thread D J Gardner
for what it's worth, here is my /etc/apparmor.d/local/usr.sbin.named: /var/bind9/chroot/etc/bind/** r, /var/bind9/chroot/var/lib/bind/** rw, /var/bind9/chroot/var/lib/bind/ rw, /var/bind9/chroot/var/cache/bind/** rw, /var/bind9/chroot/var/cache/bind/ rw,

[Bug 1042711] [NEW] php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
Public bug reported: See the attached test case. The Outer::runInner() throws a test exception that is supposed to be catched in Outer::run(). However, before this the destructor of Inner will run as a result of stack unwinding while returning from Outer::runInner(). This, in turn, causes the

[Bug 1042711] Re: php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
** Attachment added: minimal test case https://bugs.launchpad.net/bugs/1042711/+attachment/3280442/+files/throw-test.php -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1042711

[Bug 1042275] Re: dnsmasq updating resolvconf when it's not configured to do DNS

2012-08-28 Thread Thomas Hood
The bug (in the network-manager package) is that /etc/dnsmasq.d/network- manager contains except-interface=lo despite the fact that network-manager was changed not to listen on lo's IP address (127.0.0.1) any more. Here's the changelog entry announcing this change. network-manager

[Bug 1042711] Re: php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
It just occurred to me that the test case written a bit differently could be program logic guarding authenticated session. As a result, I'm marking this bug as security but keeping it still public because I'm not aware of real world PHP program suffering from a security issue because of this

[Blueprint servercloud-q-tomcat7] Promote Apache Tomcat 7 to main

2012-08-28 Thread James Page
Blueprint changed by James Page: Work items changed: Work items for quantal-alpha-3: [james-page] Update tomcat-server seed to use tomcat7: DONE [james-page] Review and update tomcat server test case: DONE [james-page] Raise MIR for tomcat7: DONE [james-page] Transition servlet2.5

[Blueprint servercloud-q-server-iso-tests-review] Improve Server Install and Upgrade Testing

2012-08-28 Thread James Page
Blueprint changed by James Page: Work items changed: Work items for quantal-alpha-1: [smoser] Call for testing of ISO images - Alpha 1: DONE Work items for quantal-alpha-2: [james-page] Call for testing of ISO images - Alpha 2: DONE Work items for quantal-alpha-3: Call for

[Bug 1042431] Re: lxc-start-ephemeral needs tweak to handle centos and fedora hostname setting

2012-08-28 Thread Serge Hallyn
Thanks, Dan, for the bug report and the patch. ** Changed in: lxc (Ubuntu) Status: New = Triaged ** Changed in: lxc (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1040475] Re: maas depends on a broken version of python-tx-tftp

2012-08-28 Thread Andres Rodriguez
** Changed in: maas (Ubuntu) Status: New = Fix Released ** Changed in: maas (Ubuntu) Status: Fix Released = Invalid ** Also affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: New ** Changed in: python-tx-tftp (Ubuntu) Status: New = Fix Released --

[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-08-28 Thread Serge Hallyn
@Metin, still no incidents? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in Ubuntu. https://bugs.launchpad.net/bugs/997978 Title: KVM images lose connectivity with bridged network To manage notifications about this

[Blueprint servercloud-q-juju-charm-unit-tests] Juju Charm Unit Tests

2012-08-28 Thread Mark Mims
Blueprint changed by Mark Mims: Work items changed: Work items: documentation for unit tests: INPROGRESS - write examples of unit tests on flag-bearing charms: TODO + write examples of unit tests on flag-bearing charms: INPROGRESS [jimbaker] make 'jitsu run-tests' aware of error codes

[Blueprint servercloud-q-juju-integration] Juju Integration

2012-08-28 Thread Mark Mims
Blueprint changed by Mark Mims: Work items changed: Work items: - [mark-mims] charm to deploy chef-server (maybe w sub like clint's puppet sub) : TODO - [mark-mims] charms that call chef solo recipes : TODO + [mark-mims] charm to deploy chef-server (maybe w sub like clint's puppet sub) :

[Blueprint servercloud-q-juju-charm-unit-tests] Juju Charm Unit Tests

2012-08-28 Thread Mark Mims
Blueprint changed by Mark Mims: Work items changed: Work items: documentation for unit tests: INPROGRESS write examples of unit tests on flag-bearing charms: INPROGRESS [jimbaker] make 'jitsu run-tests' aware of error codes (Jitsu watch): INPROGRESS [jimbaker] improve charmtester

[Blueprint servercloud-q-maas-next-steps] MAAS Next Steps

2012-08-28 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez: Work items changed: Work items: [andreserl] MIR celery: DONE [andreserl] MIR libjs-yui3: DONE [andreserl] MIR libjs-raphael: DONE [andreserl] package python-tx-tftp: DONE Enable test-suite in packaging: TODO maas-enlist - do not die if MAAS is

[Bug 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-08-28 Thread James Page
The other fly in the ointment for radosgw is that to actually use it you need to use apache2 with libapache2-mod-fastcgi (which is in multiverse). This configuration is not currently automated in the packaging (I picked this from the upstream docs) so the packages don't express this in their

[Bug 1042431] Re: lxc-start-ephemeral needs tweak to handle centos and fedora hostname setting

2012-08-28 Thread Dan Kegel
For completeness, here's a cleaner copy of the patch, along with the centos script I'm using, from that same thread. I haven't actually deployed yet, but it passes my little unit test. ** Patch added: 0001-Add-Centos-support-to-lxc-create.patch

[Bug 1042856] [NEW] libapache2-mod-auth-kerb using krb5passwd and keepalive and credential delegation loses delegation after first request on connection

2012-08-28 Thread Raubvogel
Public bug reported: This is a bug that was reported in https://bugzilla.redhat.com/show_bug.cgi?id=687975; does it also affect ubuntu? Reason I ask is that I seem to be able to reproduce it in 12.04. Steps: 1. Need php5-ldap libapache2-mod-auth-kerb libsasl2-modules-ldap 2. Configure apache

[Bug 1026402] Re: mon cluster (no cephx) fails to start unless empty keyring files are created

2012-08-28 Thread James Page
Fixed in 0.48.1 (uploaded yesterday to quantal) ** Changed in: ceph (Ubuntu Quantal) Status: New = Fix Released -- 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/1026402 Title:

[Blueprint servercloud-q-lxc] Lxc work for Q

2012-08-28 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items: [stgraber] Review list of extra packages in lxc-ubuntu and have it contain the right list for each release: DONE [cooloney] check that all new cgroups are enabled in quantal kernel: DONE [serge-hallyn] pre-mount cgroups

[Blueprint servercloud-q-jenkins-cloud-builder] Jenkins Cloud Builder

2012-08-28 Thread Antonio Rosales
Blueprint changed by Antonio Rosales: Whiteboard changed: Motivation: The current build system works beautifully for producing images for Amazon. However, as Amazon adds more regions and as we add more build targets, the process of building the images has morphed into more of workflow. By

[Bug 948156] Re: Please merge PHP 5.4 from Debian

2012-08-28 Thread Leo Unglaub
Are there any updates on this request? What is the current status? Debian is shipping 5.4 for a while now without any problems. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/948156

[Bug 1042431] Re: lxc-start-ephemeral needs tweak to handle centos and fedora hostname setting

2012-08-28 Thread Ubuntu Foundation's Bug Bot
The attachment 0001-Add-Centos-support-to-lxc-create.patch of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by

[Bug 1042968] [NEW] Russian core sounds must be packaged

2012-08-28 Thread Mystic-Mirage
Public bug reported: Hi! Russian core sounds are now part of the official Asterisk. It should be in repo. http://downloads.asterisk.org/pub/telephony/sounds/ There is my ppa for asterisk-core-sounds-ru if it can help https://launchpad.net/~mystic-mirage/+archive/asterisk-core-sounds-ru **

[Bug 1034701] Re: ImportError: Could not import settings 'openstack_dashboard.settings': missing dependency on python-glanceclient

2012-08-28 Thread Adam Gandelman
Looks like python-glanceclient was added as a Dependency with the horizon (2012.2~f3-0ubuntu1) upload, along with the other required clients (swiftclient, quantumclient, etc). Marking as Fixed Released since its missing the bug ref. If this is still an issue please reopen. ** Changed in:

[Bug 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-08-28 Thread Yehuda Sadeh
Note that while libapache2-mod-fastcgi is currently the better way to go, there's also libapache2-mod-fcgid, or nginx/lighttpd with fastcgi. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libfcgi in Ubuntu.

[Bug 1043004] [NEW] --bindhome option should be on lxc-create, not on lxc-ubuntu

2012-08-28 Thread Dan Kegel
Public bug reported: The ubuntu template has a handy --bindhome option, but that's not very useful if you need to support multiple guest OS's. That option should be hoisted out of the template and into lxc-create itself. ** Affects: lxc (Ubuntu) Importance: Undecided Status: New

[Bug 1043010] [NEW] Update to 3.6.7

2012-08-28 Thread Robert Ancell
Public bug reported: = Release Notes for Samba 3.6.7 August 6, 2012 = This is is the latest stable release of Samba 3.6. Major enhancements in Samba 3.6.7

[Bug 1043018] [NEW] lxc-ls lists running containers multiple times

2012-08-28 Thread Dan Kegel
Public bug reported: This seems wrong: $ lxc-ls demo_centos5 demo_centos6 demofedora16 demo_ubuntu_1004 demo_ubuntu_1204 demo_ubuntu_1204-temp-NjwI1BQ ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12

[Bug 966944] Re: proxy support not fully working

2012-08-28 Thread Chris Halse Rogers
Hello Yoann, or anyone else affected, Accepted vm-builder into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/vm- builder/0.12.4+bzr477-0ubuntu3 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-08-28 Thread Chris Halse Rogers
Hello Tokuko, or anyone else affected, Accepted vm-builder into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/vm- builder/0.12.4+bzr477-0ubuntu3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-08-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/vm-builder/precise- proposed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in Ubuntu. https://bugs.launchpad.net/bugs/1008225 Title: vmbuilder fails using tmpfs due

[Bug 1043052] [NEW] [FFE] add pre-mount container startup hook

2012-08-28 Thread Serge Hallyn
Public bug reported: It is possible to use an ecryptfs backing store for a container's rootfs. Advantages include the inability of unprivileged processes to see the container's file contents, and, if the host is a cloud instance, confidence that when disk space is recycled for a new instance,

[Bug 1043052] Re: [FFE] add pre-mount container startup hook

2012-08-28 Thread Serge Hallyn
** Patch added: lxc-add-premount-hook.patch https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1043052/+attachment/3281426/+files/lxc-add-premount-hook.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1042864] Re: Failure to enlist due to preseed errors

2012-08-28 Thread Julian Edwards
I found the problem, the enlist_userdata template is missing from /usr/share/maas/preseeds/ ** Also affects: maas (Ubuntu) Importance: Undecided Status: New ** Changed in: maas Status: Incomplete = Invalid ** Branch linked: lp:~andreserl/maas/maas_missing_preseed_setuppy **

[Bug 1018094] Re: failed with nslookup for www.google.com, others domain names are fine

2012-08-28 Thread Launchpad Bug Tracker
[Expired for bind9 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: bind9 (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu.

[Bug 914160] Re: [MIR] openvswitch

2012-08-28 Thread Ben Pfaff
While not a condition of this MIR, IMHO it would be good to coordinate with Ben to see if what is happening for wheezy is good for 12.10. I'm not sure what I'm being asked here, can you be more explicit? -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1042864] Re: Failure to enlist due to preseed errors

2012-08-28 Thread Julian Edwards
** Changed in: maas Status: In Progress = Fix Released ** Changed in: maas (Ubuntu) Status: New = Invalid -- 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/1042864 Title:

[Bug 1042543] [NEW] package libreoffice-help-en-us 1:3.3.4-0ubuntu1.2 failed to install/upgrade: short read on buffer copy for backend dpkg-deb κατά το `./usr/share/libreoffice/basis3.3/help/en/schart

2012-08-28 Thread Boudakidisp
Public bug reported: i dont know ProblemType: Package DistroRelease: Ubuntu 11.04 Package: libreoffice-help-en-us 1:3.3.4-0ubuntu1.2 ProcVersionSignature: Ubuntu 2.6.38-15.65-generic 2.6.38.8 Uname: Linux 2.6.38-15-generic i686 Architecture: i386 Date: Mon Aug 27 08:23:34 2012 ErrorMessage:

[Bug 1042543] Re: package libreoffice-help-en-us 1:3.3.4-0ubuntu1.2 failed to install/upgrade: short read on buffer copy for backend dpkg-deb κατά το `./usr/share/libreoffice/basis3.3/help/en/schart.i

2012-08-28 Thread Boudakidisp
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042543 Title: package libreoffice-help-en-us 1:3.3.4-0ubuntu1.2 failed to install/upgrade: short read on buffer copy for backend dpkg-deb κατά το

[Bug 1042471] Re: Ubuntu 12.04 Server doesn't respond to ARP request

2012-08-28 Thread Jamie Royer
This is not a bug. There is an issue with my router. I'm using DD-WRT and it is set to client bridge which is performing ARP forwarding. The ARP packets coming from the SIP phone are padded (ethernet packet is 60 bytes) where as the ARP packets from the Ubuntu desktop are not padded (ethernet

[Bug 1042276] Re: software-properties-kde and policykit1 translation is a mix between english and german

2012-08-28 Thread Steffen Eibicht
as far as I know, the GTK-version of software-properties is 100% translated, because in Ubuntu Precise (with Unity Desktop) and Xubuntu Precise (XFCE), this issue does not exist. Only the Kubuntu (KDE) version is affected. -- You received this bug notification because you are a member of Ubuntu

[Bug 1003406] Re: 168c:0023 Wireless network continuously disconnecting and reconnecting

2012-08-28 Thread Miek Gieben
kernel 3.6-rc3 seems to work better in the wifi department. It only broke suspendresume on my laptop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003406 Title: 168c:0023 Wireless network

[Bug 947697] Re: Atheros AR9285 Wireless on Ubuntu 12.04 is slow, unstable and has a weak signal.

2012-08-28 Thread Miek Gieben
A new day, a new kernel: 3.6-rc3, suspendresume does not work anymore, but the wireless as much more stable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/947697 Title: Atheros AR9285 Wireless on

[Bug 1042551] Re: compiz crashed with SIGSEGV in TfpTexture::bindTexImage()

2012-08-28 Thread Alberto Mardegan
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042551 Title: compiz crashed with SIGSEGV in TfpTexture::bindTexImage() To manage notifications about this bug go

[Bug 1042547] [NEW] Debconf/Log.pm

2012-08-28 Thread Tigran Hovhannisyan
Public bug reported: Good day. I can't update my system(ubuntu 12.04) becouse i recieve that message Can't locate Debconf/Log.pm in @INC... but my @INC contain that package. What can I do? Thanks. ___ With best regards Tigran Hovhannisyan. ProblemType: Package DistroRelease: Ubuntu 12.04

[Bug 1042547] Re: Debconf/Log.pm

2012-08-28 Thread Tigran Hovhannisyan
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042547 Title: Debconf/Log.pm To manage notifications about this bug go to:

[Bug 1042546] [NEW] Sound card is muted or mute being constantly toggled when no audio is played

2012-08-28 Thread Lasse Kärkkäinen
Public bug reported: For a long time, Ubuntu has muted the sound card whenever no audio is played, presumably to save power. On my laptop this has two nasty side effects. First of all, the mute button LED lights up, even though the the volume control is not set on mute (in the user interface).

[Bug 1042546] Re: Sound card is muted or mute being constantly toggled when no audio is played

2012-08-28 Thread Lasse Kärkkäinen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042546 Title: Sound card is muted or mute being constantly toggled when no audio is played To manage notifications about this bug go to:

[Bug 1041760] Re: i368 netboot install xubuntu fails installing software

2012-08-28 Thread Redmar
I had not noticed the logs were in Dutch, sorry. The problem is indeed unmet dependencies, does this mean this bug will go away as new packages hit the archive? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1039594] Re: evolution-calendar-factory crashed with SIGSEGV in g_rec_mutex_get_impl()

2012-08-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: evolution-data-server (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1037483] Re: Needs NVIDIA driver 304.37

2012-08-28 Thread Boaz Dodin
New stable version 304.43 just been released : http://www.geforce.com/drivers/results/47534 Release Highlights: * Added support for the following GPUs: GeForce GTX 660 Ti Quadro K5000 Quadro K5000M Quadro K4000M Quadro K3000M NVS 510 * Fixed a bug that caused pre-release

[Bug 1032251] Re: EOG hangs in Ubuntu 12.04

2012-08-28 Thread angus73
Sebastien, do you mean synaptics (the touchpad driver)? If so, would it be useful trying to reproduce the bug having previously disabled the touchpad (by disconnecting it physically, or unloading a module, or I don't know whatelse...) -- You received this bug notification because you are a

[Bug 1042553] [NEW] comgt fails when USB modem is dialed in

2012-08-28 Thread Rolf Leggewie
Public bug reported: $ lsusb -d 12d1:1003 Bus 001 Device 067: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem / E270 HSDPA/HSUPA Modem comgt package 0.32-2 on lucid. When I am dialed in via the USB stick (network-manager), I can no longer measure the signal strength. $ sudo comgt

[Bug 1042547] Re: Debconf/Log.pm

2012-08-28 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042547 Title: Debconf/Log.pm To manage notifications about this bug go to:

[Bug 1042478] Re: Login gets stuck in a loop (login screen, partly loaded home screen, messed up screen)

2012-08-28 Thread Jackson Doak
i can as i cant log in -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042478 Title: Login gets stuck in a loop (login screen, partly loaded home screen, messed up screen) To manage notifications

[Bug 1042478] Re: Login gets stuck in a loop (login screen, partly loaded home screen, messed up screen)

2012-08-28 Thread Jackson Doak
my laptop ran out of power and reset the vm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042478 Title: Login gets stuck in a loop (login screen, partly loaded home screen, messed up screen) To

[Bug 1042551]

2012-08-28 Thread Apport retracing service
*** This bug is a duplicate of bug 927168 *** https://bugs.launchpad.net/bugs/927168 StacktraceTop: all_enums () from /tmp/tmp6NSmVw/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so ?? () ?? () ?? () ?? () -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1042551] Stacktrace.txt

2012-08-28 Thread Apport retracing service
*** This bug is a duplicate of bug 927168 *** https://bugs.launchpad.net/bugs/927168 ** Attachment added: Stacktrace.txt https://bugs.launchpad.net/bugs/1042551/+attachment/3280156/+files/Stacktrace.txt -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1042551] StacktraceSource.txt

2012-08-28 Thread Apport retracing service
*** This bug is a duplicate of bug 927168 *** https://bugs.launchpad.net/bugs/927168 ** Attachment added: StacktraceSource.txt https://bugs.launchpad.net/bugs/1042551/+attachment/3280157/+files/StacktraceSource.txt -- You received this bug notification because you are a member of

[Bug 1042551] ThreadStacktrace.txt

2012-08-28 Thread Apport retracing service
*** This bug is a duplicate of bug 927168 *** https://bugs.launchpad.net/bugs/927168 ** Attachment added: ThreadStacktrace.txt https://bugs.launchpad.net/bugs/1042551/+attachment/3280158/+files/ThreadStacktrace.txt ** Changed in: unity (Ubuntu) Status: New = Invalid -- You

[Bug 1042551] Crash report cannot be processed

2012-08-28 Thread Apport retracing service
*** This bug is a duplicate of bug 927168 *** https://bugs.launchpad.net/bugs/927168 Thank you for your report! However, processing it in order to get sufficient information for the developers failed (it does not generate a useful symbolic stack trace). This might be caused by some outdated

[Bug 1033533] Re: Xorg crashed with SIGABRT: exaMemcpyBox with src=0x0 - Unhandled dwarf expression opcode 0xfa

2012-08-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xorg-server (Ubuntu Precise) 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/1033533

[Bug 1042551] Re: compiz crashed with SIGSEGV in TfpTexture::bindTexImage()

2012-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 927168 *** https://bugs.launchpad.net/bugs/927168 I'm going to assume this is bug 927168 because it looks similar enough. ** This bug has been marked a duplicate of bug 927168 compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from

[Bug 1042231] Re: InstallPackageNames should not return until the package has been installed

2012-08-28 Thread Alberto Mardegan
Martin Pitt would be the most competent to fix this bug, but it's not exactly his responsibility, and it's unlikely that he'll find time to fix this soon. So, while I'm assigning the bug to him (just so that he doesn't forget about it), anyone else is welcome to step in and reclaim the bug --

[Bug 901105] Re: Asus K54C wireless led is always off

2012-08-28 Thread AceLan Kao
Quantal and Precise SRU sent -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/901105 Title: Asus K54C wireless led is always off To manage notifications about this bug go to:

[Bug 1042556] [NEW] Critical data loss bug in postgresql-common initscript

2012-08-28 Thread Craig Ringer
Public bug reported: Hi The Debian packages for PostgreSQL (and thus the Ubuntu packages because of the shared use of pg_wrapper) are subject to a potentially critical data loss bug because of an unsafe procedure for restarting PostgreSQL. This issue has been recognised and patched in Debian:

[Bug 1042556] Re: Critical data loss bug in postgresql-common initscript

2012-08-28 Thread Craig Ringer
Debian patch: http://anonscm.debian.org/loggerhead/pkg-postgresql /postgresql-common/trunk/revision/1181 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042556 Title: Critical data loss bug in

[Bug 862776] Re: apt-get --install-suggests install is a NOOP

2012-08-28 Thread Daniel Hartwig
** Changed in: apt (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/862776 Title: apt-get --install-suggests install is a NOOP To manage notifications

[Bug 1042556] Re: Critical data loss bug in postgresql-common initscript

2012-08-28 Thread Craig Ringer
BTW, while the Debian patch says potentially dangerous, Tom Lane (core Pg developer Red Hat package maintainer) says horridly, horridly dangerous and stupid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1010439] Re: ifup fails prematurely if the same static IPv4 address was configured per kernel command line

2012-08-28 Thread Matthias Andree
** Changed in: ifupdown (Ubuntu) Status: Expired = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1010439 Title: ifup fails prematurely if the same static IPv4 address was configured

[Bug 1042556] Re: Critical data loss bug in postgresql-common initscript

2012-08-28 Thread Martin Pitt
This is fixed in Quantal. ** Changed in: postgresql-common (Ubuntu) Status: Confirmed = Fix Released ** Changed in: postgresql-common (Ubuntu) Importance: Undecided = High ** Also affects: postgresql-common (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects:

[Bug 1042556] Re: Critical data loss bug in postgresql-common initscript

2012-08-28 Thread Martin Pitt
Adding tasks for LTSes. ** Changed in: postgresql-common (Ubuntu Precise) Assignee: (unassigned) = Martin Pitt (pitti) ** Changed in: postgresql-common (Ubuntu Precise) Importance: Undecided = High ** Changed in: postgresql-common (Ubuntu Lucid) Importance: Undecided = High -- You

[Bug 1042413] Re: compiz crashed with SIGABRT in assert() from intel_resolve_map_set() from brw_draw_prims() from vbo_draw_arrays() from GLWindow::glDrawGeometry()

2012-08-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mesa (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/1042413 Title:

[Bug 1042413] Re: compiz crashed with SIGABRT in assert() from intel_resolve_map_set() from brw_draw_prims() from vbo_draw_arrays() from GLWindow::glDrawGeometry()

2012-08-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity (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/1042413 Title:

[Bug 1041376] Re: package postgresql-9.1 9.1.5-0ubuntu12.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-28 Thread Martin Pitt
2012-08-24 18:38:50 GMT FATAL: could not write lock file postmaster.pid: No space left on device Seems you need to clean up your hard disk a bit? ** Changed in: postgresql-9.1 (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1040219] Re: Didn't pick up new flickr account

2012-08-28 Thread David Callé
immediately after installing the lens, without logging out or restarting Unity? Unity doesn't automatically displays new lenses, it needs to be restarted. Nevertheless, nothing specific to do to return to the first state of the lens, it doesn't store any configuration (except a backup of Shotwell

[Bug 1042589] [NEW] Unable to launch nvidia-settings from the Dash. Launches correctly from CLI

2012-08-28 Thread Louis Bouchard
Public bug reported: Just let me know if you need any other kind of data collected. Problem is systematic ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24 Uname: Linux 3.2.0-29-generic x86_64 NonfreeKernelModules:

[Bug 1042589] Re: Unable to launch nvidia-settings from the Dash. Launches correctly from CLI

2012-08-28 Thread Louis Bouchard
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042589 Title: Unable to launch nvidia-settings from the Dash. Launches correctly from CLI To manage notifications about this bug go to:

[Bug 1042588] [NEW] package libsqlite3-0 3.7.9-2ubuntu1.1 failed to install/upgrade: package libsqlite3-0 is already installed and configured

2012-08-28 Thread anabelli
*** This bug is a duplicate of bug 1042586 *** https://bugs.launchpad.net/bugs/1042586 Public bug reported: Error after dist-upgrade. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: libsqlite3-0 3.7.9-2ubuntu1.1 ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24 Uname: Linux

[Bug 1042588] Re: package libsqlite3-0 3.7.9-2ubuntu1.1 failed to install/upgrade: package libsqlite3-0 is already installed and configured

2012-08-28 Thread anabelli
*** This bug is a duplicate of bug 1042586 *** https://bugs.launchpad.net/bugs/1042586 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042588 Title: package libsqlite3-0 3.7.9-2ubuntu1.1 failed

[Bug 1042587] [NEW] package libcupscgi1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupscgi1 is already installed and configured

2012-08-28 Thread anabelli
*** This bug is a duplicate of bug 1042586 *** https://bugs.launchpad.net/bugs/1042586 Public bug reported: Error after dist-upgrade. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: libcupscgi1 1.5.3-0ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24 Uname: Linux

[Bug 1042587] Re: package libcupscgi1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupscgi1 is already installed and configured

2012-08-28 Thread anabelli
*** This bug is a duplicate of bug 1042586 *** https://bugs.launchpad.net/bugs/1042586 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042587 Title: package libcupscgi1 1.5.3-0ubuntu4 failed to

[Bug 1042586] [NEW] package libcupsmime1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupsmime1 is already installed and configured

2012-08-28 Thread anabelli
Public bug reported: Error after dist-upgrade. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: libcupsmime1 1.5.3-0ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24 Uname: Linux 3.2.0-29-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.0.1-0ubuntu12

[Bug 1042586] Re: package libcupsmime1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupsmime1 is already installed and configured

2012-08-28 Thread anabelli
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042586 Title: package libcupsmime1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupsmime1 is already installed and configured To manage

[Bug 989787] Re: Resume from suspension fails on Ubuntu 12.04

2012-08-28 Thread Lee Crites
I think this was closed prematurely. I have the problem, and my Acer laptop isn't the same configuration as Marco's. The suspend works in SuSE, CentOS but not in Ubuntu. I was going to test Mint, but haven't yet done so. If this is not being considered a real bug, then I'm probably going to either

[Bug 1042587] Re: package libcupscgi1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupscgi1 is already installed and configured

2012-08-28 Thread Apport retracing service
*** This bug is a duplicate of bug 1042586 *** https://bugs.launchpad.net/bugs/1042586 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 #1042586, so is being marked as such.

[Bug 1042586] Re: package libcupsmime1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupsmime1 is already installed and configured

2012-08-28 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042586 Title: package libcupsmime1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupsmime1 is already

[Bug 1041976] Re: apt repositories are broken for precise

2012-08-28 Thread Lauri Rintala
The Finnish repos are now back in action. ** Changed in: ubuntu Status: Confirmed = 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/1041976 Title: apt repositories are broken for

[Bug 1042594] [NEW] package initramfs-tools 0.99ubuntu13 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-08-28 Thread Charles Ludwig
Public bug reported: will not upgrade ProblemType: Package DistroRelease: Ubuntu 12.04 Package: initramfs-tools 0.99ubuntu13 ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19 Uname: Linux 3.2.0-26-generic x86_64 ApportVersion: 2.0.1-0ubuntu12 Architecture: amd64 Date: Tue Aug 28 01:42:05

[Bug 1042594] Re: package initramfs-tools 0.99ubuntu13 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-08-28 Thread Charles Ludwig
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042594 Title: package initramfs-tools 0.99ubuntu13 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned

[Bug 1042593] [NEW] package linux-image-3.2.0-29-generic 3.2.0-29.46 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2012-08-28 Thread Charles Ludwig
Public bug reported: kernel will not update ProblemType: Package DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-29-generic 3.2.0-29.46 ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19 Uname: Linux 3.2.0-26-generic x86_64 AlsaVersion: Advanced Linux Sound Architecture Driver

[Bug 1042593] Re: package linux-image-3.2.0-29-generic 3.2.0-29.46 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2012-08-28 Thread Charles Ludwig
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042593 Title: package linux-image-3.2.0-29-generic 3.2.0-29.46 failed to install/upgrade: ErrorMessage: subprocess installed post-installation

[Bug 1042588] Re: package libsqlite3-0 3.7.9-2ubuntu1.1 failed to install/upgrade: package libsqlite3-0 is already installed and configured

2012-08-28 Thread Apport retracing service
*** This bug is a duplicate of bug 1042586 *** https://bugs.launchpad.net/bugs/1042586 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 #1042586, so is being marked as such.

[Bug 1042546] Re: Sound card is muted or mute being constantly toggled when no audio is played

2012-08-28 Thread Raymond
1838.748079] hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x00170500 [ 1839.752094] hda-intel: No response from codec, disabling MSI: last cmd=0x00170500 [ 1840.760077] hda_intel: azx_get_response timeout, switching to single_cmd mode: last cmd=0x00170500 -- You

[Bug 1041625] Re: X not starting after install [openchrome]

2012-08-28 Thread Erick Brunzell
Just out of curiosity I tried installing Lubuntu QQ alpha 3 on the aforementioned hardware. All went fine other than one totally unrelated ubiquity bug. After installing I applied the available updates, I did NOT enable proposed, but then it's no longer able to boot into that old (circa 2007) VIA

[Bug 1036078] Re: Wireless USB keyboard stopped working after upgrade to 12.04

2012-08-28 Thread Martijn Brinkers
In my case this was caused by bluetooth being locked in the bios. Allowing bluetooth solved it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1036078 Title: Wireless USB keyboard stopped working

[Bug 1042593] Re: package linux-image-3.2.0-29-generic 3.2.0-29.46 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2012-08-28 Thread Brad Figg
dpkg: dependency problems prevent configuration of linux-image-generic: linux-image-generic depends on linux-image-3.2.0-27-generic; however: Package linux-image-3.2.0-27-generic is not configured yet. ** Changed in: linux (Ubuntu) Status: New = Confirmed ** Tags added:

[Bug 1041814] Re: weston crashed with SIGSEGV in ____longjmp_chk()

2012-08-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: weston (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/1041814 Title:

[Bug 1002815] Re: failed upgrade from 10.04.4 to 12.04

2012-08-28 Thread Jean-Baptiste Lallement
@ogenex, could you please file another report as your issue is different and attach the content of /var/log/dist-upgrade. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1002815 Title: failed

[Bug 1042556] Re: Critical data loss bug in postgresql-common initscript

2012-08-28 Thread Craig Ringer
Thanks. I wanted to make sure this didn't slip under the radar in terms of merging with Debian etc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042556 Title: Critical data loss bug in

  1   2   3   4   5   6   7   8   9   10   >