Subject Re: [ib-support] Firebird SS 1.0 and Red Hat 7.3 - anyone ??
Author Brad Pepers
On Tuesday 14 May 2002 18:46, warmbooter wrote:
> Hi !
>
> I'm trying to run FB SS 1.0 (RPM) in new Red Hat 7.3 but when I try
> to connect to employee.gdb to test it I'm getting
>
> INET/inet_error: connect errno = 111

Error 111 is connection refused (check /usr/include/asm/errno.h for these
codes). This normally means the server is not running on the computer. Have
you tried using telnet to talk to the server? Try this:

telnet localhost 3050

You will likely get connection refused though if the above error is any
indication.

Another check is to run this command as root:

netstat -tl

This is a list of all the servers listening for connections on your computer.
There should be one in there called gds_db. If not, its not really running.

My experience is more with the CS version so I'm not sure how well the above
will apply to the SS version...

--
Brad Pepers
brad@...