[Bug 929382] [NEW] package fails to install: SIOCSIFNETMASK: Cannot assign requested address

2012-02-09 Thread Martin Pitt
Public bug reported: Current lucid-precise upgrade test fails on Setting up lxc (0.7.5-3ubuntu18) ... * Starting Linux Containers SIOCSIFNETMASK: Cannot assign requested address iptables: No chain/target/match by that name. * Failed to set up LXC network invoke-rc.d: initscript lxc, action

[Bug 929382] Re: package fails to install: SIOCSIFNETMASK: Cannot assign requested address

2012-02-09 Thread Jean-Baptiste Lallement
** Tags added: dist-upgrade lucid2precise precise qa-daily-testing -- 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/929382 Title: package fails to install: SIOCSIFNETMASK: Cannot assign

[Bug 929382] Re: package fails to install: SIOCSIFNETMASK: Cannot assign requested address

2012-02-09 Thread Martin Pitt
It could potentially be a followup failure from the cgroup-lite failure in bug 929381. However, as this was a dist-upgrade, it was running under a lucid kernel which might not yet support the necessary features. It needs to fail gracefully then. -- You received this bug notification because you

[Bug 929382] Re: package fails to install: SIOCSIFNETMASK: Cannot assign requested address

2012-02-09 Thread Martin Pitt
I confirm that this is not a consequence of bug 929381. I cannot reproduce this in a lucid live system, so the SIOCSIFNETMASK might be something special in the dist-upgrader test environment? -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 541886] Re: clamd: can't initialize the internal logger

2012-02-09 Thread RaSca
It's not a Clamav bug. It's an apparmor issue. freshclam and clamd must be set in complain mode: # aa-complain freshclam Setting /etc/apparmor.d/usr.bin.freshclam to complain mode. # aa-complain clamd Setting /etc/apparmor.d/usr.sbin.clamd to complain mode. In this way you can start your

[Bug 879666] Re: chown error for console.fifo when launching vm

2012-02-09 Thread Robie Basak
Just to update anyone following this bug, the plan decided at the last meeting is that Chuck will rebase the console fifo patch for Precise, fixing this bug on the way, and then SRU the fix for this bug in Oneiric. Thanks Chuck! ** Changed in: nova (Ubuntu Precise) Assignee: Robie Basak

[Bug 927744] Re: rotate around round robin hosts is not configurable

2012-02-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: squid3 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu.

[Bug 929382] Re: package fails to install: SIOCSIFNETMASK: Cannot assign requested address

2012-02-09 Thread Martin Pitt
I logged into the dist-upgrade tester VM for main-all, and tried to install lxc: Setting up lxc (0.7.5-3ubuntu20) ... AppArmor parser error for /etc/apparmor.d/usr.bin.lxc-start in /etc/apparmor.d/usr.bin.lxc-start at line 40: Invalid capability syslog. * Starting Linux Containers dnsmasq:

[Bug 929382] Re: package fails to install: SIOCSIFNETMASK: Cannot assign requested address

2012-02-09 Thread Martin Pitt
However, in both cases it apparently fails in the same exit path. It seems that the trapping is meant to call undo_network() on failure (which works), then undo_network() goes all the way to the end, and then the script just exits: .0.3.1 --dhcp-range 10.0.3.2,10.0.3.254 --dhcp-lease-max=253

[Bug 929382] Re: package fails to install: SIOCSIFNETMASK: Cannot assign requested address

2012-02-09 Thread Martin Pitt
As the script always exits right away after the trap, the only way that I found to do that cleanly is to add an exit 0: undo_network() { [...] log_failure_msg Failed to set up LXC network exit 0 } This allows the package to get configured and not break upgrades even if

[Bug 929514] [NEW] package lxc 0.7.5-3ubuntu20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-09 Thread John O'Brien
Public bug reported: I had lxc configured for bridging already and it failed when trying to update /etc/network/interfaces... Also, I had to manually stop lxc and run the update. It would fail if I left it up. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: lxc 0.7.5-3ubuntu20

