[Bug 1017847] Re: qemu segfaults when creating an armhf container on an amd64 host

2012-08-16 Thread Jean-Baptiste Lallement
I cannot tell for the moment, it is not possible to install an armhf container on an amd64 host due to gcc 4.7.1-7ubuntu1 failing to build on armhf. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1034824] [NEW] oneiric to precise upgrade leaves obsolete configuration file: /etc/bind/named.conf.options

2012-08-09 Thread Jean-Baptiste Lallement
Public bug reported: Oneiric to Precise Upgrade i386|amd64 dpkg-query -W -f '${Conffiles}'|grep obsolete reports the following obsolete files after upgrade: bind9 /etc/bind/named.conf.options Reference

[Bug 911244] Re: [SRU] prompt to change unmodified conf file /etc/cron.d/mailman during upgrade from oneiric to precise

2012-07-27 Thread Jean-Baptiste Lallement
SRU verification for Precise: I have reproduced the problem with mailman 1:2.1.14-3 in precise and have verified that the version of mailman 1:2.1.14-3ubuntu0.1 in -proposed fixes the issue. Marking as verification-done ** Tags removed: verification-needed ** Tags added: verification-done --

[Bug 1007314] Re: trying to upgrade from 11.10 to 12.04: The package 'postgresql-contrib-8.2' is marked for removal but it's in the removal blacklist

2012-07-26 Thread Jean-Baptiste Lallement
SRU verification for Precise: I have reproduced the problem with krb5 1.10+dfsg~beta1-2ubuntu0.1 in precise-updates and have verified that the version of krb5 1.10+dfsg~beta1-2ubuntu0.2 in -proposed fixes the issue. Marking as verification-done ** Description changed: I was trying to

[Bug 1025595] Re: tomcat7 not running on port 8005 after installation

