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

-- 
Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart
_______________________________________________
livecd mailing list -- livecd@lists.fedoraproject.org
To unsubscribe send an email to livecd-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/livecd@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to