contribute to the cookbook.
Again, thank you, Hilton!
On Sun, Mar 16, 2025 at 4:51 AM Hilton Chain wrote:
>
> On Sun, 16 Mar 2025 19:32:19 +0800,
> Adam wrote:
> >
> > Oh, It started compiling! Thank you!
> > I will write about the results!
> > Btw, what do I n
+0800,
> Adam wrote:
> >
> > Hi, Hilton!
> > Thank you for the message, I tried using it in my package definition
> > ```
> > (define-public my-linux-package
> > (package
> > (inherit (customize-linux
> > #:linux linux-libre
&g
urce", unpack it, put my config and run "make" within
"guix shell --development linux-libre" - it builds the source code
successfully.
I guess, #:defconfig in customize-linux does not use my kernel config
but tries to generate the config using it?
Anyway, it didn't wo
Hello Guix!
Recently I've read about customizing the kernel on this page
https://guix.gnu.org/cookbook/en/html_node/Customizing-the-Kernel.html
After reading I decided to try one of described there ways of
providing my own kernel configuration.
Long story short, in my configuration I disabled every
Hello everyone!
Luis Felipe, thank you very much! Your instructions worked for me.
So, in conclusion all I needed to do:
1) get keyring branch;
2) specify path to my Guix copy without "file://"
On Thu, Feb 27, 2025 at 8:22 AM Luis Felipe wrote:
>
> On 27/02/25 15:28, Luis Felipe wrote:
> > In my
git log returns me correct info
commit 9edb3f66fd807b096b48283debdcddccfea34bad
Merge: e5f95fd897 b6d18fbdf6
Author: Marius Bakke
Date: Tue May 26 22:30:51 2020 +0200
Merge branch 'master' into staging
On Wed, Feb 26, 2025 at 1:12 PM 45mg <45mg.wri...@gmail.com> wrote:
rint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
```
On Wed, Feb 26, 2025 at 2:27 AM Felix Lechner
wrote:
>
> Hi Adam,
>
> On Tue, Feb 25 2025, Adam wrote:
>
> > I put this repo locally and guix cannot pull from it.
>
> Which sequence of commands did you try, please?
>
> Kind regards
> Felix
Hello Guix, I thought about writing a package definition. For this
purpose I usually use my Guix channel but this time I decided to clone
the main repository and try to tinker. Long story short
```
Updating channel 'guix' from Git repository at
'file:///home/user/Downloads/guix'...
guix pull: error
Hi Guix!
I have a question.
If I want to write a package for a git repository which has submodules,
should I download these dependencies recursively (recursive? #t)? Or it
will be better to write a package definition for each dependency?
> Let's say that A depends on B, and B depends on C.
>
> With search paths, A doesn't have symlinks to B, and B doesn't have symlinks
> to
> C. Thus, disk space is saved.
>
> However, adding search path patches to existing softwares is cumbersome, and
> a
> long list of search paths results i
an
interactive session? Possibly mixing up the terms a bit there.
Adding the following to the tmux rc file fixes it:
```
# ~/.tmux.conf
# Don't run a login shell!
set -g default-command "${SHELL}"
```
cheers,
Adam
--
Adam McCartney - https://admccartney.mur.at
/
such file or directory
```
I realize that the problem goes away if I remove the control block. So maybe
it's just a logic error on my part. I'd still like to know what is setting the
GUIX_PROFILE to $HOME/.guix-home/profile when I launch tmux.
Thanks!
Adam
--
Adam McCartney - https://admccartney.mur.at
/
On 2024-05-17, Reza Housseini wrote:
Hi Adam
Thanks for the response. I am using Guix System and tried to configure a
configuration file for offlineimap with guix home
(simple-service 'offlineimaprc
home-files-service-type
(list `(".off
packages? I've been confused by this behaviour recently myself.
Do you know what profile you are using to install the nss-certs and the package
that requires them? And is this profile active?
If you provide a bit more info, maybe I can offer a few examples that help to
clarify.
regards,
o the output of `echo "$SSL_CERT_DIR"` might be instructive.
this is oddly enough /etc/ssl/certs, but no ca-certificates.crt file there
So the directory is completely empty?
--
Adam McCartney - https://admccartney.mur.at
/
forgot to cc to help guix
-- Forwarded message -
From: Adam
Date: Mon, Apr 22, 2024 at 1:56 PM
Subject: Re: Is guix the right tool to get package definitions?
To: Felix Lechner
Sure, so my concern is - will it be difficult to guix pull new package
definitions when git commit
Hi guix!
Recently I used nixos on one of my machines. And I noticed people
there use tar balls for fetching package definitions. And It worked
much faster for me.
That was surprising and I decided to write this letter.
Is git the right tool for getting new package definitions? What if git
commits h
Hi martin,
> Hello, I follow a cool project, PrivacyBrowser, by Soren Stoutner.
> I have been eagerly awaiting its inclusion in Guix, but for some reason it
> has stalled, and no response has been given to the developer. See chain here:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64408
> Ca
curious if distcc can be used for building packages in Guix?
If yes that can reduce the time spent in building significantly.
Currently, guix build doesn't support distcc for distributing individual
source code files for compilation.
However, guix offload can be used to offload the whole build j
Hi guix!
I pulled the guix channel, reconfigured my system and cleaned my storage.
But when I am trying to "guix build guix", I am getting this version
guix-1.3.0-32.682639c which is old. What I need to do to build an
actual guix version? (for now it is b4e3e02)
Hi Tobias!
I attached my previous message as a file. Thanks for your help.
пн, 5 сент. 2022 г. в 15:03, Tobias Geerinckx-Rice :
>
> Hi Adam,
>
> Adam Kandur 写道:
> > Two days ago I tried to send a patch to guix-patches. But my
> > message didn’t
> > appear in mai
Hi guix!
Two days ago I tried to send a patch to guix-patches. But my message didn’t
appear in mail archive? Did I send it wrong?
Hi guix! where i can find documentation about (identifier-syntax)
(what it is and what it does)?
hi guix!
I decided to try to build a guix system from source instead of using
substitutes but ran into a problem:
"guix pull --no-substitutes" returns me this
Updating channel 'guix' from Git repository at
'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
guix http
Hi guix! Is there a way to use tor bridges with tor service? As I know,
there is the obfs4 package on debian which used to do this. Found nothing
like this in guix packages. Maybe somebody has this issue or even uses tor
service with bridges and has an example of config.
Hi, guix!
I'm trying to send patches with the git send-email But I get the
following error:
git: 'send-email' is not a git command. See 'git --help'.
Quick search showed that this problem can be solved on debian based
systems by installing git-email package. Which is not available in
guix. So, is
, vm1 is 192.168.1.7, etc).Maybe
somebody had this case?
Dec 11, 2021, 17:10 by pelzflor...@pelzflorian.de:
> On Sat, Dec 11, 2021 at 01:07:57AM +0100, Adam Kandur via wrote:
>
>> Hi guix!
>> What is the best way to run a vm on a guix host which will be available to
>>
Hi guix!
What is the best way to run a vm on a guix host which will be available to
other members of a local network?
Hi, Ricardo!
Actually, containerd is started on my system (at least herd status tells me
that).
Jun 4, 2021, 23:27 by rek...@elephly.net:
>
> Adam Kandur via writes:
>
>> that's what i have in docker log
>>
>>
>> -
>> time=&quo
d.sock 0 }]
}" module=grpc
time="2021-06-04T22:42:45.812624258+03:00" level=info msg="ClientConn switching
balancer to \"pick_first\"" module=grpc
failed to start daemon: failed to dial "/run/containerd/containerd.sock":
unknown service containerd.services.namespaces.v1.Na
Hi Bone,
thank you but this command didn't helped, i got
```
Service dockerd could not be started.
herd: failed to start service dockerd
```
Jun 3, 2021, 17:19 by bone.bab...@disroot.org:
> Adam Kandur via writes:
>
>> i'm sorry, i mean this error "Cannot conn
i'm sorry, i mean this error "Cannot connect to the Docker daemon at
unix:///var/run/docker.sock. Is the docker daemon running?"
hi everyone! i've added docker-service-type but cannot user docker and get this
error "930e243adc9721e53ace815c19ba216c58a8f6b2b1d40d8d970b16046fbba37a"
hi guix!
how i can compile .go files using gccgo in guix? i've installed gcc-toolchain
and gccgo, but this does not work for me.
o, thank you =)
May 11, 2021, 18:22 by g...@posteo.net:
> Adam Kandur via skribis:
>
>> hi everyone!
>> is there any example of command line application written in common lisp and
>> packed with guix?
>>
>
> There is uglify-js or tinmop I thin
hi everyone!
is there any example of command line application written in common lisp and
packed with guix?
t; Sergiu
>>
>>
>> Thus quoth Patricio Martínez on Sat Mar 20 2021 at 20:00 (+0100):
>> > The same to me.
>> >
>> > It's not your conection, maybe a problems on the server. I don't know,
>> > but try later
>> >
>> >
hi everyone! i got this error trying to "guix pull"
http://paste.debian.net/1190170/
oh,
thank you again for this information
Dec 10, 2020, 11:24 by arunis...@systemreboot.net:
>> could anybody describe in details what went wrong?
>>
>
> By default, the HOME environment variable in the build environment is
> set to /homeless-shelter, a non-existent directory. Some package
ibe in details what went wrong?
Dec 10, 2020, 10:22 by arunis...@systemreboot.net:
>
> Hi Adam,
>
>> Creating directory: Permission denied, /homeless-shelter
>>
>
> Try setting the HOME environment variable to /tmp. Many package
> definitions do this. See,
hi everyone!
i'm trying to pack this https://melpa.org/#/roguel-ike
to do this, i wrote this package:
---
(define-public emacs-roguel-ike
;; tagged branch is outdated.
(let ((revision "0")
(commit "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c"))
(package
(name "emacs-roguel-ike")
Hi! thank you for this question. dont have to much knowledge about cpu. i
attached lscpu output. if you find something interesting in it, let me know,
please
Oct 24, 2020, 16:35 by g...@posteo.net:
>
> Adam Kandur via skribis:
>
>> hi, i realized that i have this problem w
debugger for the Lisp runtime environment.
ldb>
Oct 21, 2020, 22:51 by zimon.touto...@gmail.com:
> Please keep help-guix CC. :-)
>
> On Wed, 21 Oct 2020 at 23:53, Adam Kandur wrote:
>
>> hi, i mean that my packages for common lisp are same as one week ago when
>> everyth
hi everyone! i cannot type cyrillic chars in games (for example in xonotic). it
refuses to print out any chars when i change layout
hi everyone!
recently i started getting this error when i try to build any sbcl package:
starting phase `build'
Invoking sbcl:
"/gnu/store/48v5srksa9nkp4hh527l6rb08pigy1bw-sbcl-2.0.9/bin/sbcl"
hi everyone! trying to pack this library https://gitlab.com/lockie/d2clone-kit
as sbcl-d2clone-kit (here the definition
https://git.sr.ht/~rndd/adamka-channel/tree/master/channel/adamka-libs/common-lisp.scm)
so, when i download source of this lib and load library in env - everything ok,
asdf
ror described in the first message. is there way for
manual recreating environment that i didn't notice?
2) what is better way to build sources as they are (from tar, just for testing,
not for packaging)?
Aug 20, 2020, 12:04 by js...@asu.edu:
> Hi Adam,
>
> The guix envir
hi everyone! tried to build emacs in guix env
here is my manifest:
--
(specifications->manifest
'("make"
"gcc-toolchain"
"gnutls"
"ncurses"
"mailutils"
"libx11"
"gtk+"
"libxft"
"libtiff"
"giflib"
"libjpeg"
"imagemagick"
"acl"
hi everyone! recently i tried to run a simple gui app in docker:
docker run --rm -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix aliustaoglu/firefox
but all i got is this error:
No protocol specified
error: XDG_RUNTIME_DIR not set in the environment.
Error: cannot open display: :1
Did anybody have so
hi everyone! i packed some cl libs. but they have custom (foss) licenses. how i
can describe it in guix?
hi everyone! why when i "$ guix pull" i need to connect to ci.guix.gnu.org?
hi, it seems http://www.gzip.org/zlib/zlib_license.html returns 404.
i suggest this link https://zlib.net/zlib_license.html
patch
Description: Binary data
hi everyone! recently i tried to install chessx on my laptop, there were
errors. then i decided to test in my channel. and, i fixed link for downloading
chessx. hope will be usefull.
patch
Description: Binary data
Hi guixers! i have a question. Sometimes i need to switch keyboard layout for
writing messages. Currently i'm using this command
setxkbmap -layout 'us,ru' -option 'grp:alt_shift_toggle,grp_led:scroll'
How i can do something similar with config.scm definition?
Hi everyone, what is an alternative to "systemctl suspend" in guix?
i really tried to find manual for this topic -_-
Mar 12, 2020, 21:42 by r...@tuta.io:
> hi, guixers!
> Sorry for newbe question.
> How yo run docker service after installation docker package?
>
>
hi, guixers!
Sorry for newbe question.
How yo run docker service after installation docker package?
How can I read this modified manual?
Thanks
sob., 13 lip 2019 o 09:19 pelzflorian (Florian Pelz)
napisał(a):
>
> On Fri, Jul 12, 2019 at 10:14:14PM +0200, pelzflorian (Florian Pelz) wrote:
> > I believe this help thread reveals various shortcomings
> > of the Guix manual. I had hoped referring t
ome/s/Dropbox/Guix/scm1/config.scm
> /root/debianek/home/s/Dropbox/Guix/scm1/config.scm:81:9: error: guile:
> unbound variable
> hint: Did you forget a `use-modules' form?
> s@s
>
> So how to install guile?
> Regards
>
> niedz., 7 lip 2019 o 22:28 pelzflorian (Florian P
sob., 6 lip 2019 o 15:02 pelzflorian (Florian Pelz)
napisał(a):
>
> And I hope you are using a recent git checkout or ran `git pull
> --rebase` recently.
>
> Regards,
> Florian
Thank you, Florian for your help. I decided to do everything from
start. I formatted a guix partition and installed gui
sob., 6 lip 2019 o 04:01 Adam Mazurkiewicz napisał(a):
>
> pt., 5 lip 2019 o 03:24 pelzflorian (Florian Pelz)
> napisał(a):
> >
> > On Thu, Jul 04, 2019 at 06:08:55PM +0200, pelzflorian (Florian Pelz) wrote:
> > > On Thu, Jul 04, 2019 at 04:46:32PM +0200, pelzflori
evice at
'/sys/devices/pci:00/:00:1c.2/:02:00.0': not supported by
any plugin
s@s /root/debianek/home/s/mirrors/work-tree/guix$
Regards,
Adam
I am geeting the error
modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary
when choosing a modem connection i nm.
Here you are details:
s@s:~$ cat ~/Dropbox/Guix/export/txt/grep1
Jul 4 14:50:04 localhost ModemManager[419]: (ttyUSB0): port
attributes not fully set
Jul 4 14:50:
My Sound Blaster PCI card is not working, so I have watched things
around ALSA drivers.
In fact I cannot state if ALSA is installed:
The M-x guix-default-services for %desktop-services is this:
(...)
agettygnu/services/base.scm:1104:2
Provide console login using the `aget
I have the sound card Creative Labs Sound Blaster Audigy 2 PCI Sound
Card SB0240 on PCI port in my PC.
I am newbie in GuixSD and I have no idea how to get the Card to work.
I have also Debian installed on the current PC. On Debian the the card
works without configuration.
I do not now what to do.
I cannot make my music card to work. The model is Creative Labs Sound
Blaster Audigy 2 PCI Sound Card SB0240. It works on Debian but GuixSD.
When I click Volume and Audio mixer on my Xfce Desktop, in an Output
Devices tab an information is displayed: No output devices available.
But the system ap
śr., 22 maj 2019 o 17:32 Giovanni Biscuolo napisał(a):
Hi Giovanni,
> Hi Adam,
>
> Adam Mazurkiewicz writes:
>
> [...]
>
> > I expected that it would sync system time, but it did not. I have
> > still been getting the time of my computer BIOS in a terminal, not the
śr., 22 maj 2019 o 22:38 Tobias Geerinckx-Rice napisał(a):
>
> Adam,
>
> Adam Mazurkiewicz wrote:
> > I live in Poland and I set time in config.scm in this way:
> > (...)
> > (operating-system
> > (host-name "s")
> > (timezone "Europe
I live in Poland and I set time in config.scm in this way:
(...)
(operating-system
(host-name "s")
(timezone "Europe/Warsaw")
(locale "en_US.utf8")
(keyboard-layout (keyboard-layout "pl"))
(...)
Then I changed Warsaw to Paris because both have the same timezone and
DST (Daylight Saving Tim
I have tried some elementary guix config.scm files with a
%desktop-services variable appended to services. They should bring the
ntp service as one can see in
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/desktop.scm#n1083
file.
I expected that it would sync system time, but it did n
> to view the “service extension graph” for your OS configuration. That
> should give you an idea of what’s included and how these bits interact
> with one another.
Good advise, thanks a lot.
>
> HTH!
>
> Ludo’.
Regards,
Adam
niedz., 19 maj 2019 o 10:05 Julien Lepiller napisał(a):
>
> Le 19 mai 2019 08:36:27 GMT+02:00, Adam Mazurkiewicz a
> écrit :
> >How to watch the initial variables values? There are some important
> >variables used in config.scm file. What would be the recommended way
Thanks. This is what I was looking for.
niedz., 19 maj 2019 o 08:41 napisał(a):
>
> I use archive manager: `guix package -s file-roller`
>
> May 19, 2019 6:37 AM, "Adam Mazurkiewicz" wrote:
>
> > I am looking for the software to extract and compress files as z
I am looking for the software to extract and compress files as zip,
bz2 etc. Something like Xarchiver in Debian. What to install for this?
How to watch the initial variables values? There are some important
variables used in config.scm file. What would be the recommended way
to extract eg the variable of %desktop-services ? And where are they
declared?
I have been trying to run Network Manager Applet with my internet usb
modem for a long time, but I have been always getting a result
"Insufficient privileges" when trying to add the modem connection. Now
I have no idea how to achieve it or even debug. Please help me at
least in one of ways:
1. Show
śr., 8 maj 2019 o 14:55 Ludovic Courtès napisał(a):
>
> Hello,
>
> Adam Mazurkiewicz skribis:
>
> > I installed networkmanager in my Xfce Desktop Environment, but it did
> > not allow to add new connections.
>
> What application do you use to manage NetworkManag
śr., 8 maj 2019 o 14:58 Ludovic Courtès napisał(a):
>
> Hi Adam,
>
> Adam Mazurkiewicz skribis:
>
> > root@gnu ~# guix system init /mnt/etc/config.scm /mnt/
> > /mnt/etc/config.scm:5:0: error: extraneous field initializers
> > (keyboard-layout)
> > root
This is installing from usb flash stick, not reconfiguring, so I cannot use
"guix pull". The version I use is this: "
https://ftp.gnu.org/gnu/guix/guix-system-install-1.0.0.x86_64-linux.iso.xz";.
It is the latest one, I guess.
śr., 8 maj 2019 o 11:01 Ricardo Wurmus n
izers
(keyboard-layout)
root@gnu ~# guix describe
guix describe: error: failed to determine origin
root@gnu ~#
śr., 8 maj 2019 o 08:46 swedebugia napisał(a):
> On 2019-05-08 07:00, Adam Mazurkiewicz wrote:
> ...
>
> >
> > Using this file caused the error:
> >
I am a newbie and I am learning installing Guixsd step by step. I have
surprised that using a config file from a documentation generates the
error. Actually I am not sure if I am doing mistakes or the documentation
is wrong. I used the config file from a site:
https://www.gnu.org/software/guix/man
I installed networkmanager in my Xfce Desktop Environment, but it did
not allow to add new connections. A message was "Insufficient
privileges". After some googling I got to conclusion that the polkit
service is needed to fix it. Now I am trying to add the polkit-service
in the way I have seen at s
I prepared my config.scm file and reconfigured Guix to install
Networkmanager for my Xfce Desktop Environment. It worked but I have
no possibility to add new connections. When I try to save a new
connection the message "insufficient privileges" appears. How to fix
it?
How to set Polish keyboard layout to get Polish special letters?
https://dailyweb.pl/wp-content/uploads/2016/11/zazolc.png
They should be available in Gedit, Web browser address bar, etc. I
have Xfce Desktop Environment.
--
trzczy
What is the way to synchronize files with a remote storage like
Dropbox? I work in several places and I need to get the same document
files in these places. On Debian I was using just Dropbox. I need a
free solution from Guixsd.
--
trzczy
Hi Julien,
Julien Lepiller writes:
>
> On GuixSD, we have an openvpn service, see
> https://guix.info/manual/en/VPN-Services.html#VPN-Services. Once
> configured, you can always start and stop it with "herd start
> openvpn-client" and "herd stop openvpn-client".
Thanks for the link, I look forwa
ion after I have finished
openvpn. Also depending on your setup you might need to
either run as root, or sprinkle sudos before the nmcli
calls.
This works well for me, but I strongly doubt it is the
recommended way using openvpn. If anyone has a better way
I'd also love to hear it.
Best,
On Mon, Jul 25, 2016 at 11:09:41PM +0200, Andreas Enge wrote:
> On Sun, Jul 24, 2016 at 02:05:28PM +1000, Adam Bolte wrote:
> > I have a machine that always overheats running GuixSD, and I would
> > like the fans to constantly run at maximum until I can find a better
> > solu
with
how it all works. Then it's just a matter of finding the time to read
and experiment. :)
Cheers,
Adam
signature.asc
Description: PGP signature
boot:
# echo level full-speed > /proc/acpi/ibm/fan
In Debian this can be done by dropping the configuration into
/etc/sysctl.d/.
Is there a way to edit my config.scm file to make the above changes?
-Adam
signature.asc
Description: PGP signature
90 matches
Mail list logo