Re: [PATCH] Updated information about the rump kernels, and included a guide on how to use them on the Debian qemu image.

2023-05-22 Thread Samuel Thibault
jbra...@dismail.de, le lun. 22 mai 2023 11:48:35 -0400, a ecrit: > + Trying out rumpdisk > + > +

Re: [PATCH] rumpdisk: Do not assume FHS /usr/lib, fixes Guix cross-build.

2023-05-22 Thread Samuel Thibault
Applied, thanks! Janneke Nieuwenhuizen, le lun. 22 mai 2023 21:59:09 +0200, a ecrit: > Hello! > > To (cross-)build the hurd/rumpdisk on Guix, I am now using the attached > patch. Instead of assuming librump*_pic.a live in /usr/lib, this patch > uses -lrump*_pic. > > Greetings, > Janneke > > F

Re: [PATCH] Updated information about the rump kernels, and included a guide on how to use them on the Debian qemu image.

2023-05-22 Thread Amos Jeffries
On 23/05/2023 5:23 am, Joshua Branson wrote: Sergey Bugaev writes: Hi, On Mon, May 22, 2023 at 6:49 PM jbra...@dismail.de wrote: +upgrade to the bleeding edge Debian GNU/Hurd: + + $ wget http://ftp.de.debian.org/debian/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2023

[PATCH] rumpdisk: Do not assume FHS /usr/lib, fixes Guix cross-build.

2023-05-22 Thread Janneke Nieuwenhuizen
Hello! To (cross-)build the hurd/rumpdisk on Guix, I am now using the attached patch. Instead of assuming librump*_pic.a live in /usr/lib, this patch uses -lrump*_pic. Greetings, Janneke >From 7278eef1a2b45e18240d4963dddfc6f9ba8e6d28 Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: M

Re: [PATCH] Updated information about the rump kernels, and included a guide on how to use them on the Debian qemu image.

2023-05-22 Thread Joshua Branson
Sergey Bugaev writes: > Hi, > > On Mon, May 22, 2023 at 6:49 PM jbra...@dismail.de wrote: >> +upgrade to the bleeding edge Debian GNU/Hurd: >> + >> + $ wget >> http://ftp.de.debian.org/debian/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2023.02.01_all.deb >> + # dpkg

Re: [PATCH] * hurd/translator/httpfs.mdwn: added a link to sitemaps.org.

2023-05-22 Thread Joshua Branson
Sergey Bugaev writes: > On Mon, May 22, 2023 at 6:50 PM jbra...@dismail.de wrote: >> +- Teach httpfs to check if the computer has an internet connection at >> + startup and during operation. The translator causes 30 second >> + pauses on commands like "ls", when the internet is down. It is >

Re: [PATCH] * hurd/translator/httpfs.mdwn: added a link to sitemaps.org.

2023-05-22 Thread Sergey Bugaev
On Mon, May 22, 2023 at 6:50 PM jbra...@dismail.de wrote: > +- Teach httpfs to check if the computer has an internet connection at > + startup and during operation. The translator causes 30 second > + pauses on commands like "ls", when the internet is down. It is > + probably better to teach

Re: [PATCH] Updated information about the rump kernels, and included a guide on how to use them on the Debian qemu image.

2023-05-22 Thread Sergey Bugaev
Hi, On Mon, May 22, 2023 at 6:49 PM jbra...@dismail.de wrote: > +upgrade to the bleeding edge Debian GNU/Hurd: > + > + $ wget > http://ftp.de.debian.org/debian/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2023.02.01_all.deb > + # dpkg -i debian-ports-archive-keyr

[PATCH] * hurd/translator/httpfs.mdwn: added a link to sitemaps.org.

2023-05-22 Thread jbra...@dismail.de
--- hurd/translator/httpfs.mdwn | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hurd/translator/httpfs.mdwn b/hurd/translator/httpfs.mdwn index 3ac9f8ab..e5f22005 100644 --- a/hurd/translator/httpfs.mdwn +++ b/hurd/translator/httpfs.mdwn @@ -82,7 +82,13 @@ through a prox

[PATCH] Updated information about the rump kernels, and included a guide on how to use them on the Debian qemu image.

2023-05-22 Thread jbra...@dismail.de
* community/gsoc/project_ideas/driver_glue_code.mdwn: changed rump kernel link. * hurd.mwdn: added a link to hurd/rump.mdwn. * hurd/rump.mdwn: new file. * rump_kernel.mwdn: deleted file. --- .../gsoc/project_ideas/driver_glue_code.mdwn | 2 +- hurd.mdwn | 3 +

Re: [PATCH glibc] Fix build for hurd/thread-self.c for i386.

2023-05-22 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le lun. 22 mai 2023 01:16:50 -0400, a ecrit: > We need to include hurd.h for libc_hidden_proto (__hurd_thread_self), > introduced in > https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=b44c1e12524bb5de0f93294a7c24c8e41c06bb75 > > This the error log: > > In fil