IRC channel logs
2023-02-16.log
back to list of logs
<damo22>youpi1: i noticed you committed some inline docs for spl levels of locks, is it going to be necessary to reintroduce different spl levels again? <damo22>im not sure why but master gnumach sits in idle during boot for too long <damo22>with more than one core on rumpdisk <damo22>it seems stuck, but really is just spinning in idle mostly <damo22>it seems like the scheduler is starving the cpus <damo22>with -smp 1 its very slow but uses 100% load <damo22>interesting, -smp 1 boots but does not respond to keyboard <damo22>im currently building --enable-apic --enable-cpus=1 --disable-linux-groups <damo22>[ 1.0200050] ahcisata0 at pci0 dev 31 function 2: vendor 8086 product 2922 (rev. 0x02) <damo22>[ 1.0200050] WARNING: DELAY ESCAPED <damo22>[ 1.0200050] ahcisata0: AHCI revision 1.0, 6 ports, 32 slots, CAP 0xc0141f05<S <damo22>irq handler [10]: new delivery port f6463988 entry f5b77e20 <damo22>Kernel Page fault trap, eip 0xc1006bf4 <damo22>Stopped at ioapic_toggle+0x24: movl %edi,0(%eax) <damo22>looks like the ioapic is not configured <damo22>ok i made a small change and now it boot with that config <youpi>better enable one step at a time, yes <damo22>Timeout reached while wating for return value <damo22>/bin/console: Could not receive return value from daemon process: Connection timed out <youpi>damo22: about traps debugging, just to make sure: you know about "debug traps /on" ? <Pellescours>damo22: and also when apic and no smp, so console timeout but if you try to poweroff, the poweroff will never ends