Does anyone know what cause my apache2 couldn't start properly in ubuntu?
I ran /etc/init.d/apache2 start
outputs
* Starting web server apache2 /usr/sbin/apache2ctl: \
line 132: 29125 Bus error (core dumped) \
$HTTPD ${APACHE_ARGUMENTS} -k $ARGV Action 'start' failed. \
The Apache error log may have more information.
/var/log/apache2/error.log
– Gerard Roche Feb 05 '14 at 04:33Feb 5 14:53:29 webdev kernel: [4325865.992350] Read(10): 28 00 00 b2 0d 58 00 00 08 00 Feb 5 14:53:29 webdev kernel: [4325865.992367] end_request: I/O error, dev sda, sector 11668827 Feb 5 14:53:29 webdev kernel: [4325865.993969] ata1: EH complete
– Manellen Feb 05 '14 at 06:54sudo service apache2 start
? How did you install Apache? Might have something to do with the install method. – douggro Feb 05 '14 at 15:44I/O error, dev sda
points to broken hardware. – Olli Feb 05 '14 at 20:19