Hi There,
I have been working for a few weeks (this time) to customize a version of Kali using live-build-config. I had a custom variant that was not finished, but it was fully functional and would build properly when I stopped working on it on Monday. Late last night I ran a build with the known working configuration, but it errored out and wouldn’t finish the build. After a bunch of troubleshooting, deployed a new Kali VM that was text only and I cloned the live-build-config repo. I started off very simple and just ran
sudo ./build.sh --debug
from the root directory of the live-build-config repo. Even this simple build from a freshly cloned and unmodified live-build-config produced the same error. Also, I tried to run builds all night from customized and stock LBC repos and always bombed out and produced this error no matter how I tried to setup the build. Here is the error and several lines above it…
Selecting previously unselected package xfce4-power-manager-plugins.
Preparing to unpack …/2203-xfce4-power-manager-plugins_4.20.0-1_amd64.deb …
Unpacking xfce4-power-manager-plugins (4.20.0-1) …
Selecting previously unselected package zstd.
Preparing to unpack …/2204-zstd_1.5.7+dfsg-1_amd64.deb …
Unpacking zstd (1.5.7+dfsg-1) …
Selecting previously unselected package gnupg-utils.
Preparing to unpack …/2205-gnupg-utils_2.4.7-21+b1_amd64.deb …
Unpacking gnupg-utils (2.4.7-21+b1) …
Errors were encountered while processing:
/tmp/apt-dpkg-install-pxaCOQ/0964-firmware-nexmon_0.2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
E: An unexpected failure occurred, exiting…
P: Begin unmounting filesystems…
P: Saving caches…
Reading package lists…
Building dependency tree…
Reading state information…
All this work was ran from a Proxmox server which is running on a 1U Tyan server using a Xeon Gold 6140 processor. This server has run debian and kali linux and completed custom Kali ISO builds using live-build and live-build-config for several years without any trouble.
Does anyone have any ideas on how I could be screwing this up?
Thanks,
Jon