Re: New error appears on long-working system - Wrote X bytes to Storage daemon, but only Y accepted

Martin Simmons <[email protected]> Tue, 12 May 2026 17:42:55 +0100
Newsgroups gmane.comp.bacula.user
Message-ID <[email protected]>
>>>>> On Tue, 12 May 2026 08:52:21 +0200, Arno Lehmann via Bacula-users said:
> 
> Similarly on the SD side, eventually, but I'd start with the file daemon 
> because, after all, it seems to send larger packets than configured.

I think this is normal.  The packets have a 4 or 8 byte header, which is added
to the MaximumNetworkBufferSize in BSOCK::send.

__Martin