help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Too many levels of symbolic links


From: Tobias Geerinckx-Rice
Subject: Re: Too many levels of symbolic links
Date: Sun, 05 Mar 2023 18:22:13 +0100

Hi Roman,

Roman Scherer 写道:
  /gnu/store/097dmm40lhcf777acqh5i660j4i09k85-tzdata-2022a/share/zoneinfo/posix

links to itself.

FYI, it should link to its parent:

 /gnu/store/097dmm40lhcf777acqh5i660j4i09k85-tzdata-2022a/share/zoneinfo

(So, yes, you could …/posix/posix/posix/posix/… all night long.)

Since I read I should not mess with the store, any
ideas how to get rid of that file system loop in a safe way?

You could try

 # guix gc --verify=contents,repair

and Guix should detect the mismatch and refresh tzdata from a substitute server.

The unsupported alternative would be to bind-mount /gnu/store somewhere and manually relink the file.

I already tried re-installing it, but that had no effect.

It wouldn't.

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]