[Bug 1228490] Re: Havana novncproxy requires a newer version of websockify

2013-09-21 Thread gdahlman
I built the 0.5.1 package from the upstream git repo, it works fine and
resolves the issue

I have uploaded a test version to my PPA

https://launchpad.net/~gdahlman/+archive/havana

The upstream source was pulled from
git://anonscm.debian.org/openstack/websockify.git

Outside of making changes to debian/changelog to make it acceptable for
dput it required no changes.

-- 
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/1228490

Title:
  Havana novncproxy requires a newer version of websockify

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1228490/+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 1228433] [NEW] nova-compute needs sysfsutils package moved to depends

2013-09-20 Thread gdahlman
Public bug reported:

nova-compute does not require the sysfsutils package but it needs the
systool command in order to attach volumes to an instance.

The package is currently in Suggests:  but it really should be in
Depends: as it is a more critical need as cinder's role grows.


2013-09-20 15:15:45.311 5927 AUDIT nova.compute.manager 
[req-8afcc898-e03f-413d-bdc1-c2fcd4d7da3e 58c3c715179b4200ac2239aacbb1a72f 
1956b09b0dce492fa49e13b7ce59daaa] [instance: 
ba708594-99cd-4bb2-8ba4-ec209292e06d] Attaching volume 
fe355986-71e9-4439-b179-c53419e0ff0c to /dev/vdb
2013-09-20 15:15:45.368 5927 WARNING nova.virt.libvirt.utils 
[req-8afcc898-e03f-413d-bdc1-c2fcd4d7da3e 58c3c715179b4200ac2239aacbb1a72f 
1956b09b0dce492fa49e13b7ce59daaa] systool is not installed
2013-09-20 15:15:45.395 5927 WARNING nova.virt.libvirt.utils 
[req-8afcc898-e03f-413d-bdc1-c2fcd4d7da3e 58c3c715179b4200ac2239aacbb1a72f 
1956b09b0dce492fa49e13b7ce59daaa] systool is not installed


nova (1:2013.2~b3-0ubuntu1) saucy; urgency=low

snippet from debian/control

Package: nova-compute
Architecture: all
Depends: curl,
 ebtables,
 gawk,
 iptables,
 kpartx,
 lsb-base (= 3.0.6),
 nova-common (= ${binary:Version}),
 nova-compute-kvm | nova-compute-hypervisor,
 open-iscsi,
 parted,
 qemu-utils,
 genisoimage,
 vlan,
 ${misc:Depends},
 ${python:Depends},
 adduser
Suggests: guestmount, sysfsutils, sg3-utils, multipath-tools
Description: OpenStack Compute - compute node

** Affects: cloud-archive
 Importance: Undecided
 Status: New

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: cloud-archive
   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/1228433

Title:
  nova-compute needs sysfsutils package moved to depends

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1228433/+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 1228490] [NEW] Havana novncproxy requires a newer version of websockify

2013-09-20 Thread gdahlman
Public bug reported:

Due to the following commit the websockify package needs to be updated
to 0.5.1

https://github.com/openstack/nova/commit/3eb67b811ae2442bd86781d9f1c4078a982cfe84

Here is the error from the command line because the service just fails
to start.

# nova-novncproxy 
Traceback (most recent call last):
  File /usr/bin/nova-novncproxy, line 10, in module
sys.exit(main())
  File /usr/lib/python2.7/dist-packages/nova/cmd/novncproxy.py, line 85, in 
main
wrap_cmd=None)
  File /usr/lib/python2.7/dist-packages/nova/console/websocketproxy.py, line 
40, in __init__
ssl_target=None, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/websockify/websocketproxy.py, line 
86, in __init__
websocket.WebSocketServer.__init__(self, *args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'no_parent'

** Affects: cloud-archive
 Importance: Undecided
 Status: New

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: cloud-archive
   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/1228490

Title:
  Havana novncproxy requires a newer version of websockify

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1228490/+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 927540] Re: multipath ignores blacklist in multipath.conf

2012-05-06 Thread gdahlman
I think blacklist device maching is expanded as a regex and not as a
glob, thus the * will not provide a match.  Can you try the following
change.

