I have a virtual server under centos 5.5 (hosted by a japanese company called sakura )
Since yesterday, connection through ssh couldn't be established. I've contacted support center who told me to restart VS from the control panel. After restarting, I got the message below
Connected to domain wwwxxxxxx.sakura.ne.jp
Escape character is ^]
[ OK ]
Setting hostname localhost.localdomain: [ OK ]
Setting up Logical Volume Management: No volume groups found
[ OK ]
Checking filesystems
Checking all file systems.
[/sbin/fsck.ext4 (1) -- /] fsck.ext4 -a /dev/vda3
/ contains a file system with errors, check forced.
/: Inodes that were part of a corrupted orphan linked list found.
/: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
@@cat: /proc/self/attr/current: Invalid argument
Welcome to CentOS
Starting udev: @[ OK ]
Setting hostname localhost.localdomain: [ OK ]
Setting up Logical Volume Management: No volume groups found
[ OK ]
Checking filesystems
Checking all file systems.
[/sbin/fsck.ext4 (1) -- /] fsck.ext4 -a /dev/vda3
/ contains a file system with errors, check forced.
/: Inodes that were part of a corrupted orphan linked list found.
/: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
[FAILED]
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
*** Warning -- SELinux is active
*** Disabling security enforcement for system recovery.
*** Run 'setenforce 1' to reenable.
/etc/rc.d/rc.sysinit: line 53: /selinux/enforce: Read-only file system
Give root password for maintenance
(or type Control-D to continue):
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
bash: cannot create temp file for here-document: Read-only file system
bash: cannot create temp file for here-document: Read-only file system
bash: cannot create temp file for here-document: Read-only file system
bash: cannot create temp file for here-document: Read-only file system
bash: cannot create temp file for here-document: Read-only file system
bash: cannot create temp file for here-document: Read-only file system
bash: cannot create temp file for here-document: Read-only file system
bash: cannot create temp file for here-document: Read-only file system
bash: cannot create temp file for here-document: Read-only file system
bash: cannot create temp file for here-document: Read-only file system
(Repair filesystem) 1 # setenforce 1
setenforce: SELinux is disabled
(Repair filesystem) 2 # echo 1
(Repair filesystem) 4 # /etc/init.d/sshd status
openssh-daemon is stopped
(Repair filesystem) 5 # /etc/init.d/sshd start
Starting sshd: NET: Registered protocol family 10
lo: Disabled Privacy Extensions
touch: cannot touch `/var/lock/subsys/sshd': Read-only file system
(Repair filesystem) 6 # sudo /etc/init.d/sshd start
sudo: sorry, you must have a tty to run sudo
(Repair filesystem) 7 #
I have 4 site in production and I need to restart the server quickly (SSH + HTTPD ,...).
Thank you for your time.