W dniu 2014-11-19 11:11:06 użytkownik Vlad Khorsun <hv...@users.sf.net> napisał:
> 19.11.2014 11:42, Michal Kubecek wrote:
> > On Wed, Nov 19, 2014 at 10:01:32AM +0100, liviuslivius wrote:
> >>
> >> I downloaded today FB 3.0.0.31439 - but i can not connect to it
> >> And i do not see 3050 listen port with netstat -a
> >
> > Does setting "RemoteBindAddress 127.0.0.1" in firebird.conf help?
> 
>    No. And it can't help. Look at inet.cpp, line 775:
> 
>       // Prepare hints
>       struct addrinfo gai_hints;
>       memset(&gai_hints, 0, sizeof(gai_hints));
>       gai_hints.ai_family = (packet ? AF_UNSPEC : AF_INET6);
> 
>    How it could work on OS without support for AF_INET6 ?
> 
> > According to the info I found, the problem with Windows XP (and older)
> > should be that one socket cannot be used to accept both IPv6 and IPv4
> > connections.
> 
>    Yes, but this is a bit different issue. We must address it too, but not
> in current topic.
> 
> > But I would still expect a socket listening on '::', not
> > having any listening socket would mean there is some other problem.
> 
>    See above.
> 
> Regards,
> Vlad
> 

I can confirm that it not help
changing also IPv6V6Only - not help
and in FB log is 


VIRTUALXP-28174 Wed Nov 19 11:20:03 2014
        socket: error creating socket (family 23, socktype 1, protocol 6  
-<<<<< we see protocol 6


VIRTUALXP-28174 Wed Nov 19 11:20:03 2014
        INET_connect
        Unable to complete network request to host "VirtualXP-28174".
        Error while listening for an incoming connection.


VIRTUALXP-28174 Wed Nov 19 11:20:31 2014
        INET/INET_connect: getaddrinfo(127.0.0.1,3050) failed: Nieznany host. 
<<<<<< unknown host


VIRTUALXP-28174 Wed Nov 19 11:20:31 2014
        INET_connect
        Unable to complete network request to host "127.0.0.1".
        Failed to locate host machine.
        The specified name was not found in the hosts file or Domain Name 
Services.


regards,
Karol Bieniaszewski

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to