UmVirt LFS Assistant command info
install_error_check
Info: This command installs the error_check command in /usr/bin/error_check. This will allow easier manipulation of the command for redirection. Additionally it is recommended to then add "alias ec='error_check' to the users ~/.bashrc. This command allows users to see which packages emitted "Error 2" when they were being configured, built, or installed. This is possible by checking for the text "Error 2" with the use of the grep -R command recursively checking the logs of every file in /var/log/ulfs-packages This directory stores the intstaller logs created when using the chimp install command or the installpackages script in LFSCustomizer.
Commands:
curl --tlsv1.2 -fsSL \
https://ulfs.org/linux/assistant/4145625123/error_check/view \
-o /usr/bin/error_check
chmod +x /usr/bin/error_check
echo "...done!"
Apache/2.4.62 (Debian) Server at ulfs.org Port 443