Home
Help
Login
Register
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search
Advanced Search
VPS forum, VPS hosting forums, VPS discussions, VPS web hosting solutions, issues, providers, virtual web hosting questions, VPS hosting
How to's
WHM/cPanel
How to solve "cPanel Update (upcp) is already running" error?
Pages: [
1
]
« previous
next »
Topic: How to solve "cPanel Update (upcp) is already running" error? (Read 3567 times)
0 Members and 1 Guest are viewing this topic.
How to solve "cPanel Update (upcp) is already running" error?
« on: September 02, 2009, 10:30:33 PM »
Janak
Administrator
Full Member
Posts: 160
upcp is a script that cPanel uses to automatically update cPanel software. Generally, this script is scheduled to run once a day as a cron job, and once the update task is completed, crontab will automatically send an notification email to administrator or webmaster.
However, sometimes, you may receive following error message instead:
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’
OR
The error message above may also appear when users try to update cPanel software manually by clicking on “Update Server
Software” link under “Software” section in cPanel WebHost Manager (WHM).
It may be due to another process is currently still running upcp script. To solve the problem, simply kill and terminate any unterminated or defunct upcp process.
To kill upcp running process, use the following command to determine the process ID (pid) of the upcp process:
ps aux | grep upcp
You should see a number which represent the pid for upcp in the front (normally second) column. Assuming it’s 11111, then use the following command to send the kill term signal to close upcp task.
kill -9 11111
Replace the ‘11111′ with the pid for upcp. Sometimes, upcp appears defunct, and cannot be killed. In this case, try to kill the crond daemon process.
Determine which pid is the crond with this command:
ps aux | grep crond
Note: In some system, you may have to use CROND (capital) instead of crond.
Then kill the running process with the same command:
kill -9 <pid>
After killing crond process, you will have to start crond daemon again using following command:
service crond start
You may try running upcp once again after completion of above procedure.
Logged
Windows Hosting
|
Jobs Search Engine
Best WordPress Themes
Web Hosting Directory
Pages: [
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
NEWS, Alert and Entertainment!!!
-----------------------------
=> Introduce yourself
=> Latest NEWS
=> Suggestions
-----------------------------
Virtualization technologies
-----------------------------
=> Windows VPS Servers
===> Virtuozzo & OpenVZ
===> HyperV
=> Linux VPS servers
===> Xen Server
-----------------------------
Cloud Hosting
-----------------------------
=> Cloud Providers
-----------------------------
VPS providers
-----------------------------
=> Review Windows VPS provider
=> Review Linux VPS provider
-----------------------------
System Administration
-----------------------------
=> Site and Server security
=> Server Administration
===> Apache
===> Microsoft IIS
-----------------------------
Website Design and Development
-----------------------------
=> Development
===> ASP.NET
===> PHP
=> WordPress Themes
=> HTML, CSS and Website Design & Programming
-----------------------------
Shared Web Hosting
-----------------------------
=> Windows Shared Hosting
=> Linux Shared Hosting
-----------------------------
Databases
-----------------------------
=> MSSQL server
===> MSSQL 2005
===> MSSQL 2008
=> MySQL
-----------------------------
Search Engines
-----------------------------
=> Google
=> Yahoo
=> Search Engine optimization and Link Exchange
-----------------------------
How to's
-----------------------------
=> WHM/cPanel
=> IIS
===> IIS 6.x
===> IIS 7.x
=> SmarterMail
===> SmarterMail 6.x
===> SmarterMail 7.x
=> Virtuozzo
=> Hyper V
=> VDSmanager