Subject | Re: [firebird-support] problems installing superserver 2.1 on ubuntu's intrepid ibex |
---|---|
Author | Michael Weissenbacher |
Post date | 2009-01-02T09:15:58Z |
Hi!
Unfortunately, firebird is somehow broken on Ubuntu. You get the hint on what's wrong from the following line:
mkdir -p /var/run/firebird/2.1
chown -R firebird:firebird /var/run/firebird
chmod -R 770 /var/run/firebird
hth,
Michael
Unfortunately, firebird is somehow broken on Ubuntu. You get the hint on what's wrong from the following line:
> find: `/var/run/firebird/2.1': No such file or directoryTo work around this problem, make sure that this directory is there. Something in Ubuntu deletes it on every reboot, so i added this to my /etc/init.d/bootmisc.sh:
mkdir -p /var/run/firebird/2.1
chown -R firebird:firebird /var/run/firebird
chmod -R 770 /var/run/firebird
hth,
Michael