Bug#417914: BUG: unable to handle kernel paging request at virtual address f57fc030

2007-04-05 Thread Tony Lewis
Package: linux-image-2.6.18-4-xen-vserver-686 Version: 2.6.18.dfsg.1-12 Severity: important When I try to insert the module for either VMware or VirtualBox, I get a kernel oops. dmesg says: --- BUG: unable to handle kernel paging request at virtual address f57fc030

Bug#405223: a workaround

2007-02-07 Thread Tony Lewis
You may want to look at http://wiki.xensource.com/xenwiki/DebianTlsLibcDiversion. But note also that you'll want to relocate all the /lib/tls directories in your vserver guests too. Here's how I do it: $ for d in /lib/tls /vservers/*/lib/tls; do [ -d $d ] && echo sudo mv $d $d.`date +%Y%

So long and thanks for all the kernels

2006-11-08 Thread Tony Lewis
BTW, having Xen + vserver in the one kernel is a sweet sweet thing for me. Kudos and thanks to the whizzes in the kernel team. Tony -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: -xen-vserver kernel: does the Xen stuff work?

2006-11-08 Thread Tony Lewis
Tony Lewis wrote: My initial question: is anybody using the Xen stuff in this kernel? Just so as I know I'm not wasting time on something not yet working... ... never mind - should have waited and tried some more things. Got it working now. Tony -- To UNSUBSCRIBE, email to [

-xen-vserver kernel: does the Xen stuff work?

2006-11-08 Thread Tony Lewis
I'm trying the linux-image-2.6.18-1-xen-vserver (2.6.18-3) kernel, and I'm having trouble creating (booting) a domU. The symptom appears to be that it boots, then hangs for about 100 seconds, then crashes. I assume the 100s is a Xen timeout thing. My initial question: is anybody using the Xe