[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] segmentation fault in xen nslookup
On Fri, Jul 29, 2005 at 10:37:35AM +0100, Shahzad Chohan wrote: > Hi Guys, > > I just managed to get rhel-3-ws working as a domU. The problem is that > when I run the following nslookup command I get a segmentaion fault. > Can anyone please shed a light on this. I've attached an strace, if it > helps. > > open("/lib/tls/libc.so.6", O_RDONLY) = 3 > read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000X\1\000"..., > 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=1563240, ...}) = 0 apparently you still have a tls libc enabled. can you do a "chmod 000 /lib/tls" or "mv /lib/tls /lib/tls.disabled" and see if that fix it ? -- Vincent Hanquez _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |