bug-hurd
[Top][All Lists]
Advanced

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

Re: adduser not working?


From: Svante Signell
Subject: Re: adduser not working?
Date: Thu, 20 Dec 2018 18:25:48 +0100

On Thu, 2018-12-20 at 11:23 -0500, Joshua Branson wrote:
> Almudena Garcia <liberamenso10000@gmail.com> writes:
> 
> > Are you tried to install perl?
> > Feels that adduser command exists, but need perl to run.
> 
> Maybe...I feel like perl is installed by default.  Maybe I'm wrong.
> 
> Regardless, when I'm in my hurd vm, I don't have access to the
> internet...It's been a problem for a while.  :(

If you are using qemu:
10.0.2.2 is your host box

Using ssh:
qemu-system-x86_64 ...
-net nic,model=e1000 -net user,hostfwd=tcp::5556-:22
...

>From host:
ssh -p 5556 localhost

>From outside:
ssh -p 5556 <your host IP>

/etc/network/interfaces:
auto /dev/eth0
iface /dev/eth0 inet dhcp

ifup eth0
ifdown eth0



reply via email to

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