I suspected that the "Failed to save file to" in "Upload: Client" mode was due to Ekos running out of file descriptors. This seems indeed to be the case. The problem vanishes when I push the number of open file descriptors to 4096 per user (was 1024 by default on my system). Sounds like a close() is missing somewhere :).

Read More...