Hi,
I have installed MaxDB from RPM build. The installation process created file
/etc/init.d/maxdb75. I placed symbolic links to runlevels 3 and 5. Though
still rebooting the machine does not start database service. After
investigating maxdb75 script I found these lines:
# Determine the base and follow a runlevel link name.
base=${0##*/}
link=${base#*[SK][0-9][0-9]}
# Force execution if not called by a runlevel directory.
test $link = $base && START_MaxDB=yes
test "$START_MaxDB" = yes || exit 0
So if this script is being started from runlevel directory, it will not
start !!! Is it made by purpose ? Or is it not safe to start it as most
other system services ? What is then the preferred way to automatically
start MaxDB service during system startup ?
Regards,
Donatas Ciuksys
Vilnius university
Department of Informatics
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]