fcicq
fcicq
sadly I'm not sure why the server stopped responding if something is triggered in issue #107, so I often have to restart shrpx :(
virtio-win.spec pointed me to this repo. I see there is no arm64 mentioned in virtio-win-pre-installable-drivers-win-10.xml is it too late to catch the final train before 2021 or other deadline? (context:...
#82 & #83 seems to be related. my ISP disconnects PPPoE connection once every one or two days to recycle IPv4 address. but on every reconnect, dhcpv6 cant get keep...
I saw your efforts on nvidia forums. nice work (but I didnt try use your image). I guess irqchip supports needs these patches (with mainline commit id): b22e7df2d85fcbe8b36bab909b98c3d0239e69e6 KVM: arm/arm64:...
never will those code would do cred_drop_cap(new) / cred_raise_cap(new) ``` if (old->euid == 0 && old->euid != 0) cred_drop_cap(new); if (old->euid != 0 && old->euid == 0) cred_raise_cap(new); ```
kill -HUP 1 as root failed. strace output: kill(1, SIGHUP) = -1 EPERM (Operation not permitted) this SIGHUP may be used for init to reload /etc/inittab or refresh service list...
time_t makes transfer speed calculation inaccurate :(