cPanel Update (upcp) Is Already Running Problem cPanel Update (upcp) Problem jest już uruchomiony
cPanel web hosting control panel has upcp update script that automatically updates cPanel software. cPanel Web Hosting panelu sterowania ma upcp aktualizacji skrypt, który automatycznie aktualizuje oprogramowanie 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 skrypt planuje się uruchomić jeden raz na dobę, jako jedno z zadań crona, a po aktualizacji zadanie zostanie ukończone, crontab automatycznie wysyła powiadomienia e-mail do administratora lub webmastera. Sometimes, however, the following error message will be sent instead. Czasami jednak się następujący komunikat o błędzie zostanie wysłana zamiast.
cPanel Update (upcp) is already running. cPanel Update (upcp) jest już uruchomiona. Please wait for the previous upcp to complete, or kill off all upcp processes and try again. Proszę czekać za poprzedni upcp do zakończenia lub zamykania upcp wszystkich procesów i spróbuj ponownie. You may wish to use ‘–force’ at /scripts/upcp line 48. Możesz użyć "życie" w / skrypty / upcp linii nr 48.
or lub
cPanel Update (upcp) is already running. cPanel Update (upcp) jest już uruchomiona. Please wait for the previous upcp to complete, or kill off all upcp processes and try again. Proszę czekać za poprzedni upcp do zakończenia lub zamykania upcp wszystkich procesów i spróbuj ponownie. You may wish to use ‘–force’ Możesz użyć "życie"
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). Powyżej komunikat o błędzie może także pojawić się, gdy użytkownicy próbują aktualizacji oprogramowania cPanel ręcznie, klikając na "Aktualizacja Oprogramowania" link w sekcji "Oprogramowanie" w cPanel webhost Manager (WHM). The update process initially appears working fine, but fails later on. Procesu aktualizacji pojawia się początkowo działa poprawnie, ale nie później. The issue may occur when updating from command shell line using /scripts/upcp too. Problem ten może wystąpić podczas aktualizacji z wykorzystaniem linii komend powłoki / skrypty / upcp zbyt.
It’s pretty obvious what’s happening that cause the problem. To całkiem oczywiste, co się dzieje, że przyczyną problemu. It’s due to another process is currently still running upcp script. To ze względu na inny proces jest obecnie nadal wyświetlane upcp skryptu. It shouldn’t be, as most upcp update won’t take more than a few minutes. Nie powinno być, jak najbardziej upcp aktualizacji nie będzie trwała dłużej niż kilka minut. To solve the problem, simply kill and terminate any unterminated or defunct upcp process. Aby rozwiązać ten problem, po prostu zabić i zakończyć wszelkie unterminated lub zmarły upcp procesu.
To kill upcp running process, use the following command to determine the process ID (pid) of the upcp process: Aby zabić upcp uruchomionego procesu, należy użyć następującego polecenia, aby określić jego identyfikator procesu (PID) z upcp procesu:
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. Powinieneś zobaczyć numer, który reprezentuje pid dla upcp z przodu (zazwyczaj sekundę) kolumnie. Assuming it’s 88888, then use the following command to send the kill term signal to close upcp task. Zakładając, że jest to 88888, a następnie użyć następującego polecenia, aby wysłać sygnał zabić termin zamknięcia upcp zadanie.
kill -9 88888 kill -9 88888
Replacing the ‘88888′ with the pid for upcp. Zamiana'88888 'z PID dla upcp. Sometimes, upcp appears defunct, and cannot be killed. Czasami wydaje upcp zmarły i nie mogą zostać zabite. 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. Jeśli nigdy nie prowadził ręcznie upcp skryptu, problem może być spowodowany przez powieszenie demona crond że nie wyjść z wdziękiem lub po prostu zmarły. In this case, try to kill the crond daemon process. W tym przypadku, spróbuj zabić demona crond procesu.
Determine which pid is the crond with this command: Pid Określ, który jest crond z tego polecenia:
ps aux | grep crond ps aux | grep crond
Note: In some system, you may have to use CROND (capital) instead of crond. Uwaga: W niektórych systemu, możesz skorzystać z CROND (kapitału) zamiast crond.
Then kill off with the same command: Potem zabić off z tą samą komendę:
kill -9 <pid> kill -9 <pid>
After killing crond process, you will have to Po zabijania crond proces, będziesz musiał start crond daemon uruchomić demona crond again, else all cron jobs won’t run. ponownie, bo wszystkie crona nie będzie działać.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WAŻNE: To jest maszyna przetłumaczony strony, które są dostarczane "tak jak są" bez gwarancji. Machine translation may be difficult to understand. Tłumaczenie maszynowe mogą być trudne do zrozumienia. Please refer to Proszę odnieść się do original English article oryginalnego artykułu w języku angielskim whenever possible. ilekroć to możliwe.
Share and contribute or get technical support and help at Udział i wkład lub uzyskać wsparcie techniczne oraz pomoc w My Digital Life Forums Mój Cyfrowy Życie Forum .
Related Articles Powiązane artykuły
- Cannot FTP to Web Host or Server running cPanel/WHM Nie można FTP do sieci hosta lub serwera uruchomiony cPanel / WHM
- Windows Update or Office Update Encounters 0×80070643 Failed Update Error Windows Update lub Office Update Spotkań 0 × 80070643 Failed Aktualizacja Błąd
- How to Change Hostname in cPanel Web Host Jak zmienić nazwę hosta w cPanel Web Host
- How to Add IP Addresses to Server with cPanel WebHost Manager (WHM) Jak dodać adresy IP z serwera cPanel webhost Manager (WHM)
- Auto Delete Forwarded Emails in cPanel Web Host Auto usunąć przekazane w wiadomości e-mail cPanel Web Host
- cPanel Mail Main Account and Workaround to Disable cPanel Poczta Główna Obejście konta i wyłączyć
- cPanel Perl Module PNGgraph Could Not Be Installed Error cPanel Perl module PNGgraph nie może być zainstalowany błąd
- cPanel Invalid License File After Changing Hostname Error cPanel Nieprawidłowy plik licencji po zmianie nazwy hosta błąd
- cPanel Unable or Cannot Start or Restart POP3 Mail Service Nie cPanel lub nie może uruchomienia lub ponownego uruchomienia usługi poczty POP3
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM nie otrzymały status informacje z Apache błąd


























June 27th, 2008 13:13 27 czerwiec 2008 13:13
Thank you for this. Dziękujemy za to. I had 3 dead processes that i needed to kill and this did the trick Miałem 3 martwe i że procesy potrzebne do zabicia i to nie sposób
September 17th, 2008 15:21 17 wrzesień 2008 15:21
[...] cPanel Update (upcp) Is Already Running Problem My Digital Life b [...] CPanel Update (upcp) jest już uruchomiony Problem Moje Digital Life b