Resolved this issue with Firebird 2.0.3 ClassicServer on Gutsy by adding: #---------------------------------------------------------------------- FBRUNDIR=/var/run/firebird/2.0 FBUSER="firebird" FBGROUP="firebird"
if [ -d $FBRUNDIR ]; then #do nothing echo "Directory '$FBRUNDIR' already exists." else mkdir -p $FBRUNDIR chown $FBUSER:$FBGROUP -R $FBRUNDIR fi #---------------------------------------------------------------------- to the /etc/rc.local -- [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 ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs