Re: [Nix-dev] nixops box deployment via kvm-libvirtd

2016-01-13 Thread rohit yadav
The problem still persist.

- I tried directly launching img file with qemu, and keyboard responds if
keyboard layout is specified. So, I am assuming it to be some VNC issue. I
still dunno know how to specify this to virsh or virt-manager.
- The networking issue still persists. I suspect it to be libvirt related
issue rather than nixops.

-Rohit

On Wed, Jan 13, 2016 at 1:31 AM, Domen Kožar  wrote:

> Use nixopsUnstable from unstable channel
>
> On Wed, 13 Jan 2016, 01:53 rohit yadav  wrote:
>
>> ​Hi,
>>
>> The nixops is able to deploy machine and run (verified using virsh
>> command) as well with targetEnv="libvirtd". However, it gets stuck while
>> obtaining ip address. From "journalctl -xe" it appears to be requesting ip
>> from a non virbr0 port. How to make the virbr0 default? I does not let me
>> configure it using gui.
>>
>> Also, while trying to directly access the machine using virt-manager, the
>> VM console window does not respond to any key-stroke. Any clue as what
>> could be wrong here?
>>
>> Thanks,
>> Rohit
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] nixops box deployment via kvm-libvirtd

2016-01-13 Thread rohit yadav
Hi Domen,

Thanks. I rebuilt the configuration with following option
networking.firewall.reversePath = false; and used nixopsUnstable and it
works fine now.

Thanks,
Rohit

On Wed, Jan 13, 2016 at 1:03 PM, rohit yadav 
wrote:

> ​It return the following. I am on IRC #nixos channel with name "rowhit"
>
> [image: Inline image 1]
>
> On Wed, Jan 13, 2016 at 12:50 PM, Domen Kožar  wrote:
>
>> Are you on IRC? #nixos will be faster.
>>
>> What's the output of: $ virsh -c qemu:///system net-dhcp-leases --network
>> default
>>
>> On Wed, Jan 13, 2016 at 7:44 PM, rohit yadav 
>> wrote:
>>
>>> nixops 1.3.1pre1673_a0d5681
>>>
>>> On Wed, Jan 13, 2016 at 12:39 PM, Domen Kožar  wrote:
>>>
 Can you run: $ nixops --version

 On Wed, Jan 13, 2016 at 7:12 PM, rohit yadav 
 wrote:

> The problem still persist.
>
> - I tried directly launching img file with qemu, and keyboard responds
> if keyboard layout is specified. So, I am assuming it to be some VNC 
> issue.
> I still dunno know how to specify this to virsh or virt-manager.
> - The networking issue still persists. I suspect it to be libvirt
> related issue rather than nixops.
>
> -Rohit
>
> On Wed, Jan 13, 2016 at 1:31 AM, Domen Kožar  wrote:
>
>> Use nixopsUnstable from unstable channel
>>
>> On Wed, 13 Jan 2016, 01:53 rohit yadav 
>> wrote:
>>
>>> ​Hi,
>>>
>>> The nixops is able to deploy machine and run (verified using virsh
>>> command) as well with targetEnv="libvirtd". However, it gets stuck while
>>> obtaining ip address. From "journalctl -xe" it appears to be requesting 
>>> ip
>>> from a non virbr0 port. How to make the virbr0 default? I does not let 
>>> me
>>> configure it using gui.
>>>
>>> Also, while trying to directly access the machine using
>>> virt-manager, the VM console window does not respond to any key-stroke. 
>>> Any
>>> clue as what could be wrong here?
>>>
>>> Thanks,
>>> Rohit
>>> ___
>>> nix-dev mailing list
>>> nix-dev@lists.science.uu.nl
>>> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>>>
>>
>

>>>
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] nixops box deployment via kvm-libvirtd

2016-01-13 Thread Domen Kožar
Are you on IRC? #nixos will be faster.

What's the output of: $ virsh -c qemu:///system net-dhcp-leases --network
default

On Wed, Jan 13, 2016 at 7:44 PM, rohit yadav 
wrote:

> nixops 1.3.1pre1673_a0d5681
>
> On Wed, Jan 13, 2016 at 12:39 PM, Domen Kožar  wrote:
>
>> Can you run: $ nixops --version
>>
>> On Wed, Jan 13, 2016 at 7:12 PM, rohit yadav 
>> wrote:
>>
>>> The problem still persist.
>>>
>>> - I tried directly launching img file with qemu, and keyboard responds
>>> if keyboard layout is specified. So, I am assuming it to be some VNC issue.
>>> I still dunno know how to specify this to virsh or virt-manager.
>>> - The networking issue still persists. I suspect it to be libvirt
>>> related issue rather than nixops.
>>>
>>> -Rohit
>>>
>>> On Wed, Jan 13, 2016 at 1:31 AM, Domen Kožar  wrote:
>>>
 Use nixopsUnstable from unstable channel

 On Wed, 13 Jan 2016, 01:53 rohit yadav 
 wrote:

> ​Hi,
>
> The nixops is able to deploy machine and run (verified using virsh
> command) as well with targetEnv="libvirtd". However, it gets stuck while
> obtaining ip address. From "journalctl -xe" it appears to be requesting ip
> from a non virbr0 port. How to make the virbr0 default? I does not let me
> configure it using gui.
>
> Also, while trying to directly access the machine using virt-manager,
> the VM console window does not respond to any key-stroke. Any clue as what
> could be wrong here?
>
> Thanks,
> Rohit
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>

