Back in Aug, I had a problem related to regression testing.  It is ipv6 
and localhost related.

http://www.mail-archive.com/[email protected]/msg04863.html

In short, if you use HOST="localhost" in config and localhost evaulates 
to ::1 (IPv6) rather than, or in addition to, 127.0.0.1, you have a 
problem if the host does not support ipv6. Bacula is designed to use the 
IPv6 address if one is present.  The regression test results:

    http://regress.bacula.org/viewTest.php?buildid=10165

I think the solution, with respect to regression testing is changing the 
above mentioned line in config to:

   HOST="127.0.0.1"

With this change, only one test failed:

   http://regress.bacula.org/buildSummary.php?buildid=10176

woot!

-- Dan Langille

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to