Eric Bollengier wrote: > Le Saturday 22 August 2009 13:28:40 Dan Langille, vous avez écrit : >> It appears Bacula is always trying the IPv6 address first, despite no >> IPV6 support on this box, then failing. Is that what we want? Should >> it not then try IP4 given the address is there? > > > It seems to be related to the bug #1029 corrected in May. > http://bugs.bacula.org/view.php?id=1029 > >>From what i read in the code, it should try the IPV6 first, then the IPV4 (if > any). > > If one of them is usable, the connection should be ok and you should see only > an Error message reported by a Pmsg() about the IPV6 protocol. Maybe this > Pmsg() is causing the problem. > > Can you try to comment the src/lib/block.c:1025 Pmsg() call, and re-run the > test ?
Is that the right file name and line number? I have a src/stored/block.c but line 1025 is: dev->set_eot(); /* yes, 2 EOFs => EOT */ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
