void-runit
void-runit copied to clipboard
runit init scripts for Void
This enables handling of the following options: * perf-same_cpu_crypt * perf-submit_from_crypt_cpus * perf-no_read_workqueue * perf-no_write_workqueue
In particular I was bitten by ``` [ -x /bin/btrfs ] && btrfs device scan || emergency_shell ``` Since I don't use it I had blacklisted the `btrfs` module, causing...
As each `void-runit` update zaps this on my experimental systems I am proposing for this to be merged into upstream. Thank you for consideration.
Currently the cgroup hierarchy is only mounted if not running in a virtualized environment (as added via #58): https://github.com/void-linux/void-runit/blob/42ca737148ea530dad5945af1a4eb7e471e8b637/core-services/00-pseudofs.sh#L13 However even inside a container it is sometimes preferable to have...
From `#musl`: ``` 16:53 khem, ericonr: they sort-of have a point that the situation is broken: the kernel's behavior is absurdly broken but kept for backwards compatibility with a hack...
I already owe a man page here (#39), but I'd like to add a few more to the pile. As suggested in https://github.com/void-linux/void-runit/pull/58#issuecomment-767213934, we could have a `rc.conf(5)`, maybe together...
workaround #16
After running `ZZZ`, I got: `Zzzz... /sbin/ZZZ: line 54: echo: write error: Invalid argument` It successfully runs. However, it sounds like there is a bug somewhere.
Hi, If I have mounted network shares (nfs, nfs4, cifs), these are unable to be unmounted / re-mounted as read during shutdown / restart, consequently the shutdown process hangs and...