Federico Ponzi

Results 24 comments of Federico Ponzi

@jb-alvarado RPC was left out in order to reduce the scope, but yes I agree it would be an interesting feature to have also to be competitive with supervisord.

Can you please provide the environment and command run in order to reproduce it? If you're referring to service config files, how would you generate them? Horust would need a...

That error message is definitely not user friendly. I think I've recently updated that section of the code to be more informative. In any case, I would like to have...

Hey Wojciech, Unfortunately I've been busy with other stuff lately and couldn't spend time on Horust. There are no plans to crate-ify it, if you're up for it I'm more...

Thanks a ton! I've just assigned it to you, feel free to open a draft PR if you want early 👀 and comments!

This is a very good point, and also the reason why the test for setuid is currently ignored. I agree with the precheck flight, I'm not very convinced on the...

I also wanted to add a pointer to the current verification step after the deserialization of the service, happening [here](https://github.com/FedericoPonzi/Horust/blob/4eab6e2bcd17d6c3f2478a158b853ee8b9443110/src/horust/formats/service.rs#L603). At some point I've left a TODO for possibly more...

The relevant section from the s6-overlay's docs: --- ### Fixing ownership & permissions Sometimes it's interesting to fix ownership & permissions before proceeding because, for example, you have mounted/mapped a...

I think with the same PR, we should add some general mechanism for system initialization. I would like to see some intuitive directory hierarchy that allows system initialization, with: 1....

It might be worth a pr to https://github.com/FedericoPonzi/rust-ci as well.