[Bug 1197641] [NEW] fail to install maas-dhcp in a container
Public bug reported: As we can see from bug 978297. In precise, apparmor doesn't start in a container. So in debian/maas-dhcp.postinst and debian/maas-dhcp.postinst, we should not call the apparmor_parser command in a container. /bin/running-in-container is used in /etc/init.d/apparmor to find out if it is running in a container. ubuntu@ubuntu-lxc-virtual-maas-0:~$ dpkg -S /bin/running-in-container upstart: /bin/running-in-container install log 2013-07-03 14:24:28,334 unit:virtual-maas/0: hook.output INFO: Setting up maas-dhcp (1.2+bzr1373+dfsg-0ubuntu1~12.04.1) ... 2013-07-03 14:24:29,614 unit:virtual-maas/0: hook.output ERROR: Unable to open /sys/kernel/security/apparmor/.replace - Permission denied 2013-07-03 14:24:29,616 unit:virtual-maas/0: hook.output ERROR: apparmor_parser: Unable to replace "/usr/sbin/dhcpd". 2013-07-03 14:24:29,617 unit:virtual-maas/0: hook.output ERROR: Permission denied; attempted to load a profile while confined? 2013-07-03 14:24:29,623 unit:virtual-maas/0: hook.output ERROR: Warning failed to create cache: usr.sbin.dhcpd 2013-07-03 14:24:29,631 unit:virtual-maas/0: hook.output INFO: Setting up python-bson-ext (2.2-4~cloud0) ... 2013-07-03 14:24:29,641 unit:virtual-maas/0: hook.output ERROR: dpkg: error processing maas-dhcp (--configure): subprocess installed post-installation script returned error exit status 234 dpkg: dependency problems prevent configuration of maas-dns: maas-dns depends on maas-dhcp (= 1.2+bzr1373+dfsg-0ubuntu1~12.04.1); however: Package maas-dhcp is not configured yet. dpkg: error processing maas-dns (--configure): dependency problems - leaving unconfigured ** Affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1197641 Title: fail to install maas-dhcp in a container To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1197641/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 685096] Re: USB Passthrough not working for Windows 7 guest
*** This bug is a duplicate of bug 1033727 *** https://bugs.launchpad.net/bugs/1033727 This maybe not a duplicate as we're using 1.3.1 and Windows 7 isn't working there either. All other Operating systems are working though. @Wessel: I believe the bug you pointed out as duplicate is saying that USB passthrough isnt working on any guest OS, but this bug is specifically targeted about Windows 7 not working. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/685096 Title: USB Passthrough not working for Windows 7 guest To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/685096/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
Re: [Bug 975472] Re: add high level design document(s)
Bryan, have you tried following the step-by-step instructions at maas.ubuntu.com at all? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/975472 Title: add high level design document(s) To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/975472/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197119] Re: nova-spiceproxy requires spice-html5
** Branch linked: lp:~ubuntu-server-dev/nova/havana -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1197119 Title: nova-spiceproxy requires spice-html5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1197119/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197163] Re: nova-xvpvncproxy installs no upstart job
** Branch linked: lp:~ubuntu-server-dev/nova/havana -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1197163 Title: nova-xvpvncproxy installs no upstart job To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1197163/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 975472] Re: add high level design document(s)
Yeah would be nice to know how this thing works. I have never been able to get MAAS to work... EVER In comparison and contrast I have used Dell Crowbar and can PXE provision ubuntu nodes all day long. Bryan -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/975472 Title: add high level design document(s) To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/975472/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1168526] Re: race condition causing lxc to not detect container init process exit
There is at least one fundamental bug in start.c's signal_handler, as should be fixed by the below. However, this alone did not fix it for me, so more is wrong. There is a minimal testcase at http://people.canonical.com/~serge/signalfd.c which originally reproduced this bug, then was fixed by using the waitpid loop as below. >From 7333b77759794f5420ea6898494073a28cac445f Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Wed, 3 Jul 2013 14:13:08 -0500 Subject: [PATCH 1/1] start.c:signal_handler: fix wrong assumption about sigchld The monitor process adds a signalfd to the set of fds it watches with epoll. It calls signal_handler() when a signal is found in the sigfd. That returns 1 if the container init was found to be the exiting process. The flaw in reasoning (pointed out by Andy Whitcroft - thanks!) here is that if two children have exited, we assume we will get two sigchilds - in fact we may only get one. So when we get one, we need to reap all the children we have and check if any is the container init. Signed-off-by: Serge Hallyn --- src/lxc/start.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lxc/start.c b/src/lxc/start.c index 8c8af9c..3fa50ad 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -162,7 +162,7 @@ static int signal_handler(int fd, void *data, struct lxc_epoll_descr *descr) { struct signalfd_siginfo siginfo; - int ret; + int ret, status, retval = 0; pid_t *pid = data; ret = read(fd, &siginfo, sizeof(siginfo)); @@ -188,16 +188,16 @@ static int signal_handler(int fd, void *data, return 0; } - /* more robustness, protect ourself from a SIGCHLD sent -* by a process different from the container init + /* +* wait for any and all children which are ours which are reapable, +* since if >1 children have exited, we'll only get one sigchld. */ - if (siginfo.ssi_pid != *pid) { - WARN("invalid pid for SIGCHLD"); - return 0; - } + while ((ret = waitpid(-1, &status, WNOHANG)) > 0) + if (ret == *pid) + retval = 1; // we reaped the container init DEBUG("container init process exited"); - return 1; + return retval; } int lxc_set_state(const char *name, struct lxc_handler *handler, lxc_state_t state) -- 1.8.1.2 ** Changed in: lxc (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1168526 Title: race condition causing lxc to not detect container init process exit To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1196518] Re: lxc-start failed with lxc_cgroup - Invalid argument - write /sys/fs/cgroup/devices/lxc//devices.deny : Invalid argument with kernel 3.10
Marking invalid as I couldn't reproduce, and IIUC you will re-try with fresh containers. If you run into this again, please re-mark it new and do a 'apport- collect 1196518'. ** Changed in: lxc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1196518 Title: lxc-start failed with lxc_cgroup - Invalid argument - write /sys/fs/cgroup/devices/lxc//devices.deny : Invalid argument with kernel 3.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1196518/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197390] Re: [MIR] python-amqp
Override component to main python-amqp 1.0.12-0ubuntu1 in saucy: universe/python -> main python-amqp 1.0.12-0ubuntu1 in saucy amd64: universe/python/optional/100% -> main python-amqp 1.0.12-0ubuntu1 in saucy armhf: universe/python/optional/100% -> main python-amqp 1.0.12-0ubuntu1 in saucy i386: universe/python/optional/100% -> main python-amqp 1.0.12-0ubuntu1 in saucy powerpc: universe/python/optional/100% -> main 5 publications overridden. ** Changed in: python-amqp (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-amqp in Ubuntu. https://bugs.launchpad.net/bugs/1197390 Title: [MIR] python-amqp To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-amqp/+bug/1197390/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1196295] Re: lxc-start enters uninterruptible sleep
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.10 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix this bug, please add the tag: 'kernel-bug-exists-upstream'. If you are unable to test the mainline kernel, for example it will not boot, please add the tag: 'kernel-unable-to-test-upstream'. Once testing of the upstream kernel is complete, please mark this bug as "Confirmed". Thanks in advance. [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10-saucy/ -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1196295 Title: lxc-start enters uninterruptible sleep To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1196295/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1196295] Re: lxc-start enters uninterruptible sleep
** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1196295 Title: lxc-start enters uninterruptible sleep To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1196295/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Blueprint servercloud-s-virtstack] Virtualization Stack Work for Saucy
Blueprint changed by Stefan Bader: Work items changed: Work items: [ebiederm] Push fix for XFS and user namespaces: TODO [serge-hallyn] Fix lxc-net to be nestable with no user interaction: DONE [serge-hallyn] Write sysctl to disable unprivileged CLONE_NEWUSER: DONE [serge-hallyn] Exploit stacked apparmor profiles for container nesting: BLOCKED [serge-hallyn] Pursue subuid patchset for shadow: TODO [serge-hallyn] Add console support to API (Dwight): DONE [serge-hallyn] Add attach support to API (Christian): TODO [serge-hallyn] Add snapshot support to API: TODO [serge-hallyn] Convert create to API: DONE [serge-hallyn] Convert stop to API: DONE [serge-hallyn] Convert destroy to API: DONE [serge-hallyn] List all other lxc-* programs to be converted to use the API: TODO [serge-hallyn] Update locking in API to handle killed programs: DONE [serge-hallyn] Update container creation to handle SIGKILL (using 'partial' file): DONE [serge-hallyn] Improve thread safety in API: DONE [serge-hallyn] Work distro lxc tests upstream: TODO [serge-hallyn] Discuss upstream stable branches with upstream: TODO [serge-hallyn] Get CONFIG_USER_NS=y into kernel (requires XFS issue resolved): BLOCKED [serge-hallyn] Merge qemu 1.5.0: DONE [serge-hallyn] Write a libvirt drive using the lxc API: TODO [serge-hallyn] Write loopback backingstore driver: DONE [serge-hallyn] Write qemu-nbd backingstore driver: TODO [serge-hallyn] Pursue patch for ovmf to provide save/restore of nvvars to support boot variables: TODO [serge-hallyn] Investigate openvswitch bridges by default in libvirt: TODO [serge-hallyn] Merge cgroup-lite into libcgroup (depends on libcgroup sysvinit scripts): BLOCKED [serge-hallyn] Default-off support for per-user cgroup configuration at boot/login: TODO [serge-hallyn] Ensure that lxc-ubuntu-cloud can be used with cloudinit for openstack: TODO [serge-hallyn] live block migration testing (using juju?) of libvirt+kvm with ceph: TODO [serge-hallyn] live block migration testing (using juju?) of libvirt+kvm with local storage: INPROGRESS [smoser] use simplestreams to provide secure ubuntu-cloud deliver to lxc: TODO [zulcss] Fix apparmor bug preventing libvirt-lxc from mounting blockdevs: TODO [zulcss] (or serge-hallyn) Write openstack patch to enable the new libvirt lxc-api driver: TODO [zulcss] Merge libvirt 1.0.6: TODO [zulcss] Follow up with Citrix's plans for xcp: TODO - [stefan-bader-canonical] Merge xen 4.3: TODO + [stefan-bader-canonical] Merge xen 4.3: INPROGRESS -- Virtualization Stack Work for Saucy https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-virtstack -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197448] Re: having multipath-tools installed prevents mounting of USB card reader
multipath-tools will grab any devices that are not excluded by the filtering directives in multipath.conf. It's a lot like lvm.conf. The operating system has no idea what these devices will be used for, you must direct it explicitly. https://help.ubuntu.com/lts/serverguide/multipath-dm-multipath-config- file.html#multipath-config-blacklist closing, support issue. ** Changed in: multipath-tools (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1197448 Title: having multipath-tools installed prevents mounting of USB card reader To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1197448/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197448] [NEW] having multipath-tools installed prevents mounting of USB card reader
Public bug reported: I have multipath-tools installed on my thinkpad to experiment with an iscsi install we have at work. Today I tried to mount an SD card inserted into a Transcend TS-RDF8K reader. No go either from KDE or the command line: armalota@armalota-thinkpad:~$ sudo mount -t vfat /dev/sdc1 /tmp/mount mount: /dev/sdc1 already mounted or /tmp/mount busy dmesg says: [55808.061841] sd 13:0:0:1: [sdc] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB) [55808.064061] sd 13:0:0:1: [sdc] Write Protect is off [55808.064071] sd 13:0:0:1: [sdc] Mode Sense: 21 00 00 00 [55808.066184] sd 13:0:0:1: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [55808.071312] sd 13:0:0:0: [sdb] Attached SCSI removable disk [55808.073515] sd 13:0:0:2: [sdd] Attached SCSI removable disk [55808.089075] sdc: sdc1 [55808.095418] sd 13:0:0:1: [sdc] Attached SCSI removable disk [55808.335453] device-mapper: table: 252:2: multipath: error getting device [55808.335463] device-mapper: ioctl: error adding target to table I google that error, find this page: http://forum.ubuntu.ru/index.php?topic=206829.45 Following the suggestion therein, I purged multipath-tools, replugged the reader, now I'm back in fine shape - able to mount my SD card to my heart's content. What will help debug this further? ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: multipath-tools 0.4.9-3ubuntu5 ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46 Uname: Linux 3.2.0-48-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu17.3 Architecture: amd64 Date: Wed Jul 3 10:24:16 2013 InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 (20111011) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: multipath-tools UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: multipath-tools (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1197448 Title: having multipath-tools installed prevents mounting of USB card reader To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1197448/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1176178] Re: Setting pid in memcached.conf causes strange behavior
It would appear as though the init script is creating the pid with root:root ownership, irrespective of memcached.conf's contents, yet still passes the -P during memecached's exec. When the -P option is added to the config, it results in this error as memcached tries to create a pid that already exists, and doesn't have permissions to overwrite. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to memcached in Ubuntu. https://bugs.launchpad.net/bugs/1176178 Title: Setting pid in memcached.conf causes strange behavior To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/memcached/+bug/1176178/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197392] Re: puppetmaster-passenger fails to install
Related Debian bug is at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713070 When this is resolved, it should work both apache2.2 and apache2.4. -- Stig ** Bug watch added: Debian Bug tracker #713070 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713070 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu. https://bugs.launchpad.net/bugs/1197392 Title: puppetmaster-passenger fails to install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1197392/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197392] Re: puppetmaster-passenger fails to install
Turns out we have apache2 2.4 in saucy-proposed, but is currently blocked from being migrated because it breaks other packages. When this is complete, it should work again. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu. https://bugs.launchpad.net/bugs/1197392 Title: puppetmaster-passenger fails to install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1197392/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197392] Re: puppetmaster-passenger fails to install
Looks like this is because Debian has apache2 2.4.4-6 and Ubuntu is still on 2.2.22-6ubuntu5. Debian has moved to /etc/apache2/sites- enabled/puppetmaster.conf, whereas Ubuntu's apache2 still requires /etc/apache2/sites-enabled/puppetmaster. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu. https://bugs.launchpad.net/bugs/1197392 Title: puppetmaster-passenger fails to install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1197392/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197392] [NEW] puppetmaster-passenger fails to install
Public bug reported: On a fresh Saucy cloud image, "apt-get install puppetmaster-passenger" fails. Log attached. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: puppetmaster-passenger 3.2.2-1 ProcVersionSignature: User Name 3.9.0-6.14-generic 3.9.6 Uname: Linux 3.9.0-6-generic x86_64 ApportVersion: 2.10.2-0ubuntu3 Architecture: amd64 Date: Wed Jul 3 12:46:31 2013 Ec2AMI: ami-039d Ec2AMIManifest: FIXME Ec2AvailabilityZone: nova Ec2InstanceType: m1.small Ec2Kernel: unavailable Ec2Ramdisk: unavailable MarkForUpload: True PackageArchitecture: all SourcePackage: puppet UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: puppet (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug ec2-images saucy ** Attachment added: "error.log" https://bugs.launchpad.net/bugs/1197392/+attachment/3723031/+files/error.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu. https://bugs.launchpad.net/bugs/1197392 Title: puppetmaster-passenger fails to install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1197392/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1194166] Re: [SRU] Ceph 0.56.6 point release update
ubuntu@juju-raring-instance-1:~$ sudo ceph -v ceph version 0.56.6 (95a0bda7f007a33b0dc7adf4b330778fa1e5d70c) ubuntu@juju-raring-instance-1:~$ sudo ceph -s health HEALTH_OK monmap e2: 3 mons at {juju-raring-instance-1=10.5.0.52:6789/0,juju-raring-instance-2=10.5.0.39:6789/0,juju-raring-instance-3=10.5.0.48:6789/0}, election epoch 6, quorum 0,1,2 juju-raring-instance-1,juju-raring-instance-2,juju-raring-instance-3 osdmap e24: 6 osds: 6 up, 6 in pgmap v533: 492 pgs: 492 active+clean; 11912 MB data, 24053 MB used, 92760 MB / 114 GB avail mdsmap e1: 0/0/1 up I also ran the rados bench test for sequential read a writes with no problems. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ceph in Ubuntu. https://bugs.launchpad.net/bugs/1194166 Title: [SRU] Ceph 0.56.6 point release update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1194166/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
Re: [Bug 1197357] [NEW] lxc ubuntu-cloud template's -i option does not work
Thanks for reporting this bug. assignee: utlemming status: confirmed importance: medium ** Changed in: lxc (Ubuntu) Importance: Undecided => Medium ** Changed in: lxc (Ubuntu) Status: New => Confirmed ** Changed in: lxc (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1197357 Title: lxc ubuntu-cloud template's -i option does not work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197357/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
Re: [Bug 1197303] [NEW] lxc ubuntu-cloud template defaults to lucid when on >= raring
Thanks for reporting this bug. assignee: utlemming status: confirmed importance: low ** Changed in: lxc (Ubuntu) Importance: Undecided => Low ** Changed in: lxc (Ubuntu) Status: New => Confirmed ** Changed in: lxc (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1197303 Title: lxc ubuntu-cloud template defaults to lucid when on >= raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197303/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197386] [NEW] nova-xcp-network does not place the scripts under the correct directory
Public bug reported: nova-xcp-network places the scripts under /usr/lib/xcp/plugins but /lib/udev/rules.d/xen-openvswitch-nova.rules calls /usr/lib/xcp/scripts/ovs_configure_vif_flows.py instead. # cat /lib/udev/rules.d/xen-openvswitch-nova.rules SUBSYSTEM=="xen-backend", KERNEL=="vif*", RUN+="/usr/lib/xcp/scripts/ovs_configure_vif_flows.py $env{ACTION} %k all" This results in syslog lines like this: udevd[2139]: failed to execute '/usr/lib/xcp/scripts/ovs_configure_vif_flows.py' '/usr/lib/xcp/scripts/ovs_configure_vif_flows.py offline vif-14-0 all': No such file or directory The network scripts should be placed in /usr/lib/xcp/scripts/ ** Affects: nova (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1197386 Title: nova-xcp-network does not place the scripts under the correct directory To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1197386/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197380] Re: Memory leak when using rabbitmq-server
reproducer script : queue_send.py ** Attachment added: "queue_send.py" https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+attachment/3723024/+files/queue_send.py -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. https://bugs.launchpad.net/bugs/1197380 Title: Memory leak when using rabbitmq-server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197380] Re: Memory leak when using rabbitmq-server
Reproducer script : queue_receive.py ** Attachment added: "queue_receive.py" https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+attachment/3723025/+files/queue_receive.py -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. https://bugs.launchpad.net/bugs/1197380 Title: Memory leak when using rabbitmq-server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197380] [NEW] Memory leak when using rabbitmq-server
Public bug reported: rabbitmq-server seems to be leaking memory. This has been tested with Precise, Raring and Saucy Run the following reproducer (attached to the bug) : $ while true do ./queue_send.py done;./queue_receive.py a. Actual Results: Free memory decrease and RSS of the rabbitmq-server process increase ** Affects: rabbitmq-server (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. https://bugs.launchpad.net/bugs/1197380 Title: Memory leak when using rabbitmq-server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1197380/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197375] [NEW] package apache2-utils 2.2.22-6ubuntu5 failed to install/upgrade: tentative de remplacement de « /usr/share/apport/package-hooks/apache2.py », qui appartient aussi au paquet apache2
Public bug reported: vlotho@pc5:~$ lsb_release -rd Description:Ubuntu Saucy Salamander (development branch) Release:13.10 vlotho@pc5:~$ apt-cache policy apache2 apache2: Installé : 2.2.22-6ubuntu5 Candidat : 2.4.4-6ubuntu2 Table de version : 2.4.4-6ubuntu2 0 500 http://fr.archive.ubuntu.com/ubuntu/ saucy-proposed/main amd64 Packages *** 2.2.22-6ubuntu5 0 500 http://fr.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages 100 /var/lib/dpkg/status crashed when i'have do upgrading. ProblemType: Package DistroRelease: Ubuntu 13.10 Package: apache2-utils 2.2.22-6ubuntu5 ProcVersionSignature: Ubuntu 3.10.0-2.9-generic 3.10.0 Uname: Linux 3.10.0-2-generic x86_64 ApportVersion: 2.10.2-0ubuntu3 Architecture: amd64 Date: Wed Jul 3 13:54:38 2013 DuplicateSignature: package:apache2-utils:2.2.22-6ubuntu5:tentative de remplacement de « /usr/share/apport/package-hooks/apache2.py », qui appartient aussi au paquet apache2.2-common 2.2.22-6ubuntu5 ErrorMessage: tentative de remplacement de « /usr/share/apport/package-hooks/apache2.py », qui appartient aussi au paquet apache2.2-common 2.2.22-6ubuntu5 InstallationDate: Installed on 2013-05-24 (39 days ago) InstallationMedia: Ubuntu-Server 13.04 "Raring Ringtail" - Release amd64 (20130421) MarkForUpload: True SourcePackage: apache2 Title: package apache2-utils 2.2.22-6ubuntu5 failed to install/upgrade: tentative de remplacement de « /usr/share/apport/package-hooks/apache2.py », qui appartient aussi au paquet apache2.2-common 2.2.22-6ubuntu5 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: apache2 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check saucy -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu. https://bugs.launchpad.net/bugs/1197375 Title: package apache2-utils 2.2.22-6ubuntu5 failed to install/upgrade: tentative de remplacement de « /usr/share/apport/package- hooks/apache2.py », qui appartient aussi au paquet apache2.2-common 2.2.22-6ubuntu5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197375/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1072597] Re: open-iscsi has a bug with ubuntu
So this bug doesn't allow me to install openstack devstack. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iscsitarget in Ubuntu. https://bugs.launchpad.net/bugs/1072597 Title: open-iscsi has a bug with ubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1072597/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197357] [NEW] lxc ubuntu-cloud template's -i option does not work
Public bug reported: If I run: sudo lxc-create -t ubuntu-cloud -n wip -- -r saucy -i foobar -s daily then the created container still uses a random instance id. grepping for foobar /etc and /var/lib/cloud gives me nothing. Expected result: /var/lib/cloud/data/instance-id should be "foobar". Cause: http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/saucy/lxc/saucy/view/head:/templates/lxc-ubuntu- cloud.in#L368 host_id=${hostid:-$rhostid} should be: host_id=${host_id:-$rhostid} ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: lxc 0.9.0-0ubuntu16 ProcVersionSignature: User Name 3.9.0-6.14-generic 3.9.6 Uname: Linux 3.9.0-6-generic x86_64 ApportVersion: 2.10.2-0ubuntu3 Architecture: amd64 Date: Wed Jul 3 10:52:43 2013 Ec2AMI: ami-039d Ec2AMIManifest: FIXME Ec2AvailabilityZone: nova Ec2InstanceType: m1.small Ec2Kernel: unavailable Ec2Ramdisk: unavailable MarkForUpload: True SourcePackage: lxc UpgradeStatus: No upgrade log present (probably fresh install) defaults.conf: lxc.network.type = veth lxc.network.link = lxcbr0 lxc.network.flags = up ** Affects: lxc (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apparmor apport-bug ec2-images saucy -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1197357 Title: lxc ubuntu-cloud template's -i option does not work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197357/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1195607] Re: iscsitarget-dkms broken since kernel 3.10.0
This bug was fixed in the package iscsitarget - 1.4.20.2-10ubuntu4 --- iscsitarget (1.4.20.2-10ubuntu4) saucy; urgency=low * d/p/fix-3.10-kernel-match.patch: Fixup patch pattern matching for >= 3.10 kernels. * d/p/kernel-3.10-support.patch: Add support for Linux 3.10 (LP: #1195607). -- James PageWed, 03 Jul 2013 09:27:28 +0100 ** Changed in: iscsitarget (Ubuntu Saucy) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iscsitarget in Ubuntu. https://bugs.launchpad.net/bugs/1195607 Title: iscsitarget-dkms broken since kernel 3.10.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1195607/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197303] Re: lxc ubuntu-cloud template defaults to lucid when on >= raring
** Description changed: lxc 0.9.0-0ubuntu3.3 Running "lxc-create -t ubuntu-cloud -n test -- -i test" creates a Lucid - container. I expected it to be Raring. + container. I expected it to be Raring (when on Raring). Indeed, on Precise, I believe that you'd get a Precise container. The culprit appears to be http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/saucy/lxc/saucy/view/head:/templates/lxc-ubuntu- cloud.in#L145 where this is hardcoded, and Raring and Saucy have not been added. Better, this should be fixed in a more general way so it does not need to be fixed every release. Workaround: Use "lxc-create -t ubuntu-cloud -n test -- -i test -r raring" to explicitly specify the release required. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1197303 Title: lxc ubuntu-cloud template defaults to lucid when on >= raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197303/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197303] [NEW] lxc ubuntu-cloud template defaults to lucid when on >= raring
Public bug reported: lxc 0.9.0-0ubuntu3.3 Running "lxc-create -t ubuntu-cloud -n test -- -i test" creates a Lucid container. I expected it to be Raring (when on Raring). Indeed, on Precise, I believe that you'd get a Precise container. The culprit appears to be http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/saucy/lxc/saucy/view/head:/templates/lxc-ubuntu- cloud.in#L145 where this is hardcoded, and Raring and Saucy have not been added. Better, this should be fixed in a more general way so it does not need to be fixed every release. Workaround: Use "lxc-create -t ubuntu-cloud -n test -- -i test -r raring" to explicitly specify the release required. ** Affects: lxc (Ubuntu) Importance: Undecided Status: New ** Description changed: lxc 0.9.0-0ubuntu3.3 Running "lxc-create -t ubuntu-cloud -n test -- -i test" creates a Lucid container. I expected it to be Raring. Indeed, on Precise, I believe that you'd get a Precise container. The culprit appears to be http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/saucy/lxc/saucy/view/head:/templates/lxc-ubuntu- cloud.in#L145 where this is hardcoded, and Raring and Saucy have not been added. Better, this should be fixed in a more general way so it does not need to be fixed every release. + + Workaround: + + Use "lxc-create -t ubuntu-cloud -n test -- -i test -r raring" to + explicitly specify the release required. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1197303 Title: lxc ubuntu-cloud template defaults to lucid when on >= raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1197303/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1197282] [NEW] install fails with apparmor disabled
Public bug reported: Boot a precise instance with kernel option 'apparmor=0' Install maas-dhcp ubuntu@ubuntu:~$ sudo apt-get install -y maas-dhcp Setting up maas-dhcp (1.2+bzr1373+dfsg-0ubuntu1~12.04.1) ... Warning: unable to find a suitable fs in /proc/mounts, is it mounted? Use --subdomainfs to override. dpkg: error processing maas-dhcp (--configure): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of maas-dns: maas-dns depends on maas-dhcp (= 1.2+bzr1373+dfsg-0ubuntu1~12.04.1); however: Package maas-dhcp is not configured yet. dpkg: error processing maas-dns (--configure): dependency problems - leaving unconfigured Looks like apparmor should not be called in /var/lib/dpkg/info/maas-dhcp.postinst and /var/lib/dpkg/info/maas-dhcp.postrm when apparmor is disabled. Workaround Boot the machine with apparmor enabled. Package info ubuntu@ubuntu:~$ sudo dpkg -l maas-dhcp Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-=-=-== ii maas-dhcp 1.2+bzr1373+dfsg-0ubuntu1~12.04.1 Ubuntu MAAS Server - DHCP Configuration (meta-package) ubuntu@ubuntu:~$ ubuntu@ubuntu:~$ uname -r 3.2.0-48-generic ubuntu@ubuntu:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 12.04.2 LTS Release:12.04 Codename: precise ** Affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1197282 Title: install fails with apparmor disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1197282/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs