If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
Announcement
Collapse
No announcement yet.
SOLVED! Just added CUPS PDF Printer but don't know where PDFs are!!
Re: SOLVED! Just added CUPS PDF Printer but don't know where PDFs are!!
A word about using "locate"...
locate is a powerful tool for locating files and folders using even a fragment of the name. BUT, if the file you are looking for has just been found created "locate" may not see it until its database is updated. There is a cron script which does this once a day, unless you are on battery or the lock file exists. So, the chances of "locate" actually locating a newly created *.PDF file is nearly zero. Here's how you over come that daily limitation: open konsole and issue
sudo updatedb
It shouldn't take more than a few seconds, and after it is done you can do a locate and any freshly minted files or folders will appear in your listing.
"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
Re: SOLVED! Just added CUPS PDF Printer but don't know where PDFs are!!
I just wanted to print PDFs and thought I needed to add a CUPS-PDF Printer to do that. You have shown me a way to do that via the print to file option which lets me get my PDFs. However, technically, I suppose the issue with the specific CUPS-PDF printer remains unresolved
Appreciate you guys are busy so I marked it solved in that I am now able to print PDFs.
Sorry for the confusion.
Re logs:
Here's an extract from the error log which is rather full:
E [02/Mar/2010:14:10:00 +0000] [Job 22] Stopping job because the sheduler could not execute the backend.
E [02/Mar/2010:14:27:48 +0000] Unable to remove temporary file "/var/spool/cups/tmp/.hplip" - Is a directory
E [02/Mar/2010:14:34:16 +0000] Unable to execute /usr/lib/cups/backend/cups-pdf: insecure file permissions (0106700)
E [02/Mar/2010:14:34:16 +0000] [Job 23] Stopping job because the sheduler could not execute the backend.
E [02/Mar/2010:14:37:45 +0000] Unable to execute /usr/lib/cups/backend/cups-pdf: insecure file permissions (0106700)
E [02/Mar/2010:14:37:45 +0000] [Job 24] Stopping job because the sheduler could not execute the backend.
E [02/Mar/2010:14:58:06 +0000] cupsdReadClient: 20 IPP Read Error!
E [02/Mar/2010:14:58:36 +0000] cupsdReadClient: 20 IPP Read Error!
E [02/Mar/2010:14:59:04 +0000] Unable to execute /usr/lib/cups/backend/cups-pdf: insecure file permissions (0106700)
E [02/Mar/2010:14:59:04 +0000] [Job 25] Stopping job because the sheduler could not execute the backend.
E [02/Mar/2010:14:59:35 +0000] Unable to execute /usr/lib/cups/backend/cups-pdf: insecure file permissions (0106700)
E [02/Mar/2010:14:59:35 +0000] [Job 26] Stopping job because the sheduler could not execute the backend.
E [02/Mar/2010:15:02:56 +0000] cupsdReadClient: 18 IPP Read Error!
E [02/Mar/2010:15:03:19 +0000] cupsdReadClient: 18 IPP Read Error!
E [02/Mar/2010:15:16:34 +0000] Unable to execute /usr/lib/cups/backend/cups-pdf: insecure file permissions (0106700)
E [02/Mar/2010:15:16:34 +0000] [Job 27] Stopping job because the sheduler could not execute the backend.
E [02/Mar/2010:15:18:39 +0000] Unable to remove temporary file "/var/spool/cups/tmp/.hplip" - Is a directory
E [02/Mar/2010:15:20:54 +0000] Unable to execute /usr/lib/cups/backend/cups-pdf: insecure file permissions (0106700)
E [02/Mar/2010:15:20:54 +0000] [Job 28] Stopping job because the sheduler could not execute the backend.
E [02/Mar/2010:15:26:16 +0000] cupsdReadClient: 18 IPP Read Error!
E [02/Mar/2010:15:36:48 +0000] Unable to remove temporary file "/var/spool/cups/tmp/.hplip" - Is a directory
E [02/Mar/2010:15:39:34 +0000] Unable to execute /usr/lib/cups/backend/cups-pdf: insecure file permissions (0106700)
E [02/Mar/2010:15:39:34 +0000] [Job 29] Stopping job because the sheduler could not execute the backend.
Comment