Re: Run a system command in home configuration file

2022-03-08 Thread Efraim Flashner
On Tue, Mar 08, 2022 at 03:38:19PM +0100, Reza Housseini wrote: > > On 3/8/22 11:33, Ludovic Courtès wrote: > > Hi, > > > > Reza Housseini skribis: > > > > > I want to run a system command and use the output inside my ssh config > > > file. Below is the service configuration I'm talking about

Re: Guix for Corporate "Batch Jobs"?

2022-03-08 Thread Phil
Hi Yasu, Yasuaki Kudo writes: > Hi, > > In many so-called Application Support jobs in the enterprises, one of the > core responsibilities is to see through the daily completion of "batch jobs" > - those I/O heavy processes that take a long time to run, even with parallel > processing. > > And

Guix for Corporate "Batch Jobs"?

2022-03-08 Thread Yasuaki Kudo
Hi, In many so-called Application Support jobs in the enterprises, one of the core responsibilities is to see through the daily completion of "batch jobs" - those I/O heavy processes that take a long time to run, even with parallel processing. And at the core of it is to "re-run" the jobs,

Re: Problem when packaging Avizo

2022-03-08 Thread Pier-Hugues Pellerin
Hello Ludo, It does happen every time, I've added the parameters '--max-jobs=1 --no-offload' and I get the same results with the same stack trace. Anything else I could give you, should I open a bug report? Thanks ph On Tue, Mar 8, 2022 at 5:51 AM Ludovic Courtès wrote: > Hi Pier-Hugues, > >

Re: Activate multiple profiles inside emacs

2022-03-08 Thread Justin Veilleux
I use direnv for this. You could set up your profiles, then, in the envrc, source all of them in order(I personally would keep sourcing the emacs specific profile separately though). There is a package (emacs-direnv) which integrates emacs and direnv which makes the sort of workflow you are

Activate multiple profiles inside emacs

2022-03-08 Thread Reza Housseini
Hi Guix Say I have several projects each with their specific profile containing the needed dependencies and a profile for all my Emacs specific stuff. Now I want to work on a projects inside Emacs and make therefore a union of the project specific profile and my Emacs profile. So as for

Re: glibc-utf8-locales

2022-03-08 Thread Simon Josefsson via
tis 2022-03-08 klockan 10:28 + skrev Tobias Geerinckx-Rice: > Hullo Simon, > > Simon Josefsson via wrote: > > First, I wonder if this is optimal.  There must be many machines > > (servers and embedded) where having all locales installed on is > > wasteful, but where it is useful to have the

Re: Run a system command in home configuration file

2022-03-08 Thread Reza Housseini
On 3/8/22 11:33, Ludovic Courtès wrote: Hi, Reza Housseini skribis: I want to run a system command and use the output inside my ssh config file. Below is the service configuration I'm talking about and my current implementation which does not work, probably because the command is run from

valgrind error

2022-03-08 Thread Abhiseck Paira
Hi, I am trying to learn C and according to the instruction I'm following when I run: $ valgrind ./hello-world.o I get the following error: -- $ valgrind ./hello-world.o ==4074== Memcheck, a memory error detector ==4074== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et

Re: valgrind error

