Re: [fpc-devel] Bug in IBConnection?

2011-05-18 Thread LacaK
this error message isc_shutdown is throw during isc_attach_database and 
so it seems, that your database is in shutdown mode
(which prevents you attach ... but I do not understand why you can 
success fuly attach using ssh?)

See http://www.firebirdnews.org/?p=234
  http://www.destructor.de/firebird/gfix.htm
Laco.


 -database /usr/path_to_database/TEST.IB shutdown
  $00488EFB
  $0048A1E1
  $00489C98

What can be causing this error?
  


___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] HTTP client/server components committed.

2011-05-18 Thread Michael Schnell

On 05/17/2011 03:28 PM, michael.vancann...@wisa.be wrote:


There are example projects (see my initial mail).


Sweet.

Thanks.
-Michael
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Bug in IBConnection?

2011-05-18 Thread Leonardo M . Ramé
-- On Wed, 5/18/11, LacaK la...@zoznam.sk wrote:
 From: LacaK la...@zoznam.sk
 Subject: Re: [fpc-devel] Bug in IBConnection?
 To: FPC developers' list fpc-devel@lists.freepascal.org
 Date: Wednesday, May 18, 2011, 4:05 AM

 this error message isc_shutdown is
 throw during isc_attach_database and so it seems, that your
 database is in shutdown mode
 (which prevents you attach ... 

Thanks, I found the log firebird.log file was growing too much and consumed 
all my /var partition free space. 

 but I do not understand why you can success fuly attach using ssh?)
 See http://www.firebirdnews.org/?p=234
       http://www.destructor.de/firebird/gfix.htm
 Laco.

I don't attach trough SSH, with SSH I made a tunnel connection to my server, 
than attached from my machine to localhost on port 3050.


Leonardo M. Ramé
http://leonardorame.blogspot.com


___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel