erkrali
erkrali
I'm getting this issue with Kodi 20.0 (also using nvidia-vaapi-driver with firefox without any problem so far): ``` 2023-01-21 16:09:23.588 T:31804 error : VAAPI/vpp vaCreateConfig error: the requested VAProfile is...
> I had a similar issue (working with firefox but not playing along with Kodi). I fixed this by installing [nv-codec-headers](https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git). You might want to double check if you have...
I think the proxy feature really makes sense, because in my experience, in many environments only the head nodes (and eventually the login nodes) get external access, whereas the "worker"...
Hi! After some more experimenting, I found another bug [here](https://github.com/bluebanquise/bluebanquise/blob/master/collections/infrastructure/roles/pxe_stack/templates/Debian/preseed.cfg.j2#L112). In short, the `in-target` command stops at the first `;`, so the `do` ends up hanging. Also, if you do...
In fact, the line isn't even necessary, the kernel will pass any unrecognized parameter as an environment variable: > Anything of the form 'foo=bar' that is not accepted as a...
I think it's not about the kernel, but rather the init process. The environment variables go to the init process, but it doesn't meen that they are passed down to...
> Dear @erkrali > > You can find current fixes here : #911 > > Could you have a quick look ? There are probably still some stupid bugs I...
Hi again! Sorry, I got busy with other things and then came Easter, so I didn't have time to test it. I have just tested it, and I have found...