cosmic icon indicating copy to clipboard operation
cosmic copied to clipboard

SecStorage not downloading templates

Open ddegoede opened this issue 4 years ago • 4 comments

Fixes / issues

  • Multiple records in store_ref cause trouble that only goes away after cleaning the entries
    • Maybe we can find a way to prevent them from being inserted
  • Empty template.properties
    • Cause is in KvmDownloadProcessor.java that creates empty file on line 515 and uses it around 545. There is an exception that can be thrown in the middle
  • Download seem not to continuie after 404 / error. Fixing url (so no error) and they all download

Fixes for script on secstor vm: find ./ -type f -size 0 find ./ -type d -empty -delete

ddegoede avatar Apr 15 '20 06:04 ddegoede