cPanel Update (upcp) Is Already Running Problem cPanel تحديث (upcp) لا تزال تعمل مشكلة

cPanel web hosting control panel has upcp update script that automatically updates cPanel software. cPanel لوحة التحكم استضافة المواقع على شبكة الإنترنت وقد upcp تحديث البرنامج النصي أن 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 السيناريو ومن المقرر أن يمتد مرة واحدة في اليوم بوصفها وظيفة كرون ، وبمجرد استكمال المهمة أنجزت ، crontab تلقائيا إرسال البريد الإلكتروني لإخطار مدير أو المسؤول عن الموقع. Sometimes, however, the following error message will be sent instead. في بعض الأحيان ، ومع ذلك ، فإن رسالة الخطأ التالية سوف يرسل بدلا من ذلك.

cPanel Update (upcp) is already running. cPanel تحديث (upcp) هو بالفعل قيد التشغيل. Please wait for the previous upcp to complete, or kill off all upcp processes and try again. يرجى الانتظار لاستكمال upcp السابقة ، أو المقتل upcp جميع العمليات وحاول مرة أخرى. You may wish to use ‘–force’ at /scripts/upcp line 48. قد ترغب في استخدام 'القوة' في / مخطوطات / upcp خط 48.

or أو

cPanel Update (upcp) is already running. cPanel تحديث (upcp) هو بالفعل قيد التشغيل. Please wait for the previous upcp to complete, or kill off all upcp processes and try again. يرجى الانتظار لاستكمال upcp السابقة ، أو المقتل upcp جميع العمليات وحاول مرة أخرى. You may wish to use ‘–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). رسالة الخطأ أعلاه كما قد تظهر عندما يقوم المستخدمون في محاولة لتحديث البرمجيات cPanel يدويا عن طريق النقر على "تحديث برمجيات خادم" وصلة تحت "البرمجيات" في الفرع cPanel WebHost مدير (WHM). The update process initially appears working fine, but fails later on. استكمال عملية في البداية يبدو العمل غرامة ، لكنه فشل في وقت لاحق. The issue may occur when updating from command shell line using /scripts/upcp too. هذه المسألة قد تحدث عند استكمال قذيفة من قيادة خط باستخدام / مخطوطات / upcp جدا.

It’s pretty obvious what’s happening that cause the problem. انه من الواضح ما يحدث أن سبب المشكلة. It’s due to another process is currently still running upcp script. انها لآخر بسبب عملية في الوقت الراهن لا تزال upcp تشغيل البرنامج النصي. It shouldn’t be, as most upcp update won’t take more than a few minutes. لا ينبغي أن يكون ، لأن معظم upcp تحديث لن يستغرق اكثر من دقائق قليلة. To solve the problem, simply kill and terminate any unterminated or defunct upcp process. لحل المشكلة ، ببساطة قتل وإنهاء أي غير منهى أو ميتة upcp العملية.

To kill upcp running process, use the following command to determine the process ID (pid) of the upcp process: لقتل upcp إدارة العملية ، استخدام الأمر التالي لعملية تحديد الهوية (pid) من upcp العملية :

ps aux | grep upcp تبسيط العمليات aux | grep upcp

You should see a number which represent the pid for upcp in the front (normally second) column. هل ينبغي أن نرى عددا التي تمثل التحقيق مع لupcp في الجبهة (عادة الثانية) العمود. Assuming it’s 88888, then use the following command to send the kill term signal to close upcp task. على افتراض انها 88888 ، ثم استخدام الأمر التالي لإرسال إشارة إلى قتل مصطلح upcp وثيقة مهمة.

kill -9 88888 قتل -9 88888

Replacing the ‘88888′ with the pid for upcp. الاستعاضة عن '88888' مع التحقيق مع لupcp. Sometimes, upcp appears defunct, and cannot be killed. في بعض الأحيان ، ويبدو upcp المقبورة ، ولا يمكن أن يكون قتل. 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. إذا كنت أبدا يدويا تدير upcp السيناريو ، فإن المشكلة قد تكون ناجمة عن شنق crond شيطان أن لا خروج برشاقة أو ببساطة المقبورة. In this case, try to kill the crond daemon process. وفي هذه الحالة ، في محاولة لقتل عملية crond شيطان.

Determine which pid is the crond with this command: تحديد pid هو crond مع هذه القيادة :

ps aux | grep crond تبسيط العمليات aux | grep crond

Note: In some system, you may have to use CROND (capital) instead of crond. ملاحظة : في بعض النظام ، قد تضطر إلى استخدام CROND (رأس المال) بدلا من crond.

