Ethin Probst
Ethin Probst
What's even stranger is that my existing federations to matrix.org are working fine. But for some reason, bridges are having weird problems that make absolutely zero sense.
@spantaleev So I believe I'm now just running into errors that are trivially resolvable. One question, though: during my latest CIS audit, a couple auditing rules failed: * Verify that...
@spantaleev Okay so I'm actually hitting a rather odd error (I've even enabled IP forwarding). For some reason, hydrogen is failing to build: ``` fatal: [matrix.the-gdn.net]: FAILED! => changed=false msg:...
Any update? I'm still getting this error. Sorry if I seem impatient.
I should note that I have tried using `-C relocation-model=pie` with no success, and `-C relocation-model=static` is a bit of a ridiculous idea IMO.
@bjorn3 Really? I didn't know that. I assumed that it used PIE. No wonder my change to have it use PIE didn't work. As for it being ridiculous, I guess...
I don't know if this helps, but there's an MSR that allows you to get the APIC memory address without reading ACPI tables. According to Volumes 3 and 4 of...
@phil-opp That would be pretty neat. What do you need help with regarding the bootloader right now? I'm not ultra-well-versed in UEFI, but I'd love to help! Also, for parsing...
This is pretty much what I wanted to do. Thanks for showing me the way -- I was going to ask about it and then caught the flue and was...
So, looking at your code, and I'm wondering how I'd use this in a static? I'd like to adapt this to my own kernel, but I need to hold it...