15 Jul 2023 |
| @tinwood:matrix.org joined the room. | 19:01:18 |
16 Jul 2023 |
| @windchimesofmagic:matrix.org joined the room. | 02:35:59 |
18 Jul 2023 |
| Jonas Chevalier changed their display name from zimbatm to Jonas Chevalier. | 11:07:05 |
25 Jul 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 01:56:54 |
27 Jul 2023 |
| ribosomerocker joined the room. | 02:59:06 |
1 Aug 2023 |
| Christina Sørensen joined the room. | 11:09:01 |
| wriver4 joined the room. | 15:12:17 |
3 Aug 2023 |
| @lotte:chir.rs changed their profile picture. | 12:51:25 |
| @silvio:booq.org left the room. | 16:20:11 |
5 Aug 2023 |
| @fpletz:lodere.es joined the room. | 11:59:53 |
Tobias Pankrath | I just tried to build an azure images on an azure vm, but a 'x86_64-linux' with features {kvm} is required to build '/nix/store/8pb7ph0p7j1mhwsiz9mfmp92ps6nvx24-azure-image.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, nixos-test, uid-range} . Is there a way to circumvent this? | 12:10:43 |
Tobias Pankrath | azureuser@vet-tst-vm:~/$ sudo /usr/sbin/kvm-ok INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used that explains is. | 12:20:52 |
Tobias Pankrath | * azureuser@vet-tst-vm:~/$ sudo /usr/sbin/kvm-ok INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used that explains it. | 12:20:59 |
Tobias Pankrath | If anyone knows how to build images on azure, please let me know. I only found some info about instance types that support kvm (DC.*), but they don't seem to be available anymore. | 12:35:33 |
j4m3s | Well, I'm not familiar with azure VMs supporting kvm virtualization. If your does however, you also need to configure your nix machine to accept build by adding this to settings :
nix.settings.system-features = ["kvm"];
With a quick googling (I don't have access to an azure account), seems like Ev3 / Dv3 support it. You need to look for "nested virtualization" (see https://stackoverflow.com/questions/49099428/is-it-possible-to-run-kvm-on-azure https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/nested-virtualization https://learn.microsoft.com/en-us/azure/virtual-machines/ev3-esv3-series https://learn.microsoft.com/en-us/azure/virtual-machines/dv3-dsv3-series)
| 12:45:42 |