Then kill off with the same command: ثم المقتل مع القيادة نفسها :

kill -9 <pid> قتل -9 <pid>

After killing crond process, you will have to بعد عملية قتل crond ، سيكون لكم ل start crond daemon بداية crond شيطان again, else all cron jobs won’t run. مرة أخرى ، آخر كرون جميع الوظائف ولن يتم تشغيلها.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. هام : هذه هي آلة الصفحة المترجمة التي تقدم "كما هي" دون ضمان. Machine translation may be difficult to understand. الترجمة الآلية قد يكون من الصعب فهم. Please refer to يرجى الرجوع إلى original English article المادة الانكليزية الأصلية whenever possible. كلما كان ذلك ممكنا.

Share and contribute or get technical support and help at وحصة المساهمة أو الحصول على الدعم التقني والمساعدة في My Digital Life Forums بلادي الرقمي الحياة المنتديات .



2 Responses to “cPanel Update (upcp) Is Already Running Problem” 2 الردود على "تحديث cPanel (upcp) لا تزال تعمل مشكلة"

  1. Brian برايان
    June 27th, 2008 13:13 يونيو 27th ، 2008 13:13
    1

    Thank you for this. شكرا لهذا. I had 3 dead processes that i needed to kill and this did the trick كان لي 3 قتلى العمليات التي كنت بحاجة لقتل وهذا لم خدعة :)

  2. Apache Update sorun var ? اباتشي تحديث sorun فار؟ - WHM cPanel Destek Platformu -- WHM cPanel Destek Platformu
    September 17th, 2008 15:21 سبتمبر 17th ، 2008 15:21
    2

    [...] cPanel Update (upcp) Is Already Running Problem My Digital Life b [...]cPanel تحديث (upcp) بالفعل مشكلة محاولة بلادي الرقمي الحياة ب

Leave a Reply ترك الرد

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe without commenting اكتتاب دون التعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة

upcp upcp - -- cPanel Update (upcp) is currently running. cPanel تحديث (upcp) هو قيد التشغيل حاليا. Please wait for upcp to complete, or kill off all upcp processes and try again. الرجاء الانتظار لupcp لاستكمال ، أو المقتل upcp جميع العمليات وحاول مرة أخرى. - -- "cPanel Update (upcp) is currently running" "cPanel تحديث (upcp) هو حاليا" - -- upcp log + cpanel upcp سجل + cpanel - -- cPanel Update (upcp) is already running. cPanel تحديث (upcp) هو بالفعل قيد التشغيل. - -- already currently running بالفعل حاليا - -- cpanel update log تحديث سجل cpanel - -- cPanel Update (upcp) is currently running. cPanel تحديث (upcp) هو قيد التشغيل حاليا. Please wait for upcp to complete, or kill off all upcp processes and try again الرجاء الانتظار لupcp لاستكمال ، أو المقتل upcp جميع العمليات وحاول مرة أخرى - -- upcp upcp - -- "/scripts/upcp" download "/ مخطوطات / upcp" التحميل - -- force cpanel update webhost manager قوة cpanel تحديث webhost مدير - -- invalide number of paramter samsung f250 invalide عدد من paramter سامسونج f250 - -- update cpanel software system تحديث نظام cpanel البرمجيات - -- /scripts/upcp / مخطوطات / upcp - -- cpanel upcp updating service and databases cpanel upcp تحديث الخدمات وقواعد البيانات - -- liveupdate already running in a different process liveupdate بالفعل على التوالي في مختلف عملية - -- upcp running upcp على التوالي - -- whm how to kill Running Processes whm كيفية تشغيل عمليات قتل - -- CPANEL The update server is currently updating its files. CPANEL التحديث خادم حاليا استكمال ملفاتها. - -- crond: System error cpanel crond : خطأ في النظام cpanel - -- update cpanel upcp تحديث cpanel upcp - -- cpanel upcp email cpanel upcp البريد الإلكتروني - -- live update is already running تحديث يعيشون بالفعل على التوالي - -- cpanel upcp update log file cpanel upcp تحديث ملف الدخول - -- cpanel Updating services & databases... & cpanel تحديث الخدمات وقواعد البيانات... - -- cpanel update Updating services & databases... cpanel استكمال تحديث الخدمات وقواعد البيانات &... - -- restart upcp استئناف upcp - -- already running(vertaal nederlands) بالفعل تشغيل (vertaal nederlands) - -- error second life already running الخطأ الثاني على التوالي الحياة بالفعل - --