Re: [libdbi-users] firebird driver segfault

2013-02-25 Thread Christoph Kottke
Am 24.02.2013 01:43, schrieb markus.hoeni...@mhoenicka.de:
> In any case I concluded that firebird is above my head. I've spent an
> entire week trying to get a simple test case running, to no avail. I'm
> going to release libdbi-drivers without official firebird support
> unless someone steps up and takes a look at the firebird driver and
> the tests.

That's fair. Let's release and I will do my best in future findings

Thanks so far!

Christoph

--
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_feb
___
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users


Re: [libdbi-users] firebird driver segfault

2013-02-19 Thread Christoph Kottke
Am 19.02.2013 00:16, schrieb markus.hoeni...@mhoenicka.de:
> Did you ever succeed in running the new test
> kit? Or the old one shipped with 0.8.3 fwiw?

hi,

i can't remeber on old kit passes and the new one has never pass.

christoph

--
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_feb
___
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users


Re: [libdbi-users] firebird driver segfault

2013-02-18 Thread Christoph Kottke

Am 18.02.2013 10:43, schrieb Christoph Kottke:
> Am 18.02.2013 10:27, schrieb Markus Hoenicka:
>>> Classic does not require this step, but it doesn't work either. I'm
>>> sure that I miss some critical step in the procedure. What about
>>> accounts: do you run your queries from a regular user account? root?
>>> firebird? Also, where do you create databases? What are the
>>> permissions of that directory, and who owns it? Do you use localhost
>>> in the database specifier, do you use any other host information, or
>>> none at all?
> Hi again,
>
> the server is full funktional, i connect via network with normal user
> accound. the used
> table is public ownership. the directory of the database file must own
> by firebird:firebird
> and have rw pemissions.
>
> btw. i can setup an testserver for you!
>
> christoph

some more hits,

if you use xinet.d you must enabled by hand in 
/etc/xinet.d/firebird.conf and restart xinetd.
and new created db can only access by SYSDBA before the are activated...

christoph

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users


Re: [libdbi-users] firebird driver segfault

2013-02-18 Thread Christoph Kottke
Am 18.02.2013 10:27, schrieb Markus Hoenicka:
>> Classic does not require this step, but it doesn't work either. I'm
>> sure that I miss some critical step in the procedure. What about
>> accounts: do you run your queries from a regular user account? root?
>> firebird? Also, where do you create databases? What are the
>> permissions of that directory, and who owns it? Do you use localhost
>> in the database specifier, do you use any other host information, or
>> none at all?

Hi again,

the server is full funktional, i connect via network with normal user 
accound. the used
table is public ownership. the directory of the database file must own 
by firebird:firebird
and have rw pemissions.

btw. i can setup an testserver for you!

christoph

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users


Re: [libdbi-users] firebird driver segfault

2013-02-18 Thread Christoph Kottke
Am 18.02.2013 00:51, schrieb markus.hoeni...@mhoenicka.de:
> Christoph Kottke writes:
>   > hi,
>   >
>   > i've installed the latest cvs revisions for libdbi and libdbi-driver and
>   > when ever i try to fetch more than
>   > 3 row from an firebird table it's end in an segfault.
>   >
>   > but when i revert the "bull patch" in dbi_result.c it works like a charm.
>   >
>
> Hi,
>
> I'd be happy to look at this issue. However, I haven't been able to
> set up firebird on Debian either. I've followed the excellent Ubuntu
> instructions which should work for Debian as well:
>
> https://help.ubuntu.com/community/Firebird2.5
>
> However, no luck. isql-fb never manages to make a connection. I cannot
> create database, and I can't access the example database either. This
> database drives me nuts, I haven't seen it work on any platform here
> in the past couple of years.
>
> In order to have a chance to debug the driver, would you please share
> some information how you succeeded in running firebird at
> all. Again, I'm not talking about libdbi or libdbi-drivers problems. I
> just can't get the engine itself to work.
>
> regards,
> Markus

Hi,

thanks for your investigating :)

i've run an debian 6.0.6 on i386 and install the lastest firebird-1.5 
from http://firebirdsql.org/
because libdbi-driver depends on old include files (gds.h, etc). but you 
can use the tarball only
to compile and use the server from debian repository.

i 've never had problems to install an firebird server on debian, it 
works always out of the box.

the server is: firebird2.5-classic

christoph





--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users


[libdbi-users] firebird driver segfault

2013-02-14 Thread Christoph Kottke
hi,

i've installed the latest cvs revisions for libdbi and libdbi-driver and 
when ever i try to fetch more than
3 row from an firebird table it's end in an segfault.

but when i revert the "bull patch" in dbi_result.c it works like a charm.

christoph

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users