piserver icon indicating copy to clipboard operation
piserver copied to clipboard

:: pzx has been removed in latest Buster

Open sdnei-avelar opened this issue 5 years ago • 1 comments

Hi Team,

Since the latest Buster version, pxz has been removed therefore the covert.sh script fails.

The current workaround I found is:

  1. edit /var/lib/piserver/scripts/convert.sh
  2. comment line: # command -v pxz > /dev/null || { echo "pxz command not found. Try: sudo apt-get install pxz"; exit 1; }
  3. 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,

sdnei-avelar avatar Jul 12 '20 23:07 sdnei-avelar

This change has been made to the latest version of PiServer already... https://github.com/raspberrypi/piserver/commit/e05a84ab4042121f3f17ae819b360cf1a23ecfb0

jonwitts avatar Aug 12 '21 11:08 jonwitts