How can I fix cups freezing in Ubuntu?

Source: Internet
Author: User

I am using Ubuntu 10.10. In an update automatically prompted by the system, the system stops freezing when "cups 1. x. x xxxxxx is being replaced" is displayed. Open the terminal and enter the following command:

PS ax | grep cups

PS ax is a command to view every process in the system using the BSD syntax.

Grep (Global Search Regular Expression (re) and print out the line, full search for regular expressions and print out rows) is a powerful text search tool, it can use regular expressions to search for text and print matching rows.

The entire command is to query information about all processes that contain cups.

Then all the processes with cups are killed, and the process in the update manager continues. This will be stuck when "cups 1. x. x xxxxxx is being set. Enter:

PS ax | grep cups

Then you will see a line of process named "Start cups", terminate the line with sudo kill, and the upgrade will continue.

Then the update is complete.

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.