[firebird-support] Re: run firebird engine without fbguard

2019-07-15 Thread peshk...@mail.ru [firebird-support]
First of all I do not understand initial problem: > The problem with this approach is that when killing the firebird engine > process ‘SIGKILL’ When firebird server is killed with any signal except 2 & 15 it's restarted by guardian, i.e. guardian does not exit.

[firebird-support] Re: Cannot access lock directory / Security database error

2018-04-02 Thread peshk...@mail.ru [firebird-support]
Is firebird present in need or use dependencies of your service?

[firebird-support] Re: FB3 Embedded on Android

2018-02-20 Thread peshk...@mail.ru [firebird-support]
Jorge, regarding access to /data/local/tmp. Some time ago when I was making Android port this was close to recommended place for tmp files on android. See for example https://stackoverflow.com/questions/21105281/where-is-the-tmp-in-android

[firebird-support] Re: Authentication: Kerberos / Role management

2018-02-02 Thread peshk...@mail.ru [firebird-support]
Set AuthServer = Win_Sspi on server, on client it's configured by default Setting on client AuthClient=Win_Sspi (to turn off the rest of plugins) can save you one round of authentication packets exchange but be sure that's not what you will notice on practice. Our plugin is using any SSP,

[firebird-support] Re: Firebird Security Authentication Configuration Questions

2018-02-02 Thread peshk...@mail.ru [firebird-support]
Brief answer is "no" for both questions. But this does not mean that such task is impossible, just that nobody used to pay attention to it cause in theory I see no reasons why this can not be done. Trusted authentication has 2 steps. First, client should pass to the server context of logged in

[firebird-support] Re: lock denied...

2017-12-08 Thread peshk...@mail.ru [firebird-support]
Unfortunately dump happened to be useless. It confirmed that problem is with database lock and type of the problem, but that was rather clear from log records, and unfortunately nothing about the reasons. As the next step please first of all provide OS info - kernel, libc, gcc and libstdc++

Re: [firebird-support] Re: lock denied...

2017-12-06 Thread peshk...@mail.ru [firebird-support]
First of all regarding yesterday file. Unfortunately "Non-text portions of thAT message have been removed". So please upload that file to any public file-sharing you better like (except yandex & mail.ru). Sorry for inconveniences - that's not me who invited yahoo interface... > But you should

[firebird-support] Re: lock denied...

2017-12-05 Thread peshk...@mail.ru [firebird-support]
Yes, minimum requirement to let your program talk to SS is to avoid embedded connections, and one of the ways to do it is to add hostname/ip-address before database name. Is there /tmp/firebird/fb_lock_table.dump on your box? If yes please upload it here - it can give an idea what's wrong with

[firebird-support] Re: Firebird for Android

2017-01-16 Thread peshk...@mail.ru [firebird-support]
FB 3.0.0: http://web.firebirdsql.org/download/prerelease/android/ http://web.firebirdsql.org/download/prerelease/android/ Not new but should be enough to begin

[firebird-support] Re: Firebird 3 on Kubuntu 16.04

2016-06-01 Thread peshk...@mail.ru [firebird-support]
Have you tried binaries from SF?