IRC channel logs

2021-12-23.log

back to list of logs

<biblio>Alicia: yes sshd running. But I have only 127.0.0.1 if I start with -net user,hostfwd=tcp::2222-:22. Otherwise I get eth0 with dynamic IP from kvm. I think I need to specify network device for -net ...
<Alicia>oh yes, you are correct. a -net nic is needed
<ArneBab>biblio: I use this: qemu-system-x86_64 --enable-kvm -m 3G -drive cache=writeback,file=$(echo debian-hurd-*.img) --devicqemu-system-x86_64 --enable-kvm -m 3G -drive cache=writeback,file=$(echo debian-hurd-*.img) --device rtl8139,netdev=net0 --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:22 --cursese rtl8139,netdev=net0 --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:22 --curses
<biblio>ArneBab: Thanks. I was able to access using "kvm ... -device rtl8139,netdev=net0 -netdev user,id=net0,hostfwd=tcp:127.0.0.1:2222-:22"
<ArneBab>Great!
<ArneBab>I login via ssh with ssh -p 10022 root@localhost
<ArneBab>for some more notes see https://www.draketo.de/software/hurd-development-environment.html
<ArneBab>Right now I struggle with updating …
<biblio>ArneBab: It will be helpful.
<ArneBab>cant0t install the new hurd without libc0.3, but libc0.3 needs the new hurd installed …
<gnu_srs1>Hi, when upgrading an old image to latest hurd/gnumach/glibc boot got stuck at exec <before startup proc> starting servers. Installed are, with the aid of dpkg-deb-x on Linux:
<gnu_srs1>gnumach-image-1.8-486-{,dbg} 2:1.8+git20210923-1, libc{0.3,-bin,-dev-bin} 2.33-2~0, hurd{,-libs0.3} 0.9.git20210811-5+b2, libpciaccess0 0.16-1+hurd.7
<gnu_srs1>libgcrypt20 1.9.4-5, liblwip0 2.1.3+dfsg1-1. What am I missing?