Paige Thompson
Paige Thompson
Somebody also mentioned virtiofs / 9p might be an option for rootfs, I wonder if that would work so I wouldn't have to put the first disk in geom; maybe...
wow I actually got my script converted to use 9p: https://gist.github.com/paigeadelethompson/7200f4f45e9a449ebb611ea53e7c5ad7 ``` ./create_9p.sh TEST1 -t home9p -i tap4 ... ➜ /vm ls TEST1/disk1 bin dev home lib64 mnt proc run...
Ok to summarize: - I would still really like it if `vm switch` supported FIB specification; that would also imply being able to specify the default FIB to assign a...
TLDR 9p has issues for a Linux rootfs don’t recommend (possibly xattrs? Idk) I went back to my ufs2 approach
Oh one more thing I can confirm that the serial port can be opened with `screen /dev/ttyU0` and it just gives you the serial log: ``` DEBUG | ??:??:?? 8...
sure I will make a patch for this. I suppose step 1 is change this from 1202 to 120(5?)6: https://github.com/atheme/atheme/blob/a067c0f1c9ec69210bdce176df968b60dbc73d24/modules/protocol/inspircd.c#L14 what's next? *** Update, just noticed @SadieCat's post had a...
Yeah so you can bump the `PROTOCOL_PREFERRED_STR` to `1205` and it will attempt to connect but you run into your first problem with PING: ``` atheme_1 | [2024-10-28 21:09:44] opensex:...
Managed to make some progress here, ``` atheme_1 | [2024-10-29 00:13:08] irc_handle_connect(): connection to uplink established atheme_1 | [2024-10-29 00:13:08] CAPAB CHANMODES :list:autoop=w list:ban=b list:banexception=e list:exemptchanops=X list:filter=g list:invex=I list:namebase=Z param-set:anticaps=B...
@SadieCat We ended up delaying the switch over of the network until we can figure out what sendq/recvq settings will work so I will check and see if atheme is...
There actually is a threaded, perl HTTP server: https://metacpan.org/pod/HTTP::Daemon::Threaded and it also supports CGI handling which might be cool, you could very easily modify that to take optional ca/crt/key arguments...