2012-07-17 Thread Jean-Baptiste Lallement
** Summary changed: - tomcat7 test failed: AssertionError: ['tcp6 0 0 :::8080 :::* LISTEN 898/java ' + tomcat7 not running on port 8005 after installation ** Changed in: tomcat7 (Ubuntu) Status: Confirmed = New -- You received this bug notification because you are a member of Ubuntu

[Bug 1020179] [NEW] Add a timeout option to lxc-wait

2012-07-02 Thread Jean-Baptiste Lallement
Public bug reported: Current implementation of lxc-wait wait forever until the container reach a states passed in argument. If for some reason the container hangs (in my case it was blocking while trying to bind mount a device) lxc-wait never exit the wait loop. It'd be nice to have a timeout

[Bug 1020179] Re: Add a timeout option to lxc-wait

2012-07-02 Thread Jean-Baptiste Lallement
-- 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/1020179 Title: Add a timeout option to lxc-wait To manage notifications about this bug go to:

[Bug 1019398] [NEW] Allow creation of container root filesystem in a user defined location

2012-06-29 Thread Jean-Baptiste Lallement
Public bug reported: With the backing store 'none' the container root filesystem will be a directory under /var/lib/lxc/container/rootfs It'd be nice to be able to store the root filesystem in a user defined location and per container. Setting rootfs in lxc.conf doesn't work with lxc-create.

[Bug 1019398] Re: Allow creation of container root filesystem in a user defined location

2012-06-29 Thread Jean-Baptiste Lallement
-- 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/1019398 Title: Allow creation of container root filesystem in a user defined location To manage notifications about this bug go to:

[Bug 1017847] Re: qemu segfaults when creating an armhf container on an amd64 host

2012-06-28 Thread Jean-Baptiste Lallement
I get it systematically on my system with latest updates applied. Do you have any advice how to troubleshoot it ? -- 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/1017847 Title: qemu

[Bug 1017847] Re: qemu segfaults when creating an armhf container on an amd64 host

2012-06-27 Thread Jean-Baptiste Lallement
This is bug 1017862 -- 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/1017847 Title: qemu segfaults when creating an armhf container on an amd64 host To manage notifications about this

[Bug 1017862] [NEW] Migrate to dpkg --add-architecture to track foreign architecture in template lxc-ubuntu

2012-06-26 Thread Jean-Baptiste Lallement
Public bug reported: The template lxc-ubuntu uses a dpkg configuration file to enable a foreign architecture when qemu-*-static is installed. Starting from 1.16.2 dpkg added new dpkg --add-architecture and --remove-architecture commands to track supported architectures. The configauration file

[Bug 1017862] Re: Migrate to dpkg --add-architecture to track foreign architecture in template lxc-ubuntu

2012-06-26 Thread Jean-Baptiste Lallement
-- 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/1017862 Title: Migrate to dpkg --add-architecture to track foreign architecture in template lxc-ubuntu To manage notifications about

[Bug 1017862] Re: Migrate to dpkg --add-architecture to track foreign architecture in template lxc-ubuntu

2012-06-26 Thread Jean-Baptiste Lallement
** Tags added: rls-q-incoming ** Also affects: lxc (Ubuntu Quantal) Importance: Undecided Status: 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/1017862 Title:

[Bug 1007483] [NEW] lxc fails to create containers concurrently

2012-06-01 Thread Jean-Baptiste Lallement
Public bug reported: When multiple containers (template ubuntu) are created simultaneously only the first container is successfully created, others fail with failed to execute template 'ubuntu' This is a very common scenario in automated tests. TEST CASE: Run the following script with sudo

[Bug 1007483] Re: lxc fails to create containers concurrently

2012-06-01 Thread Jean-Baptiste Lallement
-- 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/1007483 Title: lxc fails to create containers concurrently To manage notifications about this bug go to:

[Bug 1006332] [NEW] lxc-ls fails if name of a container starts with '-'

2012-05-30 Thread Jean-Baptiste Lallement
Public bug reported: A script created a container which name starts with a '-' ( -lo- quantal-i386 in this case ) Then calls to lxc-ls and lxc-list fail with: $ lxc-ls -lo-quantal-i386 ls: invalid option -- '-' Try `ls --help' for more information. ProblemType: Bug DistroRelease: Ubuntu 12.10

[Bug 1006332] Re: lxc-ls fails if name of a container starts with '-'

2012-05-30 Thread Jean-Baptiste Lallement
-- 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/1006332 Title: lxc-ls fails if name of a container starts with '-' To manage notifications about this bug go to:

[Bug 988520] Re: After failed auth, subsequent auths in same context fail

2012-05-29 Thread Jean-Baptiste Lallement
** 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 krb5 in Ubuntu. https://bugs.launchpad.net/bugs/988520 Title: After failed auth, subsequent auths in same context

[Bug 930916] Re: [SRU] amavis start-stop script fails to stop amavisd

2012-05-25 Thread Jean-Baptiste Lallement
** 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 amavisd-new in Ubuntu. https://bugs.launchpad.net/bugs/930916 Title: [SRU] amavis start-stop script fails to stop

[Bug 986159] Re: squid3 open file descriptors limit is set incorrectly

2012-05-24 Thread Jean-Baptiste Lallement
** 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 squid3 in Ubuntu. https://bugs.launchpad.net/bugs/986159 Title: squid3 open file descriptors limit is set

[Bug 996839] [NEW] conflict between inetutils-ping and iputils-ping during bootstrapping phase

2012-05-08 Thread Jean-Baptiste Lallement
Public bug reported: when bootstrapping a Precise amd64 container the following error is displayed in the log. dpkg: regarding .../inetutils-ping_2%3a1.8-6_amd64.deb containing inetutils-ping: inetutils-ping conflicts with ping iputils-ping provides ping and is present and unpacked but not

[Bug 996839] Re: conflict between inetutils-ping and iputils-ping during bootstrapping phase

2012-05-08 Thread Jean-Baptiste Lallement
** Attachment added: bootstrap.log https://bugs.launchpad.net/bugs/996839/+attachment/3137737/+files/bootstrap.log -- 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/996839 Title:

[Bug 981955] Re: lxc-execute without config does not seem to work in precise

2012-04-27 Thread Jean-Baptiste Lallement
** 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 lxc in Ubuntu. https://bugs.launchpad.net/bugs/981955 Title: lxc-execute without config does not seem to work in

[Bug 977795] Re: package mysql-server-5.1 5.1.49-1ubuntu8.1 failed to install/upgrade: ErrorMessage: 새로운 pre-removal 스크립트 하위 프로세스가 오류 1번을 리턴했습니다

2012-04-10 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 90 *** https://bugs.launchpad.net/bugs/90 ** This bug has been marked a duplicate of bug 90 package openssh-server 1:5.5p1-4ubuntu5 failed to install/upgrade: ErrorMessage: 새로운 pre-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다 -- You received

[Bug 977783] Re: package postfix 2.7.1-1ubuntu0.1 failed to install/upgrade: ErrorMessage: 새로운 pre-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다

2012-04-10 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 90 *** https://bugs.launchpad.net/bugs/90 ** This bug has been marked a duplicate of bug 90 package openssh-server 1:5.5p1-4ubuntu5 failed to install/upgrade: ErrorMessage: 새로운 pre-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다 -- You received

[Bug 977772] Re: package samba 2:3.5.4~dfsg-1ubuntu8.4 failed to install/upgrade: ErrorMessage: 새로운 post-removal 스크립트 하위 프로세스가 오류 1번을 리턴했습니다

2012-04-10 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 90 *** https://bugs.launchpad.net/bugs/90 ** This bug has been marked a duplicate of bug 90 package openssh-server 1:5.5p1-4ubuntu5 failed to install/upgrade: ErrorMessage: 새로운 pre-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다 -- You received

[Bug 955720] Re: package apache2-utils 2.2.14-5ubuntu8.8 failed to install/upgrade: ErrorMessage: package apache2-utils is already installed and configured

2012-03-15 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 541595 *** https://bugs.launchpad.net/bugs/541595 ** This bug has been marked a duplicate of bug 541595 [Master] package failed to install/upgrade: package is already installed and configured -- You received this bug notification because you are a

[Bug 569757] Re: NIS upstart dependency broken for lucid

2012-03-15 Thread Jean-Baptiste Lallement
I confirm nis from lucid-proposed is uninstallable due to dependency on upstart (= 0.9.7-2) and probably same problem will occurs on natty since natty has upstart 0.9.7-1 and 0.9.7-1.1 in natty-proposed marking as verification-failed ** Tags removed: verification-needed ** Tags added:

[Bug 953901] Re: package odbcinst1debian2 2.2.14p2-5ubuntu3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-03-13 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 953895 *** https://bugs.launchpad.net/bugs/953895 ** This bug has been marked a duplicate of bug 953895 package libvirtodbc0 6.1.4+dfsg1-0ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured -- You received this

[Bug 953899] Re: package odbcinst1debian2 2.2.14p2-5ubuntu3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-03-13 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 953895 *** https://bugs.launchpad.net/bugs/953895 ** This bug has been marked a duplicate of bug 953895 package libvirtodbc0 6.1.4+dfsg1-0ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured -- You received this

[Bug 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression

2012-02-10 Thread Jean-Baptiste Lallement
Thanks for your report. I confirm the change of behavior. This was probably introduced in this change: php5 (5.3.2-1ubuntu4.13) lucid-security; urgency=low [...] * SECURITY UPDATE: magic_quotes_gpc remote disable vulnerability - debian/patches/php5-CVE-2012-0831.patch: always restore

[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 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 924739] [NEW] after upgrade from oneiric to precise squid only returns 403

2012-02-01 Thread Jean-Baptiste Lallement
Public bug reported: After upgrade from Oneiric to Precise squid is misconfigured and returns only 403 ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: squid3 3.1.18-1ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-12.20-generic 3.2.2 Uname: Linux 3.2.0-12-generic x86_64 NonfreeKernelModules:

[Bug 924739] Re: after upgrade from oneiric to precise squid only returns 403

2012-02-01 Thread Jean-Baptiste Lallement
** Also affects: squid3 (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: squid3 (Ubuntu Precise) Importance: Undecided = High ** Changed in: squid3 (Ubuntu Precise) Assignee: (unassigned) = Canonical Server Team (canonical-server) ** Tags added:

[Bug 924739] Re: after upgrade from oneiric to precise squid only returns 403

2012-02-01 Thread Jean-Baptiste Lallement
This is a transition from squid2.7 to squid3. Here are the upgrade logs ** Attachment added: dist-upgrade.tgz https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/924739/+attachment/2706198/+files/dist-upgrade.tgz -- You received this bug notification because you are a member of Ubuntu

[Bug 924739] Re: after upgrade from oneiric to precise squid only returns 403

2012-02-01 Thread Jean-Baptiste Lallement
squid.conf It was modified to use apt-cacher-ng to cache .deb packages. ** Attachment added: etc.squid.tgz https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/924739/+attachment/2706200/+files/etc.squid.tgz -- You received this bug notification because you are a member of Ubuntu Server

[Bug 924739] Re: after upgrade from oneiric to precise squid only returns 403

2012-02-01 Thread Jean-Baptiste Lallement
and content of /etc/squid3/ ** Attachment added: etc.squid3.tgz https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/924739/+attachment/2706201/+files/etc.squid3.tgz -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in

[Bug 920202] Re: bind9 fails to start on precise after clean install

2012-01-25 Thread Jean-Baptiste Lallement
Please don't change the status without a comment ** Changed in: bind9 (Ubuntu Precise) Status: Fix Released = Triaged -- 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/920202

[Bug 920202] Re: bind9 fails to start on precise after clean install

2012-01-24 Thread Jean-Baptiste Lallement
first failure found on ubuntu-server images build 20120121 ** Tags added: rls-mgr-p-tracking ** Also affects: bind9 (Ubuntu Precise) Importance: High Status: Triaged ** Changed in: bind9 (Ubuntu Precise) Assignee: (unassigned) = Canonical Server Team (canonical-server) -- You

[Bug 911704] Re: vmbuilder fails with device-mapper: remove ioctl failed: No such device or address - Wrong device name loop0pp1

2012-01-17 Thread Jean-Baptiste Lallement
** Tags added: iso-testing -- 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/911704 Title: vmbuilder fails with device-mapper: remove ioctl failed: No such device or address -

[Bug 873243] Re: nova-compute-xen depends on xen-linux-system which does not exist

2012-01-12 Thread Jean-Baptiste Lallement
** Tags removed: verification-needed ** Tags added: verification-failed -- 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/873243 Title: nova-compute-xen depends on xen-linux-system which

[Bug 911922] Re: libnss-ldap:1386 does not install

2012-01-05 Thread Jean-Baptiste Lallement
** Also affects: libnss-ldap (Ubuntu Precise) Importance: High Status: New ** Summary changed: - libnss-ldap:1386 does not install + libnss-ldap:i386 does not install -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 911704] [NEW] vmbuilder fails with device-mapper: remove ioctl failed: No such device or address - Wrong device name loop0pp1

2012-01-04 Thread Jean-Baptiste Lallement
Public bug reported: During cleanup vm-build tries to remove loop0ppN but the real name is loop0pN TEST CASE: 1. In a terminal run the command: ubuntu-vm-builder kvm oneiric EXPECTED RESULT: An oneiric VM ACTUAL RESULT: VM build fails with File /usr/bin/ubuntu-vm-builder, line 24, in module

[Bug 911704] Re: vmbuilder fails with device-mapper: remove ioctl failed: No such device or address - Wrong device name loop0pp1

2012-01-04 Thread Jean-Baptiste Lallement
** Also affects: vm-builder (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: vm-builder (Ubuntu Precise) Importance: Undecided = High ** Changed in: vm-builder (Ubuntu Precise) Assignee: (unassigned) = Canonical Server Team (canonical-server) ** Tags added:

[Bug 911704] Re: vmbuilder fails with device-mapper: remove ioctl failed: No such device or address - Wrong device name loop0pp1

2012-01-04 Thread Jean-Baptiste Lallement
output of ubuntu-vm-builder kvm oneiric ** Attachment added: vmbuilder.log https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/911704/+attachment/2656890/+files/vmbuilder.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 911704] Re: vmbuilder fails with device-mapper: remove ioctl failed: No such device or address - Wrong device name loop0pp1

2012-01-04 Thread Jean-Baptiste Lallement
bug introduced by this commit http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/vm-builder/precise/revision/48#VMBuilder/disk.py ** Summary changed: - vmbuilder fails with device-mapper: remove ioctl failed: No such device or address - Wrong device name loop0pp1 + vmbuilder fails

[Bug 911704] Re: vmbuilder fails with device-mapper: remove ioctl failed: No such device or address - Wrong device name loop0pp1

2012-01-04 Thread Jean-Baptiste Lallement
not only the name is wrong but also the devices are already removed when dmsetup tries to remove them. -- 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/911704 Title: vmbuilder

[Bug 904681] Re: precise amd64 minimal-virtual install is oversized

2012-01-04 Thread Jean-Baptiste Lallement
** Tags added: iso-testing qa-daily-testing -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/904681 Title: precise amd64 minimal-virtual install is oversized To manage notifications about this bug

[Bug 911244] [NEW] prompt to change unmodified conf file /etc/cron.d/mailman during upgrade from oneiric to precise

2012-01-03 Thread Jean-Baptiste Lallement
Public bug reported: Autoupgrade testing from oneiric to precise The base image is a fresh and up to date oneiric installation. During upgrade the user is prompted to update the following unmodified configuration file: /etc/cron.d/mailman ProblemType: Bug DistroRelease: Ubuntu 12.04 Package:

[Bug 911244] Re: prompt to change unmodified conf file /etc/cron.d/mailman during upgrade from oneiric to precise

2012-01-03 Thread Jean-Baptiste Lallement
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mailman in Ubuntu. https://bugs.launchpad.net/bugs/911244 Title: prompt to change unmodified conf file /etc/cron.d/mailman during upgrade from oneiric to precise To manage

[Bug 911244] Re: prompt to change unmodified conf file /etc/cron.d/mailman during upgrade from oneiric to precise

2012-01-03 Thread Jean-Baptiste Lallement
** Attachment added: mailman.dpkg-dist https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/911244/+attachment/2655484/+files/mailman.dpkg-dist ** Changed in: mailman (Ubuntu) Importance: Undecided = Medium ** Also affects: mailman (Ubuntu Precise) Importance: Medium Status:

[Bug 887060] Re: './usr/share/doc/odbcinst1debian2/NEWS.Debian.gz' is different from the same file on the system

2011-12-12 Thread Jean-Baptiste Lallement
Thanks for your report. I can't reproduce this error with the latest version of odbcinst1debian2. Is it still an issue for you ? ** Changed in: unixodbc (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 894377] Re: mysql-server failed to upgrade to Precise. mysql main process (4700) terminated with status 7 respawning

2011-11-24 Thread Jean-Baptiste Lallement
** Attachment added: dmesg.log https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/894377/+attachment/2607001/+files/dmesg.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu.

[Bug 894377] Re: mysql-server failed to upgrade to Precise. mysql main process (4700) terminated with status 7 respawning

2011-11-24 Thread Jean-Baptiste Lallement
** Attachment added: syslog https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/894377/+attachment/2607002/+files/syslog ** Also affects: mysql-5.1 (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: mysql-5.1 (Ubuntu Precise) Assignee: (unassigned) =

[Bug 894377] Re: mysql-server failed to upgrade to Precise. mysql main process (4700) terminated with status 7 respawning

2011-11-24 Thread Jean-Baptiste Lallement
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/894377 Title: mysql-server failed to upgrade to Precise. mysql main process (4700) terminated with status 7 respawning To manage

[Bug 894377] Re: mysql-server failed to upgrade to Precise. mysql main process (4700) terminated with status 7 respawning

2011-11-24 Thread Jean-Baptiste Lallement
** Attachment added: dist-upgrade.tgz https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/894377/+attachment/2607000/+files/dist-upgrade.tgz -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu.

[Bug 894377] [NEW] mysql-server failed to upgrade to Precise. mysql main process (4700) terminated with status 7 respawning

2011-11-24 Thread Jean-Baptiste Lallement
Public bug reported: Automated Server Upgrade test 2025 this test failed this morning while upgrading the package mysql-server-5.1 on both amd64 and i386. The upgrade process hangs at Setting up mysql-server-5.1 (5.1.58-1ubuntu3) ... and the following message is displayed continuously in

[Bug 732953] Re: can_connect function inside ec2.rb always return false

2011-11-02 Thread Jean-Baptiste Lallement
** 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 facter in Ubuntu. https://bugs.launchpad.net/bugs/732953 Title: can_connect function inside ec2.rb always return

[Bug 882031] Re: SRU tracking bug for clamav 0.97.3

2011-10-31 Thread Jean-Baptiste Lallement
** 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 clamav in Ubuntu. https://bugs.launchpad.net/bugs/882031 Title: SRU tracking bug for clamav 0.97.3 To manage

[Bug 879052] Re: user dir binding breaks on nonexistent user

2011-10-28 Thread Jean-Baptiste Lallement
** 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 lxc in Ubuntu. https://bugs.launchpad.net/bugs/879052 Title: user dir binding breaks on nonexistent user To

[Bug 785052] Re: Update whois server for .*.ua zones

2011-10-20 Thread Jean-Baptiste Lallement
SRU verification for Natty: I have reproduced the problem with whois 5.0.11ubuntu1 in natty and have verified that the version of whois 5.0.11ubuntu1.1 in -proposed fixes the issue. Marking as verification-done -- You received this bug notification because you are a member of Ubuntu Server

[Bug 785052] Re: Update whois server for .*.ua zones

2011-10-20 Thread Jean-Baptiste Lallement
Additional note: I tried with linux.ua and 5.0.11ubuntu1.1 returns the right record while 5.0.11ubuntu1 doesn't. ** 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

[Bug 872553] Re: [SRU] upon creating a node via juju orchestra, etckeeper hangs

2011-10-20 Thread Jean-Baptiste Lallement
** 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 etckeeper in Ubuntu. https://bugs.launchpad.net/bugs/872553 Title: [SRU] upon creating a node via juju orchestra,

[Bug 791839] Re: etckeeper runs bzr without a locale set from cron script

2011-10-20 Thread Jean-Baptiste Lallement
** 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 etckeeper in Ubuntu. https://bugs.launchpad.net/bugs/791839 Title: etckeeper runs bzr without a locale set from

[Bug 873691] Re: upgrading to Kubuntu 11.10 failed

2011-10-18 Thread Jean-Baptiste Lallement
** Package changed: update-manager (Ubuntu) = samba (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/873691 Title: upgrading to Kubuntu 11.10 failed To manage notifications

[Bug 862129] Re: samba postrm depends on packages not guaranteed to be configured

2011-10-17 Thread Jean-Baptiste Lallement
** Tags added: rls-mgr-p-tracking -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/862129 Title: samba postrm depends on packages not guaranteed to be configured To manage

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Jean-Baptiste Lallement
setting importance to High as it breaks puppet deployments. ** Changed in: facter (Ubuntu) Importance: Undecided = High ** Changed in: facter (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 867574] Re: package samba-common-bin 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-10-06 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 868176 *** https://bugs.launchpad.net/bugs/868176 ** This bug is no longer a duplicate of bug 865219 update-alternatives: error: cannot stat /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf: Too many levels of symbolic links ** This bug has been marked a

[Bug 867571] Re: package samba-common-bin 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-10-06 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 868176 *** https://bugs.launchpad.net/bugs/868176 ** This bug is no longer a duplicate of bug 865219 update-alternatives: error: cannot stat /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf: Too many levels of symbolic links ** This bug has been marked a

[Bug 865832] Re: package samba-common-bin 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-06 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 868176 *** https://bugs.launchpad.net/bugs/868176 ** This bug is no longer a duplicate of bug 865219 update-alternatives: error: cannot stat /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf: Too many levels of symbolic links ** This bug has been marked a

[Bug 865219] Re: update-alternatives: error: cannot stat /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf: Too many levels of symbolic links

2011-10-06 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 868176 *** https://bugs.launchpad.net/bugs/868176 ** This bug has been marked a duplicate of bug 868176 package lightdm-gtk-greeter 1.0.1-0ubuntu1 failed to install/upgrade: lightdm-gtk-greeter: config file '/etc/lightdm/lightdm-gtk-greeter-ubuntu.conf'

[Bug 865221] Re: package samba-common-bin 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 2

2011-10-06 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 868176 *** https://bugs.launchpad.net/bugs/868176 ** This bug is no longer a duplicate of bug 865219 update-alternatives: error: cannot stat /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf: Too many levels of symbolic links ** This bug has been marked a

[Bug 865219] Re: update-alternatives: error: cannot stat /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf: Too many levels of symbolic links

2011-10-06 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 868176 *** https://bugs.launchpad.net/bugs/868176 ** Summary changed: - update-alternatives problem with lightdm-gtk-greeter + update-alternatives: error: cannot stat /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf: Too many levels of symbolic links ** Also

[Bug 561779] Re: squid is not started on runlevel transition 1 - 2

2011-09-01 Thread Jean-Baptiste Lallement
** 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 squid in Ubuntu. https://bugs.launchpad.net/bugs/561779 Title: squid is not started on runlevel transition 1 - 2

[Bug 350936] Re: Should shut down domains on system shutdown

2011-08-26 Thread Jean-Baptiste Lallement
** Tags added: verification-done-lucid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/350936 Title: Should shut down domains on system shutdown To manage notifications about this

[Bug 822362] Re: package postfix-cdb (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/share/apport/package-hooks/source_postfix.py', que também está no pacote postfix-pcre 2.8.

2011-08-08 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 822364 *** https://bugs.launchpad.net/bugs/822364 ** This bug has been marked a duplicate of bug 822364 package postfix 2.8.3-1 failed to install/upgrade: a tentar sobre-escrever '/usr/share/apport/package-hooks/source_postfix.py', que também está no

[Bug 822361] Re: package postfix-pcre 2.8.3-1ubuntu1 failed to install/upgrade: a tentar sobre-escrever '/usr/share/apport/package-hooks/source_postfix.py', que também está no pacote postfix-cdb 2.8.3

2011-08-08 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 822364 *** https://bugs.launchpad.net/bugs/822364 ** This bug has been marked a duplicate of bug 822364 package postfix 2.8.3-1 failed to install/upgrade: a tentar sobre-escrever '/usr/share/apport/package-hooks/source_postfix.py', que também está no

[Bug 822566] Re: package postfix 2.8.3-1 failed to install/upgrade: trying to overwrite '/usr/share/apport/package-hooks/source_postfix.py', which is also in package postfix-pcre 2.8.3-1ubuntu1

2011-08-08 Thread Jean-Baptiste Lallement
confirm with modules pcre and cdb ** Also affects: postfix (Ubuntu Oneiric) Importance: Undecided Status: Confirmed ** Changed in: postfix (Ubuntu Oneiric) Importance: Undecided = High ** Changed in: postfix (Ubuntu Oneiric) Assignee: (unassigned) = Canonical Server Team

[Bug 822364] Re: package postfix 2.8.3-1 failed to install/upgrade: a tentar sobre-escrever '/usr/share/apport/package-hooks/source_postfix.py', que também está no pacote postfix-cdb 2.8.3-1ubuntu1

2011-08-08 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 822566 *** https://bugs.launchpad.net/bugs/822566 ** This bug has been marked a duplicate of bug 822566 package postfix 2.8.3-1 failed to install/upgrade: trying to overwrite '/usr/share/apport/package-hooks/source_postfix.py', which is also in package

[Bug 822362] Re: package postfix-cdb (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/share/apport/package-hooks/source_postfix.py', que também está no pacote postfix-pcre 2.8.

2011-08-08 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 822566 *** https://bugs.launchpad.net/bugs/822566 ** This bug is no longer a duplicate of bug 822364 package postfix 2.8.3-1 failed to install/upgrade: a tentar sobre-escrever '/usr/share/apport/package-hooks/source_postfix.py', que também está no pacote

[Bug 822361] Re: package postfix-pcre 2.8.3-1ubuntu1 failed to install/upgrade: a tentar sobre-escrever '/usr/share/apport/package-hooks/source_postfix.py', que também está no pacote postfix-cdb 2.8.3

2011-08-08 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 822566 *** https://bugs.launchpad.net/bugs/822566 ** This bug is no longer a duplicate of bug 822364 package postfix 2.8.3-1 failed to install/upgrade: a tentar sobre-escrever '/usr/share/apport/package-hooks/source_postfix.py', que também está no pacote

[Bug 811610] Re: package mysql-server-5.1 5.1.57-3.1ubuntu1 failed to install/upgrade: status: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

2011-07-17 Thread Jean-Baptiste Lallement
** Summary changed: - package mysql-server-5.1 5.1.57-3.1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 + package mysql-server-5.1 5.1.57-3.1ubuntu1 failed to install/upgrade: status: Unable to connect to Upstart: Failed to connect

[Bug 791454] Re: Oneiric Alpha1 Server x86 and x86_64 RAID1 Test Failed: Device need to be readded manually

2011-07-07 Thread Jean-Baptiste Lallement
Still an issue with Alpha2 ** Changed in: mdadm (Ubuntu) Status: New = Confirmed ** Also affects: mdadm (Ubuntu Oneiric) Importance: High Assignee: Ubuntu Server Team (ubuntu-server) Status: Confirmed -- You received this bug notification because you are a member of

[Bug 791454] Re: RAID1 Test Failed: Device need to be readded manually

2011-07-07 Thread Jean-Baptiste Lallement
** Summary changed: - Oneiric Alpha1 Server x86 and x86_64 RAID1 Test Failed: Device need to be readded manually + RAID1 Test Failed: Device need to be readded manually -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee.

[Bug 792121] Re: package nova-common 2011.3~d1-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-04 Thread Jean-Baptiste Lallement
Thanks for your report. Error from term.log Setting up nova-common (2011.3~d1-0ubuntu2) ... Adding system user `nova' (UID 106) ... Adding new user `nova' (UID 106) with group `nogroup' ... Not creating home directory `/var/lib/nova'. Traceback (most recent call last): File

[Bug 280421] Re: ethtool not available in post-ifup script

2011-05-23 Thread Jean-Baptiste Lallement
Thanks for testing Mark, marking as verification-done ** Tags added: verification-done ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ethtool in Ubuntu. https://bugs.launchpad.net/bugs/280421

[Bug 607636] Re: chardev: opening backend pty failed

2011-05-17 Thread Jean-Baptiste Lallement
** Tags added: verification-done ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/607636 Title: chardev: opening backend pty failed --

[Bug 732458] [NEW] package squid 2.7.STABLE9-2.1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2011-03-10 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 732314 *** https://bugs.launchpad.net/bugs/732314 Public bug reported: Binary package hint: squid I got this crash during a system update this morning. Nothing special to mention. Here is the error from the term.log === Setting up squid

[Bug 732458] Re: package squid 2.7.STABLE9-2.1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2011-03-10 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 732314 *** https://bugs.launchpad.net/bugs/732314 ** Description changed: Binary package hint: squid I got this crash during a system update this morning. Nothing special to mention. + + Here is the error from the term.log + === + Setting up

[Bug 732160] Re: package squid 2.7.STABLE9-2.1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 100

2011-03-10 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 732314 *** https://bugs.launchpad.net/bugs/732314 ** This bug has been marked a duplicate of bug 732314 package squid 2.7.STABLE9-2.1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100 * You

[Bug 732314] Re: package squid 2.7.STABLE9-2.1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2011-03-10 Thread Jean-Baptiste Lallement
output of /etc/init.d, script quid is missing from that directory. ** Attachment added: ls-l_etc_init.d.log https://bugs.launchpad.net/ubuntu/+source/squid/+bug/732314/+attachment/1898290/+files/ls-l_etc_init.d.log -- You received this bug notification because you are a member of Ubuntu

[Bug 732314] Re: package squid 2.7.STABLE9-2.1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2011-03-10 Thread Jean-Baptiste Lallement
and apt-get -f install doesn't get past this error because it seems to be due to a missing script Setting up squid (2.7.STABLE9-2.1ubuntu4) ... invoke-rc.d: unknown initscript, /etc/init.d/squid not found. invoke-rc.d: unknown initscript, /etc/init.d/squid not found. dpkg: error processing squid

[Bug 727478] [NEW] mysql upgrade hang at 'installing new version of config file /etc/init/mysql.conf' during upgrade from 10.10 to 11.04

2011-03-01 Thread Jean-Baptiste Lallement
Public bug reported: ISO Testing: Ubuntu Server i386/amd64 20110301 During the upgrade from 10.10 to 11.04 MySQL hangs at 'Installing new version of config file /etc/init/mysql.conf' The following message is repeated in the logs: Mar 1 23:27:07 ubuntu kernel: [ 1156.610526] type=1400

[Bug 718318] Re: package ethtool 6-0 failed to install/upgrade:

2011-02-14 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 718337 *** https://bugs.launchpad.net/bugs/718337 ** This bug has been marked a duplicate of bug 718337 package swfdec-mozilla 0.6.0-2ubuntu1 failed to install/upgrade: subproces installed pre-removal script gaf een foutwaarde 2 terug * You can

[Bug 717690] [NEW] package qemu-kvm 0.13.0+noroms-0ubuntu12 [modified: usr/share/man/man1/qemu-user.1.gz] failed to install/upgrade: trying to overwrite '/usr/bin/qemu-ppc64', which is also in package

2011-02-12 Thread Jean-Baptiste Lallement
Public bug reported: Binary package hint: qemu-kvm Occurred during last update or the package ProblemType: Package DistroRelease: Ubuntu 11.04 Package: qemu-kvm 0.13.0+noroms-0ubuntu12 [modified: usr/share/man/man1/qemu-user.1.gz] ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4

[Bug 717690] Re: package qemu-kvm 0.13.0+noroms-0ubuntu12 [modified: usr/share/man/man1/qemu-user.1.gz] failed to install/upgrade: trying to overwrite '/usr/bin/qemu-ppc64', which is also in package q

2011-02-12 Thread Jean-Baptiste Lallement
-- 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/717690 Title: package qemu-kvm 0.13.0+noroms-0ubuntu12 [modified: usr/share/man/man1 /qemu-user.1.gz] failed to install/upgrade:

[Bug 713002] Re: Impossible to disable IPv4

2011-02-11 Thread Jean-Baptiste Lallement
** Tags added: verification-done ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. https://bugs.launchpad.net/bugs/713002 Title: Impossible to disable IPv4 --

[Bug 699967] Re: Empty list of plugins/services with hostname containing uppercase letters

2011-02-10 Thread Jean-Baptiste Lallement
** Tags added: verification-done ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in ubuntu. https://bugs.launchpad.net/bugs/699967 Title: Empty list of plugins/services with hostname

<    1   2   3   4   5   6   >