bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running the Hurd in qemu possibilities


From: Samuel Thibault
Subject: Re: Running the Hurd in qemu possibilities
Date: Wed, 16 Sep 2020 13:44:48 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Joshua Branson, le mer. 16 sept. 2020 07:35:03 -0400, a ecrit:
> #+BEGIN_SRC sh
> qemu-system-i386  --curses -enable-kvm --no-reboot \
>                   -drive file=debian-hurd-20200731.img,cache=writeback -m 1G \
>                   -net user,hostfwd=tcp:127.0.0.1:2222-:22
> #+END_SRC

Where did you get this command line from? It is missing the -net nic
option. Also I don't see why enabling the curses mode.

> Did not auto set up my networking.  Yes I could have manually set the
> pfinet translator (or lwip),

The problem is in your qemu configuration. Once -net nic is added,
dhclient just works.

> Also, running "which ifup" got me no results.

It definitely is there:

# which ifup
/sbin/ifup

> With ssh, I tried to connect to port "2222".  So again a lot of these
> "issues" is probably user-error.

Also, ssh will not like non-password login by default, so you need to
set a password before being able to log via ssh.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]