Replace:

 device {
vendor DELL*
product PERC*
}

With:

   device {
   vendor DELL.*
   product PERC.*
   }

Also if you could paste the output from

$ sudo udisks --dump

It would help debug this issue, I am not on the Ubuntu team but I am
trying to track down an issue that may be related to this.

-- 
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/927540

Title:
  multipath ignores blacklist in multipath.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/927540/+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 882878] Re: With IPv6 disabled, openssh will not forward X connections

2011-10-28 Thread gdahlman
It appears that they are not using the resolver when building arguments
for xauth, but I agree.

I filed the bug mostly so that others experiencing the issue could find
the workaround.

-- 
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/882878

Title:
  With IPv6 disabled, openssh will not forward X connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/882878/+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 882878] [NEW] With IPv6 disable openssh will on forward X connections

2011-10-27 Thread gdahlman
Public bug reported:

If you disable IPv6 in /etc/sysctl.conf sshd will not forward X11.

It logs the failue in /var/log/auth.log

Oct 27 18:49:26 uscps002 sshd[14722]: Accepted password for root from 
172.20.10.50 port 60322 ssh2
Oct 27 18:49:26 uscps002 sshd[14722]: pam_unix(sshd:session): session opened 
for user root by (uid=0)
Oct 27 18:49:27 uscps002 sshd[14722]: error: Failed to allocate internet-domain 
X11 display socket.

Aparently the compiled sshd version will not try an ipv4 localhost if an
ipv6 localhost does not exist.

Placing the following line in /etc/ssh/sshd_config fixes the issue

X11UseLocalHost no


root@uscps002:/var/log# lsb_release -rd
Description:Ubuntu 11.10
Release:11.10
root@uscps002:/var/log# 


root@uscps002:/var/log# uname -a
Linux uscps002 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/882878

Title:
  With IPv6 disable openssh will on forward X connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/882878/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-10-12 Thread gdahlman
Sorry after installing Serge's test kernel I did not have the time to
test the proposed version but his did fix the issue.

Unfortunately it appears that the Ubuntu kernel in 11.04 also has this
issue.

if (tsc_delta  0)
mark_tsc_unstable(KVM discovered backwards TSC);
if (check_tsc_unstable()) {
kvm_x86_ops-adjust_tsc_offset(vcpu, -tsc_delta);
vcpu-arch.tsc_catchup = 1;
}
kvm_make_request(KVM_REQ_CLOCK_UPDATE, vcpu);
if (vcpu-cpu != cpu)
kvm_migrate_timers(vcpu);
vcpu-cpu = cpu;
}
}


I have made the same diff change I added above and the issue goes away.

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-10-12 Thread gdahlman
Please ignore #33... apparently I forgot how to run uname

The host had reverted to an older kernel on the upgrade to 11.10

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-10 Thread gdahlman
Thanks Stefan,

I have confirmed that the following kernels work.

linux-image-2.6.38-11-server_2.6.38-11.48+lp795717v1_amd64.deb
linux-image-2.6.38-11-generic_2.6.38-11.48+lp795717v1_amd64.deb

They were installed on three machines

Dell PowerEdge R710 with 96GB ram and 2 * Xeon X5680
Dell PowerEdge 2950 with 32GB ram and 2 * Xeon E5420
Dell OptiPlex 960 with 8GB ram and 1 * Core2 Duo E8400

I can install and boot the following operating systems, all with 8
vcpus.

Ubuntu 8.04 server i386 (current_clocksource was tsc)
Ubuntu 10.10 desktop i386
RHEL 5.4 i386
RHEL 5.5 i386 (boot existing image only)
Centos 5.5 i386
Centos 5.5 amd64
Centos 5.6 i386 LiveCD (no install)


I also had no issues booting 64bit windows 7 guests with two vcpus.

Thanks,

Greg

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/795717/+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 557054] Re: Libvirt-bin ignores libvirtd_opts from /etc/default

2011-08-09 Thread gdahlman
Still an issue in Natty, even a comment in /etc/default/libvirt-bin
would be nice.

-- 
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/557054

