Hi, I have read through the threads on the 4gb seg fixup. Both Xen and beagle are important to me for day to day use. I boot into FC6 Xen and beagle seems to work but I am not sure what the 4gb seg fixup messages are all about. Are they just warning messages? Is anything failing that I should know about as a user of both Xen and beagle? Thank You Karl Guenther
Itamar Reis Peixoto
2007-Jan-16 04:31 UTC
Re: [Fedora-xen] 4gb seg fixup, process on FC6 domU
install kernel-xen on domU using a RPMS, will fix your problem. -------------------- Itamar Reis Peixoto e-mail: itamar@ispbrasil.com.br msn: itamarjp@starmedia.com skype: itamarjp icq: 81053601 +55 34 3238 3845 +55 11 4063 5033 ----- Original Message ----- From: "Karl Guenther" <karl@guentherk.net> To: "Fedora-xen" <fedora-xen@redhat.com> Sent: Monday, January 15, 2007 6:12 PM Subject: [Fedora-xen] 4gb seg fixup, process on FC6 domU> Hi, > > I have read through the threads on the 4gb seg fixup. Both Xen and > beagle are important to me for day to day use. > > I boot into FC6 Xen and beagle seems to work but I am not sure what the > 4gb seg fixup messages are all about. Are they just warning messages? > > Is anything failing that I should know about as a user of both Xen and > beagle? > > Thank You > > Karl Guenther > > -- > Fedora-xen mailing list > Fedora-xen@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-xen >
> install kernel-xen on domU using a RPMS, will fix your problem.Can you explain why this would fix the problem, or what the problem is? IIRC, domU is terminology for a guest Xen machine (with dom0 being the host). In my case, I was running a xen kernel (dom0), but not running any guest machines, so I don''t have a domU that would come into play. Thanks! Ken
Daniel P. Berrange
2007-Jan-16 20:39 UTC
Re: [Fedora-xen] 4gb seg fixup, process on FC6 domU
On Mon, Jan 15, 2007 at 02:12:40PM -0600, Karl Guenther wrote:> Hi, > > I have read through the threads on the 4gb seg fixup. Both Xen and > beagle are important to me for day to day use. > > I boot into FC6 Xen and beagle seems to work but I am not sure what the > 4gb seg fixup messages are all about. Are they just warning messages?Yes, there''re merely warnings. They indicate that the Mono virtual machine is using -ve segment addressing, which forces Xen to jump through some nasty hoops. This in turn causes bad performance for the app in question. GLibC used to have the same problem, but has been fixed to not do this kind of -ve segment addressing when run on Xen. Mono is still using the slow way :-( Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
Itamar Reis Peixoto
2007-Jan-17 02:16 UTC
Re: [Fedora-xen] 4gb seg fixup, process on FC6 domU
this is a warning about glibc to stop messages on console echo "hwcap 0 nosegneg" > /etc/ld.so.conf.d/nosegneg.conf or install kernel-xen on domU -------------------- Itamar Reis Peixoto e-mail: itamar@ispbrasil.com.br msn: itamarjp@starmedia.com skype: itamarjp icq: 81053601 +55 34 3238 3845 +55 11 4063 5033 ----- Original Message ----- From: "Ken Tanzer" <ktanzer@desc.org> To: "Itamar Reis Peixoto" <itamar@ispbrasil.com.br> Cc: "Karl Guenther" <karl@guentherk.net>; "Fedora-xen" <fedora-xen@redhat.com> Sent: Tuesday, January 16, 2007 6:30 PM Subject: Re: [Fedora-xen] 4gb seg fixup, process on FC6 domU> >> install kernel-xen on domU using a RPMS, will fix your problem. > > Can you explain why this would fix the problem, or what the problem is? > IIRC, domU is terminology for a guest Xen machine (with dom0 being the > host). In my case, I was running a xen kernel (dom0), but not running > any guest machines, so I don''t have a domU that would come into play. > > Thanks! > > Ken > >