IRC channel logs

2025-04-20.log

back to list of logs

<gnu_srs1>youpi: mahler is up again. Is ironforge down?
<youpi>gnu_srs1: thanks! yes, it also got its group descriptor broken
<gnu_srs1>youpi: What kind of bug triggers the "ext2fs breaks the group descriptor of root" problem?
<youpi>if I had an idea, I'd have fixed it
<gnu_srs1>OK
<ZhaoM>damo22: depends on the example you gave, I have successfully accessed a regular file using rump
<ZhaoM>But I haven't successfully mounted a fs image nor a block device (/dev/wd0s1) using rump_sys_mount()
<ZhaoM>The errno is 19 RUMP_ENODEV
<youpi>ZhaoM: note that rumpfs is not opening the hurd filesystem's /dev, but the rump virtual filesystem's /dev
<youpi>so the device you are trying to mount needs to be exposed to rump's /dev somehow
<ZhaoM>youpi: yes I noticed that, I will send a small example program to the mail list for demonstration after I clean my test program, it's quite messy :)