Apache and MySQL don't start after reboot

Author Message

Odd Erik Pedersen

Tuesday 17 June 2003 11:50:46 pm

I installed eZpublish with the innstaller for RedHat 9. Before the installation I made sure that there wasn't already running another version of apache or mysql.
The installation went fine and the demo site came up :-) But after a reboot of the server neither apache or mysql starts automaticly :-(
What do I do?

Mike Socher

Wednesday 18 June 2003 5:12:07 am

Mysql should come up after reboot on it's own from if you used the installer. That's what I have found anyway. To help you with apache try the options below. I posted this in an earlier thread.

/opt/ezpublish/apache_1.3.27/bin. Then you can run the Apache script (apachectl -k stop, apachectl -k start, apachectl -k restart, apachectl -k graceful).

make sure you start the script with ./

Bruce Morrison

Wednesday 18 June 2003 4:47:38 pm

Use the command /sbin/chkconfig --list to see what services are being started in the various run levels.

Look for the following lines
httpd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
mysqld 0:off 1:off 2:off 3:on 4:on 5:on 6:off

Make sure that 3:on and 5:on are present. If they are not run the following commands

/sbin/chkconfig httpd on
/sbin/chkconfig mysqld on

to makes the services start when the system is booted.

These commands need to be run as the root user.

Cheers
Bruce
designIT

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Odd Erik Pedersen

Friday 20 June 2003 5:39:32 am

Thanks!

But no luck! Here's what happens:

codex# /sbin/chkconfig httpd on
error reading information on service httpd: No such file or directory

codex# /sbin/chkconfig mysqld on
error reading information on service mysqld: No such file or directory

I guess the eZ install scripts failes somehow... is there possible to add startupscripts for httpd and mysqld manually?

Odd Erik Pedersen

Friday 20 June 2003 5:51:11 am

Oh... I wrote startupscripts... but I don't really know what is missing. Startupscript is just a guess.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 18:19:34
Script start
Timing: Jan 18 2025 18:19:34
Module start 'layout'
Timing: Jan 18 2025 18:19:34
Module start 'content'
Timing: Jan 18 2025 18:19:34
Module end 'content'
Timing: Jan 18 2025 18:19:34
Script end

Main resources:

Total runtime0.0315 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0078 588.1484152.6406
Module start 'layout' 0.00780.0033 740.789139.4766
Module start 'content' 0.01120.0178 780.265693.3984
Module end 'content' 0.02890.0026 873.664134.3047
Script end 0.0315  907.9688 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.003210.0169140.0002
Check MTime0.00123.7583140.0001
Mysql Total
Database connection0.00113.456610.0011
Mysqli_queries0.00278.467030.0009
Looping result0.00000.057510.0000
Template Total0.00196.010.0019
Template load0.00103.303910.0010
Template processing0.00082.664310.0008
Override
Cache load0.00072.375510.0007
General
dbfile0.008125.577880.0010
String conversion0.00000.032540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs