Re: [Ubuntu-ha] [Bug 799711] Re: o2cb[11796]: ERROR: ocfs2_controld.pcmk did not come up

2011-06-28 Thread Ante Karamatić
U Čet, 23. 06. 2011., u 07:13 +, HenningMalzahn je napisao/la: > 3. When you dpkg-reconfigure ocfs2-tools package, and after the output has > finished showing, did you disable o2cb as showed in the HowTo? "sudo > update-rc.d o2cb disable" > - Yes, did that. Enabled the services to be loaded

Re: [Ubuntu-ha] [Bug 802770] [NEW] can't use ocfs2 with cman clustering

2011-06-28 Thread Ante Karamatić
U Pon, 27. 06. 2011., u 23:11 +, charles je napisao/la: > sudo service o2cb status > > Driver for "configfs": Loaded > Filesystem "configfs": Mounted > Driver for "ocfs2_dlmfs": Not loaded > Checking O2CB cluster ocfs2: Offline Have you enabled o2cb in /etc/default/o2cb? -- Ante

[Bug 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-28 Thread Martin Pitt
** Tags added: verification-done ** Tags removed: verification-done-natty verification-needed -- 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/644489 Title: constantly changes

[Bug 787091] Re: Unable to use USB device in KVM quest

2011-06-28 Thread Serge Hallyn
Let's see if we can get root in general to fail to open this. First paste the following into 'open.c' (without the '' lines), and then compile that using 'make open'. === #include #include #include #include #include int ma

[Bug 802647] Re: USB hardware not autodetected

2011-06-28 Thread Serge Hallyn
I'm setting this bug to triaged as I think the solution should be more discoverable. I'm not however sure how to accomplish that, open to suggestions. ** Changed in: qemu-kvm (Ubuntu) Status: New => Triaged ** Changed in: qemu-kvm (Ubuntu) Importance: Undecided => Low -- You received

[Bug 802647] Re: USB hardware not autodetected

2011-06-28 Thread Serge Hallyn
Thanks for taking the time to report this bug. To work around this, please follow comments #1 and #12 from bug 545795. (If you prefer I can quote them here). That will tell apparmor to allow the accesses you want. Please let us know if you continue to have problems. -- You received this bug no

[Bug 796216] Re: failed to create\start vm

2011-06-28 Thread Serge Hallyn
How did you install libvirt? what does 'dpkg -l | grep libvirt' and 'dpkg -S `which libvirtd`' show? I've tried to reproduce this on a fresh maverick install, but couldn't. It appears something has gone mad with your packages. ** Changed in: libvirt (Ubuntu) Status: New => Incomplete --

[Bug 507664] Re: package zabbix-server-mysql 1:1.6.4-2build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-28 Thread Boban Aleksov
Same with my machine, stops with populating database... 11.04 server fully updated -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/507664 Title: package zabbix-server-mysql 1:

Re: [Bug 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-28 Thread Peter Petrakis
On 06/28/2011 09:30 PM, Serge Hallyn wrote: > Quoting Peter Petrakis (peter.petra...@canonical.com): >> @Clint >> >> lucid verification: no udev change events observed >> NOTE: this issue depends on lp #686832 > > Not strictly though, right? Your setup needed that fix to boot, > but that is unrela

[Bug 796216] Re: failed to create\start vm

2011-06-28 Thread Max
virsh 'start squid' fails with error: Unable to create cgroup for squid: No such file or directory ** Changed in: libvirt (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. http

[Bug 796216] Re: failed to create\start vm

2011-06-28 Thread Max
apport-collect failed with the message: Package libvirt not installed and no hook available, ignoring although libvirt-bin and libvirt0 are installed. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.laun

[Bug 796216] Re: failed to create\start vm

2011-06-28 Thread Max
Error starting domain: Unable to create cgroup for squid: No such file or directory Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 45, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/engine.py", li

[Bug 529290] Re: logrotate script needs to be updated for Upstart conversion

2011-06-28 Thread Simon Déziel
The upstart job tries to start smbd in foreground mode but apparently fails to do so : standard input is not a socket, assuming -D option Even if this foreground operation was to work, the man page says that child processes will still be created. Those too need to be notified about the log rotati

[Bug 529290] Re: logrotate script needs to be updated for Upstart conversion

2011-06-28 Thread Simon Déziel
This was partly fixed in revision 104 of the bzr branch for Natty. As already pointed out, this is only a partial fix as only one of the children is notified to reopen the log file. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba

[Bug 529290] Re: logrotate script needs to be updated for Upstart conversion

2011-06-28 Thread Simon Déziel
Changing the kill -HUP `cat /var/run/samba/smbd.pid` for the upstart "reload" doesn't work either. -- 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/529290 Title: logrotate script needs

[Bug 529290] Re: logrotate script needs to be updated for Upstart conversion

2011-06-28 Thread Simon Déziel
I don't know what status to assign to this bug but the current situation isn't good as smbd processes will keep logging to the old log file. All this logging will be lost as it ends up in a "deleted" log file. Another potentially bad consequence is that the server might run out of space because of

[Bug 529290] Re: logrotate script needs to be updated for Upstart conversion

2011-06-28 Thread Simon Déziel
The fix implemented in http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/lucid/samba/lucid/revision/99 is not working as the wrong pid is sent a HUP signal : -invoke-rc.d --quiet samba reload > /dev/null + [ ! -f /var/run/samba/nmbd.pid ] || kill -HUP `cat /var/

[Bug 766229] Re: koan --replace-self relies on grubby

2011-06-28 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. https://bugs.launchpad.net/bugs/766229 Title: koan --replace-self relies on grubby To ma

[Bug 766229] Re: koan --replace-self relies on grubby

2011-06-28 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu) Assignee: Andres Rodriguez (andreserl) => (unassigned) ** Changed in: cobbler (Ubuntu) Status: Fix Released => Triaged ** Changed in: cobbler (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a memb

[Bug 766229] Re: koan --replace-self relies on grubby

2011-06-28 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler - 2.1.0+git20110602-0ubuntu11 --- cobbler (2.1.0+git20110602-0ubuntu11) oneiric; urgency=low * debian/patches/51_koan_grub2_instead_of_grubby.patch: Use grub2 for koan's '--replace-self' option instead of grubby. (LP: #766229) -- Andres

[Bug 686832] Re: multipath-tools-boot, root mount failed - Device or resource busy

2011-06-28 Thread Serge Hallyn
Let's wait until the packages currently in *-proposed are moved to -updates, then I'll create a new set of packages for this. WIthout this, we have systems which will simply not boot, so it definately remains high priority. Maybe ought to be moved to critical. ** Changed in: multipath-tools (Ubu

[Bug 802977] Re: libvirt with lxc and 3.0 kernel fails

2011-06-28 Thread Serge Hallyn
(jdstrand has a patch) ** Changed in: libvirt (Ubuntu) Status: New => Confirmed ** Changed in: libvirt (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.la

[Blueprint server-o-cobbler-next-steps] Cobbler next steps.

2011-06-28 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez: Whiteboard changed: [lynxman] Cobbler way of determining distro (by checking directory hierarchy) doesn't work with mini.iso, do we want to keep it that way or improve distro detection <-- Andreas seems to have got it working. Work Items for oneiri

Re: [Bug 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-28 Thread Serge Hallyn
Quoting Peter Petrakis (peter.petra...@canonical.com): > @Clint > > lucid verification: no udev change events observed > NOTE: this issue depends on lp #686832 Not strictly though, right? Your setup needed that fix to boot, but that is unrelated to this bugfix iiuc? -serge -- You received thi

[Bug 766229] Re: koan --replace-self relies on grubby

2011-06-28 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu) Assignee: (unassigned) => Andres Rodriguez (andreserl) ** Changed in: cobbler (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. http

[Bug 803116] [NEW] Instances stuck in shutting-down state

2011-06-28 Thread Eric Woodlief
Public bug reported: OS: Ubuntu 10.04.2 LTS Package: eucalyptus* 1.6.2-0ubuntu30.5 When terminating a bunch (say 20-40) of instances using euca-terminate- instances, about half of them will go away and the rest remain in the "shutting-down" state. Those remaining will not shutdown until manually

[Blueprint server-o-cobbler-next-steps] Cobbler next steps.

2011-06-28 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez: Whiteboard changed: [lynxman] Cobbler way of determining distro (by checking directory hierarchy) doesn't work with mini.iso, do we want to keep it that way or improve distro detection <-- Andreas seems to have got it working. Work Items for oneiri

[Bug 800543] Re: Installing zabbix-frontend-php fails in noninteractive mode

2011-06-28 Thread Tom Ellis
@Daviey - I also had a customer confirm the fix with a test package built using that debdiff -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dbconfig-common in Ubuntu. https://bugs.launchpad.net/bugs/800543 Title: Installing zabbix-f

[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-06-28 Thread Jeff Lane
Nevermind... I fail at reading comprehension :-) I didn't realize that the kernel bug was still open. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/110992 Title: ipmi modules need to

[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-06-28 Thread Jeff Lane
Just out of curiosity, this was marked Fix Released on March 19, why is it now being marked invalid? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/110992 Title: ipmi modules need to m

[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-06-28 Thread Seth Forshee
** Changed in: linux (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/110992 Title: ipmi modules need to manually inserted and device created

[Bug 494141] Re: CUPS starts after SAMBA; printers are not available (convert cups to upstart)

2011-06-28 Thread Kate Stewart
** Changed in: cups (Ubuntu Lucid) Milestone: None => ubuntu-10.04.3 -- 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/494141 Title: CUPS starts after SAMBA; printers are not availab

Re: [Bug 801718] Re: kpropd -S -P fails to use specified port

2011-06-28 Thread Tom Yu
Monestri writes: > kprop is also broken: > > 13:24 < safire> strace kprop -r A.EXAMPLE.COM -P -f /tmp/db slave > 13:24 < safire> connect(4, {sa_family=AF_INET, sin_port=htons(754), > sin_addr=inet_addr("172.24.3.72")}, 16) = 0 > > Clearly.. it's not even trying to connect on the port I'm sp

[Blueprint server-o-cobbler-next-steps] Cobbler next steps.

2011-06-28 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez: Whiteboard changed: [lynxman] Cobbler way of determining distro (by checking directory hierarchy) doesn't work with mini.iso, do we want to keep it that way or improve distro detection <-- Andreas seems to have got it working. Work Items for oneiri

[Bug 801718] Re: kpropd -S -P fails to use specified port

2011-06-28 Thread Monestri
kprop is also broken: 13:24 < safire> strace kprop -r A.EXAMPLE.COM -P -f /tmp/db slave 13:24 < safire> connect(4, {sa_family=AF_INET, sin_port=htons(754), sin_addr=inet_addr("172.24.3.72")}, 16) = 0 Clearly.. it's not even trying to connect on the port I'm specifying. End result: Multiple

[Bug 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-28 Thread Peter Petrakis
@Clint lucid verification: no udev change events observed NOTE: this issue depends on lp #686832 root@kickseed:~# lsb_release -r Release:10.04 root@kickseed:~# udevadm monitor & [1] 2043 monitor will print the received events for: UDEV - the event which udev sends out after rule processi

[Bug 686832] Re: multipath-tools-boot, root mount failed - Device or resource busy

2011-06-28 Thread Serge Hallyn
** Changed in: multipath-tools (Ubuntu Maverick) Status: New => Triaged ** Changed in: multipath-tools (Ubuntu Maverick) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu.

[Bug 766352] Re: novarc in nova.zip does not work perfectly as symlink

2011-06-28 Thread Thierry Carrez
** Changed in: nova Milestone: None => diablo-2 -- 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/766352 Title: novarc in nova.zip does not work perfectly as symlink To manage notifi

[Bug 802977] Re: libvirt with lxc and 3.0 kernel fails

2011-06-28 Thread Scott Moser
-- 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/802977 Title: libvirt with lxc and 3.0 kernel fails To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+s

[Bug 802977] [NEW] libvirt with lxc and 3.0 kernel fails

2011-06-28 Thread Scott Moser
Public bug reported: using libvirt with lxc does not work if kernel is '3.0' (without micro revision). Below is a trace, but really, libvirt just expects that there is major.minor.micro: 2011-06-28 11:32:56,635 AUDIT nova [-] Starting compute node (version 2011.3-workspace:tarmac-20110617171714

[Bug 801908] Re: Virt-manager fails to install domain (KVM) with Libvirt 0.9.2 ( Oneiric 06/24/11)

2011-06-28 Thread Boris Derzhavets
apport-collect 801908 ERROR: connecting to Launchpad failed: [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib You can reset the credentials by removing the file "/root/.cache/apport/launchpad.credentials" root@boris-P5Q-E:/# rm -f /root/.ca

[Bug 802956] Re: package exim4-base 4.74-1ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-28 Thread BEDASIUS
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to exim4 in Ubuntu. https://bugs.launchpad.net/bugs/802956 Title: package exim4-base 4.74-1ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned erro

[Bug 802956] [NEW] package exim4-base 4.74-1ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-28 Thread BEDASIUS
Public bug reported: I was installing php-gtk! ProblemType: Package DistroRelease: Ubuntu 11.04 Package: exim4-base 4.74-1ubuntu1.2 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Tue Jun 28 14:47:20 20

[Bug 800824] Re: cloud-init-nonet times out in lxc

2011-06-28 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.1-0ubuntu10 --- cloud-init (0.6.1-0ubuntu10) oneiric; urgency=low * sync with trunk (rev 405) * fix cloud-init in ubuntu lxc containers (LP: #800824) -- Scott MoserTue, 28 Jun 2011 06:46:14 -0400 ** Changed in: cloud-init (U

[Bug 800824] Re: cloud-init-nonet times out in lxc

2011-06-28 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/800824 Title: cloud-init-nonet times out in lxc To manage notifications about this bug go to: http

[Bug 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-28 Thread Peter Petrakis
@Clint Maverick verification: no udev change events observed root@kickseed:~# udevadm monitor & [1] 1999 root@kickseed:~# monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent root@kickseed:~# for i in /sbin/mpath_prio

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

2011-06-28 Thread Clint Byrum
Jeremy, thanks for those files. I've looked at what it will take to get those into a package. We need to make sure nis gets reconfigured to stop/start w/ upstart and that is a tiny bit tricky. Working now on an upload for oneiric that will solve this. -- You received this bug notification because

[Bug 802876] Re: nova_sudoers should take into account new location for brctl

2011-06-28 Thread Dave Walker
Is there a danger in supporting both paths in nova_sudoers supporting legacy location aswell? Thanks. -- 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/802876 Title: nova_sudoers should

[Bug 802882] [NEW] /usr/bin/nova in both python-novaclient and simh

2011-06-28 Thread Thierry Carrez
Public bug reported: Both simh and python-novaclient install: /usr/bin/nova /usr/share/man/man1/nova.1.gz They should at least conflict with each other, or the nova client tool could be renamed. ** Affects: python-novaclient (Ubuntu) Importance: High Status: Confirmed ** Affec

[Bug 802876] [NEW] nova_sudoers should take into account new location for brctl

2011-06-28 Thread Thierry Carrez
Public bug reported: Starting with bridge-utils 1.5-1, /usr/sbin/brctl moved to /sbin/brctl. Oneiric has 1.5-2ubuntu1 so its nova_sudoers should be adjusted, otherwise failure ensues. ** Affects: nova (Ubuntu) Importance: High Status: Confirmed ** Affects: nova (Debian) Impor

[Bug 771698] Re: /usr/bin/id does not show ldap groups

2011-06-28 Thread Thomas Schweikle
It seems fixed since. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libnss-ldap in Ubuntu. https://bugs.launchpad.net/bugs/771698 Title: /usr/bin/id does not show ldap groups To manage notifications about this bug go to: https://b

[Bug 676518] Re: configuration given in /etc/default/libvirt-bin ignored

2011-06-28 Thread Thomas Schweikle
This is fixed since the last update to libvirtd 0.8.8 -- 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/676518 Title: configuration given in /etc/default/libvirt-bin ignored To manage

[Bug 771698] Re: /usr/bin/id does not show ldap groups

2011-06-28 Thread Thomas Schweikle
Bugreport can be closed. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libnss-ldap in Ubuntu. https://bugs.launchpad.net/bugs/771698 Title: /usr/bin/id does not show ldap groups To manage notifications about this bug go to: https:

[Bug 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2011-06-28 Thread Launchpad Bug Tracker
This bug was fixed in the package squid - 2.7.STABLE9-2ubuntu5.1 --- squid (2.7.STABLE9-2ubuntu5.1) maverick-proposed; urgency=low * debian/squid.upstart: SQUID_ARGS default value set to -D so DNS checks are not performed at startup (LP: #561750) -- Clint ByrumWed, 18 May 2

[Bug 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2011-06-28 Thread Launchpad Bug Tracker
This bug was fixed in the package squid - 2.7.STABLE7-1ubuntu12.3 --- squid (2.7.STABLE7-1ubuntu12.3) lucid-proposed; urgency=low * debian/squid.upstart: SQUID_ARGS default value set to -D so DNS checks are not performed at startup (LP: #561750) -- Clint ByrumWed, 18 May 20

[Bug 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2011-06-28 Thread Martin Pitt
** Tags added: verification-done ** Tags removed: verification-done-maverick verification-needed -- 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/561750 Title: squid starts and stops im

[Bug 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/multipath-tools -- 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/644489 Title: constantly changes /dev/disk/by-id/{scsi,wwn}-* LU

[Bug 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-28 Thread Clint Byrum
Accepted multipath-tools into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: multipath-tools (