Re: Help-Guix Digest, Vol 88, Issue 4

2023-03-05 Thread Gottfried
Hi Gary, thank you very much for sharing your Emacs manifest. I tried to do what you said. I created a manifest for Emacs only. After doing it, Guix asked me to set the PATH. I did it and after that this Emacs Manifest changed my general profile. It became my general profile. I couldn’t use m

Re: Help-Guix Digest, Vol 88, Issue 4

2023-03-05 Thread Wojtek Kosior via
Hi Gottfried > I created a manifest for Emacs only. > > After doing it, Guix asked me to set the PATH. > > I did it and after that this Emacs Manifest changed my general profile. > It became my general profile. > I couldn’t use my other programmes any more. > So I had to do a rollback. When you

Re: Help-Guix Digest, Vol 88, Issue 4

2023-03-05 Thread Gottfried
Hi Wojtek, thanks very much. With your help I managed to create the Emacs Profile. I had to add still a name: "guix-profile" for it, than it worked. gfp@Tuxedo ~$ gfp@Tuxedo ~$ guix package -p /home/gfp/Projekte/EmacsManifest/guix-profil -m /home/gfp/Projekte/EmacsManifest/emacs.scm --

Too many levels of symbolic links

2023-03-05 Thread Roman Scherer
Hi Guix, after upgrading my system it becomes unusable. The guix system reconfigure completes, but after that, running any command fails with an "Too many levels of symbolic links" error. Here are some examples: ``` bash: /root/.config/guix/current/bin/guix: /gnu/store/dlivmgf8xikvfi6422dggra77

Re: Too many levels of symbolic links

2023-03-05 Thread Felix Lechner via
Hi Roman, On Sun, Mar 5, 2023 at 8:34 AM Roman Scherer wrote: > > "Too many levels of symbolic links" error. I think you have circular symbolic links (or possibly just a poorly-placed link to a folder). [1] Unfortunately, I am not sure how to examine the issue unless you have basic tools like 'f

Re: Too many levels of symbolic links

2023-03-05 Thread Roman Scherer
Hi Felix, thanks for your help! Running find /run/current-system/ -follow -printf "" on my current system does not find anything. When inside the broken system, find fails with the same error message. However, running find /gnu/store/ -follow -printf "" find: File system loop detected;

Re: Too many levels of symbolic links

2023-03-05 Thread Felix Lechner via
Hi Roman, On Sun, Mar 5, 2023 at 9:03 AM Roman Scherer wrote: > > the file > > > /gnu/store/097dmm40lhcf777acqh5i660j4i09k85-tzdata-2022a/share/zoneinfo/posix > > links to itself. I also have that loop in /gnu/store/7pjzwj9d4fnyzp9x7k8cc4hazypyrk0p-tzdata-2022a/ but do not believe it is the s

Re: Too many levels of symbolic links

2023-03-05 Thread Tobias Geerinckx-Rice
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

Newbie question: How to disable pager in "guix search"?

2023-03-05 Thread Rodrigo Morales
Table of Contents _ 1. The problem 2. The question 1 The problem = Most of the times, I use shell-mode in Emacs and execute "guix" commands. When I execute "guix search", the following warning is shown , | guix search emacs ` , | WARNING: t

Re: Newbie question: How to disable pager in "guix search"?

2023-03-05 Thread Rodrigo Morales
I asked the same question in and someone recommended me setting PAGER to an empty value I did by executing the following command , | export PAGER= ` This solved the issue. Someone also recommended me setting the `PAGER' environmental variable in my Emacs configuration and shared his pers

Re: Newbie question: How to disable pager in "guix search"?

2023-03-05 Thread Felix Lechner via
Hi Rodrigo, On Sun, Mar 5, 2023 at 11:53 AM Rodrigo Morales wrote: > > | (setenv "EDITOR" "emacsclient") I keep the small Guile script below in ~/.config/editor/always-emacs and set EDITOR to that (in init.el). Kind regards Felix Lechner * * * #!/usr/bin/env guile !# (let* ((argument

Re: installation on LVM on LUKS

2023-03-05 Thread Emmanuel Beffara
De wolf le 04/03/2023 à 00:42: > On 2023-03-03 18:03:39 +0100, Emmanuel Beffara wrote: > > Unless I am missing something, tinkering with initrd modules has nothing to > > do > > with my issue. The missing “insmod lvm” is in grub.cfg, it is related to > > Grub > > modules, not kernel modules. The

Re: Newbie question: How to disable pager in "guix search"?

2023-03-05 Thread Wojtek Kosior via
Hi Rodrigo > I asked the same question in and someone > recommended me setting PAGER to an empty value I did by executing the > following command > > , > | export PAGER= > ` That's cool, I didn't know about this solution. Nevertheless, I'd like to share the ones I've been using so far.

Re: Help-Guix Digest, Vol 88, Issue 4

2023-03-05 Thread Gary Johnson
Gottfried writes: > thank you very much for sharing your Emacs manifest. > > I tried to do what you said. > > I created a manifest for Emacs only. > > After doing it, Guix asked me to set the PATH. > > I did it and after that this Emacs Manifest changed my general profile. > It became my general