I am trying to form a spin of Fedora specifically to have a controlled and customized Linux environment for my OEM startup. I have been working on trying to get Fedora Kickstarts working as a test and experimentation with the building process. Here are the exact error messages I am having an issue with. (Running in Mock running Fedora-34-x86_64 on a fresh Fedora 33 install in virtual box)
``` 2021-02-15 16:27:54,877: Unable to init server: Could not connect: Connection refused 2021-02-15 16:28:55,093: Running anaconda failed: process '['unshare', '--pid', '--kill-child', '--mount', '--propagation', 'unchanged', 'anaconda', '--kickstart', '/root/fedora-kickstarts/flat-fedora-live-cinnamon.ks', '--cmdline', '--dirinstall', '--remotelog', '127.0.0.1:48853']' was killed by signal 9 2021-02-15 16:28:55,094: Shutting down log processing 2021-02-15 16:28:56,155: Install failed: novirt_install failed 2021-02-15 16:28:56,157: Removing bad disk image 2021-02-15 16:28:56,405: ERROR: Image creation failed: novirt_install failed 2021-02-15 16:28:56,406: Image creation failed: novirt_install failed ```
Any resources or fixes that anyone can share? Thank you in advance.
Greetings,
----- Original Message -----
I am trying to form a spin of Fedora specifically to have a controlled and customized Linux environment for my OEM startup. I have been working on trying to get Fedora Kickstarts working as a test and experimentation with the building process. Here are the exact error messages I am having an issue with. (Running in Mock running Fedora-34-x86_64 on a fresh Fedora 33 install in virtual box)
2021-02-15 16:27:54,877: Unable to init server: Could not connect: Connection refused 2021-02-15 16:28:55,093: Running anaconda failed: process '['unshare', '--pid', '--kill-child', '--mount', '--propagation', 'unchanged', 'anaconda', '--kickstart', '/root/fedora-kickstarts/flat-fedora-live-cinnamon.ks', '--cmdline', '--dirinstall', '--remotelog', '127.0.0.1:48853']' was killed by signal 9 2021-02-15 16:28:55,094: Shutting down log processing 2021-02-15 16:28:56,155: Install failed: novirt_install failed 2021-02-15 16:28:56,157: Removing bad disk image 2021-02-15 16:28:56,405: ERROR: Image creation failed: novirt_install failed 2021-02-15 16:28:56,406: Image creation failed: novirt_install failed
Any resources or fixes that anyone can share? Thank you in advance.
I don't know if I can offer any assistance with the environment you are using. I've been building F34 pre-release for some time now using livecd-creator within a F34 KVM virtual machine... not using mock.
TYL,
Where would I get a preview of Fedora 34 specifically for software development?
---- On Mon, 15 Feb 2021 16:51:10 -0700 Scott Dowdle dowdle@montanalinux.org wrote ----
Greetings,
----- Original Message -----
I am trying to form a spin of Fedora specifically to have a controlled and customized Linux environment for my OEM startup. I have been working on trying to get Fedora Kickstarts working as a test and experimentation with the building process. Here are the exact error messages I am having an issue with. (Running in Mock running Fedora-34-x86_64 on a fresh Fedora 33 install in virtual box)
2021-02-15 16:27:54,877: Unable to init server: Could not connect: Connection refused 2021-02-15 16:28:55,093: Running anaconda failed: process '['unshare', '--pid', '--kill-child', '--mount', '--propagation', 'unchanged', 'anaconda', '--kickstart', '/root/fedora-kickstarts/flat-fedora-live-cinnamon.ks', '--cmdline', '--dirinstall', '--remotelog', '127.0.0.1:48853']' was killed by signal 9 2021-02-15 16:28:55,094: Shutting down log processing 2021-02-15 16:28:56,155: Install failed: novirt_install failed 2021-02-15 16:28:56,157: Removing bad disk image 2021-02-15 16:28:56,405: ERROR: Image creation failed: novirt_install failed 2021-02-15 16:28:56,406: Image creation failed: novirt_install failed
Any resources or fixes that anyone can share? Thank you in advance.
I don't know if I can offer any assistance with the environment you are using. I've been building F34 pre-release for some time now using livecd-creator within a F34 KVM virtual machine... not using mock.
TYL,
On Mon, Feb 15, 2021 at 7:01 PM Kai Lyons kai@fivnex.co wrote:
Where would I get a preview of Fedora 34 specifically for software development?
Nightlies are available here: https://openqa.fedoraproject.org/nightlies.html
Thank you, Neal.
---- On Mon, 15 Feb 2021 17:02:41 -0700 Neal Gompa ngompa13@gmail.com wrote ----
On Mon, Feb 15, 2021 at 7:01 PM Kai Lyons mailto:kai@fivnex.co wrote:
Where would I get a preview of Fedora 34 specifically for software development?
Nightlies are available here: https://openqa.fedoraproject.org/nightlies.html
I just tested the same set of commands and got the same error message. However, one part of the error message is catching my eye. Instead of outputting "2021-02-15 16:28:55,093: Running anaconda failed: process '['unshare', '--pid', '--kill-child', '--mount', '--propagation', 'unchanged', 'anaconda', '--kickstart', '/root/fedora-kickstarts/flat-fedora-live-cinnamon.ks', '--cmdline', '--dirinstall', '--remotelog', '127.0.0.1:48853']' was killed by signal 9" it outputted the same thing with "Failed to be killed" over the original "killed by signal 9".
I have a strong feeling this is where the bug is coming from, but I cannot confirm anything as I am fairly new to this kind of work.
---- On Mon, 15 Feb 2021 17:04:00 -0700 Kai Lyons kai@fivnex.co wrote ----
Thank you, Neal.
---- On Mon, 15 Feb 2021 17:02:41 -0700 Neal Gompa mailto:ngompa13@gmail.com wrote ----
On Mon, Feb 15, 2021 at 7:01 PM Kai Lyons mailto:kai@fivnex.co wrote:
Where would I get a preview of Fedora 34 specifically for software development?
Nightlies are available here: https://openqa.fedoraproject.org/nightlies.html
On Mon, Feb 15, 2021 at 11:41:49PM -0000, Kai Lyons wrote:
I am trying to form a spin of Fedora specifically to have a controlled and customized Linux environment for my OEM startup. I have been working on trying to get Fedora Kickstarts working as a test and experimentation with the building process. Here are the exact error messages I am having an issue with. (Running in Mock running Fedora-34-x86_64 on a fresh Fedora 33 install in virtual box)
2021-02-15 16:27:54,877: Unable to init server: Could not connect: Connection refused 2021-02-15 16:28:55,093: Running anaconda failed: process '['unshare', '--pid', '--kill-child', '--mount', '--propagation', 'unchanged', 'anaconda', '--kickstart', '/root/fedora-kickstarts/flat-fedora-live-cinnamon.ks', '--cmdline', '--dirinstall', '--remotelog', '127.0.0.1:48853']' was killed by signal 9 2021-02-15 16:28:55,094: Shutting down log processing 2021-02-15 16:28:56,155: Install failed: novirt_install failed 2021-02-15 16:28:56,157: Removing bad disk image 2021-02-15 16:28:56,405: ERROR: Image creation failed: novirt_install failed 2021-02-15 16:28:56,406: Image creation failed: novirt_install failed
Any resources or fixes that anyone can share? Thank you in advance.
It looks like you are using livemedia-creator, which is different from livecd-creator so this list may not be the best place for help. I read it but not regularly. Upstream is on github at https://github.com/weldr/lorax/ or the bugzilla.redhat.com bug tracker, component is lorax.
When things fail like this the debugging steps usually involve:
Read the *.log files generated by lmc, as well as the anaconda logfiles which may be in /tmp or in ./anaconda depending on how badly things failed.
Check for enough memory. Depending on the number of packages you install memory usage can be pretty large. I run my VMs with at least 4G of RAM.
Signal 9 is KILL so something killed the anaconda run. Check the logs on the host and see if they reveal anything.
Also look at disk space. Image creation can take up quite a bit of space for the intermediate filesystems before it compresses it all for the final iso.
I can also be found on the freenode IRC servers in the #weldr channel.
Brian
livecd@lists.fedoraproject.org