Help Center/ Intelligent EdgeFabric/ Edgectl User Guide/ Error Codes/ Common Errors/ ERROR1003 Failed to decompress the file
Updated on 2022-02-21 GMT+08:00

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

  1. 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.

  2. 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.

  3. If the fault is not caused by the preceding reasons, rectify the fault based on the error information reported by edgectl.