Hello all,
I have made a workaround for Firebird SuperServer 2.0.3 on Gutsy Gibbon
7.10 Desktop x86.
sudo gedit /etc/init.d/firebird2.0-super
----------------------------------------------------------------------------------
FB_VER="2.0"
FB_FLAVOUR="super"
. /usr/share/firebird${FB_VER}-common/functions.sh
FBRunUser=firebird
PIDFILE="$RUN/fbguard.pid"
FB_OPTS="-start -forever -pidfile $PIDFILE"
NAME="Firebird $FB_VER server manager"
#################################################
# root (Juergen Vogt) at 07.11.2007 23:41:06
#################################################
if [ -d $RUN ]; then
#do nothing
echo "Directory '$RUN' already exists."
else
mkdir -p $RUN
chown $FBRunUser:firebird -R $RUN
fi
#################################################
# Check the manager is there and is executable.
MANAGER=$FB/bin/fbmgr
FBGUARD=$FB/bin/fbguard
...
----------------------------------------------------------------------------------
Best Regards
--
[gutsy] firdbird 2.0 don't create /var/run/firebird/2.0 entry as is not starting
https://bugs.launchpad.net/bugs/135582
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs