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 ?! -+-



Re: [PATCH] * open_issues/systemd.mdwn: remove systemd from open issues.

2020-10-01 Thread Samuel Thibault
Joshua Branson, le jeu. 01 oct. 2020 16:18:43 -0400, a ecrit:
> systemd is not really looking to support other operating systems. In
> my opinion it shouldn't appear on the open issues page.

Applied, thanks!

> ---
>  open_issues/systemd.mdwn | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/open_issues/systemd.mdwn b/open_issues/systemd.mdwn
> index dc8aa6e2..1055a196 100644
> --- a/open_issues/systemd.mdwn
> +++ b/open_issues/systemd.mdwn
> @@ -9,8 +9,6 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts.  A 
> copy of the license
>  is included in the section entitled [[GNU Free Documentation
>  License|/fdl]]."]]"""]]
>  
> -[[!tag open_issue_porting]]
> -
>* 
>  
>* ,
> -- 
> 2.28.0
> 
> 

-- 
Samuel
Pour un père, autant mourir que de faire plein de calculs et pas s'occuper
de son fils
 -+- y sur #ens-mim - sombres histoires de zombies -+-



Re: [PATCH] hurd/running/debian/qemu_image.mdwn: non-root user creation.

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

Joshua Branson, le jeu. 01 oct. 2020 16:02:32 -0400, a ecrit:
> ---
>  hurd/running/debian/qemu_image.mdwn | 5 +
>  1 file changed, 5 insertions(+)
> 
> diff --git a/hurd/running/debian/qemu_image.mdwn 
> b/hurd/running/debian/qemu_image.mdwn
> index e76b78e8..8316bc50 100644
> --- a/hurd/running/debian/qemu_image.mdwn
> +++ b/hurd/running/debian/qemu_image.mdwn
> @@ -26,6 +26,11 @@ Usage:
>  
>  * Login as root (the root password is empty)
>  * Set up a root password with `passwd`
> +* add a non-root user with `adduser `
> +* set the non-root user password with `passwd `
> +* add the non-root user to the sudo group via `gpasswd -a  sudo`
> +* logout via `logout`
> +
>  
>  Optionally you may use `--curses` to keep your keyboard layout. If need be 
> modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much 
> faster).
>  
> -- 
> 2.28.0
> 
> 

-- 
Samuel
 l'alim je sais où elle est, elle est juste à côté de la dame qui dort
 B: clairement faut revoir les priorités dans la vie
 B: une dame ça se retrouve, un uptime...



[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




[PATCH] * open_issues/systemd.mdwn: remove systemd from open issues.

2020-10-01 Thread Joshua Branson
systemd is not really looking to support other operating systems. In
my opinion it shouldn't appear on the open issues page.
---
 open_issues/systemd.mdwn | 2 --
 1 file changed, 2 deletions(-)

diff --git a/open_issues/systemd.mdwn b/open_issues/systemd.mdwn
index dc8aa6e2..1055a196 100644
--- a/open_issues/systemd.mdwn
+++ b/open_issues/systemd.mdwn
@@ -9,8 +9,6 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts.  A 
copy of the license
 is included in the section entitled [[GNU Free Documentation
 License|/fdl]]."]]"""]]
 
-[[!tag open_issue_porting]]
-
   * 
 
   * ,
-- 
2.28.0




[PATCH] hurd/running/debian/qemu_image.mdwn: non-root user creation.

2020-10-01 Thread Joshua Branson
---
 hurd/running/debian/qemu_image.mdwn | 5 +
 1 file changed, 5 insertions(+)

diff --git a/hurd/running/debian/qemu_image.mdwn 
b/hurd/running/debian/qemu_image.mdwn
index e76b78e8..8316bc50 100644
--- a/hurd/running/debian/qemu_image.mdwn
+++ b/hurd/running/debian/qemu_image.mdwn
@@ -26,6 +26,11 @@ Usage:
 
 * Login as root (the root password is empty)
 * Set up a root password with `passwd`
+* add a non-root user with `adduser `
+* set the non-root user password with `passwd `
+* add the non-root user to the sudo group via `gpasswd -a  sudo`
+* logout via `logout`
+
 
 Optionally you may use `--curses` to keep your keyboard layout. If need be 
modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much 
faster).
 
-- 
2.28.0




Re: A few questions: Libre SoC, website, Rust

2020-10-01 Thread Olaf Buddenhagen
Hi,

On Wed, Aug 19, 2020 at 11:40:32AM +0200, Jan Wielkiewicz wrote:
> Dnia 2020-08-19, o godz. 10:41:42 Samuel Thibault  
> napisa??(a):

> > There seems to be some move in there, see

> > https://blog.rust-lang.org/2020/08/18/laying-the-foundation-for-rusts-future.html

> Yes, I saw this, but nothing especially indicates they will make the
> trademarks more user-friendly.

FWIW, Mozilla has always been weird with trademarks... Having an
independent foundation take charge instead certainly offers hope that
the situation will improve down the road.

-antrik-