Daniel Gröber (dxld)
Daniel Gröber (dxld)
FYI: for testing: ``` $ ip link add vrf0 type vrf table 100 $ ip link set dev $IFACE master vrf0 # To revert: $ ip link set dev $IFACE...
> So the tableid reported is a uint32_t, but the tableid you can set is a uchar. Looking at the kernel code IFLA_VRF_TABLE is definetly U32. I think rtm_table is...
Indeed -T doesn't connect to the manager, but it segfaults instead :) ``` $ sudo gdb --args dhcpcd -T wlan1 GNU gdb (Debian 13.1-3) 13.1 Reading symbols from dhcpcd... Reading...
After a quick look at the code I figured it out, you're supposed to set `ip-freebind: yes`. While the manpage does mention "freebind" it doesn't make it explicit that this...
+1. Having to use `withoutNav` everywhere is very ugly (and can lead to all sorts of problems when you use something that modifies the zipper context, like `getChildren` inside it)....
@ndmitchell you are aware of the GHC RTS's behaviour regarding SIGINT, right? https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/signals#the-interrupt-signal > [...] If a second interrupt signal is received, then we terminate the process immediately; this is...
That might be a GNU extention then, what system are you using?
Ok, do note that master is very broken ATM I have a bunch of WIP changes here to finally get everything working properly but unfortunately docker is being an ass...
Not really the project is currently abandoned and pending a rewrite using qemu instead of docker.
PHP isn't supported yet `vm/language-install.sh` needs to setup all the language specific stuff. I did have a look and I think I got it to work, just waiting for the...