Le Mercredi 13 Novembre 2002 05:55, Gary Sharp a �crit :

> Everything loads, i can enter Runlevel 3 no problem. XFS is running on the
> server and there was no line in the XFS config file about TCP (no-listen)
> so that was not the problem and i could no find where to put the "FontPath
> = "TCP/192.168.0.254:7100"" Line??

In the file /opt/ltsp/i386/etc/rc.setupx (if you run XFree86 4 from the 
terminal or rc.setupx3 if it's ) you can put (line 87) :
------------------------------------------------------
Section "Files"
        FontPath   "tcp/${XFS_SERVER}:7100"
EndSection
------------------------------------------------------
Perhaps you will have to add XFS_SERVER=ip_of_the_xfs_server if it's not the 
default server (cf /opt/ltsp/i386/etc/lts.conf.readme).

But I think that the problem come from the configuration of the xfs server : 
In /etc/init.d/xfs you have to modify the port on which xfs is listening :
------------------------------------------------------
(line 22)
daemon --check xfs xfs -port 7100 -daemon -droppriv -user xfs
                                         ^^^^^  
(line 40)
daemon --check xfs su xfs -c \"xfs -port 7100\" -s /bin/sh
                                                        ^^^^^
------------------------------------------------------

In /etc/X11/XF86Config, you must modify the FontPath
------------------------------------------------------
Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:7100"
EndSection          ^^^^^
-----------------------------------------------------
Then on the server you must :
-restart xfs,
-restart (kill) the Xserver. (if you don't do that, you will have some 
problems (X will grow in the memory, and everything will become very very 
slow)
or 
reboot the server

I Hope it will help you.

Gilles THEBAULT


-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to