Tomas-M / linux-live

Linux Live Kit
http://www.linux-live.org/
1.01k stars 249 forks source link

Logs of build actions available? #186

Closed blownfuse closed 2 years ago

blownfuse commented 2 years ago

I'm attempting to build a live USB image, capturing a Fedora 35 image I've created in VMware. Plenty of vRAM for the machine, and one dual core vCPU. tmpfs is mounted to /tmp with 10G of space. I edited the config file to customize the LIVEKITNAME and point the VMLINUZ parameter to the proper /boot/ as reflected by uname -r.

The problem is when I run ./build it will get about 12% of the way through, and then quit and exit the CLI with no apparent error logs.

Anyone have any similar issues? Are there logs of the build process anywhere that I can examine? Thanks for any help you can provide!

blownfuse commented 2 years ago

You can see thing get kicked off correctly: image

blownfuse commented 2 years ago

Well, I upped to 2 dual core vCPU, and stopped the clamav services, and now I can get the build process to 34% or so before it just stops.

blownfuse commented 2 years ago

Ok, after removing a few more Fedora packages, I also added the "-info -progress" and then commented out "|| exit" on the mksquashfs line, and I'm able to get the build to complete successfully. Seems somehow during some of the larger copy actions the process would just exit? Either way, this workaround works.

Tomas-M commented 2 years ago

I do not really understand why those two parameters could help at all, there must be a different issue I guess. Unfortunately I cannot help with this