Relevant snippet from my journalctl:
Code: Select all
Oct 24 15:28:39 Unit-02 factorio[53313]: 0.382 Info Updater.cpp:286: Applying update /tmp/factorio_update.tar.xz
Oct 24 15:28:39 Unit-02 factorio[53313]: 0.383 Error Util.cpp:81: Error opening update package: Opening zip /tmp/factorio_update.tar.xz failed: I/O error
Oct 24 15:28:39 Unit-02 factorio[53313]: 0.402 Goodbye
Code: Select all
ExecStartPre=curl -L --output %T/factorio_update.tar.xz 'https://factorio.com/get-download/stable/headless/linux64'
ExecStartPre=/home/adinsx/factorio-headless/bin/x64/factorio --apply-update %T/factorio_update.tar.xz
2nd edit: Added logfile, but this is on 2.0.10 as I already updated manually by the time I made this post. The error is the exact same, however.
3rd edit: updated thread title to include most recent game version the bug exists on.