Re: [Linux-decnet-user] X and Decnet
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Patrick C. <pa...@ty...> - 2003-04-26 08:51:54
|
On Sat, Apr 26, 2003 at 09:20:00AM +0200, BASSIR Mohcine wrote: > Hi, > > My Xserver have DECnet support compiled in and i use Decnet. > I think that the problem is not on the Xserver or decnet, but on > the Kernel. > I use the version 2.4.21 that is include on the Mandrake 9.1. Well, please provide some useful diagnostic information then. If your Xserver has DECnet support compiled in then $ ldd /usr/X11R6/bin/XFree86 should show: libdnet.so.2 => /usr/lib/libdnet.so.2 (0x41d2f000) (and others) and $ cat /proc/net/decnet should show: Local Remote 0.0/0000 0001:0001 0000:0000 2 X$X0 0.0/0000 0000:0000 0000:0000 2 0 If the first is the case and the latter not then make sure that the DECnet module is being loaded before the Xserver starts. patrick |