[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guix home reconfigure fails with "In procedure symlink: permission d
From: |
Simon Tournier |
Subject: |
Re: Guix home reconfigure fails with "In procedure symlink: permission denied" |
Date: |
Tue, 04 Jun 2024 21:24:10 +0200 |
Hi Tanguy,
On Tue, 21 May 2024 at 11:38, Tanguy LE CARROUR <tanguy@bioneland.org> wrote:
> 2 (primitive-load "/gnu/store/fvly06ac6y0c01r8zavc2m1zfk6?")
[...]
> 0 (symlink "/gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-?" ?)
[...]
> # But files with longer names exist! Could the problem be the `?` caracter?
> $ ls /gnu/store/fvly06ac6y0c01r8zavc2m1zfk6?*
> /gnu/store/fvly06ac6y0c01r8zavc2m1zfk6pvhn9-files-builder
>
> $ ls /gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-?*
> /gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-config
> ```
Yeah, the character ’?’ is only to point that the string is cut.
The two files are:
/gnu/store/fvly06ac6y0c01r8zavc2m1zfk6pvhn9-files-builder
/gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-config
Now, why there is an issue with the symlink of these files is another
story. :-)
Have solved this issue since then?
Cheers,
simon