Le 26/11/2013 14:57, Alex Peshkoff a écrit : > PS. Looks like my comment in checkins is not good - after reviewing once > more I still do not know why does all this not work for you... Can you > recheck once more please?
all is ok since few days : http://ci.ibphoenix.com/job/Firebird30_Ubuntu_Linux/ and builds are made with ISC_PASSWD : + sudo service firebird stop Stopping Firebird server: + sleep 1 + sudo service firebird start + sudo cat /opt/firebird/SYSDBA.password # # Firebird generated password for user SYSDBA is: # ISC_USER=sysdba ISC_PASSWD=5Gx48xuO8zEUj5cCc2a9 # # generated on precise64 at time Mon Nov 25 21:05:55 UTC 2013 # # Your password can be changed to a more suitable one using the # /opt/firebird/bin/gsec utility. # + awk 'BEGIN { FS = "=" } ; { print $2 }' + grep ISC_PASSWD + sudo cat /opt/firebird/SYSDBA.password + sudo cat /tmp/temppassfile 5Gx48xuO8zEUj5cCc2a9 + /opt/firebird/bin/gsec -user SYSDBA -fetch /tmp/temppassfile -modify SYSDBA -pw masterkey + popd + /opt/firebird/bin/isql localhost:/home/vagrant/fdb/test/fbtest30.fdb -user SYSDBA -password masterkey -z -q -e -i /tmp/exit.txt ISQL Version: LI-T3.0.0.30761 Firebird 3.0 Alpha 1 Server version: LI-T3.0.0.30761 Firebird 3.0 Alpha 1 LI-T3.0.0.30761 Firebird 3.0 Alpha 1/tcp (precise64)/P13:C LI-T3.0.0.30761 Firebird 3.0 Alpha 1/tcp (precise64)/P13:C exit; ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
