bug#42252: Not possible to reliably port forward with "guix system vm" anymore

2020-07-07 Thread Christopher Lemmer Webber
In commit 5379392731b52eef22b4936637eb592b93e04318, the following change was introduced: modified gnu/system/vm.scm @@ -941,6 +941,7 @@ with '-virtfs' options for the host file systems listed in SHARED-FS." '()) "-no-reboot" + "-nic" "user,model=virtio-net-p

bug#42252: Not possible to reliably port forward with "guix system vm" anymore

2020-07-07 Thread Christopher Lemmer Webber
Christopher Lemmer Webber writes: > guix system vm config.scm --hostfwd=tcp::10022-:22 --hostfwd=tcp::-:80 > > kind of ugly, but it could work. WDYT? Kind of uglier, but more versatile: guix system vm config.scm --nic=user,model=virtio-net-pci,hostfwd=tcp::10022-:22,hostfwd=tcp::-:

bug#42252: Not possible to reliably port forward with "guix system vm" anymore

2020-07-07 Thread Christopher Lemmer Webber
Christopher Lemmer Webber writes: > Christopher Lemmer Webber writes: > >> guix system vm config.scm --hostfwd=tcp::10022-:22 --hostfwd=tcp::-:80 >> >> kind of ugly, but it could work. WDYT? > > Kind of uglier, but more versatile: > > guix system vm config.scm > --nic=user,model=virtio-n

bug#42252: Not possible to reliably port forward with "guix system vm" anymore

2020-07-08 Thread Bengt Richter
Hi On +2020-07-07 16:40:21 -0400, Christopher Lemmer Webber wrote: > In commit 5379392731b52eef22b4936637eb592b93e04318, the following change > was introduced: > > modified gnu/system/vm.scm > @@ -941,6 +941,7 @@ with '-virtfs' options for the host file systems listed > in SHARED-FS." >

bug#42252: Not possible to reliably port forward with "guix system vm" anymore

2020-07-11 Thread Christopher Lemmer Webber
[+ Cc: Marius Bakke] because I don't have enough info to respond fully myself. Bengt Richter writes: > Hi > > On +2020-07-07 16:40:21 -0400, Christopher Lemmer Webber wrote: >> In commit 5379392731b52eef22b4936637eb592b93e04318, the following change >> was introduced: >> >> modified gnu/syst

bug#42252: Not possible to reliably port forward with "guix system vm" anymore

2020-07-11 Thread Marius Bakke
Hello! Sorry for this breakage, and thanks for the analysis! Christopher Lemmer Webber writes: > In commit 5379392731b52eef22b4936637eb592b93e04318, the following change > was introduced: > > modified gnu/system/vm.scm > @@ -941,6 +941,7 @@ with '-virtfs' options for the host file systems