version 1.4, 2002/06/03 13:27:37
|
version 1.5, 2002/06/06 22:34:24
|
Line 206 The services take about 10 minutes to st
|
Line 206 The services take about 10 minutes to st
|
|
|
<h2>Make Sure that Services Autostart on Boot</h2> |
<h2>Make Sure that Services Autostart on Boot</h2> |
<p>On Redhat 7.3 it is not guaranteed that Apache and MySQL automatically |
<p>On Redhat 7.3 it is not guaranteed that Apache and MySQL automatically |
restart on boot, even when installing with "server" configuration. |
restart on boot. You should run /usr/sbin/ntsysv and set the following |
After logging in as root, check under "Programs" - "System" - |
daemons to be started at boot: |
"Service Configuration" that "Start on Boot" is checked for httpd and mysqld, |
<pre> |
save and restart.. |
httpd |
|
mysqld |
|
</pre> |
|
It is not necessary to reboot after doing this as they should already be |
|
running by this point in the installation. |
|
<pre> |
|
/etc/init.d/httpd restart |
|
/etc/init.d/mysqld restart |
|
</pre> |
</p> |
</p> |
<h2>Log in to your LON-CAPA Machine</h2> |
<h2>Log in to your LON-CAPA Machine</h2> |
<p> |
<p> |