Subject | Re: [firebird-support] Re: SuperServer on Gentoo doesn't start any more |
---|---|
Author | Michael Weissenbacher |
Post date | 2008-01-28T16:48:59Z |
Hi,
/var/run/firebird/2.0/ exists and is writable by user firebird. But /var/run
is a tmpfs under Ubuntu and so /var/run/firebird/ is lost after a reboot. You
could fix that Ubuntu-specific problem by adding the following to
/etc/init.d/bootmisc.sh:
--- snip ---
#create /var/run/firebird/2.0
mkdir /var/run/firebird
mkdir /var/run/firebird/2.0
chown firebird:firebird /var/run/firebird/2.0
--- snip ---
Firebird seems to not easily fit into the FHS scheme, i think that's why you'll
have fewer problems if you use the official versions that install into /opt.
regards,
Michael
> And third: at the moment I can't get Firebird 2.0 SuperServer toTrue, the Firebird package for Ubuntu is broken too. It expects that
> start at all on Ubuntu 7.10. In this case it says "Ok", but doesn't
> run and the log file only contains "INET/inet_error: connect errno =
> 111" - no starting message afterwards.
/var/run/firebird/2.0/ exists and is writable by user firebird. But /var/run
is a tmpfs under Ubuntu and so /var/run/firebird/ is lost after a reboot. You
could fix that Ubuntu-specific problem by adding the following to
/etc/init.d/bootmisc.sh:
--- snip ---
#create /var/run/firebird/2.0
mkdir /var/run/firebird
mkdir /var/run/firebird/2.0
chown firebird:firebird /var/run/firebird/2.0
--- snip ---
Firebird seems to not easily fit into the FHS scheme, i think that's why you'll
have fewer problems if you use the official versions that install into /opt.
regards,
Michael