summaryrefslogtreecommitdiff
path: root/doc/forum/running_commands_in_Libvirt_guests
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/running_commands_in_Libvirt_guests')
-rw-r--r--doc/forum/running_commands_in_Libvirt_guests/comment_1_3ca5dcbf17213af7c30c59a4148c6375._comment11
-rw-r--r--doc/forum/running_commands_in_Libvirt_guests/comment_2_b57bb2a74ce9028f08b3c9ce26a4864b._comment8
-rw-r--r--doc/forum/running_commands_in_Libvirt_guests/comment_3_c0b2c7b72d4fe63cc2eb0ddcf5745fc9._comment10
-rw-r--r--doc/forum/running_commands_in_Libvirt_guests/comment_4_5a2b2748c7e9eadc3c85ad6037ebc39a._comment8
-rw-r--r--doc/forum/running_commands_in_Libvirt_guests/comment_5_669f05bac2b09ddbf735f9afdaed4400._comment8
5 files changed, 45 insertions, 0 deletions
diff --git a/doc/forum/running_commands_in_Libvirt_guests/comment_1_3ca5dcbf17213af7c30c59a4148c6375._comment b/doc/forum/running_commands_in_Libvirt_guests/comment_1_3ca5dcbf17213af7c30c59a4148c6375._comment
new file mode 100644
index 00000000..8d6780be
--- /dev/null
+++ b/doc/forum/running_commands_in_Libvirt_guests/comment_1_3ca5dcbf17213af7c30c59a4148c6375._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="david"
+ avatar="http://cdn.libravatar.org/avatar/22c2d800db6a7699139df604a67cb221"
+ subject="Not a problem after all?"
+ date="2019-08-18T14:04:06Z"
+ content="""
+It seems like the two things I was worried about are working fine, namely
+
+- running dconf update
+- running Grub.configured. I thought the latter was a problem but I just needed to make sure it came after Grub.installed.
+"""]]
diff --git a/doc/forum/running_commands_in_Libvirt_guests/comment_2_b57bb2a74ce9028f08b3c9ce26a4864b._comment b/doc/forum/running_commands_in_Libvirt_guests/comment_2_b57bb2a74ce9028f08b3c9ce26a4864b._comment
new file mode 100644
index 00000000..e0cda846
--- /dev/null
+++ b/doc/forum/running_commands_in_Libvirt_guests/comment_2_b57bb2a74ce9028f08b3c9ce26a4864b._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="david"
+ avatar="http://cdn.libravatar.org/avatar/22c2d800db6a7699139df604a67cb221"
+ subject=""works" might be overstating it for Grub.configured"
+ date="2019-08-18T14:32:13Z"
+ content="""
+What actually happens is the first run it fails, and leaves the chroot lying around. The second run it succeeds, but this seems pretty fragile? Also it ends up allocating too much free space in the disk image, but that's not the end of the world.
+"""]]
diff --git a/doc/forum/running_commands_in_Libvirt_guests/comment_3_c0b2c7b72d4fe63cc2eb0ddcf5745fc9._comment b/doc/forum/running_commands_in_Libvirt_guests/comment_3_c0b2c7b72d4fe63cc2eb0ddcf5745fc9._comment
new file mode 100644
index 00000000..89679fdd
--- /dev/null
+++ b/doc/forum/running_commands_in_Libvirt_guests/comment_3_c0b2c7b72d4fe63cc2eb0ddcf5745fc9._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="spwhitton"
+ avatar="http://cdn.libravatar.org/avatar/9c3f08f80e67733fd506c353239569eb"
+ subject="comment 3"
+ date="2019-08-18T15:25:10Z"
+ content="""
+Unfortunately, there isn't enough information in your report for me to be able to think about what's going on.
+
+Perhaps you could look inside Libvirt.hs and try to determine why it is failing the first time but then succeeding.
+"""]]
diff --git a/doc/forum/running_commands_in_Libvirt_guests/comment_4_5a2b2748c7e9eadc3c85ad6037ebc39a._comment b/doc/forum/running_commands_in_Libvirt_guests/comment_4_5a2b2748c7e9eadc3c85ad6037ebc39a._comment
new file mode 100644
index 00000000..67c11f0a
--- /dev/null
+++ b/doc/forum/running_commands_in_Libvirt_guests/comment_4_5a2b2748c7e9eadc3c85ad6037ebc39a._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="david"
+ avatar="http://cdn.libravatar.org/avatar/22c2d800db6a7699139df604a67cb221"
+ subject="grub failure"
+ date="2019-08-19T02:16:24Z"
+ content="""
+I narrowed it down to the call to Grub.mkConfig, which basically calls \"update-grub\". If I just copy the ConfFile.containsShellSetting from Grub.configured, then things work fine, presumably because of some later call to update-grub (when the image is finalized?). I'm just guessing, but maybe something later sets up /boot so that update-grub can succeed. I noticed the the call to mkConfig in Grub.installed is guarded against being in a contained, so maybe Grub.configured needs something similar.
+"""]]
diff --git a/doc/forum/running_commands_in_Libvirt_guests/comment_5_669f05bac2b09ddbf735f9afdaed4400._comment b/doc/forum/running_commands_in_Libvirt_guests/comment_5_669f05bac2b09ddbf735f9afdaed4400._comment
new file mode 100644
index 00000000..fe6e7f15
--- /dev/null
+++ b/doc/forum/running_commands_in_Libvirt_guests/comment_5_669f05bac2b09ddbf735f9afdaed4400._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="spwhitton"
+ avatar="http://cdn.libravatar.org/avatar/9c3f08f80e67733fd506c353239569eb"
+ subject="comment 5"
+ date="2019-08-20T13:37:47Z"
+ content="""
+Perhaps inChroot should just be moved into mkConfig.
+"""]]