Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Lucid cups pdf error

  1. #1
    Join Date
    May 2009
    Beans
    179

    Lucid cups pdf error

    I just upgraded from the previous version to Lucid.
    I tried to print a page in Firefox as a pdf.

    getting the printer selection screen up, it shows me PDF and PDF1 both have the smae message
    "Backend /usr/lib/cups/backend/cups-pdf does not exist!"

    Any ideas on how to get it to exist?

    I tried re-installing CUPS PDF and still no luck.

    Thanks in advance for your suggestions.

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Lucid cups pdf error

    I just installed Lucid to my beta partition for testing and my reinstall script includes these commands. I have that file on both Karmic & the test lucid. I have on tried printing in Lucid yet and am back in my Karmic right now.

    sudo apt-get install cups-pdf
    sudo aa-complain cupsd
    #chmod 777 ~/PDF
    #sudo chmod 700 /usr/lib/cups/backend/cups-pdf

    I do not know know why I commented out the last two lines. I think my /PDF does not need chmod as it is a link to my data partition, but do not know about chmod on cups-pdf.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    May 2009
    Beans
    179

    Lightbulb Re: Lucid cups pdf error

    I got it solved.

    Here is what I did

    alt+f2 and type "gksudo browsername"
    (firefox in my case)
    So it would be "gksudo firefox"

    Once logged in as root, I went to
    http://localhost:631/

    From there I was able to administrate CUPS. The CUPS-PDF was idle. So I activated it, and now I can print pdf's.

    What was very strange however, is only the CUPS PDF printer was idle. After the upgrade, my Brother HL-2070N, and my Cannon ip5200 has absolutely no problem.

    So the problem is solved, but what caused it in the first place when I upgraded?

  4. #4
    Join Date
    Nov 2005
    Location
    Sydney, Australia
    Beans
    218
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Lucid cups pdf error (Solved)

    I had a strange problem with this. When printing my monthly Credit Card Statement using Acroread, the first page of the PDF file was black and unreadable. The remaining pages were OK.

    The problem turned out to be the Canon Printer Driver. I was printing to a Canon LBP3100. When I switched to my Brother DCP165, it printed perfectly. I will report this as a bug to Canon
    Just think how boring life would be without Ubuntu

  5. #5
    Join Date
    May 2009
    Beans
    7

    Re: Lucid cups pdf error

    LaughingHorse: please provide more detail. I've no idea from what you've written I've no idea what action to take to achieve this: 'From there I was able to administrate CUPS. The CUPS-PDF was idle. So I activated it, and now I can print pdf's.' Am able to see the options as you have described, but hit a dead end.

  6. #6
    Join Date
    Aug 2007
    Location
    Michigan
    Beans
    137
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Lucid cups pdf error

    I had the same probem. After doing everything mentioned here. I get a new error :

    /usr/lib/cups/filter/pdftopdf failed.

    Some searching revealed that libpoppler is responsible for this. But the solution seems to recompile cups to incorporate changes in the prototype of one of the functions in poppler. This is where things get uncomfortable.

    Does anyone know is there is another way of fixing this without recompiling cups or libpoppler

    Thanks,

  7. #7
    Join Date
    Oct 2007
    Beans
    2

    Re: Lucid cups pdf error

    I had the same problem. I installed cups-pdf from synaptic and I can print to pdf.

  8. #8
    Join Date
    Apr 2007
    Location
    Maryland, USA
    Beans
    17
    Distro
    Ubuntu 10.04 Lucid Lynx

    Smile Re: Lucid cups pdf error

    I had the same issue after upgrading from Hardy to Lucid and used aptitude to purge and reinstall cups-pdf.

    Just have to remember to go into System --> Administration --> Printing (configure printing), and right-click on the PDF printer to ENABLE it after the re-installation.

    Refer to:

    https://bugs.launchpad.net/ubuntu/+s...df/+bug/573667

  9. #9
    Join Date
    May 2011
    Beans
    5

    Re: Lucid cups pdf error

    Quote Originally Posted by keinea View Post
    I had the same issue after upgrading from Hardy to Lucid and used aptitude to purge and reinstall cups-pdf.

    Just have to remember to go into System --> Administration --> Printing (configure printing), and right-click on the PDF printer to ENABLE it after the re-installation.

    Refer to:

    https://bugs.launchpad.net/ubuntu/+s...df/+bug/573667
    Great - thanks! However, now I have a new problem...

    The GUI web-interface is back, but after I enable the printer and reprint some of the stopped jobs I get this: "Print Error" + "There was a problem printing document 'Test Page' (job 272): 'Stopping job because the sheduler could not execture the backend."

    I've tried to google for this and I found some suggestions, primarily a few years back. I tried a few things, however please advice/suggest something if you have an idea about what might solve this...

    I've also tried to use the "Printing troubleshooter" by "Enable Debugging" (should cause the scheduler to restart). I then click "diagnose" and also get this error message in my "Document Print Status"-queue: "There is a missing print filter for printer 'PDF'".

    My debug output is the following:

    E [05/May/2011:10:50:39 +0200] [Job 272] Stopping unresponsive job!
    E [05/May/2011:10:50:39 +0200] Unable to execute /usr/lib/cups/backend/cups-pdf: No such file or directory
    E [05/May/2011:10:50:39 +0200] [Job 273] Stopping job because the sheduler could not execute the backend.

    Please help / suggest me some advice so I can begin printing to PDF again, thanks!

  10. #10
    Join Date
    May 2011
    Beans
    5

    Re: Lucid cups pdf error

    Quote Originally Posted by LaughingHorse View Post
    I got it solved.

    Here is what I did

    alt+f2 and type "gksudo browsername"
    (firefox in my case)
    So it would be "gksudo firefox"

    Once logged in as root, I went to
    http://localhost:631/

    From there I was able to administrate CUPS. The CUPS-PDF was idle. So I activated it, and now I can print pdf's.

    What was very strange however, is only the CUPS PDF printer was idle. After the upgrade, my Brother HL-2070N, and my Cannon ip5200 has absolutely no problem.

    So the problem is solved, but what caused it in the first place when I upgraded?
    This doesn't seem to work for me - sorry, see my other post...

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •