Difference between revisions of "Talk:Libvirt"

From NixOS Wiki
Jump to: navigation, search
 
(my experience needing to create /var/lib/libvirt/boot)
 
Line 2: Line 2:
  
 
https://issues.apache.org/jira/browse/GUACAMOLE-261 If this comes to fruition, this could streamline the guide to setting up SPICE via web browser, probably reduces attack surface area a lot.  (Could be a risky proposition to expose SPICE to the internet directly, via websocket...) — [[User:Winny|Winny]] ([[User talk:Winny|talk]]) 18:31, 20 April 2023 (UTC)
 
https://issues.apache.org/jira/browse/GUACAMOLE-261 If this comes to fruition, this could streamline the guide to setting up SPICE via web browser, probably reduces attack surface area a lot.  (Could be a risky proposition to expose SPICE to the internet directly, via websocket...) — [[User:Winny|Winny]] ([[User talk:Winny|talk]]) 18:31, 20 April 2023 (UTC)
 +
 +
== Additional config required ==
 +
I found that when I tried to do a "network install" of an old debian using virt-manager, it failed unless I did `sudo mkdir /var/lib/libvirt/boot`
 +
It is empty, so I'm not sure what it is needed for, but perhaps it should be created by the package.  On Github I see code for "containerised libvirt", which creates this directory as well as a whole series of others, some of which also don't exist on my system - perhaps they might be needed too.--[[User:AlisterH|AlisterH]] ([[User talk:AlisterH|talk]]) 09:54, 6 June 2025 (UTC)

Latest revision as of 09:54, 6 June 2025

Watch for SPICE support in Apache Guacamole

https://issues.apache.org/jira/browse/GUACAMOLE-261 If this comes to fruition, this could streamline the guide to setting up SPICE via web browser, probably reduces attack surface area a lot. (Could be a risky proposition to expose SPICE to the internet directly, via websocket...) — Winny (talk) 18:31, 20 April 2023 (UTC)

Additional config required

I found that when I tried to do a "network install" of an old debian using virt-manager, it failed unless I did `sudo mkdir /var/lib/libvirt/boot` It is empty, so I'm not sure what it is needed for, but perhaps it should be created by the package. On Github I see code for "containerised libvirt", which creates this directory as well as a whole series of others, some of which also don't exist on my system - perhaps they might be needed too.--AlisterH (talk) 09:54, 6 June 2025 (UTC)