Re: cannot build a kernel with my custom config

2025-03-16 Thread Adam
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

Re: cannot build a kernel with my custom config

2025-03-16 Thread Adam
+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

Re: cannot build a kernel with my custom config

2025-03-16 Thread Adam
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

cannot build a kernel with my custom config

2025-03-15 Thread Adam
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

Re: cannot pull from local copy of Guix repository

2025-03-02 Thread Adam
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

Re: cannot pull from local copy of Guix repository

2025-02-26 Thread Adam
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:

Re: cannot pull from local copy of Guix repository

2025-02-26 Thread Adam
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

cannot pull from local copy of Guix repository

2025-02-25 Thread Adam
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

Packaging a repository with git submodules

2024-11-07 Thread Adam
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?

Re: Direct symlink farm for transitive dependencies vs search paths

2024-09-17 Thread Adam Faiz
> 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

Re: What else could set the GUIX_PROFILE variable?

2024-06-22 Thread Adam McCartney via
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 /

What else could set the GUIX_PROFILE variable?

2024-06-21 Thread Adam McCartney via
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 /

Re: Where can I find the ca-certificates.crt file from the nss-certs package?

2024-05-20 Thread Adam McCartney
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

Re: Where can I find the ca-certificates.crt file from the nss-certs package?

2024-05-20 Thread Adam McCartney
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,

Re: Where can I find the ca-certificates.crt file from the nss-certs package?

2024-05-20 Thread Adam McCartney
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 /

Fwd: Is guix the right tool to get package definitions?

2024-04-30 Thread Adam
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

Is guix the right tool to get package definitions?

2024-04-22 Thread Adam
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

Re: When can package be added to Guix?

2024-01-13 Thread Adam Faiz via
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

Re: guix package build: can distcc be used?

2022-12-25 Thread Adam Faiz
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

guix builds the old guix version

2022-11-09 Thread Adam Kandur
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)

Re: Tried to send a patch

2022-09-05 Thread Adam Kandur
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

Tried to send a patch

2022-09-05 Thread Adam Kandur
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?

info about (identifier-syntax)

2022-05-27 Thread Adam Kandur
Hi guix! where i can find documentation about (identifier-syntax) (what it is and what it does)?

cannot build system from source during the installation

2022-04-01 Thread Adam Kandur
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

tor bridges in tor service

2022-02-23 Thread Adam Kandur
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.

git send-email

2021-12-30 Thread Adam Kandur
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

Re: guix as a hypervisor

2021-12-11 Thread Adam Kandur via
, 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 >>

guix as a hypervisor

2021-12-10 Thread Adam Kandur via
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?

Re: using docker in guix

2021-06-05 Thread Adam Kandur via
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

Re: using docker in guix

2021-06-04 Thread Adam Kandur via
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

Re: using docker in guix

2021-06-03 Thread Adam Kandur via
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

using docker in guix

2021-06-03 Thread Adam Kandur via
i'm sorry, i mean this error "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"

using docker in guix

2021-06-03 Thread Adam Kandur via
hi everyone! i've added docker-service-type but cannot user docker and get this error "930e243adc9721e53ace815c19ba216c58a8f6b2b1d40d8d970b16046fbba37a"

how to use gccgo?

2021-06-03 Thread Adam Kandur via
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.

Re: newbe question

2021-05-11 Thread Adam Kandur via
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

newbe question

2021-05-11 Thread Adam Kandur via
hi everyone! is there any example of command line application written in common lisp and packed with guix?

Re: cannot "guix pull"

2021-03-21 Thread Adam Kandur via
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 >> > >> >

cannot "guix pull"

2021-03-20 Thread Adam Kandur via
hi everyone! i got this error trying to "guix pull" http://paste.debian.net/1190170/

Re: help with emacs package

2020-12-10 Thread Adam Kandur via
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

Re: help with emacs package

2020-12-10 Thread Adam Kandur via
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,

help with emacs package

2020-12-09 Thread Adam Kandur via
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")

Re: problem with common lisp

2020-10-24 Thread Adam Kandur via
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

Re: problem with common lisp

2020-10-24 Thread Adam Kandur via
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

help with cyrillic in games

2020-10-24 Thread Adam Kandur via
hi everyone! i cannot type cyrillic chars in games (for example in xonotic). it refuses to print out any chars when i change layout

problem with common lisp

2020-10-21 Thread Adam Kandur via
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"

need help with cl packaging

2020-08-29 Thread Adam Kandur via
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

