Subject Re: [firebird-support] Re: Firebird 1.5 install on mandrake 10
Author Helen Borrie
At 02:51 PM 20/09/2004 +0000, you wrote:
>--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
>wrote:
> > At 02:21 PM 20/09/2004 +0000, you wrote:
> >
> > >Hi all quick question how do you start the service for firebird 1.5
> > >on the old firebird it started automatically but it seems fb 1.5
>does
> > >not start automatically.
> >
> > Did you install Classic ("CS") or Superserver ("SS") this time
>around?
> >
> > ./heLen
>
>i installed CS

Then nothing is wrong. Classic starts one server process for each
connection. If no client is connected, then no server process is
running. However, the xinetd daemon is listening for connection requests.

Try to connect. When you succeed, do this:

ps -aux | grep fb

Then you will see one fb_inet_server process running.

If you don't succeed in connecting, look at the permissions issues. You
can read how to handle this in the release notes.

./heLen