Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nxserver - Connection with remote peer broken
Date: Mon, 09 Jul 2012 17:09:40
Message-Id: 20120709190731.11f8754d@weird.wonkology.org
In Reply to: [gentoo-user] nxserver - Connection with remote peer broken by Joseph
1 Joseph writes:
2
3 > After upgrade I enabled "KMS" in the kernel for my for my Radeon card
4 > and now I can not connect client to "nxserver" I'm getting an error
5 > message: Connection with the remote server was shut down.
6 > Please check the state with your remote connection.
7 >
8 > My remote ssh connection is working OK.
9 >
10 > Here is the log from remote nxserver:
11 [...]
12 > nxagentXkbGetRules: WARNING! Failed to stat file
13 > [/usr/X11R6/lib/X11/xkb/rules/xorg]: Unknown error
14 > -1. /usr/lib64/NX/bin/nxagent: symbol lookup
15 > error: /usr/lib64/libXtst.so.6: undefined symbol: _XGetRequest
16 [...]
17
18 nxagent needs the _XGetRequest symbol, and looks for it in libXtst.so.6.
19 It's not directly defined there, but in libX11.so, "ldd
20 -r /usr/lib64/libXtst.so.6" will show that this library is also being
21 searched for. There the symbol is found on my system, but I assume
22 "nm -D /usr/lib64/libX11.so | grep XGetRequest" will list nothing for you.
23 I am using net-misc/nx-3.5.0-r3 just fine. And I also have
24 xorg-server-1.12.2 installed (with use flags ipv6 nptl udev xorg).
25
26 There is a discussion about older versions of libX11.so not having this
27 symbol, but this should not matter here:
28 http://www.linuxquestions.org/questions/slackware-14/radeon-problem-4175414183/
29
30 So, I don't know what is going on.
31
32 Wonko

Replies

Subject Author
Re: [gentoo-user] nxserver - Connection with remote peer broken Joseph <syscon780@×××××.com>
Re: [gentoo-user] nxserver - Connection with remote peer broken Joseph <syscon780@×××××.com>