libdiskfs assertion failed

2023-05-25 Thread Joshua Branson
Hey friends! So I updated my T43 to the bleeding edge Debian in real hardware, which come on that is pretty cool! The update process was pretty easy. I will describe that in the postscript. I did get this error recently when I shutdown the Hurd: extfs: ../../libdiskfs/disk-pager.c:107:

64bit startup

2023-05-25 Thread Samuel Thibault
Hello, I'm trying to start a 64bit Debian/Hurd but this fails very early. To build gnumach I'm using: $ ../configure --host=x86_64-gnu LD=x86_64-linux-gnu-ld CC=x86_64-linux-gnu-gcc --disable-user32 --disable-linux-groups which I have put on https://dept-info.labri.fr/~thibault/tmp/gnumach

[PATCH] hurd/running/qemu.mdwn: add recent debian sources to apt.

2023-05-25 Thread jbra...@dismail.de
--- hurd/running/qemu.mdwn | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index 8ebd32e2..82c3f43d 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -34,7 +34,13 @@ bleeding edge Debian. Once you have

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

2023-05-25 Thread Samuel Thibault
Hello, Joshua Branson, le mer. 24 mai 2023 13:29:14 -0400, a ecrit: > 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

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

2023-05-25 Thread Joshua Branson
Samuel Thibault writes: > Hello, > > Could you rebase it on your previous patch, which I have already > commited? > Of course. I didn't realize you had commited it. Will do shortly. > Samuel > > jbra...@dismail.de, le jeu. 25 mai 2023 11:56:44 -0400, a ecrit: >> *

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

2023-05-25 Thread Samuel Thibault
Hello, Could you rebase it on your previous patch, which I have already commited? Samuel jbra...@dismail.de, le jeu. 25 mai 2023 11:56:44 -0400, a ecrit: > * community/gsoc/project_ideas/driver_glue_code.mdwn: changed rump > kernel link. > * hurd.mwdn: added a link to hurd/rump.mdwn. > *

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

2023-05-25 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 libgpg-error] hurd-amd64 support

2023-05-25 Thread Samuel Thibault
NIIBE Yutaka, le jeu. 25 mai 2023 09:21:43 +0900, a ecrit: > I wonder if it works for GNU Hurd system: > > diff --git a/configure.ac b/configure.ac > index d0fa6f2..ca7731c 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -590,7 +590,7 @@ if test x"$gl_use_threads" = xno; then >

Re: [PATCH libgpg-error] hurd-amd64 support

2023-05-25 Thread Samuel Thibault
Hello, NIIBE Yutaka, le jeu. 25 mai 2023 09:21:43 +0900, a ecrit: > I wonder if it works for GNU Hurd system: > > diff --git a/configure.ac b/configure.ac > index d0fa6f2..ca7731c 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -590,7 +590,7 @@ if test x"$gl_use_threads" = xno; then >

Re: [RFC PATCH 1/2] elf: Port ldconfig away from stack-allocated paths

2023-05-25 Thread Florian Weimer
* Sergey Bugaev: > diff --git a/elf/ldconfig.c b/elf/ldconfig.c > index 2fc45ad8..e643dd57 100644 > --- a/elf/ldconfig.c > +++ b/elf/ldconfig.c > - len = strlen (dir_name) + strlen (direntry->d_name) + 2; > - if (len > real_file_name_len) > - { > -