Subject Re: [firebird-support] firebird classic linux instalator
Author Helen Borrie
At 07:54 PM 3/04/2009, you wrote:
>hi, I have problems with instalator from tarball... its not working well.
>my server is debian 5. I have installed 2.1.2 FB, have problem with fb service. theres service in /etc/xinetd.d/firebird with content:
># default: on
># description: FirebirdSQL server
>
>service gds_db
>{
>disable = no
>flags = REUSE
>socket_type = stream
>wait = no
>user = firebird
># These lines cause problems with Windows XP SP2 clients
># using default firewall configuration (SF#1065511)
># log_on_success += USERID
># log_on_failure += USERID
>server = /opt/firebird/bin/fb_inet_server
>}
>but when I try to start:
>mono:~# /etc/xinetd.d/firebird start

This is Classic - there is nothing to start. Just make sure xinetd is running, and connect a client, e.g., isql to a database.

>additionally, I cant find gds_db.

If you need it, make an entry in /etc/services

gds_db 3050/tcp #Firebird listener

But the installation script should have done that for you. It defines the port that xinetd listens on for Firebird remote connection requests

Read the Quick Start Guide that is in the /doc/ directory and the installation notes for POSIX.

./heLen