Hi eveybody, I am still fighting with the problem I mentionned earlier about the TLS. I exchanged some hardware to be able to run the debian kernel (and remove one more failure point). I still see the same problem, that is a segfault in /lib/libnsl.so.1 in the domU but I learned a bit more. If I for the dom0 to be given less memory (dom0_mem parameter), then it works. I know that the debian kernel is not PAE and since I have 4G of ram on my dual athlon, I should need a pae kernel to get all the available memory. Nevertheless, it should not segfault, just give me less memory addressable. did I miss something? jacques _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Jacques Normand wrote:> Hi eveybody, > > I am still fighting with the problem I mentionned earlier about the TLS. > I exchanged some hardware to be able to run the debian kernel (and > remove one more failure point). I still see the same problem, that is a > segfault in /lib/libnsl.so.1 in the domU but I learned a bit more. > > If I for the dom0 to be given less memory (dom0_mem parameter), then it > works. I know that the debian kernel is not PAE and since I have 4G of > ram on my dual athlon, I should need a pae kernel to get all the > available memory. Nevertheless, it should not segfault, just give me > less memory addressable. > > did I miss something? > > jacquesI believe the requirement that the addressing matches between dom0 and domU still stands for paravirt. They both need to be PAE. I dunno about the SEGV, though. -- Christopher G. Stach II _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Sat, Dec 23, 2006 at 03:01:32PM -0200, Christopher G. Stach II wrote:> I believe the requirement that the addressing matches between dom0 and > domU still stands for paravirt. They both need to be PAE. I dunno > about the SEGV, though.Yes, that still stands, and I use the same for xen, dom0 and domu. jacques _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users