On Friday 22 December 2000 06:58, Axel R. wrote:
> Check to see if the font server is running.  As root do this:
>
> cd /etc/init.d
> ls (see if xfs is there)
> ./xfs start

A cleaner way:

# rpm -q XFree86-xfs            this must be installed!

# chkconfig --list xfs
If it's not started at run levels 3-5, do the following:
# chkconfig xfs on

This will get it going for future boots.  For the current boot, do the 
following:

# service xfs status    see what it's doing
# service xfs start

Cheers,
        .../Ed
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]

Reply via email to