IRC channel logs

2022-09-25.log

back to list of logs

<pazof>Hello!
<Pellescours>Hello
<damo22>youpi: i cant find a good way to expose the internal irq demuxer because there is no way to pass in an opaque pointer
<damo22>if i create a way to pause interrupts internally, can i avoid needing to expose the demuxer?
***Andrew is now known as haxcpu
<damo22>Pellescours: see rumpkernel/buildrump.sh/src/sys/rump/TODO, we need the first one to fix the makefiles
<iska>I kinda found a bug
<iska>was following the hacking guide, tried out the hurdy cp on a 128M file
<iska>it crashes ext2fs
<iska>didn't find that on the wiki
<iska>it crashes tmpfs too, probably anything it can write to...
<youpi>damo22: mere _Atomic can be fine, provided you don't need acquire/release semantics
<youpi>damo22: when called explicitly, the demuxer doesn't have to follow the (inp,outp) prototype
<youpi>gnu_srs: it seems mahler is stuck in the debugger, could you hard-reboot the VM?
<bo>Most GNU distros come with lsblk utility (or you can use cfdisk) to see what devices are connected to your system and if they have any partitions. Is there anything available in debhurd or at all?
<bo>I've created new partition in virtualbox and want to mount it as /home to keep my files there, but cannot figure out how to format it, set translators, stuff like that
<damo22>bo: you can try fdisk -l /dev/sdX
<bo>damo22: Thanks! Should have worked, but 'apt install fdisk' says it's latest version and the command is not found. Some weird stuff