dapurhosting.com Blog for Tech

February 8, 2010

cPanel Update (upcp) is already running

Filed under: cPanel/WHM — dh @ 6:13 am

when updating cpanel and you see this message that mean cPanel Update (upcp) is already running

cPanel Update (upcp) is already running. Please wait for the previous upcp to complete, or kill off all upcp processes and try again. You may wish to use ‘–force’ at /scripts/upcp line 48.

or

cPanel Update (upcp) is already running. Please wait for the previous upcp to complete, or kill off all upcp processes and try again. You may wish to use ‘–force’

To kill this upcp:
Get the upcp pid

# ps aux | grep upcp

You should see a number which represent the pid for upcp in the front (normally second) column. Assuming it’s 88888, then use the following command to send the kill term signal to close upcp task.

kill -9 88888

Replacing the ‘88888? with the pid for upcp.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress