| 3 Jun 2023 |
| Charlotte 🦝 (it/its) changed their profile picture. | 09:03:35 |
| 4 Jun 2023 |
| Federico Damián Schonborn changed their profile picture. | 17:40:16 |
| 5 Jun 2023 |
| 🪐 joined the room. | 20:50:45 |
| 12 Jun 2023 |
| SomeoneSerge (UTC+3) changed their display name from Someone (still unhappy about setup hooks but oh well) to Someone (UTC+3). | 17:20:29 |
| 13 Jun 2023 |
| Federico Damián Schonborn changed their profile picture. | 20:55:38 |
| 14 Jun 2023 |
| raphi changed their display name from raphi (element unread channel fix when) to raphi. | 07:03:23 |
| emily joined the room. | 10:31:51 |
| j4m3s joined the room. | 12:17:49 |
| hexa left the room. | 16:16:10 |
| 17 Jun 2023 |
| luxus joined the room. | 06:24:35 |
| 18 Jun 2023 |
| quasineutral joined the room. | 09:50:06 |
| 25 Jun 2023 |
| kadawee joined the room. | 15:35:33 |
| 26 Jun 2023 |
| 0x joined the room. | 01:38:40 |
| 1 Jul 2023 |
| Charlotte 🦝 (it/its) changed their profile picture. | 09:45:00 |
| 7 Jul 2023 |
| Charlotte 🦝 (it/its) changed their profile picture. | 05:37:36 |
| 15 Jul 2023 |
| Alex K (tinwood) joined the room. | 19:01:18 |
| 16 Jul 2023 |
| windchimesofmagic 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 |
| Federico Damián Schonborn 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 |
| Charlotte 🦝 (it/its) changed their profile picture. | 12:51:25 |
| Silvio left the room. | 16:20:11 |
| 5 Aug 2023 |
| fpletz 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 |