Hello, I suddenly started having problems printing .pdf files under cups and RH8 Gnome and after no results troubleshooting it, decided maybe it was a good time to try RH9. Now .pdf is ok (using acrobat5) but I can't print .ps files. Here's the relevant part of the ghostscript error log: D [31/May/2003:09:11:44 -0400] [Job 50] foomatic-gswrapper: gs '-dBATCH' '-dPARANOIDSAFER' '-dNOPAUSE' '-sDEVICE=pxlmono' '-r600x600' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2 D [31/May/2003:09:11:44 -0400] [Job 50] AFPL Ghostscript 8.00 (2002-11-21) D [31/May/2003:09:11:44 -0400] [Job 50] Copyright (C) 2002 artofcode LLC, Benicia, CA. All rights reserved. D [31/May/2003:09:11:44 -0400] [Job 50] This software comes with NO WARRANTY: see the file PUBLIC for details. D [31/May/2003:09:11:44 -0400] [Job 50] Can't find (or can't open) font file n021003l.pfb. D [31/May/2003:09:11:44 -0400] [Job 50] Can't find (or can't open) font file /Resource/Font/NimbusRomNo9L-Regu. D [31/May/2003:09:11:44 -0400] [Job 50] Can't find (or can't open) font file NimbusRomNo9L-Regu. D [31/May/2003:09:11:44 -0400] [Job 50] Can't find (or can't open) font file /Resource/Font/NimbusRomNo9L-Regu. D [31/May/2003:09:11:44 -0400] [Job 50] Can't find (or can't open) font file NimbusRomNo9L-Regu. D [31/May/2003:09:11:44 -0400] [Job 50] Scanning /usr/share/fonts for fonts... 7 files, 7 scanned, 0 new fonts. <2 more repetitions of the above "can't find" messages> D [31/May/2003:09:11:44 -0400] [Job 50] Unable to substitute for font. D [31/May/2003:09:11:44 -0400] [Job 50] Error: /invalidfont in findfont D [31/May/2003:09:11:44 -0400] [Job 50] Operand stack: D [31/May/2003:09:11:44 -0400] [Job 50] F0 Times-Roman Font Times-Roman 185980 Times-Roman --nostringval-- Courier NimbusMonL-Regu (NimbusMonL-Regu) NimbusMonL-Regu (NimbusMonL-Regu) NimbusMonL-Regu Here's my ghostscript setup: [root@xxx lib]# gs -h AFPL Ghostscript 8.00 (2002-11-21) Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF <deleted stuff> Available devices: x11 x11alpha x11cmyk x11gray2 x11gray4 x11mono bmpmono bmpgray bmpsep1 bmpsep8 bmp16 bmp256 bmp16m bmp32b deskjet djet500 laserjet ljetplus ljet2p ljet3 ljet3d ljet4 ljet4d lj5mono lj5gray cdeskjet cdjcolor cdjmono cdj550 pj pjxl pjxl300 uniprint ijs bj10e bj200 bjc600 bjc800 faxg3 faxg32d faxg4 pcxmono pcxgray pcx16 pcx256 pcx24b pcxcmyk pbm pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw pkm pkmraw pksm pksmraw tiffcrle tiffg3 tiffg32d tiffg4 tifflzw tiffpack tiff12nc tiff24nc psmono psgray psrgb bit bitrgb bitcmyk png16m pnggray pngmono png256 png16 jpeg jpeggray pdfwrite pswrite epswrite pxlmono pxlcolor bbox cljet5 cljet5c spotrgb spotcmyk devicen xcf nullpage Search path: . : /usr/local/share/ghostscript/8.00/lib : /usr/local/share/ghostscript/fonts <Note:/usr/local/share/ghostscript/fonts doesn't exist> So I tried to reinstall the fonts: [root@xxx jlm]# rpm -Uvh /home/jlm/ghostscript-fonts-5.50-9.noarch.rpm Preparing... ########################################### [100%] package ghostscript-fonts-5.50-9 is already installed [root@xxx jlm]# rpm -e /home/jlm/ghostscript-fonts-5.50-9.noarch.rpm error: package /home/jlm/ghostscript-fonts-5.50-9.noarch.rpm is not installed [root@xxx jlm]# rpm -Uvh /home/jlm/ghostscript-fonts-5.50-9.noarch.rpm Preparing... ########################################### [100%] package ghostscript-fonts-5.50-9 is already installed [root@xxx jlm]# So I can't uninstall them because they're not there and I can't reinstall them because they *are* there. Was the last operation a reinstall? I can't find the missing fonts anywhere else on the computer using locate. What should I try next? Thanks in advance, John