October 15, 201015 yr This line was added to the go script: cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c but it fails because the xargs command dies with: xargs: xargs.c:445: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed. Aborted Can I fix this or remove the xargs command all together?
Archived
This topic is now archived and is closed to further replies.