2022-03-08 Thread Abhiseck Paira
I am sorry :-(, it seems the issue is answered already[1], when I searched the mailing list with "valgrind" as the keyword it wasn't returned. https://lists.gnu.org/archive/html/help-guix/2022-03/msg00036.html Abhiseck Paira writes: > Hi, > > I am trying to learn C and according to the

Re: Problem when packaging Avizo

2022-03-08 Thread Ludovic Courtès
Hi Pier-Hugues, Pier-Hugues Pellerin skribis: > In guix/status.scm: >645:15 4 (_ (build-log 4365 "[1/11] Generating avizo-resource…") #) >179:23 3 (update-build #< building: () downloadin…> …) > In ice-9/boot-9.scm: > 1685:16 2 (raise-exception _ #:continuable? _) > 1685:16 1

Re: Can't open a container-shell

2022-03-08 Thread Ludovic Courtès
Hi, Dominic Martinez skribis: > Is there a specific reason you included the --profile flag? I think > you'll probably get the behaviour you imagine without it. Agreed, you should drop ‘--profile’, Cássio. HTH, Ludo’.

Re: missing files from aspell-dict package

2022-03-08 Thread Ludovic Courtès
Hi, vapnik spaknik skribis: > I have installed the latest versions of aspell & aspell-dict-en via guix on a > foreign distro: Normally ~/.guix-profile/etc/profile does: export ASPELL_DICT_DIR="$HOME/lib/aspell“ Can you confirm that’s the case? [...] > The aspell installation contains

Re: Nss libraries not found when using guix pack

2022-03-08 Thread Ludovic Courtès
Salut Jean-Christophe, :-) Jean-Christophe HAESSIG skribis: > On 02/03/2022 10:46, Jean-Christophe HAESSIG wrote: > >> I tried to deploy Slurm using guix pack : >> guix pack -R -S /sbin=sbin -S /bin=bin slurm@19.05.8 nss-pam-ldapd sssd >> >> User and authentication data comes from ldap

Re: libre office German and IceCat in German

2022-03-08 Thread Gottfried
I would be very glad, if somebody could fix it. Am 08.03.22 um 11:29 schrieb Ludovic Courtès: Hallo Gottfried, Gottfried skribis: I installed libre office and it installed it in English. But I would need the German version How can I get the German version in guix? the same in IceCat

Re: Run a system command in home configuration file

2022-03-08 Thread Ludovic Courtès
Hi, Reza Housseini skribis: > I want to run a system command and use the output inside my ssh config > file. Below is the service configuration I'm talking about and my current > implementation which does not work, probably because the command is run > from the daemon, but I need it to run from

Re: libre office German and IceCat in German

2022-03-08 Thread Ludovic Courtès
Hallo Gottfried, Gottfried skribis: > I installed libre office and it installed it in English. > But I would need the German version > How can I get the German version in guix? > > the same in IceCat Unfortunately, we lack packages for “locale data” (translations) of these two programs. The

Re: glibc-utf8-locales

2022-03-08 Thread Tobias Geerinckx-Rice
Hullo Simon, Simon Josefsson via wrote: >First, I wonder if this is optimal. There must be many machines >(servers and embedded) where having all locales installed on is >wasteful, but where it is useful to have the C.UTF-8 and/or en_US.UTF-8 >installed, to get minimal working UTF-8 support.

Re: Changed tty setting upon exiting docker run

2022-03-08 Thread Ludovic Courtès
Hi, phodina via skribis: > I've recently discovered an issue with running docker images. Upon exit I > can't see any characters I type. The settings of my tty are changed for some > reason. > > They can be fixed by running stty sane but I'd like to ask if somebody also > has this issue? > >

Re: Guix Channel News File Extension

2022-03-08 Thread Ludovic Courtès
Hi, jgart skribis: > Do we still have to avoid calling the channel file with a .scm extension? > > I see that the manual specifies to avoid its use but if I look in a guix > checkout I see that the channel file is called with a .scm extension: > > etc/news.scm Good point. The news file should

Re: Permanently available environments

2022-03-08 Thread Ludovic Courtès
Hi Konrad, Time has passed… Konrad Hinsen skribis: > Konrad Hinsen writes: > >> 1. Containers can only be generated using "guix shell" or the older >>"guix environment". There is no way to generate a container based >>on a profile. Correct me if I am wrong! > > Thanks to Ricardo and

Re: Valgrind not working

2022-03-08 Thread Ludovic Courtès
Hi Andreas, Andreas Enge skribis: > valgrind: Fatal error at startup: a function redirection > valgrind: which is mandatory for this platform-tool combination > valgrind: cannot be set up. Details of the redirection are: > valgrind: > valgrind: A must-be-redirected function > valgrind:

glibc-utf8-locales

2022-03-08 Thread Simon Josefsson via
Hi. Reconfiguring my machine lately fails with: root@hamster ~# guix system reconfigure /etc/config.scm guix system: error: glibc-utf8-locales: unknown package guix system: error: failed to load '/etc/config.scm': srfi/srfi-1.scm:586:17: In procedure map1: Throw to key `quit' with args `(1)'.