zoukankan      html  css  js  c++  java
  • linux --tar: .BUILDINFO: time stamp 2020-08-27 17:25:55 is 68853652.868391065 s in the future .MTREE

    [root@localhost local]# tar -I zstd -xvf libxcrypt-4.4.17-1-x86_64.pkg.tar.zst
    .BUILDINFO
    tar: .BUILDINFO: time stamp 2020-08-27 17:25:55 is 68853652.868391065 s in the future
    .MTREE
    tar: .MTREE: time stamp 2020-08-27 17:25:55 is 68853652.868290262 s in the future
    .PKGINFO
    tar: .PKGINFO: time stamp 2020-08-27 17:25:55 is 68853652.868259295 s in the future
    usr/
    usr/include/
    usr/include/crypt.h
    tar: usr/include/crypt.h: time stamp 2020-08-27 17:25:55 is 68853652.868139127 s in the future
    usr/lib/
    tar: usr/include: time stamp 2020-08-27 17:25:55 is 68853652.868120636 s in the future
    usr/lib/libcrypt.so
    tar: usr/lib/libcrypt.so: time stamp 2020-08-27 17:25:55 is 68853652.86808009 s in the future
    usr/lib/libcrypt.so.2
    tar: usr/lib/libcrypt.so.2: time stamp 2020-08-27 17:25:55 is 68853652.868058459 s in the future
    usr/lib/libcrypt.so.2.0.0
    tar: usr/lib/libcrypt.so.2.0.0: time stamp 2020-08-27 17:25:55 is 68853652.867755721 s in the future
    usr/lib/pkgconfig/
    usr/lib/pkgconfig/libcrypt.pc
    tar: usr/lib/pkgconfig/libcrypt.pc: time stamp 2020-08-27 17:25:55 is 68853652.867692204 s in the future
    usr/lib/pkgconfig/libxcrypt.pc
    tar: usr/lib/pkgconfig/libxcrypt.pc: time stamp 2020-08-27 17:25:55 is 68853652.867664932 s in the future
    usr/share/
    tar: usr/lib/pkgconfig: time stamp 2020-08-27 17:25:55 is 68853652.867649447 s in the future
    tar: usr/lib: time stamp 2020-08-27 17:25:55 is 68853652.867640433 s in the future
    usr/share/man/
    usr/share/man/man3/
    usr/share/man/man3/crypt.3.gz
    tar: usr/share/man/man3/crypt.3.gz: time stamp 2020-08-27 17:25:55 is 68853652.867554281 s in the future
    usr/share/man/man3/crypt_checksalt.3.gz
    tar: usr/share/man/man3/crypt_checksalt.3.gz: time stamp 2020-08-27 17:25:55 is 68853652.867518135 s in the future
    usr/share/man/man3/crypt_gensalt.3.gz
    tar: usr/share/man/man3/crypt_gensalt.3.gz: time stamp 2020-08-27 17:25:55 is 68853652.86749047 s in the future
    usr/share/man/man3/crypt_gensalt_ra.3.gz
    tar: usr/share/man/man3/crypt_gensalt_ra.3.gz: time stamp 2020-08-27 17:25:55 is 68853652.867462675 s in the future
    usr/share/man/man3/crypt_gensalt_rn.3.gz
    tar: usr/share/man/man3/crypt_gensalt_rn.3.gz: time stamp 2020-08-27 17:25:55 is 68853652.867434334 s in the future
    usr/share/man/man3/crypt_preferred_method.3.gz
    tar: usr/share/man/man3/crypt_preferred_method.3.gz: time stamp 2020-08-27 17:25:55 is 68853652.867403975 s in the future
    usr/share/man/man3/crypt_r.3.gz
    tar: usr/share/man/man3/crypt_r.3.gz: time stamp 2020-08-27 17:25:55 is 68853652.867377715 s in the future
    usr/share/man/man3/crypt_ra.3.gz
    tar: usr/share/man/man3/crypt_ra.3.gz: time stamp 2020-08-27 17:25:55 is 68853652.867350804 s in the future
    usr/share/man/man3/crypt_rn.3.gz
    tar: usr/share/man/man3/crypt_rn.3.gz: time stamp 2020-08-27 17:25:55 is 68853652.8673252 s in the future
    usr/share/man/man5/
    tar: usr/share/man/man3: time stamp 2020-08-27 17:25:55 is 68853652.867310712 s in the future
    usr/share/man/man5/crypt.5.gz
    tar: usr/share/man/man5/crypt.5.gz: time stamp 2020-08-27 17:25:55 is 68853652.867245529 s in the future
    tar: usr/share/man/man5: time stamp 2020-08-27 17:25:55 is 68853652.867217227 s in the future
    tar: usr/share/man: time stamp 2020-08-27 17:25:55 is 68853652.867207464 s in the future
    tar: usr/share: time stamp 2020-08-27 17:25:55 is 68853652.867195135 s in the future
    tar: usr: time stamp 2020-08-27 17:25:55 is 68853652.867186051 s in the future
    

    此时check 时间:

    [root@localhost local]# date
    Fri Jun 22 19:25:45 CST 2018
    发现时间比我们现在的时间老:
    [root@intel-obmc ~]# hwclock --set --date '20-11-23 15:48:00'
    [root@intel-obmc ~]# hwclock --hctosys
    [root@intel-obmc ~]# clock -w
    [root@intel-obmc ~]# hwclock --show

    然后再解压就没有问题了

  • 相关阅读:
    Squeeze-and-Attention Networks for Semantic Segmentation
    重装电脑系统(用山寨优盘)
    TensorFlow会话常用的两种方式
    Towards Learning Structure via Consensus for Face Segmentation and Parsing
    什么是feature map(个人理解)
    Fatal error in launcher: Unable to create process using '"d:downloadpython.exe" "D:downloadScriptspip.exe" list': ???????????
    JS :函数
    JS之继承
    原型模式
    面向对象之工厂模式和构造函数模式
  • 原文地址:https://www.cnblogs.com/clairedandan/p/14024898.html
Copyright © 2011-2022 走看看