[Bug 929514] Re: package lxc 0.7.5-3ubuntu20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-09 Thread John O'Brien
-- 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/929514 Title: package lxc 0.7.5-3ubuntu20 failed to install/upgrade: subprocess installed post-installation script returned error exit

[Bug 929514] Re: package lxc 0.7.5-3ubuntu20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-09 Thread John O'Brien
Note this was on Precise... not Ubuntu 11.10 Oneiric Ocelot -- 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/929514 Title: package lxc 0.7.5-3ubuntu20 failed to install/upgrade:

[Bug 929514] Re: package lxc 0.7.5-3ubuntu20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-09 Thread Apport retracing service
** Tags removed: need-duplicate-check -- 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/929514 Title: package lxc 0.7.5-3ubuntu20 failed to install/upgrade: subprocess installed

[Bug 929523] [NEW] bacula-director does not start, dummy libbaccats

2012-02-09 Thread Scott Moser
Public bug reported: On 5.2.3-0ubuntu3, reported from bug 897303. The latest package installed When attempting to start the bacula-director the following error is logged, and the service does not start. 08-Feb 18:59 bacula-dir JobId 0: Fatal error: Please replace this dummy libbaccats library

[Bug 897303] Re: bacula-common-mysql uninstallable due to conflicting files

2012-02-09 Thread Scott Moser
Sandy, Thank you for the report. I opened bug 929523 to track your issue in comment 5. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bacula in Ubuntu. https://bugs.launchpad.net/bugs/897303 Title: bacula-common-mysql

[Bug 929563] [NEW] apparmor profile does not include local overrides

2012-02-09 Thread Kernevil
Public bug reported: The shipped apparmor profile does not include the local file to override the default policy. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: bind9 (not installed) ProcVersionSignature: Ubuntu 3.0.0-15.26-generic-pae 3.0.13 Uname: Linux 3.0.0-15-generic-pae i686

[Bug 929563] Re: apparmor profile does not include local overrides

2012-02-09 Thread Kernevil
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/929563 Title: apparmor profile does not include local overrides To manage notifications about this bug go to:

[Bug 929382] Re: package fails to install: SIOCSIFNETMASK: Cannot assign requested address

2012-02-09 Thread Serge Hallyn
exit 0 sounds fine, thanks. -- 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/929382 Title: package fails to install: SIOCSIFNETMASK: Cannot assign requested address To manage

[Bug 929563] Re: apparmor profile does not include local overrides

2012-02-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: bind9 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/929563

