[Box Backup] Exception: Connection Protocol_ObjTooBig (7/42) ?

Tobias Balle-Petersen boxbackup@fluffy.co.uk
Mon, 04 Jun 2007 10:14:20 +0200


Hello Chris.

Get the files:
svn co http://bbdev.fluffy.co.uk/svn/box/chris/merge/

# Checked out revision 1694.

Enter dir with source.

Run bootstrap (as non root):
./bootstrap

Ran OK this time.

Run configure:
./configure

...........
...........
...........
test/backupstore
test/backupstorefix
test/backupstorepatch
test/backupdiff
test/bbackupd

Type 'cd <module_dir>; bsdmake' to build a module

A summary of the build configuration is below. Box Backup will function
without these features, but will work better where they are present. Refer
to the documentation for more information on each feature.

Regular expressions: yes
Large files:         yes
Berkeley DB:         no
Readline:            no
Extended attributes: yes

Staying in the dir I run bsdmake to compile everything:
bsdmake

...........
...........
...........
X_VERSION="\"chris_merge_1694\""  -g -Wall -c bbstoreaccounts.cpp -o
../../release/bin/bbstoreaccounts/bbstoreaccounts.o
g++  -o ../../release/bin/bbstoreaccounts/bbstoreaccounts
../../release/bin/bbstoreaccounts/bbstoreaccounts.o ../../release/lib/backupstore/backupstore.a
../../release/lib/raidfile/raidfile.a ../../release/lib/backupclient/backupclient.a
../../release/lib/server/server.a ../../release/lib/crypto/crypto.a
../../release/lib/compress/compress.a ../../release/lib/common/common.a -lcrypto -lssl -lz
cp release/bin/bbstoreaccounts/bbstoreaccounts
parcels/boxbackup-chris_merge_1694-backup-server-darwin8.7.0
cp bin/bbstored/bbstored-certs parcels/boxbackup-chris_merge_1694-backup-server-darwin8.7.0
cp bin/bbstored/bbstored-config parcels/boxbackup-chris_merge_1694-backup-server-darwin8.7.0
cp lib/raidfile/raidfile-config parcels/boxbackup-chris_merge_1694-backup-server-darwin8.7.0
cp parcels/scripts/install-backup-server parcels/boxbackup-chris_merge_1694-backup-server-darwin8.7.0
(cd parcels; tar cf - boxbackup-chris_merge_1694-backup-server-darwin8.7.0 | gzip -9 - >
boxbackup-chris_merge_1694-backup-server-darwin8.7.0.tgz )




So everything looks allright.....

Can I just run the version of bbackupd in the parcels dir instead of my older bbackupd to test this
newer version?

Whar are the consequenses of this?:
Berkeley DB:         no




Thanks,
Tobias







Chris Wilson wrote:
> Hi Tobias,
> 
>> EventWatchFilesystemObject.cpp: In constructor
>> 'EventWatchFilesystemObject::EventWatchFilesystemObject(const char*)':
>> EventWatchFilesystemObject.cpp:41: error: 'errno' was not declared in
>> this scope
> 
> Thanks, fixed now, please svn update and try again?
> 
> Cheers, Chris.