On Wed, Jun 29, 2016 at 11:48:42AM -0400, Leo Famulari wrote:
> How does OpenSSH get entropy without blocking on first boot?
According to 'INSTALL' in the OpenSSH source code, OpenSSH gets random
numbers from the "libcrypto" backup, which for us is OpenSSL, which uses
/dev/urandom.
> ... I don't follow this. Are you referring to the posts above?
The idea was that replacing /dev/random with /dev/hwrng would do the trick,
https://git.lysator.liu.se/lsh/lsh/blob/master/src/lsh-make-seed.c#L237
but I haven't actually tested it.
I didn't get lsh to work with rngd-service becau
David Craven writes:
[...]
>>
>> From: myglc2
>>
>> David Craven writes:
>>
>>> So I packaged rng-tools and created a shepherd service, but I realized
>>> that the service needs to be started before the activation part of the
>>> lsh service. What's the best way to do this?
>>>
>>> https://git.
aging the list at
> help-guix-ow...@gnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Help-Guix digest..."
>
>
> Today's Topics:
>
>1. Re:
David Craven writes:
> So I packaged rng-tools and created a shepherd service, but I realized
> that the service needs to be started before the activation part of the
> lsh service. What's the best way to do this?
>
> https://git.lysator.liu.se/lsh/lsh/blob/master/src/lsh-make-seed.c#L1075
>
> On
l...@gnu.org (Ludovic Courtès) writes:
> myglc2 skribis:
>
>> Leo Famulari writes:
>>
>>> On Wed, Jun 29, 2016 at 10:10:35AM -0400, Thompson, David wrote:
On Wed, Jun 29, 2016 at 2:57 AM, myglc2 wrote:
> I have a headless server running Guix/Debian 8.3 on which I would like
> to
myglc2 skribis:
> Leo Famulari writes:
>
>> On Wed, Jun 29, 2016 at 10:10:35AM -0400, Thompson, David wrote:
>>> On Wed, Jun 29, 2016 at 2:57 AM, myglc2 wrote:
>>> > I have a headless server running Guix/Debian 8.3 on which I would like
>>> > to run some guix vms. So far, I have a script (see m
Leo Famulari writes:
> On Wed, Jun 29, 2016 at 10:10:35AM -0400, Thompson, David wrote:
>> On Wed, Jun 29, 2016 at 2:57 AM, myglc2 wrote:
>> > I have a headless server running Guix/Debian 8.3 on which I would like
>> > to run some guix vms. So far, I have a script (see mkvm.sh, attached)
>> > th
"Thompson, David" writes:
> On Wed, Jun 29, 2016 at 2:57 AM, myglc2 wrote:
>> I have a headless server running Guix/Debian 8.3 on which I would like
>> to run some guix vms. So far, I have a script (see mkvm.sh, attached)
>> that runs a single vm. It has some issues:
[...]
> What is the QEMU c
So I packaged rng-tools and created a shepherd service, but I realized
that the service needs to be started before the activation part of the
lsh service. What's the best way to do this?
https://git.lysator.liu.se/lsh/lsh/blob/master/src/lsh-make-seed.c#L1075
On Wed, Jun 29, 2016 at 8:23 PM, Davi
HW_RANDOM_VIRTIO is enabled in the default kernel.
Starting the vm like this enables the hwrng:
/gnu/store/3rqbwx34kfa789jbywfbxl90nids08cf-run-vm.sh -device virtio-rng-pci
and it works as can be verified by
cat /dev/hwrng
The only missing components from what I can tell is packaging rng-tools
an
On Wed, Jun 29, 2016 at 10:10:35AM -0400, Thompson, David wrote:
> On Wed, Jun 29, 2016 at 2:57 AM, myglc2 wrote:
> > I have a headless server running Guix/Debian 8.3 on which I would like
> > to run some guix vms. So far, I have a script (see mkvm.sh, attached)
> > that runs a single vm. It has s
On Wed, Jun 29, 2016 at 2:57 AM, myglc2 wrote:
> I have a headless server running Guix/Debian 8.3 on which I would like
> to run some guix vms. So far, I have a script (see mkvm.sh, attached)
> that runs a single vm. It has some issues:
>
> 1) lsh-service hangs waiting for keystrokes on the QEMU c
I have a headless server running Guix/Debian 8.3 on which I would like
to run some guix vms. So far, I have a script (see mkvm.sh, attached)
that runs a single vm. It has some issues:
1) lsh-service hangs waiting for keystrokes on the QEMU console
2) passwords need to be set in the QEMU console
14 matches
Mail list logo