IRC channel logs
2025-01-11.log
back to list of logs
<damo22>i cant mail in patches because one of the patches is 200MB <gfleury>damo22: does rumpdusbdisk required an another translator <damo22>its built as a separate translator yes <damo22>because it hosts the entire usb stack <damo22>but it is a drop in replacement for rumpdisk <damo22>ideally usb would be split into two parts <damo22>host controller and peripheral drivers <damo22>but i dont know how to do that yet <damo22>i did it at boot but i need to check how to do it without booting off the usb <damo22>settrans -a /dev/rumpusb /hurd/rumpusbdisk <damo22>settrans -a /dev/sd0 /hurd/storeio -T part:1:device@/dev/rumpusb:sd0 <damo22>that will give you block device on /dev/sd0 <damo22>gfleury: but there is a change i havent mailed in yet that links a missing library with the usb disk driver <gfleury>In start_other_cpus if ncpus == 1 just return <damo22>but you may have spotted something there that could be fixed <damo22>i think its unrelated to the boot hang <gfleury>But this seems to fix it. It also logic sinc e there is just one cpu no need to continue <damo22>but that does not explain the hang with smp 2 <youpi>damo22: better send a mail with the url to be merged, yes