, 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
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
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
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?
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
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
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
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
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?
31 matches
Mail list logo