Kenneth Skovhede

Results 366 comments of Kenneth Skovhede

I think what happens is that the Azure library has some retry+timeout logic inside, and Duplicati has some as well. When both are active at the same time, unexpected timeouts...

> of course I can Sounds great. Thanks! > On a side note, I presume I should remove the asynchronous-concurrent-upload-limit=1 before running the new test, right? Yes, I think we...

> One actually ran longer than I thought it could, but possibly timing has some untimed parts. The timer in Duplicati measures when data is read from the source file,...

_From [[email protected]](https://code.google.com/u/117596759558990029378/) on March 21, 2010 10:32:40_ It seems to be possible, but not directly supported by the CLR. I have found this article which seems to handle the streams:...

_From [[email protected]](https://code.google.com/u/[email protected]/) on March 29, 2010 08:11:43_ According to AlphaFS help, AlphaFS has the BackupFileStream class that can manipulate ADS. It appears to be essentially a wrapper around Backupread/write

Is this something you are aware of @TopperDEL ?

I have spent several hours on getting a debug setup for this and finally managed to reproduce it in a virtual machine. # Minimal reproduce steps To reproduce on a...

@TopperDEL, I am using a VirtualBox image with Ubuntu 24.04.1 on x64 hardware (Host is Ubuntu as well). If you can run a VirtualBox image, I can share that as...

I have managed to get a reproducible crash on Ubuntu 24.04.1 in a Digital Ocean droplet (2GB ram, 1vcpu). It does **not** crash in Ubuntu 24.10 for some reason. ```...

> I do not spot any difference, but I got no error. It does not output any error, but the program segfaults anyway. If you see the backup complete, or...