piserver
piserver copied to clipboard
:: pzx has been removed in latest Buster
Hi Team,
Since the latest Buster version, pxz has been removed therefore the covert.sh script fails.
The current workaround I found is:
- edit /var/lib/piserver/scripts/convert.sh
- comment line: # command -v pxz > /dev/null || { echo "pxz command not found. Try: sudo apt-get install pxz"; exit 1; }
- change line: tar cf $OUTPUT_TARBALL -C work --use-compress-program pxz ., by tar cf $OUTPUT_TARBALL -C work --use-compress-program="xz -T 0" .
Please update trunk convert.sh to fix the issue.
Cheers,
This change has been made to the latest version of PiServer already... https://github.com/raspberrypi/piserver/commit/e05a84ab4042121f3f17ae819b360cf1a23ecfb0