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?
<youpi1>damo22: no
<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>of threads to run
<damo22>with -smp 1 its very slow but uses 100% load
<damo22>interesting, -smp 1 boots but does not respond to keyboard
<damo22>nor network
<Pellescours>irq issues ?
<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>hang
<damo22>[ 1.0200050] WARNING: DELAY ESCAPED
<damo22>[ 1.0200050] ahcisata0: AHCI revision 1.0, 6 ports, 32 slots, CAP 0xc0141f05<S
<damo22>AM,ISS=0x1=Gen1,SNCQ,S64A>
<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
<damo22>it boots fast !
<damo22>-smp 1
<damo22>but no smp enabled
<damo22>just apic
<Pellescours>yay
<damo22>keybd stuck though
<Pellescours>being sure apic is working is a good 1st step
<Pellescours>ouch
<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