Date: Fri, 20 Apr 2007 18:08:48 -0400 From: "Jim Stapleton" <stapleton.41@gmail.com> To: freebsd-questions@freebsd.org Subject: CUPS + FreeBSD 6.2 + HP Laserjet 5 Message-ID: <80f4f2b20704201508x457f947ck203a9266eb51f157@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I'm trying to print a test page for my printer using cups and I get the following error: Unsupported format 'application/postscript'! I couldn't find anything when googling with FreeBSD in my search. When I took out FreeBSD, I got something for debian referencing lines 103 and 109 in the config being uncommented to get it to work. 103 in the default is blank, 109 is blank except for teh '#'. I uncommented this line, and restarted CUPS: application/vnd.cups-postscript application/vnd.cups-raster 100 pstoraster It didn't fix anything. I added this line, and restarted: application/postscript application/vnd.cups-raster 100 pstoraster And I still get the same error. I know CUPS worked fine from an install maybe 6 months ago (it had a completely different printer setup than now, it wasn't as easy to setup, but at least it worked). My question (1) Anyone know how to fix this issue with the current version (cvsup'ed and built today via 'sudo portupgrade -f print/cups-pstoraster print/cups-base print/ghostscript-gnu* print/ghostscript-gpl*' (2) How do I get csup/cvsup to match one port or a group of ports by name? I put *default date=2006.08.01.00.00.00 in my supfile (etc/supfile-ports) and tried: sudo csup -i '*cups*' -L 2 /etc/supfile-ports sudo csup -i 'print/cups*' -L 2 /etc/supfile-ports sudo cvsup -g -i '*cups*' -L 2 /etc/supfile-ports sudo cvsup -g -i 'print/cups*' -L 2 /etc/supfile-ports and none of the above updated any files according to the output (I usually see a list of files updated). Since ports were updated this morning, without the date line (so to today's ports layout), I should have seens something. Thanks, -Jim Stapleton
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?80f4f2b20704201508x457f947ck203a9266eb51f157>