I'm trying to create a Firebird database in my home directory through Flamerobin however I always get
*** IBPP::SQLException ***
Context: Database::Create
Message: isc_dsql_execute_immediate failed
SQL Message : -902
Unsuccessful execution caused by a system error that precludes successful execution of subsequent statements
Engine Code : 335544344
Engine Message :
I/O error during "open O_CREAT" operation for file "/home/user/test.fdb"
Error while trying to create file
Permission denied
even though the file is chmod 777, the file /etc/firebird/2.5/firebird.conf has been modified so that:
DatabaseAccess = Full
is set to allow access to all files. The service is running:
$ ps ax | grep fireb
3909 ? S 0:00 /usr/sbin/fbguard -daemon -forever -pidfile /var/run/firebird/2.5/fbserver.pid
even though strangely the netstat doesn't find the connection port:
netstat | grep 3050
and returns empty list.
If I connect to an existing database all works, for instance connecting to
/var/lib/firebird/2.5/system/help.fdb
correctly shows tables.