BetoHydroxyButyrate
BetoHydroxyButyrate
I usually have to make a local copy and edit it. Currently, I have: ``` local volume=$(echo "$volcmd" | awk '/%/ {gsub(/[\[\]]/,""); print $4; exit; }') local playback=$(echo "$volcmd" |...
Here's the main loop. you still have to wait up to 5 seconds for the first volume change to register, but then it becomes more responsive. ``` main() { echo...
dom0 update was last checked today, last updated on 2024-04-16. I rebooted yesterday, or perhaps today, because I stuffed up and did a `qvm-pause --all` and lost my keyboard. Prior...
> Some info about your hardware might help, as I'm running the 6.6.25 kernel on a fully up to date Qubes 4.2 also and suspend works on my NV41. >...
> > [ 185.027055] Hardware name: Intel(R) Client Systems NUC13ANHi5/NUC13ANBi5, BIOS ANRPL357.0027.2023.0607.1754 06/07/2023 > > Some info is already here. I might have NUC13 somewhere to check. If you find...
> Since these are not options _for `qvm-run-vm`_, you have to use the standard end-of-options delimiter: > > ``` > qvm-run-vm -- passage-banking ps -lax > ``` > > Although...
This is still an issue on 4.2. Easy to demonstrate: ``` touch /tmp/xx qvm-copy-to-vm someVM /tmp/xx qvm-copy-to-vm someVM /tmp/xx ``` This is because `/usr/lib/qubes/qfile-dom0-agent` has: ``` [nimda@dom0 ~]$ strings /usr/lib/qubes/qfile-dom0-agent...