Jan Lübbe

Results 299 comments of Jan Lübbe

I'd like to stick with the behavior that only updates to slots with a bootname trigger the switch. My main reason is that I want keep the conceptual model that...

> Many devices don't have enough memory space to store the whole bundle. In that case, the integrator must choose between either non-OTA updates (with external storage) or use casync....

@tte-paul: Did @nunojpg's suggestion solve the issue for you? As this doesn't seem to be a RAUC issue, I'm going to close this for now.

@hongkongkiwi How do you use this container in practice? How do you give the container access to the necessary directories and keys?

Please also attach the log output from the rauc service.

Could you change your rauc.service to run with `--debug` as well (don't forget `systemd daemon-reload`). And use journalctl to get the full output (which will be larger with debug). You...

Hmm, the log output seems good until it stops. Did you see anything interesting via gdb (`thread apply all bt`)? Does the rauc process have any sub-processes running at this...

If you want to simplify your setup, you could used the `--disable-service` configure switch. The single RAUC process could be easier to analyze.

Without further information (i.e. a stack trace with debug symbols), there's not much we can do here. If you have further information, feel free to reopen.

The main problem with this change is that it breaks compatibility with usage of `--key=` or `--cert=` before the subcommand. I don't see a way to change this without causing...