Re: ABI mismatch on boot on arm32 system

2024-12-08 Thread Maxim Cournoyer
Hi Christoph, Christoph Buck writes: > Hi Maxim! > >> Sorry for my delayed reply. > > No problem. > >> Totally, if you haven't done so already. > > I already did. See https://issues.guix.gnu.org/74296 > > And thanks to Ludovic the patch is already merged. Excellent :-). I'm glad the result of

Building Qemu VM

2024-12-08 Thread Timothy Washington
I've got an existing `system.scm` which defines `physical-operating-system` as a guix `operating-system`. I've created a simplified `vm-image` in its own file `vm.scm`. (use-modules (gnu) (gnu system) (gnu system image) (gnu system vm) (guix gex

Re: how can I open files through packages installed in different profiles

2024-12-08 Thread Rutherther
> Would that mean to sorce all 17 profiles in one go? > or only two at a time? > > e.g. two profiles: > > `export > XDG_DATA_DIRS=$HOME/gfp/Projekte/Calibre:$HOME/gfp/Projekte/Emacs:$XDG_DATA_DIRS` > > > > > I don´t want to make a mistake that´s why I am asking beforehand. > It's up to you,

Re: how can I open files through packages installed in different profiles

2024-12-08 Thread gfp
Hi, thanks for help. What is your shell? Let's say it's bash. Bash uses either ~/.bash_profile if it exists, or falls back to ~/.profile. To export a environment variable from it means to `export XDG_DATA_DIRS=$HOME/path/to/your/profile1:$HOME/path/to/your/profile2:$XDG_DATA_DIRS`, and so on.

how to get info about system service?

2024-12-08 Thread Alexander Asteroth
Dear all, so far I had not installed `(service file-database-service-type)` in my system config. Since I would like to have `locate` running I played a bit with `updatedb` but `locate` is very slow this way. That's why I not included `(service file-database-service-type)` into my system, run `