Roland Vet

Results 10 comments of Roland Vet

> Interesting find. Thanks :) > Not sure about pre-rolling initiatives for the next round. Since initiative isn't actually rerolled until the end of the round, I think that doing...

You should update the `Dockerfile*.template`s, and on a seperate commit run the `update.sh` script.

> ## Proposal > > [...] Ideally there would be an interface much like the "Workout" creation that allows defining an arbitrary number of training days, perhaps assigning them an...

I am also interested in having rockchip hwaccel, specifically for the Helios64. I've noticed that the mpp repo `https://github.com/rockchip-linux/mpp` doesn't exist anymore. There is a alternative here https://github.com/HermanChen/mpp. Don't know...

I was following the steps as laid out [here](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#step-3-rootless-containers-setup): > To be able to run rootless containers with `podman`, we need the following configuration change to the NVIDIA runtime: >...

For the record, I have no preference for running with `no-cgroups=true`. If rootless can work without, that is fine by me.

> Can you give me a bit more info about your setup? Specifically this is on a system running the transactional-server Tumbleweed, so with a immutable root. (This caused a...

I had seen that issue and I got the best results (I think) while using `user=root:root`. I see that in your attempt you do not specify a user, haven't tried...

As mentioned in the mailing list, are you considering switching to using the TREE_SEARCH_V2 ioctl? > The kernel provides TREE_SEARCH_V2, an ioctl which can provide a map > from file...

> I've created an entity relation diagram to detail my suggested structure. Maybe it could give some guidance with refactoring the models: > > ![irontech-entity-diagram drawio](https://private-user-images.githubusercontent.com/47278150/251435808-b99077fa-bdad-4f19-9dad-afd8cbf26714.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDIyMDM3ODYsIm5iZiI6MTcwMjIwMzQ4NiwicGF0aCI6Ii80NzI3ODE1MC8yNTE0MzU4MDgtYjk5MDc3ZmEtYmRhZC00ZjE5LTlkYWQtYWZkOGNiZjI2NzE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjEwVDEwMTgwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxZGU0Nzc4ZDZmYTlhNTYwMTNhODVhMjg1Njg5ZGRkZmFmZWJjNTgxN2E1M2RkNWE0MDY0OWU2ODg0NzgzNjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.BeDC7VXUutG_OVkPLpkAG720Md5w4PlA60SVU9b9S-g) > > Its still...