Updating Linux Kernel Manually in GUIX system

2021-07-08 Thread AMIR ZAQUAN BIN YAZID / UPM
Greetings I would like to ask regarding updating the Linux Kernel manually. I am trying to update the Linux Kernel for GUIX system manually for an assignment. Everything seems fine until I reach the step of copying an existing Linux Kernel configuration. when I input : $ cp -v /boot/config-$(un

Re: XDG_... env variables in root

2021-07-08 Thread Giovanni Biscuolo
Hi Hamzeh, "Hamzeh Nasajpour" writes: [...] > Seems that this is relevant to way of switching user which I used. I > was using `su` for switching as `root` and just now I found that there > are some differences between `su` and `su -`. With using of `su -` the > `XDG_...` env paths are correct:

Re: Updating Linux Kernel Manually in GUIX system

2021-07-08 Thread Michael Rohleder
Hi Amir! "AMIR ZAQUAN BIN YAZID / UPM" <198...@student.upm.edu.my> writes: > I would like to ask regarding updating the Linux Kernel manually. > > I am trying to update the Linux Kernel for GUIX system manually for an > assignment. Everything seems fine until I reach the step of copying an > exist

Re: Typing LUKS passphrase only once and a possible solution

2021-07-08 Thread Thomas Albers
Hello Tobias, Thank you for your answer. > > Well, so is a field to add crypsetup-specific command-line arguments. > > Abstracting this into meaningful field names like key-file is better > from a readability point of view and allows implementation details > like ‘we simply invoke cryptsetup’ to

Re: Typing LUKS passphrase only once and a possible solution

2021-07-08 Thread Vagrant Cascadian
On 2021-07-07, Thomas Albers wrote: > But you are right, there doesn't seem to be > much point in hiding the key-file. If someone has a program capable of > reading the file and getting it out of your computer, then there is > nothing stopping this person from accesing all of your files regardless

nheko and quaternion: completely black chat area

2021-07-08 Thread Giovanni Biscuolo
Hello Guix users, I'm running Guix on Debian 10 and I'm experiencing a strange problem both with nheko and quaternion, both matrix chat protocol clients and both qt5 GUI based. I've installed both of them via manifest from a very recent commit I've pulled today: --8<---cut here-

packaged artanis v0.5 not found

2021-07-08 Thread mbcladwell
Hi, I would like to install Artanis v0.5 into my store. I see the patch https://issues.guix.gnu.org/46885#0 and incorporate the changes into a local guix.scm (pasted at the end of this message). I do not change guile-xyz.scm. The install seems to complete without error. $ guix package

Unable to run host commands with singularity in a `guix pack -f squashfs` conainer

2021-07-08 Thread Sebastian Gibb via
Hi, I am trying to use `guix pack` to create a reproducible container that could be used on an HPC. Unfortunately I am not able to schedule jobs from within the container or run any command from the host system. The HPC uses Cent OS 8.1. It offers slurm 20.02.5 for job scheduling and singularity

successfully(?) installed package but it can't be found/used

2021-07-08 Thread info
Hi, I would like to install Artanis v0.5 into my store. I see the patch https://issues.guix.gnu.org/46885#0 and incorporate the changes into a local guix.scm (pasted at the end of this message). I do not change guile-xyz.scm. The install seems to complete without error: $ guix package

Auto-start service

2021-07-08 Thread excalamus--- via
I'm setting up the Emacs daemon following a thread on the mailing list:        https://lists.gnu.org/archive/html/help-guix/2019-11/msg00148.html. I have services.scm and init.scm defined.  I can call `shepherd -c ~/.config/shepherd/init.scm` and the service starts.  I can kill the terminal and

Re: successfully(?) installed package but it can't be found/used

2021-07-08 Thread Julien Lepiller
Le Thu, 08 Jul 2021 09:35:12 -0500, i...@labsolns.com a écrit : > Hi, > > I would like to install Artanis v0.5 into my store. I see the patch > https://issues.guix.gnu.org/46885#0 and incorporate the changes into > a local guix.scm (pasted at the end of this message). I do not change > guile-x