Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:: pzx has been removed in latest Buster #109

Open
sdnei-avelar opened this issue Jul 12, 2020 · 1 comment
Open

:: pzx has been removed in latest Buster #109

sdnei-avelar opened this issue Jul 12, 2020 · 1 comment

Comments

@sdnei-avelar
Copy link

sdnei-avelar commented Jul 12, 2020

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,

@jonwitts
Copy link
Contributor

This change has been made to the latest version of PiServer already... e05a84a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants