[Box Backup] Compiling boxbackup chris-merge on debian etch?

Tobias Balle-Petersen boxbackup@fluffy.co.uk
Thu, 28 Jun 2007 14:51:24 +0200


Hello Chris.

I have a bbstored on the machine allready.

But:
1. It's not running
2. /var/run/bbstored.pid does not exist

There is no bbstored.pid on the whole system as repported by:
find / -iname bbstored.pid



I have compiled again, but still get the same errors:
Skipping tests.
***********
Server: ../../bin/bbstored/bbstored testfiles/bbstored.conf
FAILURE: Couldn't start server at ../../lib/common/Test.h(224)
FAILURE: Condition [bbstored_pid != -1 && bbstored_pid != 0] failed at testbbackupd.cpp(425)
FAILED: 2 tests failed (first at ../../lib/common/Test.h:224)
--------
common: PASSED
crypto: PASSED
compress: PASSED
raidfile: PASSED
basicserver: FAILED: 8 tests failed (first at ../../lib/common/Test.h:224)
backupstore: FAILED: 2 tests failed (first at ../../lib/common/Test.h:224)
backupstorefix: FAILED: 2 tests failed (first at ../../lib/common/Test.h:224)
backupstorepatch: FAILED: 2 tests failed (first at ../../lib/common/Test.h:224)
backupdiff: PASSED
bbackupd: FAILED: 2 tests failed (first at ../../lib/common/Test.h:224)

Any ideas?

Tobias


Chris Wilson wrote:
> Hi Tobias,
> 
>> I'm trying to compile the latest chris-merge of boxbackup on a Debian
>> PPC box but I cant make it work. Please have a look below and let me
>> know if you have any ideas.
> ...
>> #./runtest.pl ALL
> ...
>> Server: ../../bin/bbstored/bbstored testfiles/bbstored.conf
>> FAILURE: Couldn't start server at ../../lib/common/Test.h(224)
>> FAILURE: Condition [bbstored_pid != -1 && bbstored_pid != 0] failed at
>> testbbackupd.cpp(425)
>> FAILED: 2 tests failed (first at ../../lib/common/Test.h:224)
> 
> Do you already have a bbstored running on that machine? You cannot run
> the tests while another bbstored is running.
> 
> Cheers, Chris.