Re: Mysteries of channel configuration during system reconfigure

2023-03-10 Thread Kyle Andrews
Julien Lepiller writes: > guix system describe lists channels used to build your system, but > they can be different from the ones currently known to guix. That seems consistent with what I have observed. > Does your /etc/channels.scm list the extra channels? At this point it does not. I "re

Re: Too many levels of symbolic links

2023-03-10 Thread Felix Lechner via
Hi Roman, On Fri, Mar 10, 2023 at 7:32 AM Roman Scherer wrote: > > Right now I rolled back to generation 53, which is still > working. Great! > Is it correct to look for the problematic files in the directory to > which system-54-link links to? Yes, probably. Unfortunately, profiles are large

Re: Too many levels of symbolic links

2023-03-10 Thread Roman Scherer
Hi Tobias and Felix, the posix file was actually pointing to the correct parent directory (my bad) and as Felix mentioned probably not the root of my issue. The `guix gc --verify=contents,repair` unfortunatly did not help either. I looked a bit around and found this in /var/guix/profiles drwxr

Re: Mysteries of channel configuration during system reconfigure

2023-03-10 Thread Julien Lepiller
guix system describe lists channels used to build your system, but they can be different from the ones currently known to guix. Does your /etc/channels.scm list the extra channels? "guix describe" will be more accurate about what channels your current guix knows about. If you type "type guix"

Re: bad use of syntactic keyword

2023-03-10 Thread Julien Lepiller
You have an extra closing parenthesis at the end of this line: (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes") Remove one and adjust next lines if needed :) Le 9 mars 2023 17:49:43 GMT+01:00, Gottfried a écrit : >Hi, > >after adding: "service redshift" to my config