David Krings <[EMAIL PROTECTED]> writes:

> Thank you for that hint, but any font rpm that came with RH 7.0 is
> installed. Still the same error message. Does anybody know what causes this
> error ? Any slight clue ?
> 
>       I attach the server output again.

I think we may need some additional diagnostic output, now.  Reviewing this
thread it seems the situation is a stalemate. I suggest you post the
output of certain diagnostic commands.  Separated and labeled for ease
of viewing:

A suggested list ( these commands will mostly need to be run as root):

rpm -qa|grep XFree
 (will give a handy list of the XFree packages on your system)

ls -ld /tmp 
(will demonstrate for certain what the permissions on /tmp look like).
Should look like: 
drwxrwxrwt   <== (sticky bit set)

df -h 
( will show the file system usage)

The one Hal mentioned:
netstat -apvn |grep xfs
 ( will show what is listening for xfs stuff and where)

head -n30 /etc/X11/XF86Config
(will show the first 30 lines of that file)
chkfontpath
 (will list the known paths to various fonts)

And if we get real desparate for clues:

rpm -V `rpm -qa|grep XFree`   <==Note those are back tics not single quotes
 (will check all XFree packages for continuity and report things like
  missing files)



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to