Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: [SOLVED] Cups could not be contacted after Upgrade to 8.10.

  1. #11
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: [SOLVED] Cups could not be contacted after Upgrade to 8.10.

    Can any of you that are having this problem access the cups web page on your computer? To do this in the address bar of your favorite web browser type:

    Code:
    http://localhost:631
    If you can't, it means that cups is not running, to start cups, in a terminal type:

    Code:
    sudo /etc/init.d/cups restart
    The above poster that used dpkg in the command, I don't know where you came up with that command, but it shouldn't work as there is no cups.dpkg-new in that particular directory. When I try to run the command, this is what I get:

    Code:
    sudo /etc/init.d/cups.dpkg-new restart
    [sudo] password for jim: 
    sudo: /etc/init.d/cups.dpkg-new: command not found
    Jim

  2. #12
    Join Date
    Mar 2007
    Beans
    54
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: [SOLVED] Cups could not be contacted after Upgrade to 8.10.

    well, interestingly enough, this is what i have to go through:

    (this is of course after localhost:631 is not found upon a fresh reboot)

    Code:
    rick@laptop1:~$ sudo /etc/init.d/cups restart
    [sudo] password for rick:
    sudo: /etc/init.d/cups: command not found
    rick@laptop1:~$ sudo /etc/init.d/cups.dpkg-new restart
     * Restarting Common Unix Printing System: cupsd
    [ OK ]
    rick@laptop1:~$
    pretty strange huh? maybe when i upgraded, the cups package was never properly installed?

    anyone?
    Last edited by rickdog; December 4th, 2008 at 11:08 PM. Reason: edit
    --Windows free since 2007!
    --5 computers w/LinuxMint and counting...

  3. #13
    Join Date
    Aug 2008
    Beans
    9

    Re: [SOLVED] Cups could not be contacted after Upgrade to 8.10.

    I ran into that same thing "command not found".

    I solved it by opening the folder /etc/init.d/ in thunar and deleting the broken 'cups' link. (I found that the icon which said 'cups' had an x next to it, this is what I deleted).

    I then reinstalled cups and cups worked properly, however I still cannot get my printer to work.

    Hope this helps.

Page 2 of 2 FirstFirst 12

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
  •