RE: [firebird-support] Database server Clock Incorrect

2020-01-10 Thread Hugo Eyng hugoe...@msn.com [firebird-support]
Thank you Dimitry.

It was very usefull.



Atenciosamente,

+ + Hugo Eyng + +


De: firebird-support@yahoogroups.com  em nome 
de Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] 

Enviado: sexta-feira, 10 de janeiro de 2020 14:13
Para: firebird-support@yahoogroups.com 
Assunto: Re: [firebird-support] Database server Clock Incorrect

10.01.2020 14:07, Hugo Eyng hugoe...@msn.com [firebird-support] wrote:
> Restarting FB server worked. Some users in others foruns reported the same 
> bug and the
> same "solution", but do you know if this bug is restricted to what FB version 
> and if there
> is something we can do to avoid this happen again?


http://tracker.firebirdsql.org/browse/CORE-5959


--
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/

++


Yahoo Groups Links





Re: [firebird-support] Database server Clock Incorrect

2020-01-10 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
10.01.2020 14:07, Hugo Eyng hugoe...@msn.com [firebird-support] wrote:
> Restarting FB server worked. Some users in others foruns reported the same 
> bug and the 
> same "solution", but do you know if this bug is restricted to what FB version 
> and if there 
> is something we can do to avoid this happen again?


http://tracker.firebirdsql.org/browse/CORE-5959


-- 
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



RE: [firebird-support] Database server Clock Incorrect

2020-01-10 Thread Hugo Eyng hugoe...@msn.com [firebird-support]
Thank you Mark.

Restarting FB server worked. Some users in others foruns reported the same bug 
and the same "solution", but do you know if this bug is restricted to what FB 
version and if there is something we can do to avoid this happen again?



Atenciosamente,

+ + Hugo Eyng + +


De: firebird-support@yahoogroups.com  em nome 
de Mark Rotteveel m...@lawinegevaar.nl [firebird-support] 

Enviado: sexta-feira, 10 de janeiro de 2020 08:19
Para: firebird-support@yahoogroups.com 
Assunto: Re: [firebird-support] Database server Clock Incorrect



On 2020-01-09 23:42, Hugo Eyng hugoe...@msn.com [firebird-support]
wrote:
> Hello.
>
> Win10 64 and Win7 32
>
> FB 2.5 32bits
>
> When I execute "select current_time from RDB$Database" FB returns 1
> (one) hour more then the current time.
>
> Did somebody faced this troble?

Sounds like the Firebird server is in a different time zone than the
client. Or possibly, this is that bug where a DST change isn't noticed
by the server, and it continues to use the old time zone. In that case a
restart of the Firebird server process should fix it.

Mark




Re: [firebird-support] Database server Clock Incorrect

2020-01-10 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2020-01-09 23:42, Hugo Eyng hugoe...@msn.com [firebird-support] 
wrote:
> Hello.
> 
> Win10 64 and Win7 32
> 
>  FB 2.5 32bits
> 
> When I execute "select current_time from RDB$Database" FB returns 1
> (one) hour more then the current time.
> 
> Did somebody faced this troble?

Sounds like the Firebird server is in a different time zone than the 
client. Or possibly, this is that bug where a DST change isn't noticed 
by the server, and it continues to use the old time zone. In that case a 
restart of the Firebird server process should fix it.

Mark


[firebird-support] Database server Clock Incorrect

2020-01-09 Thread Hugo Eyng hugoe...@msn.com [firebird-support]
Hello.

Win10 64 and Win7 32
FB 2.5 32bits

When I execute "select current_time from RDB$Database" FB returns 1 (one) hour 
more then the current time.

Did somebody faced this troble?



Atenciosamente,

+ + Hugo Eyng + +


De: firebird-support@yahoogroups.com  em nome 
de Elmar Haneke el...@haneke.de [firebird-support] 

Enviado: quarta-feira, 8 de janeiro de 2020 16:43
Para: firebird-support@yahoogroups.com 
Assunto: Re: [firebird-support] Running Firebird as Application on Linux



> we wrote an cross-platform application framework that should
> be relocatible including the database engine and the database file.
> For Windows systems there is a command line option "-a" to start
> Firebird as application. I did not find any similar for the Linux
> version. Is there any way to run the Firebird server on Linux
> without installation into the system?

The fbserver executable can be run in any user context that has access
to database files.

On linux most servers are just processes started by other processes
(e.g. by sysctrl or initd). You can have fbserver started on boot or you
can start it on your own once needed.

Elmar