1

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.
Braiam
  • 67,791
  • 32
  • 179
  • 269
Manellen
  • 111
  • 1
  • 2

1 Answers1

-1

I was getting (core dumped) when starting httpd because my /var/log partition was full. Removing old/large apache logfiles allowed me to start the service without the specific error.

AXE Labs
  • 319
  • 1
  • 4
  • This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review – David Foerster Apr 28 '16 at 15:28
  • It answered the question precisely... What do you mean? – AXE Labs Apr 30 '16 at 00:29
  • You answered it precisely? Did your full /var partition cause OP's Apache web server to fail to run? Or do you have a magic 8-ball that tells you precisely why OP's server isn't starting? (scnr) – David Foerster Apr 30 '16 at 02:08
  • For what it's worth there is nothing that points to a full file system being the cause of OP's issue. And it's still a leap of thought from your issue to OP's that would have been easy for you to make in your “answer”. While your “answer“ may provide a useful hint to the cause of the problem it's also useless in that it doesn't even try to provide a way to solve the issue. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on Ask Ubuntu.) – David Foerster Apr 30 '16 at 02:15