Subject | RE: [firebird-support] Re: Startup script for FreeBSD |
---|---|
Author | Nigel Weeks |
Post date | 2006-08-06T22:39:04Z |
When you built it from ports, the port gave you all the lines to add to
inetd.conf for you.
You can find them again in
'/usr/ports/databases/firebird-server/files/pkg-message.in'
The output looks identical to this:
---------------------------------------------------------
Firebird is now installed.
Before start the server ensure that the following line exists in
/etc/services:
gds_db 3050/tcp #InterBase Database Remote Protocol
And add the following line to /etc/inetd.conf
gds_db stream tcp nowait firebird
/usr/local/sbin/fb_inet_server fb_inet_server
And finally restart inetd.
It is STRONGLY recommended that you change the SYSDBA
password with:
% gsec -user SYSDBA -pass masterkey
GSEC> modify SYSDBA -pw newpassword
GSEC> quit
before doing anything serious with Firebird.
All there, nice and neatly laid out, and easy to follow.
Nige.
inetd.conf for you.
You can find them again in
'/usr/ports/databases/firebird-server/files/pkg-message.in'
The output looks identical to this:
---------------------------------------------------------
Firebird is now installed.
Before start the server ensure that the following line exists in
/etc/services:
gds_db 3050/tcp #InterBase Database Remote Protocol
And add the following line to /etc/inetd.conf
gds_db stream tcp nowait firebird
/usr/local/sbin/fb_inet_server fb_inet_server
And finally restart inetd.
It is STRONGLY recommended that you change the SYSDBA
password with:
% gsec -user SYSDBA -pass masterkey
GSEC> modify SYSDBA -pw newpassword
GSEC> quit
before doing anything serious with Firebird.
All there, nice and neatly laid out, and easy to follow.
Nige.
> -----Original Message-----
> From: firebird-support@yahoogroups.com
> [mailto:firebird-support@yahoogroups.com]On Behalf Of tailuo2002
> Sent: Saturday, 5 August 2006 10:52 PM
> To: firebird-support@yahoogroups.com
> Subject: [firebird-support] Re: Startup script for FreeBSD
>
>
> After installed FB 1.5 from FreeBSD ports, I can't find 3050 (or
> firebird && fb) in the inetd.conf.
>
> So, I have to startup the firebird server by myself. But I have read
> the poor firebird document, and can't get any valueable information.
>
>
> --- In firebird-support@yahoogroups.com, chand0s
> <chand0s.lazy.inbox@...> wrote:
> >
> > uncomment port 3050 at /etc/inetd.conf
> >
> > 2006/7/30, Milan Babuskov <milanb@...>:
> > >
> > > tailuo2002 wrote:
> > > > I have installed Firebird 1.5.2 on FreeBSD via ports.
> But I can't
> > > > startup the FB server.
> > > >
> > > > I have researched a script on Linux. But I can't find the file
> fbmgr.
> > > > In my system, there is only a fb_lock_mgr.
> > >
> > > fbmgr is a file of Super Server, fb_lock_mgr is file of Classic
> Server.
> > > FreeBSD port only provides Classic. If you wish to
> compare Linux vs
> > > FreeBSD scripts, you should get Classic for Linux as well.
> > >
> > > Although I don't think it would help you much, as most Linux
> > > distributions use SysV init instead of BSD scripts.
> > >
> > > Classic is run via (x)inetd, so it doesn't really "start" until
> you try
> > > to establish the connection.
> > >
> > > --
> > > Milan Babuskov
> > > http://swoes.blogspot.com/
> > > http://www.flamerobin.org
> > >
> > >
> > >
> > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >
> > > Visit http://www.firebirdsql.org and click the Resources item
> > > on the main (top) menu. Try Knowledgebase and FAQ links !
> > >
> > > Also search the knowledgebases at http://www.ibphoenix.com
> > >
> > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> > respect by chand0s...
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Visit http://www.firebirdsql.org and click the Resources item
> on the main (top) menu. Try Knowledgebase and FAQ links !
>
> Also search the knowledgebases at http://www.ibphoenix.com
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Yahoo! Groups Links
>
>
>
>
>
>
>