Comment 22 for bug 172264

Revision history for this message
lunomad (damon-metapaso) wrote : Re: Ghostscript in Gutsy and Hardy is not able to print encrypted PDFs out of Adobe Reader 8.1.1

Till,

Thanks again for your help. I tried all your recommendations and I feel like I'm getting closer, but now ALL print jobs fail (stopped), BUT they fail for the same reason whether or not they acroread or gedit. Here is what I did:

I downloaded:
ghostscript-8.60-1lsb3.1.i486.rpm
ghostscript-cups-8.60-1lsb3.1.i486.rpm
ghostscript-fonts-8.60-1lsb3.1.i486.rpm
ghostscript-x-8.60-1lsb3.1.i486.rpm

and converted them to .deb with alien.

sudo alien --scripts *.rpm

then ran the install

sudo dpkg -i *.deb

My automatic updates immediately complained that the database was corrupt and needed to be fixed with: "sudo apt-get install -f" which I did:

The following extra packages will be installed:
  gs
The following NEW packages will be installed:
  gs
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 18.0kB of archives.
After unpacking 49.2kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  gs
Install these packages without verification [y/N]? y
Get:1 http://ubuntu.mirror.rafal.ca gutsy-updates/main gs 8.61.dfsg.1~svn8187-0ubuntu3.2 [18.0kB]
Fetched 18.0kB in 0s (69.7kB/s)
Selecting previously deselected package gs.
(Reading database ... 172836 files and directories currently installed.)
Unpacking gs (from .../gs_8.61.dfsg.1~svn8187-0ubuntu3.2_all.deb) ...
Setting up gs (8.61.dfsg.1~svn8187-0ubuntu3.2) ...
damon@arclight-linux:~/Desktop/download/drivers/LSB$

OK. So. Now ALL print jobs are stopped (fail), with the following CUPS error:

D [08/Dec/2007:22:27:10 +0000] [Job 228] /var/tmp/rastertosamsungspl.log file open error
D [08/Dec/2007:22:27:10 +0000] [Job 228] ExecProgramV: 'gs' '-dNOPAUSE' '-dBATCH' '-dSAFER' '-q' '-sOutputFile=-' '-sDEVICE=pbmraw' '-r600x600' '-dDEVICEWIDTHPOINTS=612' '-dDEVICEHEIGHTPOINTS=792' '-dFIXEDMEDIA' '-'
D [08/Dec/2007:22:27:10 +0000] [Job 228] execv(gs): No such file or directory
E [08/Dec/2007:22:27:10 +0000] [Job 228] Unable to open input
D [08/Dec/2007:22:27:10 +0000] [Job 228] Child PID for gs is 13207
E [08/Dec/2007:22:27:10 +0000] [Job 228] Failed to load the PPM image
D [08/Dec/2007:22:27:10 +0000] Discarding unused printer-state-changed event...
D [08/Dec/2007:22:27:10 +0000] cupsdCloseClient: 13
E [08/Dec/2007:22:27:10 +0000] PID 13204 (/usr/lib/cups/filter/rastertosamsungspl) stopped with status 3!
D [08/Dec/2007:22:27:10 +0000] [Job 228] Wrote 1 pages...
D [08/Dec/2007:22:27:10 +0000] PID 13203 (/usr/lib/cups/filter/pstops) exited with no errors.

I saw the .log file open error, so I thought I would try again to issue:
sudo aa-complain cupsys
Can't find cupsys in the system path list. If the name of the application is correct, please run 'which cupsys' as a user with the correct PATH environment set up in order to find the fully-qualified path.

Now I'm really in a pickle, as nothing prints....any thoughts? I'm going to reboot and see if that makes any difference.

Damon