Subject Re: [firebird-support] linux, firebird embedded and $FIREBIRD_TMP
Author Vlad Khorsun
> I want to use Firebird embedded for my Linux application. I copied all
> necessary files to an fbembed subfolder. it works pretty well as long as
> only one user runs the program. the second user can not use it because
> the permissions of /tmp/firebird are wrong for him.

AFAIU, what Alex told me, on Posix installer creates user "firebird" and
group "firebird". User "firebird" own any objects which is created and used by
Firebird (/tmp/firebird folder, memory mapped files, databases, etc). To work
with Firebird embedded, users must be member of group "firebird".

You can ask for more exact explanations in fb-devel.

> I tried exporting
> the FIREBIRD_TMP environment variable (pointing to $HOME/appname/fbtmp)
> before starting the program, but that seems to be ignored (strace tells
> me so). I am using Firebird 2.5 beta 2.

Lock table and few other files are placed in /tmp/firebird only, it not depends
on any environment variable.

Hope this helps,
Vlad