>>>
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] nixops box deployment via kvm-libvirtd

2016-01-13 Thread rohit yadav
​It return the following. I am on IRC #nixos channel with name "rowhit"

[image: Inline image 1]

On Wed, Jan 13, 2016 at 12:50 PM, Domen Kožar  wrote:

> Are you on IRC? #nixos will be faster.
>
> What's the output of: $ virsh -c qemu:///system net-dhcp-leases --network
> default
>
> On Wed, Jan 13, 2016 at 7:44 PM, rohit yadav 
> wrote:
>
>> nixops 1.3.1pre1673_a0d5681
>>
>> On Wed, Jan 13, 2016 at 12:39 PM, Domen Kožar  wrote:
>>
>>> Can you run: $ nixops --version
>>>
>>> On Wed, Jan 13, 2016 at 7:12 PM, rohit yadav 
>>> wrote:
>>>
 The problem still persist.

 - I tried directly launching img file with qemu, and keyboard responds
 if keyboard layout is specified. So, I am assuming it to be some VNC issue.
 I still dunno know how to specify this to virsh or virt-manager.
 - The networking issue still persists. I suspect it to be libvirt
 related issue rather than nixops.

 -Rohit

 On Wed, Jan 13, 2016 at 1:31 AM, Domen Kožar  wrote:

> Use nixopsUnstable from unstable channel
>
> On Wed, 13 Jan 2016, 01:53 rohit yadav 
> wrote:
>
>> ​Hi,
>>
>> The nixops is able to deploy machine and run (verified using virsh
>> command) as well with targetEnv="libvirtd". However, it gets stuck while
>> obtaining ip address. From "journalctl -xe" it appears to be requesting 
>> ip
>> from a non virbr0 port. How to make the virbr0 default? I does not let me
>> configure it using gui.
>>
>> Also, while trying to directly access the machine using virt-manager,
>> the VM console window does not respond to any key-stroke. Any clue as 
>> what
>> could be wrong here?
>>
>> Thanks,
>> Rohit
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>>
>

>>>
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] nixops box deployment via kvm-libvirtd

2016-01-13 Thread rohit yadav
nixops 1.3.1pre1673_a0d5681

On Wed, Jan 13, 2016 at 12:39 PM, Domen Kožar  wrote:

> Can you run: $ nixops --version
>
> On Wed, Jan 13, 2016 at 7:12 PM, rohit yadav 
> wrote:
>
>> The problem still persist.
>>
>> - I tried directly launching img file with qemu, and keyboard responds if
>> keyboard layout is specified. So, I am assuming it to be some VNC issue. I
>> still dunno know how to specify this to virsh or virt-manager.
>> - The networking issue still persists. I suspect it to be libvirt related
>> issue rather than nixops.
>>
>> -Rohit
>>
>> On Wed, Jan 13, 2016 at 1:31 AM, Domen Kožar  wrote:
>>
>>> Use nixopsUnstable from unstable channel
>>>
>>> On Wed, 13 Jan 2016, 01:53 rohit yadav  wrote:
>>>
 ​Hi,

 The nixops is able to deploy machine and run (verified using virsh
 command) as well with targetEnv="libvirtd". However, it gets stuck while
 obtaining ip address. From "journalctl -xe" it appears to be requesting ip
 from a non virbr0 port. How to make the virbr0 default? I does not let me
 configure it using gui.

 Also, while trying to directly access the machine using virt-manager,
 the VM console window does not respond to any key-stroke. Any clue as what
 could be wrong here?

 Thanks,
 Rohit
 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev

>>>
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] nixops box deployment via kvm-libvirtd

2016-01-13 Thread Domen Kožar
Can you run: $ nixops --version

On Wed, Jan 13, 2016 at 7:12 PM, rohit yadav 
wrote:

> The problem still persist.
>
> - I tried directly launching img file with qemu, and keyboard responds if
> keyboard layout is specified. So, I am assuming it to be some VNC issue. I
> still dunno know how to specify this to virsh or virt-manager.
> - The networking issue still persists. I suspect it to be libvirt related
> issue rather than nixops.
>
> -Rohit
>
> On Wed, Jan 13, 2016 at 1:31 AM, Domen Kožar  wrote:
>
>> Use nixopsUnstable from unstable channel
>>
>> On Wed, 13 Jan 2016, 01:53 rohit yadav  wrote:
>>
>>> ​Hi,
>>>
>>> The nixops is able to deploy machine and run (verified using virsh
>>> command) as well with targetEnv="libvirtd". However, it gets stuck while
>>> obtaining ip address. From "journalctl -xe" it appears to be requesting ip
>>> from a non virbr0 port. How to make the virbr0 default? I does not let me
>>> configure it using gui.
>>>
>>> Also, while trying to directly access the machine using virt-manager,
>>> the VM console window does not respond to any key-stroke. Any clue as what
>>> could be wrong here?
>>>
>>> Thanks,
>>> Rohit
>>> ___
>>> nix-dev mailing list
>>> nix-dev@lists.science.uu.nl
>>> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>>>
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev