Results 1 to 3 of 3

Thread: [SOLVED] CUPS Shell Script Deleted

  1. #1
    Join Date
    May 2007
    Location
    South Florida
    Beans
    127
    Distro
    Ubuntu Development Release

    [SOLVED] CUPS Shell Script Deleted

    I had some printing problems with a recent update to Intrepid. As I was trying to fix the issue I purged and reloaded all the CUPS stuff. Now I can't seem to get the CUPS Service to restart . . found out I deleted the CUPS shell script in /etc/init.d. When ever I try to start CUPS I get "Command not found", I looked for the file and it's not there.

    Any advice on how to get it back ? ?

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

    Re: CUPS Shell Script Deleted

    You could try in a terminal:

    Code:
    sudo apt-get purge cups
    and then reinstall cups. The purge options removes all of cups in cluding the configuration files, and once they are removed you should be able to reinstall.

    Jim

  3. #3
    Join Date
    May 2007
    Location
    South Florida
    Beans
    127
    Distro
    Ubuntu Development Release

    Re: CUPS Shell Script Deleted

    That did it . . . thanks Jim.

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
  •