Herman Singh

Results 10 comments of Herman Singh

I'm also getting this error. I'm using [namedtuple](https://docs.python.org/3/library/collections.html#collections.namedtuple) as a workaround

@ppolewicz ``` real 0m0.004s user 0m0.001s sys 0m0.004s ``` I will say that this is the root drive of my ZFS so it contains a LOT of files, but I...

@ppolewicz I recorded the first 40s of the `--verbose` output. I also limited it to a subfolder of my backup drive. this volume is in fact mounted on a network,...

I resolved my issue! I set `--destination-server-side-encryption=SSE-B2` and it worked. I was so confused

I would highly suggest some sort of encryption check. I was assuming that `b2 sync` could just get the encryption type from the bucket but I understand it is written...

I left this command running for 8 hourss ![Image](https://github.com/user-attachments/assets/33c9749e-dd69-45a2-a4e8-aaa2ea67d24e) there must be an upper file limit to this script, but i don't think i should be hitting that. Also at...

Sorry for a delayed response, but I was able to determine that my memory was bad and producing errors. This could have caused problems with the `b2` command, and explains...

I was able to upload files successfully this time. It was an issue of memory. sorry for the misunderstanding!

@ppolewicz so I did actually run into this again, but since my memory issues, the command ran a LOT longer before erroring. I'm able to reproduce with `strace` ``` munmap(0x7a7aa9d00000,...

@auvipy sure, I can try. let me take a look. Any suggestions on where it should be?