To test the gzip file is not corrupt:
gunzip -t file.tar.gzTo test the tar file inside is not corrupt:
gunzip -c file.tar.gz | tar t > /dev/null
This Blog is dedicated to administration of Oracle database, Oracle E-Business Suite, Linux, Windows, Weblogic and other miscellaneous Oracle and non-oracle products...
gunzip -t file.tar.gzTo test the tar file inside is not corrupt:
gunzip -c file.tar.gz | tar t > /dev/null
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoidsSolution to this problem is to run and install:
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
yum install pixman pixman-devel libXfontand the problem solved :)