On Tuesday 19 March 2013 11:23:43 Alex Peshkoff wrote:
> On 03/19/13 10:41, Dmitry Kovalenko wrote:
> > File: src\common\config\config.cpp
> > Line: 173
> > 
> > Correct:
> > {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"},
> > //
> > security database name
> 
> Yes, it's better but won't solve a problem. Double-slash is eaten with
> no-error:
> 
> # cat /etc//passwd
> root:x:0:0:root:/root:/bin/bash
> ..........
> 
> Treeve, can you strace firebird server and send result here? (Sorry have
> no time for experiments right now.)
> 
I ran strace on svn rev 30280
it appears that the firebird server also expects that the engine will be in 
/etc/firebird


open("/etc/firebird/plugins/libEngine12.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT 
(No such file or directory)


After creating some symlinks it now works


# ls -l /etc/firebird/
total 952
-r--r--r-- 1 root     root        524 Mar 20 09:18 aliases.conf
-rw-r--r-- 1 root     root       5295 Mar 20 09:17 fbtrace.conf
-r--r--r-- 1 root     root      25376 Mar 20 09:18 firebird.conf
lrwxrwxrwx 1 root     root         21 Mar 20 09:37 firebird.log -> 
/var/log/firebird.log
lrwxrwxrwx 1 root     root         26 Mar 18 17:45 firebird.msg -> 
/opt/firebird/firebird.msg
-r--r--r-- 1 root     root      26023 Mar 20 09:18 IDPLicense.txt
lrwxrwxrwx 1 root     root         19 Mar 20 10:25 intl -> /opt/firebird/intl/
-r--r--r-- 1 root     root      24301 Mar 20 09:18 IPLicense.txt
lrwxrwxrwx 1 root     root         22 Mar 20 10:26 plugins -> 
/opt/firebird/plugins/
-rw-r--r-- 1 root     root        128 Mar 20 09:17 plugins.conf
-rw-r--r-- 1 root     root        687 Mar 20 09:18 README
-rw------- 1 firebird firebird 868352 Mar 20 10:27 security3.fdb
-rw-r--r-- 1 root     root        397 Mar 20 09:18 WhatsNew


> 
> ----------------------------------------------------------------------------
> -- Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> Firebird-Devel mailing list, web interface at
> https://lists.sourceforge.net/lists/listinfo/firebird-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to