Ewout van Mansom
Ewout van Mansom
How exactly does the docker container know to not start its own bundled services(Apache, Postgres, Redis etc.)? If I understand correctly the environment variable `CONTAINERROLE=web:celery` will ensure the container only...
This would be a very useful feature, to give some hints to Windows CPU task scheduler about which processes are less important to prioritize. Currently doing this manually via Task...
Agreed. Used to maintain some.
On my instance [pcbu.nl](https://pcbu.nl/) I observed some videos being published with only one transcode completed, whereas others were only being published after all were completed. 🤷🏻♂️ I'd prefer it transcoding...
Motherboard says it's an `IT8689E`: 
> I think that chip is already supported, so is the issue you are seeing that the driver won't load? I guess I'll check through the attachments. Yes, it won't...
Digging further, it seems I was testing with the upstream/built-in version of this module inside the kernel (CachyOS kernel). Now building a kernel without the built-in module compiled in, so...
Any plans on submitting patches to LKML to update the upstream/built-in it87 driver?
Testing the DKMS built one (latest git, using AUR package [it87-dkms-git](https://aur.archlinux.org/packages/it87-dkms-git)) results in the following: sudo modprobe it87 ```shell 00:13 ewout@am5ws ~% sudo modprobe it87 [sudo] wachtwoord voor ewout: modprobe:...
> @emansom have you rebooted the system since the DKMS rebuild? While it moves the original module out of the way, it doesn't always manage to unload it cleanly. Yes....