-
November 10th, 2010, 14:57
#1
مشکل بعضی از سایت ها
سلام به یه مشکلاتی برخوردم نمیدونم چیکار کنم روی سرور بعضی از سایت ها دچار مشکل شدند ومثل نمونه زیر مشکل دارند
نمونه:
http://up.iranblog.com/Files73/5a003e6898114e3c97ac.jpg
به نظر شما مشکل در تنظیمات آپاچی نیست؟ اگه کسی میتونه کمکم کنه اگر هم با پول میشه بیاد و این مشکل را حل کنه
بعد از ریبوت تا مدتی سایت ها سالم بالا می یاد و بعد از آن دوباره دوچاره مشکل می شند بع از ریبوت 2 ایمیل به دستم میرسه
imap failed @ Wed Nov 10 06:10:45 2010. A restart was attempted automagically.
Service Check Method: [check command]
Cmd Service Check Raw Output: dovecot is not running
--------------------------------------------------------------------------------------
nameserver failed @ Wed Nov 10 06:10:45 2010. A restart was attempted automagically.
Service Check Method: [check command]
Cmd Service Check Raw Output: named is not running
---------- Post added at 02:57 PM ---------- Previous post was at 02:50 PM ----------
اگه کسی میتونه یه کانفیگ درست و حسابی بکنه هزینه اش را می دم یه اکانت v*p*n هم بهش میدم
-
-
November 10th, 2010 14:57
# ADS
-
November 10th, 2010, 15:32
#2
پاسخ : مشکل بعضی از سایت ها
کد:
It is likely that your /usr/tmpDSK is corrupted. You should stop all processes that have files open on /tmp such as MySQL and other applications using:
/usr/sbin/lsof /tmp
Run the following commands (in that order):
/bin/umount -l /tmp
/bin/umount -l /var/tmp
/bin/rm -fv /usr/tmpDSK
/scripts/securetmp
This should create a new /tmp partition for you. That's all
chmod 1777 /tmp
-
-
November 10th, 2010, 17:55
#3
پاسخ : مشکل بعضی از سایت ها

نوشته اصلی توسط
1Mizban
کد:
It is likely that your /usr/tmpDSK is corrupted. You should stop all processes that have files open on /tmp such as MySQL and other applications using:
/usr/sbin/lsof /tmp
Run the following commands (in that order):
/bin/umount -l /tmp
/bin/umount -l /var/tmp
/bin/rm -fv /usr/tmpDSK
/scripts/securetmp
This should create a new /tmp partition for you. That's all
chmod 1777 /tmp
سلام این را یکم میشه توضیح بدی من چیکارش کنم چی باید وارد کنم
دقیقا دستوراتی را که باید بزنم را بنویسید
---------- Post added at 05:55 PM ---------- Previous post was at 05:13 PM ----------
بعد از ریست کردن sql مشکل تا ساعتی حل میشه
-