Koozali.org: home of the SME Server

Where's the Autoexec.bat :)

Chris Buechler

Where's the Autoexec.bat :)
« on: April 15, 2004, 05:51:39 PM »
I installed Firebird 1.5 on my SME 6 and all works great, but I don't know how to make the service start automatically after rebooting the server..

Here's what I have to do manually after a reboot.

cd /etc/rc.d/init.d
.firbird start

What do I need to change to get that automated into the reboot process?

Thanks
Chris Buechler

Offline byte

  • *
  • 2,183
  • +2/-0
Where's the Autoexec.bat :)
« Reply #1 on: April 15, 2004, 06:39:50 PM »
at command line type...

ln -s /etc/rc.d/init.d/e-smith-service S96firbird

HTH
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Chris Buechler

It didn't work :(
« Reply #2 on: April 15, 2004, 08:20:21 PM »
I did this...

ln -s /etc/rc.d/init.d/e-smith-service S96firebird
reboot

but after the reboot, the service was still stopped.. -- any ideas?

[root@linux1 root]# /etc/rc.d/init.d/firebird status
fbserver is stopped
[root@linux1 root]# /etc/rc.d/init.d/firebird start
[root@linux1 root]# rver:                                  [   OK   ]


Thanks,

Chris Buechler

Offline Boris

  • *
  • 783
  • +0/-0
Where's the Autoexec.bat :)
« Reply #3 on: April 15, 2004, 08:38:28 PM »
ln -s /etc/rc.d/rc7.d/S96firebird /etc/rc.d/init.d/firebird
...

Offline byte

  • *
  • 2,183
  • +2/-0
Where's the Autoexec.bat :)
« Reply #4 on: April 15, 2004, 08:41:02 PM »
try this...

ln -s /etc/rc.d/init.d/firebird /etc/rc.d/rc7.d/S96firebird

*Edit Looks like boris beat me to it  :lol: *
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Chris Buechler

It Worked
« Reply #5 on: April 16, 2004, 12:34:31 AM »
This one worked perfectly -- thank you all

ln -s /etc/rc.d/init.d/firebird /etc/rc.d/rc7.d/S96firebird

Anonymous

Where's the Autoexec.bat :)
« Reply #6 on: April 17, 2004, 10:38:38 PM »
You are going to let us know how firebird works on sme!

jibe

Where's the Autoexec.bat :)
« Reply #7 on: August 30, 2004, 08:19:02 PM »
Hi Chris,

Please, could you tell us how you did this install ? Some collegues tried but got a problem with PHP due to the libraries they installed to satify the dependencies of the rpm of Firebird... Did you got this problem, and how did you solved it ?

jibe

Where's the Autoexec.bat :)
« Reply #8 on: August 30, 2004, 08:29:56 PM »
By the way, does somebody knows where to find a rpm to install Firebird 1.5 SS on a P90 ? I was able to find only an i686 version...

jibe

Where's the Autoexec.bat :)
« Reply #9 on: September 13, 2005, 02:46:35 PM »
Hi,

For those who look for the solution to install Firebird, it's just here. I put a script and the needed libraries here.

Enjoy !