Re: [Firebird-devel] What is the correct way to shutdown fb_inet_server from the CL?

2015-02-12 Thread vv m
I forgot to mention that we use v. 2.5.2 On Thu, Feb 12, 2015 at 4:22 PM, vv m wrote: > Hi All, > > what is the correct way to shutdown fb_inet_server from the command line > (on Windows and Linux)? > To start the server, we use "fb_inet_server -a" on Windows, >

[Firebird-devel] What is the correct way to shutdown fb_inet_server from the CL?

2015-02-12 Thread vv m
Hi All, what is the correct way to shutdown fb_inet_server from the command line (on Windows and Linux)? To start the server, we use "fb_inet_server -a" on Windows, "fb_inet_server -m" on Linux. Thanks, Vadim. -- Dive

Re: [Firebird-devel] Firebird 2.5 built on HP-UX IA64 - core dump before main() (and suggested fix)

2014-06-20 Thread vv m
b -lfbembed -lrt -latomic -lm -lcurses -licuuc -licudata -licui18n ld: I/O error, file "{": No such file or directory Fatal error. --- Again, looks like aCC doesn't understand it. As I did before, just commented the content of this file to resolve this error. I'm prett

Re: [Firebird-devel] Firebird 2.5 built from source code on AIX 6.1 - core dump

2014-06-19 Thread vv m
make*/install-sh location, I had to change the path manually. Now it seems to be fixed. Tomorrow I'll try to run the build on HP Thank you! On Wed, Jun 18, 2014 at 6:22 PM, vv m wrote: > Hi Alex, > > I can't get the snapshot, tried a few times but it takes forever to >

[Firebird-devel] fb_inet_server on Linux hangs instead of returning the error on this query

2014-06-19 Thread vv m
Hi All, we've started validation of FB built on Linux and we met this situation: fb_inet_server hangs instead of returning the error on this query: insert into s select * from s Any comments would be appreciated. Thanks, Vadim. -

Re: [Firebird-devel] Firebird 2.5 built on HP-UX IA64 - core dump before main() (and suggested fix)

2014-06-19 Thread vv m
ectly ./configure. Could it be the reason why HAVE___THREAD definition was missed? On Thu, Jun 19, 2014 at 8:48 AM, Alex Peshkoff wrote: > On 06/17/14 19:51, vv m wrote: > > Hi All, > > > > I've built FB from the source code (v. 2.5.2.26540-0) on HP-UX IA64 >

Re: [Firebird-devel] Firebird 2.5 built from source code on AIX 6.1 - core dump

2014-06-18 Thread vv m
Hi Alex, I can't get the snapshot, tried a few times but it takes forever to generate it. I'll try again tomorrow morning EST time. Vadim. On Wed, Jun 18, 2014 at 6:57 AM, Alex Peshkoff wrote: > On 06/17/14 18:02, vv m wrote: > > I seems to be working with this patch. >

[Firebird-devel] Firebird 2.5 built on HP-UX IA64 - core dump before main() (and suggested fix)

2014-06-17 Thread vv m
Hi All, I've built FB from the source code (v. 2.5.2.26540-0) on HP-UX IA64 (Itanium). This is my setup: HP-UX ia64, HP C/aC++ B3910B A.06.25 My settings: export CC=cc export CXX=aCC export CFLAGS=+DD64 export CFLAGS=+DD64 ./configure --enable-debug=yes Resolving a few build issues, I've been

Re: [Firebird-devel] Firebird 2.5 built from source code on AIX 6.1 - core dump

2014-06-17 Thread vv m
Hi Alex, I seems to be working with this patch. Thank you very much! Vadim. On Mon, Jun 16, 2014 at 9:14 AM, Alex Peshkoff wrote: > On 06/10/14 21:56, Alex Peshkoff wrote: > >> On 06/10/14 19:21, Alex Peshkoff wrote: >> >>> On 06/09/14 18:28, vv m wrote: >

Re: [Firebird-devel] Firebird 2.5 built from source code on AIX 6.1 - core dump

2014-06-10 Thread vv m
this thread or start a new item? Vadim. On Tue, Jun 10, 2014 at 1:56 PM, Alex Peshkoff wrote: > On 06/10/14 19:21, Alex Peshkoff wrote: > > On 06/09/14 18:28, vv m wrote: > >> Hi Alex, > >> > >> I'm attaching the requested file. > > > >

Re: [Firebird-devel] Firebird 2.5 built from source code on AIX 6.1 - core dump

2014-06-06 Thread vv m
I just asked about type of file system where I do my builds/test. This is jfs2, i.e. this is NOT nfs. Thanks, Vadim. On Fri, Jun 6, 2014 at 10:39 AM, vv m wrote: > This is our build machine, we do all our builds there. But I'll try. > > Thanks. > > > On Fri, Jun 6,

Re: [Firebird-devel] Firebird 2.5 built from source code on AIX 6.1 - core dump

2014-06-06 Thread vv m
This is our build machine, we do all our builds there. But I'll try. Thanks. On Fri, Jun 6, 2014 at 4:43 AM, marius adrian popa wrote: > /export seems to be on nfs , please try to build it on a real partition > > On Fri, Jun 6, 2014 at 11:29 AM, Alex Peshkoff wrote: > > O

Re: [Firebird-devel] Firebird 2.5 built from source code on AIX 6.1 - core dump

2014-06-06 Thread vv m
at 4:29 AM, Alex Peshkoff wrote: > On 06/05/14 01:17, vv m wrote: > > Hi All, > > > > I'm trying to built FB from the source code v. 2.5.2.26540-0 on AIX 6.1 > > (PPC). I've made some minor changes in the build script to let it create > > ./configure script

[Firebird-devel] Firebird 2.5 built from source code on AIX 6.1 - core dump

2014-06-04 Thread vv m
Hi All, I'm trying to built FB from the source code v. 2.5.2.26540-0 on AIX 6.1 (PPC). I've made some minor changes in the build script to let it create ./configure script, also a couple of source code files slightly changed (mostly to avoid conflicts). But now I'm facing a problem - attempt to c