Report forwarded
to bug-guix@gnu.org: bug#29965; Package guix.
(Wed, 03 Jan 2018 19:37:01 GMT) (full text, mbox, link).
Acknowledgement sent
to Catonano <catonano@gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix@gnu.org.
(Wed, 03 Jan 2018 19:37:02 GMT) (full text, mbox, link).
I managed to use system vm-image instead of system vm and I have to say it
fares better
I can fiddle with qemu switches and I managed to allow my virtual machine
to reach out on the network,
The machine is faster and less awkard, the terminal background is dark
instead of sun bright
So this bug is not urgent
But I still think this is a bug. system vm is a Guix feature and the
machine it provides should be able to get on the network, I think
On Wed, Jan 03, 2018 at 11:10:08PM +0100, Catonano wrote:
> I managed to use system vm-image instead of system vm and I have to say it
> fares better
>
> I can fiddle with qemu switches and I managed to allow my virtual machine
> to reach out on the network,
>
> The machine is faster and less awkard, the terminal background is dark
> instead of sun bright
>
> So this bug is not urgent
>
> But I still think this is a bug. system vm is a Guix feature and the
> machine it provides should be able to get on the network, I think
When you run the script created by `guix system vm`, you can add
arguments to QEMU on the command-line. For example,
$ /gnu/store/...-run-vm.sh -net user -net nic,model=virtio
Or even:
$(guix system vm config.scm) -net user -net nic,model=virtio
2018-01-03 23:45 GMT+01:00 Leo Famulari <leo@famulari.name>:
> On Wed, Jan 03, 2018 at 11:10:08PM +0100, Catonano wrote:
> > I managed to use system vm-image instead of system vm and I have to say
> it
> > fares better
> >
> > I can fiddle with qemu switches and I managed to allow my virtual machine
> > to reach out on the network,
> >
> > The machine is faster and less awkard, the terminal background is dark
> > instead of sun bright
> >
> > So this bug is not urgent
> >
> > But I still think this is a bug. system vm is a Guix feature and the
> > machine it provides should be able to get on the network, I think
>
> When you run the script created by `guix system vm`, you can add
> arguments to QEMU on the command-line.
Ah, this didn't come to my mind !
> For example,
>
> $ /gnu/store/...-run-vm.sh -net user -net nic,model=virtio
>
I see. Wonderful
> Or even:
>
> $(guix system vm config.scm) -net user -net nic,model=virtio
>
What' s this ?
What does come out of "$(guix system config.scm)" ?
Hello Catonano,
Catonano <catonano@gmail.com> writes:
[...]
>> $(guix system vm config.scm) -net user -net nic,model=virtio
>
> What' s this ?
> What does come out of "$(guix system config.scm)" ?
/gnu/store/...-run-vm.sh comes out of this and replaces $(…) thing.
As I understand from the video you posted at the thread beginning,
produced QEMU virtual machine doesn't have a network connection.
How did you come to this? "ping" will not work for QEMU machines by
default, but the network should work.
You could try to open a web-page with a browser or do anything except
programs like "ping" which uses (ICMP protocol).
Oleg.
2018-01-04 15:50 GMT+01:00 Oleg Pykhalov <go.wigust@gmail.com>:
> Hello Catonano,
>
> Catonano <catonano@gmail.com> writes:
>
> [...]
>
> >> $(guix system vm config.scm) -net user -net nic,model=virtio
> >
> > What' s this ?
> > What does come out of "$(guix system config.scm)" ?
>
> /gnu/store/...-run-vm.sh comes out of this and replaces $(…) thing.
>
Yes, later I realized that. Thanks
>
>
> As I understand from the video you posted at the thread beginning,
> produced QEMU virtual machine doesn't have a network connection.
>
> How did you come to this? "ping" will not work for QEMU machines by
> default, but the network should work.
>
> You could try to open a web-page with a browser or do anything except
> programs like "ping" which uses (ICMP protocol).
no, you're right, the network might be working
I should test a browser
It surely works in the vm produced with "guix system vm-image..."
But it may be working with the vm created with "guix system vm" too
Thanks !
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/.