Duncan Overbruck

Results 197 comments of Duncan Overbruck

There are no signals, the mtime of the `/etc/runit/runsvdir/default` directory never changes, only the `sv` directory changes.

Not sure what the bug is here then, everything seems to work as expected, `runsv` is just still running in a directory that doesn't exist and is unable to update...

> Now I wonder if we'd get it to actually kill the runsv process by doing an unrelated change to the services dir and letting it rescan. Yes touching the...

I think the proper solution would be for `runsv` to exit if it detect its directory being gone, but I don't think there is actually a way to poll for...

Not by polling, right now runsv processes are suspended in the poll syscall and wake up on signals like sigchild or data on the control fd. I don't think there...

xbps logs some information to syslog, but its most likely not verbose enough to make any guess to why its segfaulting. The best way to debug segfaults is to enable...

I have a scale with the same protocol and reverse engineered a bit more, by disassembling the native library they use. @enavarro222 was pretty close for the weight data. to...

https://www.downloads.netgear.com/files/GPL/ReadyNASOS_V6.10.8_WW_src.zip The paths I looked at are: ``` btrfs-tools-4.16/debian/patches/0010-Add-btrfs-balance-sweep-subcommand-for-dat-tiering.patch linux-4.4.218-x86_64/fs/btrfs ``` I haven't looked at the full diff since the kernel is pretty old and much has changed, but basically...

https://github.com/CZ-NIC/knot-resolver/commit/e32df41e6f67ea8b02e0b5deb613e0a74f8205b2 changed this a bit and now the patch to make cross compilation work just requires to remove the manual `luajit.get_pkgconfig_variable('includedir')` from the include directories. ``` --- a/modules/meson.build +++ b/modules/meson.build...

There will always be duplication to some level, like with commands like `xbps-reconfigure`, but that is because its runs different tasks for thousands of different packages, where some have special...