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 17:28:17
Message-Id: 20120709172615.GD11810@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 >Joseph writes:
3 >
4 >> After upgrade I enabled "KMS" in the kernel for my for my Radeon card
5 >> and now I can not connect client to "nxserver" I'm getting an error
6 >> message: Connection with the remote server was shut down.
7 >> Please check the state with your remote connection.
8 >>
9 >> My remote ssh connection is working OK.
10 >>
11 >> Here is the log from remote nxserver:
12 >[...]
13 >> nxagentXkbGetRules: WARNING! Failed to stat file
14 >> [/usr/X11R6/lib/X11/xkb/rules/xorg]: Unknown error
15 >> -1. /usr/lib64/NX/bin/nxagent: symbol lookup
16 >> error: /usr/lib64/libXtst.so.6: undefined symbol: _XGetRequest
17 >[...]
18 >
19 >nxagent needs the _XGetRequest symbol, and looks for it in libXtst.so.6.
20 >It's not directly defined there, but in libX11.so, "ldd
21 >-r /usr/lib64/libXtst.so.6" will show that this library is also being
22 >searched for. There the symbol is found on my system, but I assume
23 >"nm -D /usr/lib64/libX11.so | grep XGetRequest" will list nothing for you.
24 >I am using net-misc/nx-3.5.0-r3 just fine. And I also have
25 >xorg-server-1.12.2 installed (with use flags ipv6 nptl udev xorg).
26 >
27 >There is a discussion about older versions of libX11.so not having this
28 >symbol, but this should not matter here:
29 >http://www.linuxquestions.org/questions/slackware-14/radeon-problem-4175414183/
30 >
31 >So, I don't know what is going on.
32 >
33 > Wonko
34
35 When run "nm -D /usr/lib64/libX11.so | grep XGetRequest"
36 I get:
37 0000000000047600 T _XGetRequest
38
39 so it seems to me it finds it there, so I'm not sure why I closes the connection.
40 It just started after I upgraded xorg and enabled KMS in the kernel.
41
42 There is an error:
43 nxagentXkbGetRules: WARNING! Failed to stat file [/usr/X11R6/lib/X11/xkb/rules/xorg]: Unknown error -1.
44
45 but I have no clue what to do with it.
46
47 --
48 Joseph

Replies

Subject Author
Re: [gentoo-user] nxserver - Connection with remote peer broken Alex Schuster <wonko@×××××××××.org>