cPanel Update (upcp) Is Already Running Problem cPanel Update (upcp) è già in esecuzione Problema
cPanel web hosting control panel has upcp update script that automatically updates cPanel software. cPanel web hosting pannello di controllo ha upcp aggiornamento script che aggiorna automaticamente il software cPanel. upcp 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. upcp script è programmato per eseguire una volta al giorno come un job di cron, e una volta l'aggiornamento compito è completato, crontab ti invierà automaticamente una notifica e-mail al webmaster o amministratore. Sometimes, however, the following error message will be sent instead. Talvolta, tuttavia, il seguente messaggio di errore verrà inviato.
cPanel Update (upcp) is already running. cPanel Update (upcp) è già in esecuzione. Please wait for the previous upcp to complete, or kill off all upcp processes and try again. Vi preghiamo di attendere per il precedente upcp per completare, o uccidere tutti i processi upcp e riprova. You may wish to use ‘–force’ at /scripts/upcp line 48. Puoi utilizzare il '-force' a / script / upcp linea 48.
or o
cPanel Update (upcp) is already running. cPanel Update (upcp) è già in esecuzione. Please wait for the previous upcp to complete, or kill off all upcp processes and try again. Vi preghiamo di attendere per il precedente upcp per completare, o uccidere tutti i processi upcp e riprova. You may wish to use ‘–force’ Puoi utilizzare il '-force'
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). Il messaggio di errore di cui sopra possono anche essere visualizzati quando gli utenti tentano di aggiornamento software cPanel manualmente, facendo clic su "Update Server Software" link "Software" nella sezione cPanel webhost Manager (WHM). The update process initially appears working fine, but fails later on. Il processo di aggiornamento di lavoro inizialmente sembra bene, ma non più tardi. The issue may occur when updating from command shell line using /scripts/upcp too. Il problema può verificarsi quando l'aggiornamento da linea di comando di shell usando / script / upcp troppo.
It’s pretty obvious what’s happening that cause the problem. E 'piuttosto evidente che cosa sta accadendo che la causa del problema. It’s due to another process is currently still running upcp script. E 'a causa di un altro processo è attualmente ancora in corso upcp script. It shouldn’t be, as most upcp update won’t take more than a few minutes. Non dovrebbe essere, come la maggior parte upcp aggiornamento non avrà più di pochi minuti. To solve the problem, simply kill and terminate any unterminated or defunct upcp process. Per risolvere il problema, semplicemente uccidere e di rescindere qualsiasi unterminated o defunta upcp processo.
To kill upcp running process, use the following command to determine the process ID (pid) of the upcp process: Di uccidere upcp processo in esecuzione, utilizzare il seguente comando per determinare il processo ID (PID) del processo upcp:
ps aux | grep upcp ps aux | grep upcp
You should see a number which represent the pid for upcp in the front (normally second) column. Si dovrebbe vedere un numero che rappresenta il PID per upcp nella parte anteriore (di norma secondo) colonna. Assuming it’s 88888, then use the following command to send the kill term signal to close upcp task. Supponendo che il 88888, quindi utilizzare il seguente comando per inviare il segnale di uccidere termine per chiudere upcp compito.
kill -9 88888 kill -9 88888
Replacing the ‘88888′ with the pid for upcp. Sostituendo il'88888 'con il PID per upcp. Sometimes, upcp appears defunct, and cannot be killed. A volte, sembra upcp defunto, e non può essere ucciso. If you’ve never manually ran the upcp script, the problem may be caused by hanged crond daemon that didn’t exit gracefully or simply defunct. Se non ti sei mai stato eseguito manualmente il upcp script, il problema potrebbe essere causato da crond impiccati demone che non ha uscita grazia o semplicemente defunta. In this case, try to kill the crond daemon process. In questo caso, cercare di uccidere il processo demone crond.
Determine which pid is the crond with this command: Determinare quale è il pid crond con questo comando:
ps aux | grep crond ps aux | grep crond
Note: In some system, you may have to use CROND (capital) instead of crond. Nota: In alcune sistema, potrebbe essere necessario usare CROND (capitale) invece di crond.
Then kill off with the same command: Poi uccidere con lo stesso comando:
kill -9 <pid> kill -9 <pid>
After killing crond process, you will have to Dopo l'abbattimento crond processo, sarà necessario start crond daemon avviare demone crond again, else all cron jobs won’t run. ancora una volta, altrimenti tutti gli cron posti di lavoro non verranno pubblicati.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- cPanel Invalid License File After Changing Hostname Error cPanel file di licenza non validi dopo aver cambiato nome host errore
- How to Change Hostname in cPanel Web Host Come cambiare host in cPanel Web Host
- Failed or Missing Dependency of glibc-common Error Falliti o mancanti di dipendenza glibc-Errore comune
- Certificate for cPanel, Courier-Imapd/Pop3d or Exim Will Expire in Less Than 30 Days Error Certificato per cPanel, Courier-Imapd/Pop3d o Exim scadrà in meno di 30 giorni di errore
- cPanel Perl Module PNGgraph Could Not Be Installed Error cPanel modulo Perl PNGgraph potrebbe non essere installato errore
- Cannot FTP to Web Host or Server running cPanel/WHM Non può FTP su Web Host o server che esegue cPanel / WHM
- CPAN Missing Parameter auto_commit Message CPAN parametro mancante auto_commit messaggio
- cPanel Unable or Cannot Start or Restart POP3 Mail Service Impossibile cPanel o non può avviare o riavviare POP3 Mail Service
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM non hanno ricevuto informazioni sullo stato della Apache errore
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files A partire Apache HTTPD non riuscita a causa di Impossibile aprire o nessuna di tali mod_bwlimited, mod_log_bytes file o mod_bandwidth

































June 27th, 2008 13:13 Giugno 27, 2008 13:13
Thank you for this. Vi ringrazio per questo. I had 3 dead processes that i needed to kill and this did the trick Ho avuto 3 morti che i processi necessari per uccidere e questo ha fatto il trucco