|
Bugzilla – Full Text Bug Listing |
| Summary: | Core dumps in VM's after update from SuSE 9.3 with XEN 2 to SuSE 10.0 with XEN 3 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Ralf Müller <ralf> |
| Component: | Xen | Assignee: | Charles Coffing <ccoffing> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ralf Müller
2005-10-10 13:55:08 UTC
kurt, something for you? Hmmm, does domain0 survive this? Does a 9.3 domU run stable except for the hwscan crash? Both do survive - the domU is just kind of hard to administrate ... no yast, no you ... Hmmm, just tested with the latest 10.0 update packages on my machine: root@g46: ~ [0]# /sbin/hwscan --silent --boot --fast --isapnp --pci --block --floppy --mouse root@g46: ~ [0]# cat /etc/SuSE-release SuSE Linux 9.3 (i586) VERSION = 9.3 root@g46: ~ [0]# uname -a Linux g46 2.6.13-15.7-xen #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux root@g46: ~ [0]# So it does work here. Can you confirm it's fixed for you as well with the 10.0 updates? (In reply to comment #4) > Hmmm, just tested with the latest 10.0 update packages on my machine: > [ worked for you ] Sorry - but I can't confirm that it works here. I have the same problem as before: skel:~ # /sbin/hwscan --silent --boot --fast --isapnp --pci --block --floppy --mouse Segmentation fault skel:~ # cat /etc/SuSE-release SuSE Linux 9.3 (i586) VERSION = 9.3 skel:~ # uname -a Linux skel 2.6.13-15.7-xen #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux This doesn't sound like a supported configuration. SUSE 9.3 VMs just won't work (at least, not easily) on SUSE 10.0 with Xen 3. If you don't upgrade the kernel (the one within the VM) to a Xen-3 compatible one (e.g., install the SUSE 10.0 kernel within the SUSE 9.3 VM), then it won't work, because the Xen 2->3 transition broke the ABI between the kernel and hypervisor. But if you do upgrade the kernel, we can't guarantee the 2.6.16-era kernel will work with the 2.6.13-era user-space tools in the VM (/sys has changed; /proc has changed; hotplug/udev have changed, etc.) The only way to "fix" this is to maintain a Xen-3 compatible 2.6.13 kernel, but we aren't doing that. We're supporting SLES 9 (2.6.5) and SLES 10 / SL 10.0 (2.6.16) on Xen 3. |