Joseph writes:

> On 07/09/12 19:07, Alex Schuster wrote:
> >Joseph writes:

> >> Here is the log from remote nxserver:
> >[...]
> >> nxagentXkbGetRules: WARNING! Failed to stat file
> >> [/usr/X11R6/lib/X11/xkb/rules/xorg]: Unknown error
> >> -1. /usr/lib64/NX/bin/nxagent: symbol lookup
> >> error: /usr/lib64/libXtst.so.6: undefined symbol: _XGetRequest
> >[...]
> >
> >nxagent needs the _XGetRequest symbol, and looks for it in
> >libXtst.so.6. It's not directly defined there, but in libX11.so, "ldd
> >-r /usr/lib64/libXtst.so.6" will show that this library is also being
> >searched for. There the symbol is found on my system, but I assume
> >"nm -D /usr/lib64/libX11.so | grep XGetRequest" will list nothing for
> >you. I am using net-misc/nx-3.5.0-r3 just fine. And I also have
> >xorg-server-1.12.2 installed (with use flags ipv6 nptl udev xorg).
[...]
> When run "nm -D /usr/lib64/libX11.so | grep XGetRequest"
> I get:
> 0000000000047600 T _XGetRequest
> 
> so it seems to me it finds it there, so I'm not sure why I closes the
> connection. It just started after I upgraded xorg and enabled KMS in
> the kernel.

That's strange. I assume "ldd -r /usr/lib64/libXtst.so.6" will output
libX11.so.6, and libX11.so and libX11.so.6 in /usr/lib64/ are both links
to libX11.so.6.3?

> There is an error:
> nxagentXkbGetRules: WARNING! Failed to stat file
> [/usr/X11R6/lib/X11/xkb/rules/xorg]: Unknown error -1.
> 
> but I have no clue what to do with it.

I see this here, too. I think the file has moved
to /usr/share/X11/xkb/rules/xorg, if you want you can try to symlink it
to /usr/X11R6/lib/X11/xkb/rules/xorg.

I'd also rebuild nx, maybe this is needed after the X.org upgrade.

        Wonko

Reply via email to