[Box Backup] Eventlog full with warnings

Roy boxbackup@boxbackup.org
Wed, 12 Nov 2008 20:11:50 +0100


Chris Wilson wrote:
> Hi Roy,
>
> On Wed, 12 Nov 2008, Roy wrote:
>
>   
>> I now got some messages in my syslog on my Debian server:
>>
>> Nov 12 11:28:35 weblx100 bbstored client=0x00000001[16879]: WARNING: When
>> allocating object ID, found that 0x1e6f6 is already in use
>> Nov 12 11:28:35 weblx100 bbstored client=0x00000001[16879]: WARNING: When
>> allocating object ID, found that 0x1e6f7 is already in use
>> Nov 12 11:28:35 weblx100 bbstored client=0x00000001[16879]: WARNING: When
>> allocating object ID, found that 0x1e6f8 is already in use
>> Nov 12 11:28:35 weblx100 bbstored client=0x00000001[16879]: WARNING: When
>> allocating object ID, found that 0x1e6f9 is already in use
>> Nov 12 11:28:35 weblx100 bbstored client=0x00000001[16879]: WARNING: When
>> allocating object ID, found that 0x1e6fa is already in use
>>
>> Has this also something to do with those conflicting ID's? Or is this a whole
>> new problem?
>>     
>
> This is probably caused by the client or server throwing an exception and 
> not completing the backup run. It's probably a different problem. What 
> messages do you get on both sides at the end of the backup run that 
> preceded this one?
>
> Cheers, Chris.
>   
Hi Chris,

I think that I myself was the problem. As you can see the last log lines 
are quite a bit earlier. Yesterday bbackupd took 100%CPU on my desktop 
machine, so I terminated it. That's probably the cause then. It didn't 
backup after this anymore until this morning I started my machine again.

Log on serverside:
Nov 11 17:30:09 weblx100 bbstored[2427]: NOTICE: Message from child 
process 13107: Incoming connection from 85.145.114.42 port 4609
Nov 11 17:30:09 weblx100 bbstored client=0x00000001[13107]: NOTICE: 
Login from Client ID 0x00000001 Read/Write
Nov 11 17:33:23 weblx100 bbstored client=0x00000001[13107]: WARNING: 
Exception thrown: ConnectionException(Conn_TLSReadFailed) at 
SocketStreamTLS.cpp(339)
Nov 11 17:33:23 weblx100 bbstored client=0x00000001[13107]: WARNING: 
ProtocolUncertainStream destroyed before stream finished
Nov 11 17:33:23 weblx100 bbstored client=0x00000001[13107]: NOTICE: 
Connection statistics for BACKUP-1: IN=5142181 OUT=604599 TOTAL=5746780

Logs on client side:
ERROR: Failed to connect to backup daemon: it is busy with another 
connection
WARNING: Exception thrown: ServerException(SocketOpenError) at 
WinNamedPipeStream.cpp(272)

Allready an idea what the other problem is?

Cheers,

Roy