Title:
  Libvirt-bin ignores libvirtd_opts from /etc/default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/557054/+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 823638] [NEW] Please put comment in /etc/default/libvirt-bin or remove it from the .deb

2011-08-09 Thread gdahlman
Public bug reported:

http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/natty/libvirt/natty/view/head:/debian/libvirt-
bin.default

/etc/default/libvirt-bin is not used with upstart and has not been used
for three releases anymore

It is very confusing to users to try and add arguments and have them
ignored.

Please add a simple text comment at the top of the file telling people
to modify /etc/init/libvirt-bin

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: libvirt libvirt-bin natty

-- 
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/823638

Title:
  Please put comment in /etc/default/libvirt-bin or remove it from the
  .deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823638/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I did set clocksource=acpi_pm and it will boot,

The regression is in the Ubuntu kernel, it works fine on fc12 and 10.10
but 11.04 will not let them boot

It would seem really odd that the kvm-clock paravirt clock source in the
current kernel would be the prime suspect IMHO.

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I think I found the kernel bug that causes this, but I can not find a
good link that is not spam mail list aggregation site.

The subject is KVM: fix kvmclock regression due to missing clock
update  and it appears there is a fix in 2.6.39


I will try to find hardware to test this on.

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I have verified that by downloading and upgrading to the following
kernel the issue is resolved, the issue still exists with 2.6.38-10

http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc4-natty/

I successfully booted from CD on RHEL 5.4 and Centos 5.5 on CD and
installed with no issue with 8 cpu's

Here is the text of the commit I think fixes the issue.

commit 1aa8ceef0312a6aae7dd863a120a55f1637b361d
Author: Nikola Ciprich extmaill...@linuxbox.cz
Date:   Wed Mar 9 23:36:51 2011 +0100

KVM: fix kvmclock regression due to missing clock update

commit 387b9f97750444728962b236987fbe8ee8cc4f8c moved 
kvm_request_guest_time_update(vcpu),
breaking 32bit SMP guests using kvm-clock. Fix this by moving (new) clock 
update function
to proper place.

Signed-off-by: Nikola Ciprich nikola.cipr...@linuxbox.cz
Acked-by: Zachary Amsden zams...@redhat.com
Signed-off-by: Avi Kivity a...@redhat.com

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
Here is the fix for the current natty kernel source, it appears to be a
typo with a closing bracket one line too high.

** Patch added: Patch to fix issue with 32 bit KVM hosts
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+attachment/2265304/+files/x86.c.diff

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-23 Thread gdahlman
I tried many ISO's and the systems that worked before I did a dist upgrade 
failed to boot also
I just tried it with 2 cpu's and 2GB of ram and it still failed.
I do not get to a point where I can get dmesg output but I have included a 
screenshot
I have reproduced this issue on a Dell R710, 2950 and R610.
I installed with the 11.04 Server ISO image.
Re-installing 10.10 server allowed the guests to boot as did dropping the vcpu 
number down to 1
Here are the ISO images I was using for the guests.
root@usmirror001:/export/isos/Operating_Systems/Linux# isoinfo -d -i 
CentOS-5.5-i386-bin-DVD.isoCD-ROM is in ISO 9660 formatSystem id: LINUXVolume 
id: CentOS_5.5_FinalVolume set id: Publisher id: CentOS ProjectData preparer 
id: CentOSApplication id: CentOS_5.5_FinalCopyright File id: Abstract File id: 
Bibliographic File id: Volume set size is: 1Volume set sequence number is: 
1Logical block size is: 2048Volume size is: 2043515El Torito VD version 1 
found, boot catalog is in sector 406Joliet with UCS level 3 foundRock Ridge 
signatures version 1 foundEltorito validation header:Hid 1Arch 0 (x86)  
  ID 'CentOS Project'Key 55 AAEltorito defaultboot header:
