Hello, Riccardo Mottola, on lun. 20 mars 2017 14:46:38 +0100, wrote: > When I try to login into my HURD box using telnet, I get on the console: > > /hurd/crash: in.telnetd: 10.0.2.2(3498) crashed, signal {no: 11, code:2, > error:2}, exception {1, code:2, subcode:176128}, PCs {0x34db3, 0x10769ax}, > killing task. > > What is going wrong? Anyone has telnetd installed and can reproduce it? It > happens even if you lust "telnet localhost" > > I tried executing /usr/sbin/in.telnetd manually and get this: > > telnetd: getpeername: (ipc/mig) bad request message ID > . > > I don't think this is sane and looks like a specific HURD issue. How is it > at your place? What happens if you jus run telnetd?
Oh, I indeed get the issue, but only when using telnet localhost, i.e. connecting from the box to itself, which I never do :) Connecting from the outside never poses problem. I guess it's just getpeername() which is not properly working inside pfinet for the "lo" network interface case. Samuel