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.