I'm trying to get a regression test instance setup.  This process worked
previously when we used svn.  Since then, it's been failing, and I don't
know why.


[...@ducky:~/src/BaculaRegressionTesting-TRUNK/regress] $ scripts/pretest


 === Starting pretest at 09:14:03 ===

Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon
Connecting to Director localhost:8101
bconsole: bsock.c:228 Socket open error. proto=28 port=8101. ERR=Protocol
not supported
Error: Starting Bacula Failed in pretest
scripts/cleanup
rm -f tmp/file-list
rm -fr tmp/* working/* Testing
rm -f test.out
rm -f diff

[rest of the output snipped]

I started breaking down the script by steps, and found the error is
related to this:

$ ${bin}/bconsole -c ${conf}/bconsole.conf
Connecting to Director localhost:8101
bconsole: bsock.c:228 Socket open error. proto=28 port=8101. ERR=Protocol
not supported
1000 OK: localhost-dir Version: 3.0.3 (09 August 2009)
Enter a period to cancel a command.
*


$ netstat -na | grep LISTEN | grep 810
netstat: kvm not available
netstat: kvm not available
tcp4       0      0  10.55.0.20.8101        *.*                    LISTEN
tcp4       0      0  10.55.0.20.8102        *.*                    LISTEN
tcp4       0      0  10.55.0.20.8103        *.*                    LISTEN

Any ideas?



-- 
Dan Langille -- http://langille.org/


------------------------------------------------------------------------------
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

Reply via email to