Subject | Re: [firebird-support] Slax (slackware based) firebird working until reboot |
---|---|
Author | Milan Babuskov |
Post date | 2006-09-19T20:06:36Z |
aud_io wrote:
/opt/firebird/bin/fbmgr -start -forever
Use -forever if you wish to start guardian as well. Stop with:
/opt/firebird/bin/fbmgr -shut -user sysdba -pass masterkey
Something like this should be in those scripts. You can find an example
in Slackware packages for FB1.5 found on www.linuxpackages.net.
command. Copy/paste that to terminal window and see the real error message.
/opt/firebird/bin/fbmgr -start -forever
and be done with it.
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org
> I can install firebird 1.5.3SS or 2.0rc4SS (both nptl and old threadsInstall from what? .tar.gz packages from Firebird website?
> versions) successfully and connect to the example database or
> databases which I create.
> Now, bear with me if you would for a few details. Slax uses unionFSI don't see how that relates to the problem...?
> to merge filesystems
> In Firebird 1.5.3, I create a /etc/rc.d/init.dYou can do it manually with:
> directory to allow creation of an init file which works to start and
> stop the server after initialization, so all is right in my world at
> this point.
/opt/firebird/bin/fbmgr -start -forever
Use -forever if you wish to start guardian as well. Stop with:
/opt/firebird/bin/fbmgr -shut -user sysdba -pass masterkey
Something like this should be in those scripts. You can find an example
in Slackware packages for FB1.5 found on www.linuxpackages.net.
> Firebird doesn't start at boot, and doesn't write to the firebird.logTake a look in rc.firebird (it's a plain text file) and see what is the
> I get the can't start message if I invoke the rc.firebird start.
command. Copy/paste that to terminal window and see the real error message.
> /etc/inet.d DOES NOT contain any gds server configuration - per theYes. SS is a standalone server, like Apache for example.
> scripts - From what I can tell - SS does not use inetd, only CS does -
> is this correct?
> Any ideas?If all fails, you can always add the following to /etc/rc.d/rc.local:
/opt/firebird/bin/fbmgr -start -forever
and be done with it.
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org