Bootid 88 (bootable)Boot media 0 (No Emulation Boot)Load 
segment 0Sys type 0Nsect 4Bootoff 197 407
root@usmirror001:/export/isos/Operating_Systems/Linux# isoinfo -d -i 
CentOS-5.6-i386-LiveCD.iso CD-ROM is in ISO 9660 formatSystem id: LINUXVolume 
id: CentOS-5.6-i386-LiveCDVolume set id: Publisher id: Data preparer id: 
Application id: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER  CDRECORD CD-R/DVD 
CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLINGCopyright File id: 
Abstract File id: Bibliographic File id: Volume set size is: 1Volume set 
sequence number is: 1Logical block size is: 2048Volume size is: 354800El Torito 
VD version 1 found, boot catalog is in sector 36Joliet with UCS level 3 
foundRock Ridge signatures version 1 foundEltorito validation header:Hid 1  
  Arch 0 (x86)ID ''Key 55 AAEltorito defaultboot header:
Bootid 88 (bootable)Boot media 0 (No Emulation Boot)Load 
segment 0Sys type 0Nsect 4Bootoff 25 37


 Date: Thu, 23 Jun 2011 18:50:42 +
 From: smo...@canonical.com
 To: gdahl...@hotmail.com
 Subject: [Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty
 
 I tried to reproduce using the CentOS 5.5 netboot iso and also the live
 cd but did not get any crashes on initial boot.  I tried on a much
 smaller system, though, (2cpu 4G).
 
 Were you using DVD image?
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/795717
 
 Title:
   32bit rhel and centos 5.(5|6) hangs on boot on natty
 
 Status in “qemu-kvm” package in Ubuntu:
   New
 
 Bug description:
   Binary package hint: qemu-kvm
 
   I have several guest images that ran fine under 10.10, RHEL and or
   CENTOS 5.5 and 5.6 x86 all hang either from ISO or from disk image on
   boot, some times it will find the LVM and mount and crash sometimes it
   will crash after NASH starts.
 
   Description:Ubuntu 11.04
   Release:11.04
 
   
   root@usebskvm004:~# virsh version
   Compiled against library: libvir 0.8.8
   Using library: libvir 0.8.8
   Using API: QEMU 0.8.8
   Running hypervisor: QEMU 0.14.0
 
 
 
   Description:Ubuntu 11.04
   Release:11.04
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+subscriptions
  

** Attachment added: rhel3crash.png
   
https://bugs.launchpad.net/bugs/795717/+attachment/2179932/+files/rhel3crash.png

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-23 Thread gdahlman
I tried many ISO's and the systems that worked before I did a dist
upgrade failed to boot also

I just tried it with 2 cpu's and 2GB of ram and it still failed.

I do not get to a point where I can get dmesg output but I have included
a screenshot

I have reproduced this issue on a Dell R710, 2950 and R610.

I installed with the 11.04 Server ISO image.

Re-installing 10.10 server allowed the guests to boot as did dropping
the vcpu number down to 1

Here are the ISO images I was using for the guests.

root@usmirror001:/export/isos/Operating_Systems/Linux# isoinfo -d -i 
CentOS-5.5-i386-bin-DVD.iso
CD-ROM is in ISO 9660 format
System id: LINUX
Volume id: CentOS_5.5_Final
Volume set id: 
Publisher id: CentOS Project
Data preparer id: CentOS
Application id: CentOS_5.5_Final
Copyright File id: 
Abstract File id: 
Bibliographic File id: 
Volume set size is: 1
Volume set sequence number is: 1
Logical block size is: 2048
Volume size is: 2043515
El Torito VD version 1 found, boot catalog is in sector 406
Joliet with UCS level 3 found
Rock Ridge signatures version 1 found
Eltorito validation header:
Hid 1
Arch 0 (x86)
ID 'CentOS Project'
Key 55 AA
Eltorito defaultboot header:
Bootid 88 (bootable)
Boot media 0 (No Emulation Boot)
Load segment 0
Sys type 0
Nsect 4
Bootoff 197 407

root@usmirror001:/export/isos/Operating_Systems/Linux# isoinfo -d -i 
CentOS-5.6-i386-LiveCD.iso 
CD-ROM is in ISO 9660 format
System id: LINUX
Volume id: CentOS-5.6-i386-LiveCD
Volume set id: 
Publisher id: 
Data preparer id: 
Application id: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER  CDRECORD CD-R/DVD 
CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING
Copyright File id: 
Abstract File id: 
Bibliographic File id: 
Volume set size is: 1
Volume set sequence number is: 1
Logical block size is: 2048
Volume size is: 354800
El Torito VD version 1 found, boot catalog is in sector 36
Joliet with UCS level 3 found
Rock Ridge signatures version 1 found
Eltorito validation header:
Hid 1
Arch 0 (x86)
ID ''
Key 55 AA
Eltorito defaultboot header:
Bootid 88 (bootable)
Boot media 0 (No Emulation Boot)
Load segment 0
Sys type 0
Nsect 4
Bootoff 25 37

** Attachment added: Screen capture of where it gets stuck
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+attachment/2179933/+files/rhel3crash.png

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] [NEW] 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
Public bug reported:

