Andreas Rogge

Results 86 comments of Andreas Rogge

The `Plugin Names` is also not dumped when running the FD with `--xc`, so that's also broken.

Maybe we want to use a `STRING_LIST` instead of the oddly specific `PLUGIN_NAMES` type here.

As we need to improve time/space complexity on file list generation, the data structure of the tree might change, so maybe we want to re-iterate this feature after that has...

It looks like dplcompat cannot retrieve chunk 0040 and therefore thinks is has reached the end of the volume. As the last block in 0039 is probably incomplete you see...

Can you try running the script with the appropriate environment variables set and see what output you get? `/usr/lib/bareos/scripts/s3cmd-wrapper.sh stat "Full-0001" "0040"`

That's pretty weird actually, because the 262144000 is definitely parseable. I'll prepare a branch where the output of the script call is debug-logged, so we can try to find out...

I opened #2240 to work on this. This will show what data the program returned on stdout, so we can hopefully find out what is going wrong. Once CI has...

Build is done, packages are available now.

I just diff'ed the two commits that the packages were built from. Besides the small functional change that was required to be able to log the debug messages, there are...

So here we finally have something. In the debug log you can see that for chunk 0025 the return code of the pipe was -9 and it didn't write anything...