Subject | AW: [firebird-support] Re: Cannot access lock directory / Security database error |
---|---|
Author | Steffen Heil (Mailinglisten) |
Post date | 2018-04-03T05:56:40Z |
Hi
Yes.
Firebird.service: WantedBy=multi-user.target
My.service: After=syslog.target firebird.service Requires=firebird.service
I think, firebirds initialization takes a little time, while systemd is already starting other processes. (I believe it starts new processes as soon as fbguard is started.)
However, the problem remains that I would like to know if the /tmp/firebird initialization is supposed to be thread-safe.
The creation of /tmp/firebird is obviously not (just call gfix with two different non-root users at the same time, no firebird binary required).
By looking at the code I strongly suspect the files in this folder to have the same problems, but I could not trigger a problem.
Best regards,
Steffen
Yes.
Firebird.service: WantedBy=multi-user.target
My.service: After=syslog.target firebird.service Requires=firebird.service
I think, firebirds initialization takes a little time, while systemd is already starting other processes. (I believe it starts new processes as soon as fbguard is started.)
However, the problem remains that I would like to know if the /tmp/firebird initialization is supposed to be thread-safe.
The creation of /tmp/firebird is obviously not (just call gfix with two different non-root users at the same time, no firebird binary required).
By looking at the code I strongly suspect the files in this folder to have the same problems, but I could not trigger a problem.
Best regards,
Steffen
> -----Ursprüngliche Nachricht-----
> Von: firebird-support@yahoogroups.com <firebird-support@yahoogroups.com>
> Gesendet: Montag, 2. April 2018 17:08
> An: firebird-support@yahoogroups.com
> Betreff: [firebird-support] Re: Cannot access lock directory / Security database error
>
>
>
> Is firebird present in need or use dependencies of your service?
>
>
>