[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xattr records not actually working? (Was: creating Hurd chroots on L
From: |
Samuel Thibault |
Subject: |
Re: xattr records not actually working? (Was: creating Hurd chroots on Linux using DPKG_ROOT chrootless mode) |
Date: |
Sat, 24 Aug 2024 19:25:54 +0200 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Johannes Schauer Marin Rodrigues, le sam. 24 août 2024 18:29:52 +0200, a ecrit:
> Quoting Samuel Thibault (2024-07-19 01:35:45)
> > Putting a more eye-catching title :)
>
> Thank you, Samuel!
>
> I am still unable to see extended attributes in the translators when checking
> this call on Linux:
>
> sudo getfattr --dump --match=- /mnt/hurd/*
>
> Do others observe the same?
Indeed. Apparently the translators don't get updated on upgrade, so
you'd have to force it:
/usr/lib/hurd/setup-translators -k
Samuel