IRC channel logs
2026-03-13.log
back to list of logs
<damo22>gnucode: you have to set some translators <damo22>and enable usb controller in qemu <gnucode>I tried "settrans /home/joshua /hurd/ext2fs /dev/ud0s1" <gnucode>I'm trying to use /hurd/rumpusbdisk to mount a usb stick. <gnucode>I thought we only hade /dev/rumpusbdisk.... <gnucode>I'm just wanting to document the translator invocation so that I can use a usb stick on the Hurd in real hardware. <gnucode>apparently usb cd disks should work too. <sneek>nexussfan, you have 2 messages! <sneek>nexussfan, nexussfan says: set up lwip with rumpnet <sneek>nexussfan, jab says: I've reached out to the guix-hosting.com guy. He's currently migrating my VPS from a commercial provider to his personal machine. It should have better RAM, disk space, etc. It'll be only ipv6 for a few weeks. I'll reach out when I can connect to it. <gnucode>nexussfan: how's lwip working out for you? <gnucode>nexussfan: just in case you don't know I am gnucode too. :) when I'm gnucode, I'm using the hurd on real hardware. jab is when I am running openBSD. <gnucode>damo22: I'm wanting to read a usb stick on real hardware. not use qemu. <damo22>that is just to get usb controller on qemu <damo22>if youre on real hw you already have a usb controller <gnucode>I was trying to use ext2fs. my usb stick is using fat 32. <gnucode>settrans -ac /home/joshua/mnt /hurd/fatfs /dev/ud0s1 <gnucode>AI bots are particularly murderous tonight! <gnucode>/hurd/fatfs: failed to open /dev/console: permission denied. <Alicia>does hurd have a firewall type thing? I was thinking maybe my solution for dealing with the ai stealer bots could be useful, but it relies on banning them when detected in notable numbers <gnucode>it's not documented very well. It's on my todo list to document it. <gnucode>damo22 when I run those commands you just posted, I get the same output... <damo22>gnucode: it might be that fatfs only works as root <damo22>probably because it tries to open the console <gnucode>if you care to test it in real hardware...it's probably best to try to test it first before calling it a bug. I very much so could be running the command wrong... <gnucode>sudo settrans -ac /home/joshua/mnt /hurd/fatfs /dev/ud0s1 <gnucode>settrans: /hurd/fatfs: translator died. <gnucode>I suppose that I could format the usb stick as ext2 and try again. <nexussfan>Hmmm... when settrans the /servers/socket/2 and try to settrans 26, it says it's busy. when I try to settrans the 26 and then the 2, it says busy. <damo22>gnucode: are you able to read the partition table using fdisk? <gnucode>sudo fdisk /dev/ud0 --> fdisk: cannot open /dev/ud0: No such device or address <gnucode>but I may have plugged it into the computer after I booted. <damo22>ok your rumpusbdisk translator is not running <damo22>see if you find an error in the log <gnucode>it's soo cool to see NetBSD in /var/log/dmesg ... <damo22>if the translator died it should print a new log when you trigger it with ls <damo22>sudo mount -t fatfs /dev/ud0s1 /mnt <gnucode>mount: cannot start translator /hurd/fatfs: Translator died. <damo22>ok you need to find the log of rumpusbdisk <damo22>look up in the wiki how to set a translator up with logging to a file <nexussfan>> SIOCSIFBRDADDR failed: Inappropriate ioctl for device <gnucode>nexussfan: I'm no expert, but you may need to use -fg "force go away" <nexussfan>i did. then i did settrans -fgap /servers/socket/2 /hurd/lwip -i /dev/wm0 <damo22>nexussfan: maybe you are trying to set an invalid broadcast address as static ip? <gnucode>nexussfan... I didn't know dhcp worked with lwip...maybe it does... <nexussfan>I also get "/hurd/lwip: Already closed: /dev/wm0" <gnucode>nexussfan: have you tried pouring water on it? <nexussfan>weird, i can ping my gateway but not something like 1.1.1.1 <Alicia>that can happen if you don't have a default route to know to send it to the gateway <nexussfan>Yeah my ping is saying "Destination Net Unreachable" <nexussfan>i wonder when mesa will get to the debian/hurd repos <damo22>well done sobkas, your mesa changes were merged! i guess it happened a while ago