Subject | Re: cannot connect to localhost with Firebird 2.5 64-bit on CentOS 6.2 |
---|---|
Author | philippe makowski |
Post date | 2012-02-17T08:38:18Z |
hrefofficemanager [2012-02-16 21:00] :
don't start service automaticaly after install
use as root :
/sbin/service firebird-superserver start
If you want to have firebird Superserver started at each boot, as root :
chkconfig --level 345 firebird-superserver on
for classic you would have bin-classic and again with symlinks in bin/
> Hi, This is regarding a new clean install of CentOS 6.2, 64-bit.http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm
>
> As root, I ran these 2 commands, without errors:
>
> rpm -Uvh
>
>yes that's a security reason and a RedHat rule
> yum install firebird firebird-superserver
>
> Firewall port 3050 is open for tcp and udp.
>
> Firebird did not start automatically. I tried
don't start service automaticaly after install
use as root :
/sbin/service firebird-superserver start
If you want to have firebird Superserver started at each boot, as root :
chkconfig --level 345 firebird-superserver on
>bad
> bin/fbsvcmgr -start
>
> andthat's the same that bin/fbsvcmgr -start
>
> bin-superserver/fbsvcmgr -start
>
> Questions:executables? I wanted to test superserver. Is bin/ the classic version?
>
> 1. What is the difference between bin/ and bin-superserver/
>symlinks see for example a ls -la /usr/bin/isql-fb
for classic you would have bin-classic and again with symlinks in bin/