Running the attached config in a QEMU image, 'avahi-resolve
.local' works but 'ssh .local' fails w/ "Name or service not
known".
E.g, ...
g1@server02 ~$ avahi-resolve --name nemo.local
nemo.local fe80::1ccf:c589:7e5f:a21f
g1@server02 ~$ ssh -vvv nemo.local
OpenSSH_7.6p1, OpenSSL 1.0.2n 7 D
Hi Mike and ng0,
Mike Gerwitz skribis:
> Downloading
> https://mirror.hydra.gnu.org/guix/nar/5rnvmy02yazy8iwaa91kijbbqp8qmflz-texlive-20170524-texmf.tar.xz...
> texlive-20170524-texmf.tar.xz 2.23GiB 948KiB/s 00:05 [ ]
> 0.2%
> guix substitute: error: TLS error in procedur
Hi Alex,
Alex ter Weele skribis:
> The following derivation will be built:
> /gnu/store/ciawm53ygcvs7gfpb54wpzb4kkgnag9i-guix-latest.drv
> copying and compiling to
> '/gnu/store/r82flrikwwd6ir0qlbc8ssm1n1m2z9dw-guix-latest' with Guile 2.2.3...
> loading... 25.9% of 667 fil
Hi Danny,
Danny Milosavljevic skribis:
> In guix/build/download.scm:
> 406:4 4 (open-connection-for-uri _ #:timeout _ # _)
>407:14 3 (thunk)
>342:14 2 (open-socket-for-uri #< scheme: https userinfo: #…> …)
> 321:4 1 (ensure-uri #< scheme: https userinfo: #f host: "p…>)
> In u
Alex ter Weele skribis:
> This may be closeable because I didn't notice that ghc-monadplus is
> already a package.
For now I’ve merged it with #23961, because it’s really a shortcoming in
the Cabal parser.
Thanks!
Ludo’.
Hi Danny,
On 02/24/2018 at 14:51 Danny Milosavljevic writes:
>> > Is there still a cursor?
>>
>> NO.
>
> That's... bad.
>
> The tool I'd need to debug this (fbset) is not available in Guix.
>
> And my guix git checkout is a little under construction.
>
> So can you please try to guix package -
Hey,
Danny Milosavljevic skribis:
>> Usually I'm not a fan of overriding user settings (in this case the kernel
>> command line) but in this case it's OK since the rest of the system at least
>> can be sure that we have UTF-8 VTs.
>
> Aha, the gnu/services/base.scm tries to make sure that an UTF
Hi again,
Alex ter Weele skribis:
> The following derivation will be built:
> /gnu/store/ciawm53ygcvs7gfpb54wpzb4kkgnag9i-guix-latest.drv
> copying and compiling to
> '/gnu/store/r82flrikwwd6ir0qlbc8ssm1n1m2z9dw-guix-latest' with Guile 2.2.3...
> loading... 25.9% of 667 fi
Try the attached one...
(use-modules (guix packages) (guix download) (guix build-system gnu) (guix licenses) (gnu packages bison) (gnu packages flex))
(package
(name "fbset")
(version "2.1")
(source (origin
(method url-fetch)
(uri (string-append "http://users.
On 02/26/2018 at 17:32 Danny Milosavljevic writes:
> Try the attached one...
g1@g1 ~/bug/bug#30467-vga-no-login$ sudo fbset
mode "1280x1024"
geometry 1280 1024 1280 1024 32
timings 0 0 0 0 0 0 0
accel true
rgba 8/16,8/8,8/0,0/0
endmode
g1@g1 ~/bug/bug#30467-vga-no-login$
Hello,
one of my latest cuirass runs ended in this:
...
In ice-9/boot-9.scm:
705:2 12 (call-with-prompt _ _ #)
705:2 11 (call-with-prompt _ _ #)
In ice-9/eval.scm:
619:8 10 (_ #(#(# # …)))
In srfi/srfi-1.scm:
640:9 9 (for-each # (((#:name . #) …)))
In cuirass/base.scm:
576:15
Hello,
the cuirass service requires TLS certificates to do continuous integration
of guix (or more generally, git repositories served over https). This works
when nss-certs is installed as a global package in the system.
Should the service depend on the nss-certs package? Or maybe take as an
opti
Hi Ludo,
On Mon, 26 Feb 2018 18:09:53 +0100
l...@gnu.org (Ludovic Courtès) wrote:
> 1. status quo, i.e., tcsetattr without %G in the ‘term-ttyN’ services;
>
> 2. remove the tcsetattr call, write “1” to
> /sys/module/vt/parameters/default_utf8;
>
> 3. do nothing (no tcsetattr, no /sys
sshd fails to start in a desktop config (destop03.scm, attached)
The shepherd.log contains (full log attached) ...
g1@g1 ~/bug/sshtoXFCE/log$ grep could shepherd.log
2018-02-26 18:07:47 Service user-homes could not be started.
2018-02-26 18:07:48 Service term-auto could not be started.
2018-02-26
> root@desktop03 /gnu/store# sshd -d -f
> /gnu/store/ky9d1r3kj7yv6sbf8cjp23ym95lc5kss-sshd_config
> sshd re-exec requires execution with an absolute path
Try
$(which sshd) -d -f /gnu/store/ky9d1r3kj7yv6sbf8cjp23ym95lc5kss-sshd_config
On 02/26/2018 at 23:58 Danny Milosavljevic writes:
>> root@desktop03 /gnu/store# sshd -d -f
>> /gnu/store/ky9d1r3kj7yv6sbf8cjp23ym95lc5kss-sshd_config
>> sshd re-exec requires execution with an absolute path
>
> Try
>
> $(which sshd) -d -f
> /gnu/store/ky9d1r3kj7yv6sbf8cjp23ym95lc5kss-sshd_confi
Hello,
The package cdogs-sdl (release 0.6.6) seems to build fine, i.e., it is
successfully added to the store. Yet, whenever I try to run it with
"cdogs-sdl" command, it stops with a floating point exception.
Regards,
--
Nicolas Goaziou0x80A93738
2018-02-26 8:23 GMT+01:00 Gábor Boskovits :
> 2018-02-25 12:16 GMT+01:00 Julien Lepiller :
>
>> Le Mon, 19 Feb 2018 14:55:04 +0100,
>> Ricardo Wurmus a écrit :
>>
>> > Sometimes I get this error when building java-testng 6.14.2:
>> >
>> > --8<---cut here---start---
18 matches
Mail list logo