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
mespaces: not implemented Jun 3, 2021, 18:51 by bone.bab...@disroot.org: > > Adam Kandur writes: > >> Hi Bone, >> thank you but this command didn't helped, i got >> ``` >> Service dockerd could not be started. >> herd: failed to start service docke

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
thank you! adding ---     (arguments `(#:phases    (modify-phases %standard-phases (add-before 'check 'set-test-environment    (lambda _ (setenv "HOME" "/tmp") #t)--- solved this problem ^_^ could anybody describe in details what went wrong?

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
hi, i realized that i have this problem with sbcl itself, if i install sbcl in my main profile (without any of my packages, only sbcl from guix channel) i still got this error: fatal error encountered in SBCL pid 1954 tid 1954: Unhandled SIGILL at 0x52000e9d. Welcome to LDB, a low-level debugge

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
hi it helped. after "guix environment emacs" configuration was ok. but there some additional questions i have: 1) where "guix environment emacs" look for env description? 2) i tried to recreate env using inputs described in gnu/packages/emacs.scm in emacs package but got error described in the fi

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?