I'm getting utime errors when I try to uncompress tar.gz files. any ideas?
the command i use is
tar -xvzf filename
Printable View
I'm getting utime errors when I try to uncompress tar.gz files. any ideas?
the command i use is
tar -xvzf filename
utime is provided by glibc, and glibc has compatibility issues, consider updating glibc and/or glibc-compat RPMs.