I have a stack of Supermicro SYS-5018A-FTN4 servers upon which I'm trying to
spin up 9front.
For the most part they work, but one annoyance is the *endless* stream of
cpu0: lapicerror: 0x0080
messages the kernel prints out. Sometimes these originate from cpu1 as well.
The hardware has ei
bit 7 is "illegal register access". try to print the pc from the ureg
passed to the first argument in lapicerror() in /sys/src/9/pc/apic.c.
--
cinap
typo. illegal register *ADDRESS*.
--
cinap
cinap_len...@felloff.net writes:
> bit 7 is "illegal register access". try to print the pc from the ureg
> passed to the first argument in lapicerror() in /sys/src/9/pc/apic.c.
Okay. Likely not 'til the weekend though ...
cinap_len...@felloff.net writes:
> bit 7 is "illegal register access". try to print the pc from the ureg
> passed to the first argument in lapicerror() in /sys/src/9/pc/apic.c.
A quick printf hack says ureg->pc = 0x801103b3 mostly
(>99.9%), but a few other oddballs are:
cpu0 0x2400c8
Something else I've noticed is that 9front-dick-tracy refuses to ssh to
FreeBSD 11 or MacOS 10.14 hosts when trying password authentication.
In both cases, 'ssh -d' reports the connection hangs up at 'ssh:
global request: hostkeys-000.openssh.com'.
I don't know if this worked before. This is my
Ignore me. I had stupid firewall rules in place that were
breaking things :-P