Subject firebird classic linux instalator
Author jarek.zapletal
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
Usage: service [[-h] | [--h] | [--help] | [-V] | [--version] | [--status-all]]
| service-name action
'service-name' is one of the scripts in /etc/init.d. 'action' is one of stop,
start, restart, status, reload, force-stop, force-reload, or --full-restart.
/etc/xinetd.d/firebird: line 10: disable: command not found
/etc/xinetd.d/firebird: line 11: flags: command not found
/etc/xinetd.d/firebird: line 12: socket_type: command not found
/etc/xinetd.d/firebird: line 13: wait: `=': not a pid or valid job spec
/etc/xinetd.d/firebird: line 13: wait: `no': not a pid or valid job spec
/etc/xinetd.d/firebird: line 14: user: command not found
/etc/xinetd.d/firebird: line 19: server: command not found

additionally, I cant find gds_db.
any advices?