[BLOG] Childhurds and GNU/Hurd substitutes

2020-10-08 Thread Jan Nieuwenhuizen
! Janneke, Ludovic & Mathieu -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: [PATCH] ext2fs: Update to upstream Hurd-reserved xattr index for "gnu.*".

2020-05-13 Thread Jan Nieuwenhuizen
Samuel Thibault writes: Hello Samuel, > Jan Nieuwenhuizen, le mar. 12 mai 2020 16:12:34 +0200, a ecrit: >> setfattr --name=gnu.translator --value='/hurd/pflocal\0' >> /mnt/servers/socket/1 > > man setfattr says > > If the given string is enclosed in double

[PATCH] ext2fs: Update to upstream Hurd-reserved xattr index for "gnu.*".

2020-05-12 Thread Jan Nieuwenhuizen
n Graphics, Inc. All Rights Reserved. Copyright (c) 2004 Red Hat, Inc., James Morris + Copyright (c) 2020 Jan (janneke) Nieuwenhuizen */ #include @@ -31,6 +32,9 @@ #define XATTR_BTRFS_PREFIX "btrfs." #define XATTR_BTRFS_PREFIX_LEN (sizeof(XATTR_BTRFS_PREFIX) - 1) +#define XATTR_HURD_PREFIX "gnu." +#define XATTR_HURD_PREFIX_LEN (sizeof(XATTR_HURD_PREFIX) - 1) + #define XATTR_SECURITY_PREFIX "security." #define XATTR_SECURITY_PREFIX_LEN (sizeof(XATTR_SECURITY_PREFIX) - 1) -- 2.26.0 -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: Feeble attempt at using xattr gnu.translator

2020-05-11 Thread Jan Nieuwenhuizen
does not require the user to resort to \0-hackery. Of course, setfattr is a generic tool; so nothing can be done there to make this frienlier; I'm not sure if something could be done on the hurd side. Could be nice, not sure. janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: Feeble attempt at using xattr gnu.translator

2020-05-11 Thread Jan Nieuwenhuizen
setfattr --name=gnu.translator --value='/geert/pflocal\0' 1 setfattr: 1: Operation not supported root@debian:~# setfattr --remove=gnu.translator 1 setfattr: 1: Operation not supported --8<---cut here---end--->8--- Greetings, janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Feeble attempt at using xattr gnu.translator

2020-05-10 Thread Jan Nieuwenhuizen
to read. Greetings, janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

[BLOG] A "Hello World" VM running the Hurd!

2020-04-08 Thread Jan Nieuwenhuizen
nneke & Ludovic -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: [PATCH] build: Fix shared build with gcc-7.

2020-03-19 Thread Jan Nieuwenhuizen
Samuel Thibault writes: Hi Samuel, > Jan Nieuwenhuizen, le jeu. 19 mars 2020 12:13:13 +0100, a ecrit: >> Samuel Thibault writes: >> > Jan Nieuwenhuizen, le sam. 14 mars 2020 11:35:18 +0100, a ecrit: >> --8<---cut here---start->8-

[PATCH] build: Fix shared build with gcc-7.

2020-03-14 Thread Jan Nieuwenhuizen
../Makeconf:343: test-fcntl] Error 1 make[1]: >Leaving directory '/tmp/guix-build-hurd-0.9-1.91a5167.drv-0/source/libfshelp-tests' make: *** [Makefile:254: libfshelp-tests] Error 2 --8<---cut here---end--->8--- that I get when cross building the Hurd on