IRC channel logs

2025-01-05.log

back to list of logs

<ZhaoM>morning
<damo22>Pellescours: apparently we can make the missing function from ehci just implemented as return EOPNOTSUPP;
<damo22>[ 1.7800050] umass0: QEMU (0x46f4) QEMU USB HARDDRIVE (0x0001), rev 3.00/0.00, addr 1
<damo22>[ 1.7800050] umass0: using SCSI over Bulk-Only
<damo22>[ 1.8000050] scsibus at umass0 not configured
<damo22>probably missing a lib
<damo22>i fixed rumpusbdisk linkage error
<damo22>i booted off usb
<damo22>in qemu
<damo22>youpi: i think we are ready to have netbsd updated to 10.99.12 according to my rumpkernel branch that Pellescours helped with, on branch "develop"
<Gooberpatrol66>congrats!
<damo22> https://git.zammit.org/rumpkernel-debian.git/log/?h=develop
<Pellescours>damo22: congrats, thank you
<gnu_srs1>(22:23:16) gnu_srs1: (12:56:13) gnu_srs1: Hello. sysvinit does not install reboot and halt executables since they should be supplied by hurd. However hurd only installs reboot-hurd and halt-hurd.
<gnu_srs1>(22:23:16) gnu_srs1: (12:56:13) gnu_srs1: This causes /etc/init.d/checkroot.sh to fail, not finding the reboot executable. Similar problems with halt, e.g. the script /etc/init.d/halt.
<gnu_srs1>The hurd.postinst has the following line: update-alternatives --quiet \ ...--slave /sbin/reboot reboot /sbin/reboot-hurd \...
<gnu_srs1>Why are these not executed??
<gnu_srs1>I don't really understand the slave option of update-alternatives. Does it apply only to the execution of the script /etc/hurd/runsystem??