Server crash after upgrade exim & proftpd

bsamuel

Verified User
Joined
Jan 24, 2007
Messages
8
I have a big problem..

After I upgrade exim & proftpd, my server has crashed. Failed to reboot.
The message appeared was /tmp directory problem.

Anybody can help me to resolve this problem?
I have asked my friend and they asked me to run fsck but i don't know what command to run.

Pls see the screen snapshot attached.

thanks

error1.jpg
 
If I just type "e2fsck" inside shell, will this fix problem automatically? or there is other command(s)?

Sorry, i really don't know how to manage server. Yhis is my first time using linux server.
My OS is centos 4.4 32bit
 
Code:
e2fsck -b 8193 [b]<device>[/b]

Change <device> with a path to your device (e.g. /dev/sdb1 etc.)
 
just type the reboot password login and then fsck, it will start checking file systems and if it prompt error then you type y to fix it. After fsck is done you will be able to boot normally again. I had this same problem couple times before.
 
I have a big problem..

After I upgrade exim & proftpd, my server has crashed. Failed to reboot.
The message appeared was /tmp directory problem.

Anybody can help me to resolve this problem?
I have asked my friend and they asked me to run fsck but i don't know what command to run.

Pls see the screen snapshot attached.

thanks

View attachment 466

Umm, i doubt your box is crashed and not rebooted due to exim or proftpd. If you box is not rebooting its for other reasons. Probably a kernel panic or some other hardware releated issue. But not because of exim or proftpd.
 
after logged-in in repair mode, i typed e2fsck -b 8193 /dev/sda6 (path to device), but nothing happened.

i also tried fsck -f /dev/sad6 (/tmp system)

after finished checking and rebooting the server, the problem is still same
 
Back
Top