ERROR1003 Failed to decompress the file
Description
Failed to decompress the file.
Possible Causes
- The disk space of the cache directory is insufficient.
- The package is damaged.
Solution
- Check whether the disk space is insufficient.
Run the following command:
df -h
Check whether the disk space of the cache directory is sufficient. If insufficient, move the cache directory to a directory with sufficient space.
- Check whether the package is damaged.
Run the following command to manually decompress the package:
mkdir -p test; tar zxvf TarName -C test
In the preceding command, TarName indicates the actual name of the package. Check whether the package can be decompressed.
- If the fault is not caused by the preceding reasons, rectify the fault based on the error information reported by edgectl.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot