[Nix-dev] libvirt/nixops (Joachim Schiele)
Thomas Bereknyei
tomberek at gmail.com
Mon Sep 5 16:26:25 CEST 2016
I got this working a few weeks ago and had the same issue. Did you modify
your network using `virsh net-edit default'? I think you need to. Mine is:
<network>
<name>default</name>
<uuid>some--uuid</uuid>
<forward mode='nat'/>
<bridge name='virbr0' stp='on' delay='0'/>
<mac address='some mac'/>
<ip address='192.168.122.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.122.2' end='192.168.122.254'/>
</dhcp>
</ip>
</network>
>
> Message: 1
> Date: Mon, 5 Sep 2016 10:51:06 +0200
> From: Joachim Schiele <js at lastlog.de>
> To: nix-dev at lists.science.uu.nl
> Cc: nix-dev <nix-dev at lists.science.uu.nl>
> Subject: Re: [Nix-dev] libvirt/nixops
> Message-ID: <a24ffcae-cdd1-2fb3-04cc-d38f5bec5a9e at lastlog.de>
> Content-Type: text/plain; charset=UTF-8
>
> https://github.com/NixOS/nixops/issues/500
>
> On 05.09.2016 10:24, Domen Ko?ar wrote:
> > That hints the qemu didn't come up, can you paste the contents of files
> > in /var/log/libvirt/qemu/ somewhere?
> >
> > Maybe best to open an issue on nixops github and let's continue there!
> >
> > On Sun, Sep 4, 2016 at 11:22 PM, Joachim Schiele <js at lastlog.de
> > <mailto:js at lastlog.de>> wrote:
> >
> > it is empty, see
> >
> > virsh -c qemu:///system net-dhcp-leases --network default
> > Expiry Time MAC address Protocol IP
> > address Hostname Client ID or DUID
> >
> -------------------------------------------------------------------------------------------------------------------
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20160905/946b8cdb/attachment-0001.html>
More information about the nix-dev
mailing list