Marcel Hellwig
Marcel Hellwig
Ping. Still not documented :/
I think this is something a crate should offer, not the standard library, because as already said, mathematical operations are easy to misunderstand that they would really do.
Is there a workaround for that?
What about something like `#[tokio::main(tracing)]` or ``` #[tracing] #[tokio::main] async fn main { } ``` ?
@HinTak is there any reason why you didn't open a PR here and reflect your (nicer) changes?
Okay, here's something that really is a problem for this: https://github.com/rauc/rauc/blob/b350a9cf05eda2ace4937b025020fccd60a12584/data/rauc.service.in#L11 This prevents other processes from accessing raucs mounts, so we can't write directly into them. I'm not entirely sure...
But I can observe the exact same behavoir (`unsupported certificate purpose`) if I use the meta-rauc layer and try to create and sign a bundle: ``` ERROR: my-bundle-1.0-r0 do_bundle: Execution...
I created the certificates using openssl 🙈 I have one root, one intermediate and one "signing" certificate. Here are the relevant sections for the certificates: Root CA ``` [ root_ca_ext...
Just for clarification: The system.config is for the target to know how to do an rauc update, right? The manifest file is for creating such rauc update, right? So how...
Ok, that could be the case then. I haven't added that line yet, because I though it's only relevant for the target side. I will check on this later, so...