[Bug 929514] Re: package lxc 0.7.5-3ubuntu20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-09 Thread Serge Hallyn
Thanks for reporting this bug. In part it appears to be a dup of bug 929382. However, the dpkg log shows that brctl addbr lxcbr0 failed because lxcbr0 already existed. Had you created lxcbr0 by hand? If so, then the lxc init script should simply detect that and quietly exit (without destroying

[Bug 925772] Re: UPDATE REQUEST: php53u 5.3.10 is available upstream

2012-02-09 Thread Jeffrey Ness
** Changed in: ius Status: New = Fix Released -- 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/925772 Title: UPDATE REQUEST: php53u 5.3.10 is available upstream To manage

[Bug 929523] Re: bacula-director does not start, dummy libbaccats

2012-02-09 Thread Scott Moser
just for the record, to get the correct libbaccats installed, I've just changed debian/rules like: === modified file 'debian/rules' --- debian/rules2012-01-19 00:13:55 + +++ debian/rules2012-02-09 14:25:48 + @@ -203,9 +203,10 @@ dh_install -pbacula-console

[Bug 929523] Re: bacula-director does not start, dummy libbaccats

2012-02-09 Thread Scott Moser
bacula has mulitple implementors of the libbaccats.so (pgsql, sqlite3, mysql). It seems like the right place for this library is in the bacula- common-variant package. After one change to get the correct libbaccats-variant-version.so copied in, I have layout like:

[Bug 929382] Re: package fails to install: SIOCSIFNETMASK: Cannot assign requested address

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu21 --- lxc (0.7.5-3ubuntu21) precise; urgency=low * debian/lxc.init: Exit cleanly in undo_network(), to avoid the init.d script and thus the package installation to fail if the network could not be configured for LXC.

[Bug 929514] Re: package lxc 0.7.5-3ubuntu20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu22 --- lxc (0.7.5-3ubuntu22) precise; urgency=low * debian/lxc.init: - at setup_lxc_bridge, return early if ${LXC_BRIDGE) already exists. (LP: #929514) - switch 'ip link show' and 'brctl show' checks for

[Bug 928524] Re: lxcbr0 fails to come up when dnsmasq is installed

2012-02-09 Thread Serge Hallyn
A recommendation in comments 7 and 8 of bug 925511 seems like the best way to solve this for both lxc and libvirt. However, I don't think we'll have time to do this in time for precise. The libvirt patch will have to be sent and vetted upstream, both lxc and libvirt will need to switch from

[Bug 928524] Re: lxcbr0 fails to come up when dnsmasq is installed

2012-02-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: dnsmasq (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/928524

[Bug 928524] Re: lxcbr0 fails to come up when dnsmasq is installed

2012-02-09 Thread Jean-Baptiste Lallement
Now that we rely on dnsmasq by default for name resolution, the importance is higher because the bridge comes up before dnsmasq, dnsmasq fails to start and the system can't do name resolution. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 908154] Re: PHP session garbage collection measured in minutes instead of seconds

2012-02-09 Thread Steve Beattie
BIll, The /usr/lib/php5/maxlifetime script is already dividing the result by 60; if you run it with the default settings, you will see that it returns 24 (the expected number of minutes). So your patch should not be necessary. Is that not the behavior you see? What does it output if you run it

[Bug 908154] Re: PHP session garbage collection measured in minutes instead of seconds

2012-02-09 Thread Bill Ruddock
Steve, You're right, /usr/lib/php5/maxlifetime is dividing by 60 to give it in minutes. I can't think why I believed otherwise when I reported this. Thanks, this is not a bug after all. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 929563] Re: apparmor profile does not include local overrides

2012-02-09 Thread Kernevil
** Attachment added: patch https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/929563/+attachment/2727539/+files/patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/929563 Title:

[Bug 908154] Re: PHP session garbage collection measured in minutes instead of seconds

2012-02-09 Thread Steve Beattie
** Changed in: php5 (Ubuntu) Status: Incomplete = Invalid -- 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/908154 Title: PHP session garbage collection measured in minutes

Re: [Bug 929514] Re: package lxc 0.7.5-3ubuntu20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-09 Thread John O'Brien
On Thu, Feb 9, 2012 at 9:58 AM, Serge Hallyn 929...@bugs.launchpad.net wrote: Thanks for reporting this bug.  In part it appears to be a dup of bug 929382.  However, the dpkg log shows that brctl addbr lxcbr0 failed because lxcbr0 already existed.  Had you created lxcbr0 by hand?  If so, then

[Bug 900620] Re: Possible Bug: php5-fpm does not listen on a socket by default

2012-02-09 Thread Bug Watch Updater
** Changed in: php5 (Debian) Status: New = Fix Released -- 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/900620 Title: Possible Bug: php5-fpm does not listen on a socket by

[Bug 929769] [NEW] Enlistment fails if some values are not preseeded

2012-02-09 Thread Andres Rodriguez
Public bug reported: If only preseeding some of the values except hostname and profile, then cobbler-enlist requires user interaction by requesting these items; however, no system gets registered into cobbler. The following is the preseed used: d-i preseed/early_command string anna-install

[Bug 929780] [NEW] console.ring files should not be world readable

2012-02-09 Thread James Troup
Public bug reported: -rw-r--r-- 1 nova nova 65545 2011-10-27 01:41 /srv/nova/instances /instance-045b/console.ring I don't believe that an unprivileged user on a compute node should be able to read the console output for any instances running on that node. ** Affects: nova (Ubuntu)

[Bug 929769] Re: Enlistment fails if some values are not preseeded

2012-02-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: cobbler-enlist (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler-enlist in Ubuntu.

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-02-09 Thread Stéphane Graber
** Description changed: - Configuring an 802.3ad bond doesn't appear to work correctly. The following entry in /etc/network/interfaces should configure an 802.3ad bond between interfaces eth2 and eth3: - #auto bond0 - iface bond0 inet static -   address 10.191.62.2 -   netmask 255.255.255.0 -   

[Bug 929827] [NEW] KDC (krb5-kdc-ldap) and kadmin.local segfault in libkdb5.so.5.0.

2012-02-09 Thread Jason B. Alonso
Public bug reported: Running 11.10 (Oneiric). Additional specifications in tags. This appears to apply to libkdb5-5 version 1.9.1+dfsg-1ubuntu2.2. I have copied a working LDAP-backed KDC configuration from a 64-bit EC2 instance into a 32-bit EC2 instance (the binaries are installed fresh).

[Bug 929523] Re: bacula-director does not start, dummy libbaccats

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package bacula - 5.2.5-0ubuntu1 --- bacula (5.2.5-0ubuntu1) precise; urgency=low * New upstream release. * fixes SONAME of libbaccats-{mysql,pgsql,sqlite3}-version.so to be libbaccats-version which made dh_shlibdeps fail in 5.2.3 after

[Bug 929523] Re: bacula-director does not start, dummy libbaccats

2012-02-09 Thread Scott Moser
@Sandy, Could you please put this through some test? I've verified the mysql daemon installs and starts. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bacula in Ubuntu. https://bugs.launchpad.net/bugs/929523 Title:

[Bug 924002] Re: build system strips binaries, so no debug symbol packages available

2012-02-09 Thread Adam Stokes
This patch puts all stripped executables and shared libraries into their relevant -dbg packages. ** Patch added: autofs5_5.0.6-0ubuntu3.unstable.debdiff https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+attachment/2728194/+files/autofs5_5.0.6-0ubuntu3.unstable.debdiff -- You

[Bug 910296] Re: Please backport the upstream patch to prevent attacks based on hash collisions

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.5-1ubuntu7.6 --- php5 (5.3.5-1ubuntu7.6) natty-security; urgency=low * SECURITY UPDATE: memory allocation failure denial of service - debian/patches/php5-CVE-2011-4153.patch: check result of zend_strdup() and calloc() for

[Bug 929848] [NEW] init script has hard coded chown

2012-02-09 Thread Paul
Public bug reported: I changed the user the nagios runs under and could not get the services to start; so after looking around I found that the init script was chowning /var/run/nagios3 directory. /etc/init.d/nagios3 start () { DIRECTORY=$(dirname $THEPIDFILE) [ ! -d $DIRECTORY ] mkdir -p

[Bug 795673] Re: init.d restart operation can fail without proper notice if the memcached process takes a long time ( 1s) to shut down

2012-02-09 Thread Clint Byrum
** Changed in: memcached (Ubuntu) Status: Confirmed = In Progress ** Changed in: memcached (Ubuntu) Assignee: (unassigned) = Clint Byrum (clint-fewbar) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to memcached in Ubuntu.

[Bug 910296] Re: Please backport the upstream patch to prevent attacks based on hash collisions

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.6-13ubuntu3.5 --- php5 (5.3.6-13ubuntu3.5) oneiric-security; urgency=low * SECURITY UPDATE: memory allocation failure denial of service - debian/patches/php5-CVE-2011-4153.patch: check result of zend_strdup() and calloc() for

[Bug 910296] Re: Please backport the upstream patch to prevent attacks based on hash collisions

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.3-1ubuntu9.9 --- php5 (5.3.3-1ubuntu9.9) maverick-security; urgency=low * SECURITY UPDATE: memory allocation failure denial of service - debian/patches/php5-CVE-2011-4153.patch: check result of zend_strdup() and calloc() for

[Bug 925772] Re: UPDATE REQUEST: php53u 5.3.10 is available upstream

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.6-13ubuntu3.5 --- php5 (5.3.6-13ubuntu3.5) oneiric-security; urgency=low * SECURITY UPDATE: memory allocation failure denial of service - debian/patches/php5-CVE-2011-4153.patch: check result of zend_strdup() and calloc() for

[Bug 681090] Re: status operation on init.d not working correctly

2012-02-09 Thread Clint Byrum
This was fixed upstream in version 1.4.9, marking fix released. ** Changed in: memcached (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to memcached in Ubuntu.

[Bug 876387] Re: fuser forking uncontrollably in cron job

2012-02-09 Thread Bug Watch Updater
** Changed in: psmisc (Debian) Status: New = Fix Released -- 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/876387 Title: fuser forking uncontrollably in cron job To manage

[Bug 929848] Re: init script has hard coded chown

2012-02-09 Thread Dave Walker
Thanks for the bug report. Please can you confirm rational for switching the user it runs as? ** Changed in: nagios3 (Ubuntu) Importance: Undecided = Wishlist ** Changed in: nagios3 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of

[Bug 929780] Re: console.ring files should not be world readable

2012-02-09 Thread Robie Basak
I'd expect the protection to be on /srv/nova/instances/instance-045b in that example, or even further up. An unprivileged user on a compute node shouldn't even be able to get into that directory. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 795673] Re: init.d restart operation can fail without proper notice if the memcached process takes a long time ( 1s) to shut down

2012-02-09 Thread Clint Byrum
** Description changed: + TEST CASE: + + 1. install memcached and python-memcache + 2. edit /etc/memcached.conf and change -m 64 to -m 640 + 3. sudo service memcached restart + 4. Run the following test script with '30' as an argument + + #!/usr/bin/python + + import memcache + import sys

[Bug 929780] Re: console.ring files should not be world readable

2012-02-09 Thread Dave Walker
** Changed in: nova (Ubuntu) Importance: Undecided = High -- 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/929780 Title: console.ring files should not be world readable To manage

[Bug 910296] Re: Please backport the upstream patch to prevent attacks based on hash collisions

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.2-1ubuntu4.13 --- php5 (5.3.2-1ubuntu4.13) lucid-security; urgency=low * SECURITY UPDATE: memory allocation failure denial of service - debian/patches/php5-CVE-2011-4153.patch: check result of zend_strdup() and calloc() for

[Bug 927887] Re: package rabbitmq-server 2.6.1-1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-09 Thread Dave Walker
Setting up rabbitmq-server (2.6.1-1ubuntu4) ... Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err} rabbitmq-server. invoke-rc.d: initscript rabbitmq-server, action start failed. dpkg: error processing rabbitmq-server (--configure): subprocess installed

[Bug 918807] Re: [precise] virbr0 not created during fresh install when dnsmasq is running with --except-interface=virbr0

2012-02-09 Thread Dave Walker
** Changed in: dnsmasq (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/918807 Title: [precise] virbr0 not created during fresh install when

[Bug 927887] Re: package rabbitmq-server 2.6.1-1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-09 Thread Dave Walker
Hi, Please attach the log files listed: /var/log/rabbitmq/startup_{log, _err} Thanks. ** Changed in: rabbitmq-server (Ubuntu) Status: New = Incomplete ** Changed in: rabbitmq-server (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a

[Bug 929888] [NEW] ldap_result returns -1 when called from sssd

2012-02-09 Thread Ryan Murray
Public bug reported: sssd fails to obtain ldap results and marks the ldap server as offline when used with libldap-2.4-2 2.4.28-1.1ubuntu2, as ldap_result always returns -1. Reverting to libldap-2.4-2 2.4.25-1.1ubuntu4 fixes the problem. This seems to be an upstream bug, also seen in Fedora:

[Bug 795673] Re: init.d restart operation can fail without proper notice if the memcached process takes a long time ( 1s) to shut down

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package memcached - 1.4.13-0ubuntu1 --- memcached (1.4.13-0ubuntu1) precise; urgency=low * New upstream release. * Refreshed patches * d/p/50_add_init_retry.patch: use --retry to wait up to 5 seconds for memcached to die. (LP: #795673) * d/rules:

[Bug 586632] Re: build should run test suite

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package memcached - 1.4.13-0ubuntu1 --- memcached (1.4.13-0ubuntu1) precise; urgency=low * New upstream release. * Refreshed patches * d/p/50_add_init_retry.patch: use --retry to wait up to 5 seconds for memcached to die. (LP: #795673) * d/rules:

[Bug 918807] Re: [precise] virbr0 not created during fresh install when dnsmasq is running with --except-interface=virbr0

2012-02-09 Thread Serge Hallyn
I think we can mark this a dup of bug 928524 ? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/918807 Title: [precise] virbr0 not created during fresh install when dnsmasq is

[Bug 795673] Re: init.d restart operation can fail without proper notice if the memcached process takes a long time ( 1s) to shut down

2012-02-09 Thread Clint Byrum
** Also affects: memcached (Ubuntu Lucid) Importance: Undecided Status: New -- 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/795673 Title: init.d restart operation can

[Bug 914679] Re: /run is not setup as tmpfs

2012-02-09 Thread Serge Hallyn
lxcguest has been removed. New precise containers should have /run set up as tmpfs. ** Changed in: lxc (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 903318] Re: juju ssh fails on local provider: pty-allocation-request-failed-on-channel-0

2012-02-09 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: Incomplete = Fix Released -- 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/903318 Title: juju ssh fails on local provider:

[Bug 892892] Re: mountall upgrade fails to install within lucid lxc container

2012-02-09 Thread Serge Hallyn
lxcguest has been removed. ** Changed in: lxc (Ubuntu) Status: Confirmed = Fix Released -- 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/892892 Title: mountall upgrade fails to

[Bug 795673] Re: init.d restart operation can fail without proper notice if the memcached process takes a long time ( 1s) to shut down

2012-02-09 Thread Clint Byrum
** Changed in: memcached (Ubuntu Lucid) Status: New = Triaged ** Changed in: memcached (Ubuntu Lucid) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to memcached in Ubuntu.

[Bug 922425] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2012-02-09 Thread Clint Byrum
Thanks for the response Mark! If you ever run into a similar issue, please open a new bug report. I'll close this one now since we don't have enough information to reproduce the issue you had. ** Changed in: mysql-5.1 (Ubuntu) Status: Incomplete = Invalid -- You received this bug

[Bug 795673] Re: init.d restart operation can fail without proper notice if the memcached process takes a long time ( 1s) to shut down

2012-02-09 Thread Clint Byrum
** Bug watch added: Debian Bug tracker #659300 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659300 ** Also affects: memcached (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659300 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 917435] Re: Apache mod_rewrite doesn't work after most recent oneric update

2012-02-09 Thread Evan Peck
** Changed in: apache2 (Ubuntu) Status: New = Fix Released ** Summary changed: - Apache mod_rewrite doesn't work after most recent oneric update + Apache mod_rewrite stopped functioning correctly after a recent Oneric update -- You received this bug notification because you are a member

[Bug 876387] Re: fuser forking uncontrollably in cron job

2012-02-09 Thread chrone
psmisc has been installed, and i noticed there's an update to the php5 package this morning, but it seems fuser sometimes take % of the cpu from top command line. i also use php-apc package too. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 795673] Re: init.d restart operation can fail without proper notice if the memcached process takes a long time ( 1s) to shut down

2012-02-09 Thread Bug Watch Updater
** Changed in: memcached (Debian) Status: Unknown = New -- 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/795673 Title: init.d restart operation can fail without proper

[Bug 929888] Re: ldap_result returns -1 when called from sssd

2012-02-09 Thread Timo Aaltonen
** Bug watch added: Red Hat Bugzilla #771484 https://bugzilla.redhat.com/show_bug.cgi?id=771484 ** Also affects: openldap (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=771484 Importance: Unknown Status: Unknown ** Changed in: openldap (Ubuntu) Importance: Undecided

[Bug 753308] Re: Restart containers on upgrade

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.4-0ubuntu7.2 --- lxc (0.7.4-0ubuntu7.2) natty-proposed; urgency=low [ Serge Hallyn ] * debian/rules: add -r (--no-restart-on-upgrade) to DEB_DH_INSTALLINIT_ARGS to prevent upgrading lxc from forcing lxc autostart containers to

[Bug 753308] Re: Restart containers on upgrade

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.2-1ubuntu1 --- lxc (0.7.2-1ubuntu1) maverick-proposed; urgency=low [ Serge Hallyn ] * debian/rules: add -r (--no-restart-on-upgrade) to DEB_DH_INSTALLINIT_ARGS to prevent upgrading lxc from forcing lxc autostart containers to

[Bug 834733] Re: Lightdm should display user picture (wish)

2012-02-09 Thread mlaverdiere
Changed in ayatana-design: status: Won't Fix → We-won't-do-it-because-it-confuses-users/others-are-all-doing-it/we-don't-have-anything-better-to-propose-yet-but-it-feels-great-to-be-different-and-to-remove-options-for-users-until-we-find-something-better-...-maybe-someday! Just a joke,

[Bug 831678] Re: compiz crashed with SIGSEGV in nux::WindowCompositor::MouseEventCycle()

2012-02-09 Thread William Grant
** No longer affects: null2 ** No longer affects: null -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/831678 Title: compiz crashed with SIGSEGV in nux::WindowCompositor::MouseEventCycle() To

[Bug 794565] Re: The Dash doesn't give results when searching using key letters

2012-02-09 Thread William Grant
** No longer affects: null2 ** No longer affects: null -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/794565 Title: The Dash doesn't give results when searching using key letters To manage

[Bug 639610] Re: Need a quick refresh button somewhere

2012-02-09 Thread Bilal Shahid
that button should have that feature that it shows the refresh process is occuring like we have in browsers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/639610 Title: Need a quick refresh button

[Bug 929868] Re: package linux-image-2.6.32-38-generic 2.6.32-38.83 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-02-09 Thread Ubuntu Foundation's Bug Bot
*** This bug is a duplicate of bug 495123 *** https://bugs.launchpad.net/bugs/495123 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 495123, so it is being marked as such. Please look

[Bug 929907] Re: byobu incorrectly assumes EC2

2012-02-09 Thread Ben Howard
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929907 Title: byobu incorrectly assumes EC2 To manage notifications about this bug go to:

[Bug 929907] [NEW] byobu incorrectly assumes EC2

2012-02-09 Thread Ben Howard
Public bug reported: Byobu incorrectly assumes that it is running on EC2 and calculates the incorrect usage fees on OpenStack installations. For example on HP's Beta. Example Meta-data: availability-zone: nova block-device-mapping: ami root ephemeral0 instance-action: none instance-id:

[Bug 929664] Re: Not playing any tracks

2012-02-09 Thread Alessio Treglia
Could anyone confirm this with the latest 1.1.9 release available in Precise? ** Changed in: gmusicbrowser (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 838599] Re: I cannot change language settings

2012-02-09 Thread Bilal Shahid
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * Is this reproducible now? gwibber version ? ubuntu version ? ** Changed in: gwibber (Ubuntu) Status: New = Incomplete -- You received this bug notification because you

[Bug 929896] Re: Ubuntu sometimes does not startup after selection in Grub2 on ThinkPad E525 (Ubuntu 12.04 Alpha 2)

2012-02-09 Thread Steve Langasek
** Package changed: grub (Ubuntu) = grub2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929896 Title: Ubuntu sometimes does not startup after selection in Grub2 on ThinkPad E525 (Ubuntu

[Bug 837785] Re: Gwibber provides no visual feedback on refresh

2012-02-09 Thread Bilal Shahid
*** This bug is a duplicate of bug 639610 *** https://bugs.launchpad.net/bugs/639610 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 639610, so it is being marked as such. Please look

[Bug 929908] Re: amule crashed with SIGABRT in GSocket::Input_Timeout()

2012-02-09 Thread Marcos K
** 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/929908 Title: amule crashed with SIGABRT in GSocket::Input_Timeout() To manage notifications about this bug go to:

[Bug 929909] Re: gnote crashed with SIGABRT in raise()

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

[Bug 929908]

2012-02-09 Thread Apport retracing service
StacktraceTop: GSocket::Input_Timeout (this=0x8c4c3b8) at ../src/unix/gsocket.cpp:1547 GSocket::Read (this=0x8c4c3b8, buffer=0x8e151e8 , size=1759) at ../src/unix/gsocket.cpp:1164 wxSocketBase::_Read (this=0x8a95430, buffer=0x8e151e8, nbytes=1759) at ../src/common/socket.cpp:363

[Bug 929908] Stacktrace.txt

2012-02-09 Thread Apport retracing service
** Attachment added: Stacktrace.txt https://bugs.launchpad.net/bugs/929908/+attachment/2728483/+files/Stacktrace.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929908 Title: amule crashed

[Bug 929908] ThreadStacktrace.txt

2012-02-09 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt https://bugs.launchpad.net/bugs/929908/+attachment/2728484/+files/ThreadStacktrace.txt ** Attachment removed: CoreDump.gz https://bugs.launchpad.net/bugs/929908/+attachment/2728465/+files/CoreDump.gz ** Changed in: amule (Ubuntu) Importance:

[Bug 929898]

2012-02-09 Thread Ubuntu Foundation's 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

[Bug 929891]

2012-02-09 Thread Ubuntu Foundation's 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

[Bug 929883]

2012-02-09 Thread Ubuntu Foundation's 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

Re: [Bug 929846] Re: debchange should read UBUMAIL first

2012-02-09 Thread Alessio Treglia
On Fri, Feb 10, 2012 at 1:01 AM, Benjamin Drung bdr...@debian.org wrote: I plan to merge the Ubuntu changes into the Debian package, but I have no time for that in the next weeks. Then it should be possible to select a vendor (Debian or Ubuntu). Depending on the vendor, DEBEMAIL or UBUMAIL

[Bug 929323] Re: The debian patches from lp:debian/pycryptopp don't apply to trunk

2012-02-09 Thread Ubuntu Foundation's Bug Bot
The attachment https://code.launchpad.net/~tahoe-lafs/+recipe /pycryptopp-daily 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

[Bug 929910] [NEW] Software Center and Update Manager will not start after downloading Full Circle Magazine

2012-02-09 Thread Frederick L Shope
Public bug reported: After a routine software update via the update manager and after downloading Full Circle Magazine, I found that neither the software center nor the update manager would start when clicked on the launcher. The software center seemed to have hung during the Full Circle Magazine

[Bug 841665] Re: Can't add my identi.ca Account

2012-02-09 Thread Bilal Shahid
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * Is this reproducible? * If so, what specific steps should we take to recreate this bug? This will help us to find and resolve the problem. ** Changed in: gwibber (Ubuntu)

[Bug 761917] Re: gmusicbrowser crashed with SIGSEGV

2012-02-09 Thread Alessio Treglia
Thanks Quentin, closing for now. ** Changed in: gmusicbrowser (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/761917 Title: gmusicbrowser crashed with

  1   2   3   4   5   6   7   8   9   10   >