Actions
Bug #10628
closedrudder-pkg error on debian8: missing depency to xz-utils
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Small
Priority:
0
Name check:
Fix check:
Regression:
Description
In a fresh debian 8 server, I missed xz-utils package, leading to that error when trying to use rudder-pkg:
root@server:~# /opt/rudder/bin/rudder-pkg install-file /vagrant/rudder-plugin-datasources-4.1-1.0.rpkg tar (grandchild): xz: Cannot exec: No such file or directory tar (grandchild): Error is not recoverable: exiting now tar: Child died with signal 13 tar: Error is not recoverable: exiting now
This is solved with:
sudo apt-get install xz-utils
Actions