Hi, I tried to boot subhurd but no matter how I try it, it just fails to boot. My servers.boot is /hurd/ext2fs.static --bootflags=${boot-args} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -Tdevice ${root-device} $(task-create) $(task-resume) /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
I use the `boot` from Debian. Here is where subhurd hangs: #boot servers.boot /dev/hd1 /hurd/ext2fs.static --bootflags=-f --host-priv-port=57 --device-master-port=61 --exec-server-task=65 -Tdevice hd1 /lib/ld.so.1 /hurd/exec Hurd server bootstrap: ext2fs.static[hd1] exec I don't understand how it happens. I never experienced it before. I believe I didn't change anything in the file system for subhurd. I haven't used subhurd for almost half a year. The only change I can remember is that I updated glibc in the main Hurd a while ago. I wonder if it can be a problem. I wonder if anyone has the same problem as me:-( Zheng Da