Jan Lübbe

Results 302 comments of Jan Lübbe

Could you run the rauc service with `-d` and post the resulting logs?

> Fixed the errors in test_client.py, please remove pull request #24 For the next time: You can update your existing PRs by force-pushing to the branch.

After inserting this code, I've been able to import one key successfully, but after deleting it and trying a second time I get: ``` Importing key and certificate... GPError: Card...

> Did you try the import directly after initializing the device ? I imported the DKEK via sc-hsm-tool and then generated a devnet cert and replugged the HSM. I was...

> Can you post a trace of the last 5 APDUs in the "trace" tab ? I had do delete the key again, import it successfully and try to import...

> I can reproduce the issue with your development key. It fails with out-of-memory during import. Thanks for looking into this! > I then disabled secure messaging and after a...

> The issue only happens for me with 2. So far I've been able to import the keys one by one, with resets in between. That's time intensive but allows...

Which modules are loaded when it doesn't work (`lsmod | grep sg`)? If 'sg' is missing, then something is broken with udev coldplug. You can add `sg` to `/etc/modules` as...

The JUnit XML files generated by meson are not parsed: https://github.com/jluebbe/rauc/pull/4#issuecomment-2348679752 In the web dashboard tab for tests, "No test results found for this branch" is shown.

It would be useful if a wildcard could be used in the `files:` argument, so that multiple .junit.xml files in the same directory could be uploaded in one go.