sites will not open after reboot

aktifnet

Verified User
Joined
Mar 31, 2011
Messages
6
hello

I reboot the server after trying to install zend.

However, despite the opening of the ssh, sites will not open.

directadmin panel does not work.

What can I do?

thanks
 
I did the following tale is the message, the update is completed.
http://www.directadmin.com/forum/showpost.php?p=199897&postcount=2

command to restart apache when I get the following error:


Remaining processes: 3058 3876 8048 8116 8547 8707 9530 9531 9533 9534 9536
rm: cannot remove `/var/run/httpd.pid': Read-only file systemAILED]

Remaining processes: 3058 3876 8048 8116 8547 8707 9530 9531 9533 9534 9536
Starting httpd: httpd: Syntax error on line 161 of /etc/httpd/conf/httpd.conf: Could not open configuration file /etc/httpd/conf/extra/directadmin-vhosts.conf: Permission denied
 
It's seems you've got temporary or permanent problems with HDD(-s). Post here result for

Code:
mount


As a result of the mount from the results below:


/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw,usrquota,grpquota)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

mount: warning /etc/mtab is not writable (e.g. read-only filesystem).
It's possible that information reported by mount(8) is not
up to date. For actual information about system mount points
check the /proc/mounts file.
 
then
Code:
cat /proc/mounts
?

in this way:

rootfs / rootfs rw 0 0
/dev/root / ext3 ro,data=ordered,usrquota,grpquota 0 0
/dev /dev tmpfs rw 0 0
/proc /proc proc rw 0 0
/sys /sys sysfs rw 0 0
/proc/bus/usb /proc/bus/usb usbfs rw 0 0
devpts /dev/pts devpts rw 0 0
/dev/sda1 /boot ext3 rw,data=ordered 0 0
tmpfs /dev/shm tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
/etc/auto.misc /misc autofs rw,fd=7,pgrp=2786,timeout=300,minproto=5,maxproto=5,indirect 0 0
-hosts /net autofs rw,fd=13,pgrp=2786,timeout=300,minproto=5,maxproto=5,indirect 0 0
 
Back
Top