Binary package hint: qemu-kvm

I have several guest images that ran fine under 10.10, RHEL and or
CENTOS 5.5 and 5.6 x86 all hang either from ISO or from disk image on
boot, some times it will find the LVM and mount and crash sometimes it
will crash after NASH starts.

Description:Ubuntu 11.04
Release:11.04


root@usebskvm004:~# virsh version
Compiled against library: libvir 0.8.8
Using library: libvir 0.8.8
Using API: QEMU 0.8.8
Running hypervisor: QEMU 0.14.0


Description:Ubuntu 11.04
Release:11.04

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
64Bit Centos and RHEL work fine, this system worked fine until I ran a
dist upgrade from 10.10 yesterday.  I have also tried to boot CENTOS 5.6
x86 on a clean 11.04 install and it locks up.

I have tried all of the compatible CPU emulation types in virt-manager
also.

from /var/log/libvirt/qemu/

LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -cpu 
core2duo,+rdtscp,+pdpe1gb,+dca,+xtpr,+tm2,+est,+vmx,+ds_cpl,+pbe,+tm,+ht,+ss,+acpi,+ds
 -enable-kvm -m 8192 -smp 6,sockets=6,cores=1,threads=1 -name ebspatchapp -uuid 
30078a69-9e54-ac48-de57-3e3d9111ea3f -nodefconfig -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/ebspatchapp.monitor,server,nowait
 -mon chardev=charmonitor,id=monitor,mode=readline -rtc base=utc -boot 
order=dc,menu=off -drive 
file=/dev/usebskvm004/ebspatchapp_root,if=none,id=drive-virtio-disk0,boot=on,format=raw
 -device 
virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 
-drive 
file=/var/lib/libvirt/images/LinuxISOs/ubuntu-8.04-server-i386.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw
 -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive 
file=/dev/usebskvm004/ebspatchapp_a01,if=none,id=drive-virtio-disk1,format=raw 
-device 
virtio-blk-pci,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,id=virtio-disk1 
-netdev tap,fd=18,id=hostnet0 -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:79:09:29,bus=pci.0,addr=0x3 
-usb -vnc 127.0.0.1:0 -vga cirrus -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
kvm: -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:79:09:29,bus=pci.0,addr=0x3:
 pci_add_option_rom: failed to find romfile pxe-virtio.bin

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
As an update I can boot when the guest is restricted to a  single cpu,
thus this must be a regression with SMP.

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
** Tags added: kvm libvirt qemu-kvm virtualization

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
apport-bug qemu-kvm from a fresh install host having the issue

** Attachment added: apport.qemu-kvm.vnBuPO.apport.kvm202
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+attachment/2164567/+files/apport.qemu-kvm.vnBuPO.apport.kvm202

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
apport-bug qemu-kvm from system upgraded from 10.10 that could run the
images before


** Attachment added: apport.qemu-kvm.32TEqU.apport.kvm005
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+attachment/2164568/+files/apport.qemu-kvm.32TEqU.apport.kvm005

-- 
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/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-09-10 Thread gdahlman
popping this bug down to low is a huge mistake, this bug regression is
making a lot of customers jump off of ubuntu as a visualization
platform.

remote management becomes basically unusable due to this issue.

Please reconsider fixing this, it has been an issue and off for over two
years now.

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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