Re: [PATCH] * hurd/translator.mdwn: added a link to lwip * hurd/translator/lwip.mdwn: mentioned ifconfig to discover IP address, mask, and gateway.

2020-10-01 Thread Samuel Thibault
Applied, thanks!

Joshua Branson, le jeu. 01 oct. 2020 16:32:40 -0400, a ecrit:
> ---
>  hurd/translator.mdwn  | 1 +
>  hurd/translator/lwip.mdwn | 5 -
>  2 files changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn
> index 32562a8b..6c338794 100644
> --- a/hurd/translator.mdwn
> +++ b/hurd/translator.mdwn
> @@ -92,6 +92,7 @@ The [[concept|concepts]] of translators creates its own 
> problems, too:
>  * [[exec]]
>  * [[proc]]
>  * [[pfinet]]
> +* [[lwip]]
>  * [[eth-filter]]
>  * [[pflocal]]
>  * [[hostmux]]
> diff --git a/hurd/translator/lwip.mdwn b/hurd/translator/lwip.mdwn
> index efa59285..fab7d6f2 100644
> --- a/hurd/translator/lwip.mdwn
> +++ b/hurd/translator/lwip.mdwn
> @@ -16,7 +16,10 @@ To configure lwip for internet connectivity, use the
>  
>  The argument /server/socket/2 is the node that the translator is to be 
> attached to. This is followed by the translator program to run and any 
> arguments to give it.
>  
> -There, -i, -a, -g and -m are, quite obviously, the (Mach) device to use, the 
> IP address, the gateway and netmask.
> +There, -i, -a, -g and -m are, quite obviously, the (Mach) device to use, the 
> IP
> +address, the gateway and netmask.  You can discover these values via the
> +`ifconfig` command (You need to run this command on the host system and NOT 
> in
> +the qemu environment).
>  
>  
>  More information can be found on Joan Lledo's blog:
> -- 
> 2.28.0
> 
> 

-- 
Samuel
 je déteste import
 parce que lorsque tu fais du python et que tu oublies le #!/bin/env python 
et que tu mets le fichier exécutable
 import est exécuté
 -+- #ens-mim - pourquoi mon script python change le curseur de la souris ?! -+-



[PATCH] * hurd/translator.mdwn: added a link to lwip * hurd/translator/lwip.mdwn: mentioned ifconfig to discover IP address, mask, and gateway.

2020-10-01 Thread Joshua Branson
---
 hurd/translator.mdwn  | 1 +
 hurd/translator/lwip.mdwn | 5 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn
index 32562a8b..6c338794 100644
--- a/hurd/translator.mdwn
+++ b/hurd/translator.mdwn
@@ -92,6 +92,7 @@ The [[concept|concepts]] of translators creates its own 
problems, too:
 * [[exec]]
 * [[proc]]
 * [[pfinet]]
+* [[lwip]]
 * [[eth-filter]]
 * [[pflocal]]
 * [[hostmux]]
diff --git a/hurd/translator/lwip.mdwn b/hurd/translator/lwip.mdwn
index efa59285..fab7d6f2 100644
--- a/hurd/translator/lwip.mdwn
+++ b/hurd/translator/lwip.mdwn
@@ -16,7 +16,10 @@ To configure lwip for internet connectivity, use the
 
 The argument /server/socket/2 is the node that the translator is to be 
attached to. This is followed by the translator program to run and any 
arguments to give it.
 
-There, -i, -a, -g and -m are, quite obviously, the (Mach) device to use, the 
IP address, the gateway and netmask.
+There, -i, -a, -g and -m are, quite obviously, the (Mach) device to use, the IP
+address, the gateway and netmask.  You can discover these values via the
+`ifconfig` command (You need to run this command on the host system and NOT in
+the qemu environment).
 
 
 More information can be found on Joan Lledo's blog:
-- 
2.28.0