Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nxserver - Connection with remote peer broken
Date: Mon, 09 Jul 2012 18:05:36
Message-Id: 20120709180322.GF11810@syscon7.inet
In Reply to: Re: [gentoo-user] nxserver - Connection with remote peer broken by Alex Schuster
1 On 07/09/12 19:07, Alex Schuster wrote:
2 >nxagent needs the _XGetRequest symbol, and looks for it in libXtst.so.6.
3 >It's not directly defined there, but in libX11.so, "ldd
4 >-r /usr/lib64/libXtst.so.6" will show that this library is also being
5 >searched for. There the symbol is found on my system, but I assume
6 >"nm -D /usr/lib64/libX11.so | grep XGetRequest" will list nothing for you.
7 >I am using net-misc/nx-3.5.0-r3 just fine. And I also have
8 >xorg-server-1.12.2 installed (with use flags ipv6 nptl udev xorg).
9 >
10 >There is a discussion about older versions of libX11.so not having this
11 >symbol, but this should not matter here:
12 >http://www.linuxquestions.org/questions/slackware-14/radeon-problem-4175414183/
13 >
14 >So, I don't know what is going on.
15 >
16 > Wonko
17
18 I have two machines on a remote network.
19 One - was not upgraded and NX server is working OK
20 Interestingly: nm -D /usr/lib64/libX11.so | grep XGetRequest
21 is not showing any entry and NX is working.
22
23 On the machine with radeon that I upgraded the nm -D /usr/lib64/libX11.so | grep XGetRequest
24 is showing:
25 0000000000047600 T _XGetRequest
26 but NX is not working. I've upgraed to unstable net-misc/nx-3.5.0-r3
27 and no luck, still not working.
28
29 --
30 Joseph