Re: building emacs from tarball inside guix env

2020-08-20 Thread Adam Kandur via
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

building emacs from tarball inside guix env

2020-08-20 Thread Adam Kandur via
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"   

running gui aps in docker

2020-08-19 Thread Adam Kandur via
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

what about custom licenses?

2020-08-01 Thread Adam Kandur via
hi everyone! i packed some cl libs. but they have custom (foss) licenses. how i can describe it in guix?

newbe question

2020-06-03 Thread Adam Kandur via
hi everyone! why when i "$ guix pull" i need to connect to ci.guix.gnu.org?

zlib licence

2020-05-14 Thread Adam Kandur via
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

fix chessx

2020-05-14 Thread Adam Kandur via
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

keyboard layout

2020-03-19 Thread Adam Kandur via
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?

how to suspend guix system?

2020-03-14 Thread Adam Kandur via
Hi everyone, what is an alternative to "systemctl suspend" in guix?

Re: how to run docker?

2020-03-12 Thread Adam Kandur via
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? > >

how to run docker?

2020-03-12 Thread Adam Kandur via
hi, guixers! Sorry for newbe question. How yo run docker service after installation docker package?

Re: bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-08-11 Thread Adam Mazurkiewicz
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

Re: bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-12 Thread Adam Mazurkiewicz
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

Re: bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-07 Thread Adam Mazurkiewicz
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

Re: bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-05 Thread Adam Mazurkiewicz
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

Re: bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-05 Thread Adam Mazurkiewicz
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

modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-04 Thread Adam Mazurkiewicz
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:

Checking out if an ALSA driver for a sound card is installed

2019-06-19 Thread Adam Mazurkiewicz
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

Creative Labs Sound Blaster Audigy 2 PCI does not work

2019-06-17 Thread Adam Mazurkiewicz
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.

PCI Sound Card SB0240 is installed but not visible in Audio Mixer

2019-06-09 Thread Adam Mazurkiewicz
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

Re: Using an ntp service

2019-05-24 Thread Adam Mazurkiewicz
ś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

Re: Guixsd adds 2 hours to a BIOS time

2019-05-24 Thread Adam Mazurkiewicz
ś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

Guixsd adds 2 hours to a BIOS time

2019-05-22 Thread Adam Mazurkiewicz
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

Using an ntp service

2019-05-22 Thread Adam Mazurkiewicz
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

Re: Initial variables value?

2019-05-22 Thread Adam Mazurkiewicz
> 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

Fwd: Initial variables value?

2019-05-22 Thread Adam Mazurkiewicz
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

Re: Compression software for common compressing formats

2019-05-19 Thread Adam Mazurkiewicz
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

Compression software for common compressing formats

2019-05-18 Thread Adam Mazurkiewicz
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?

Initial variables value?

2019-05-18 Thread Adam Mazurkiewicz
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?

Minimal config to get Network Manager Applet with usb modem support.

2019-05-12 Thread Adam Mazurkiewicz
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

Re: Adding a polkit-service to fix networkmanager

2019-05-10 Thread Adam Mazurkiewicz
ś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

Re: Original config from a documentation causes an error with keyboard-layout function

2019-05-10 Thread Adam Mazurkiewicz
ś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

Re: Original config from a documentation causes an error with keyboard-layout function

2019-05-08 Thread Adam Mazurkiewicz
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

Re: Original config from a documentation causes an error with keyboard-layout function

2019-05-08 Thread Adam Mazurkiewicz
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: > >

Original config from a documentation causes an error with keyboard-layout function

2019-05-07 Thread Adam Mazurkiewicz
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

Adding a polkit-service to fix networkmanager

2019-05-06 Thread Adam Mazurkiewicz
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

"Insufficient privileges" message when saving a new connection in Networkmanager

2019-05-05 Thread Adam Mazurkiewicz
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?

National keyboard layout for Polish

2019-04-12 Thread Adam Mazurkiewicz
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

Way to synchronize files like Dropbox

2019-04-12 Thread Adam Mazurkiewicz
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

Re: openvpn with networkmanager

2018-09-11 Thread Adam Massmann
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

Re: openvpn with networkmanager

2018-09-10 Thread Adam Massmann
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,

Re: Kernel module arguments and custom /proc settings

2016-07-28 Thread Adam Bolte
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

Re: Kernel module arguments and custom /proc settings

2016-07-28 Thread Adam Bolte
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

Kernel module arguments and custom /proc settings

2016-07-24 Thread Adam Bolte
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