bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] NFS untar fails - tar bug?


From: Ramesh Shanmugasundaram
Subject: [Bug-tar] NFS untar fails - tar bug?
Date: Tue, 5 Jul 2016 13:58:05 +0000

Hi,

The following package fails unpacking on a NFS mount point. The same package 
unpacks OK on a hard disk mount. Is this a tar bug?

tar version:
------------
tar --version
tar (GNU tar) 1.27.1
Copyright © 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.

uname -rvspio
-----------------
Linux 3.16.0-71-generic #92~14.04.1-Ubuntu SMP Thu May 12 23:31:46 UTC 2016 
x86_64 x86_64 GNU/Linux

Package to try:
----------------
http://pkgs.fedoraproject.org/repo/pkgs/taglib/taglib-1.9.1.tar.gz/0d35df96822bbd564c5504cb3c2e4d86/taglib-1.9.1.tar.gz

NFS mount options:
------------------

nfs 
rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=<ip>,mountvers=3,mountport=<port>,mountproto=udp,local_lock=none,addr=<ip>
 0 0

NFS example:
------------
md5sum taglib-1.9.1.tar.gz;tar xf taglib-1.9.1.tar.gz 
0d35df96822bbd564c5504cb3c2e4d86  taglib-1.9.1.tar.gz
tar: taglib-1.9.1/tests/data/unsupported-extension.xxx: Cannot open: No such 
device or address
tar: Exiting with failure status due to previous errors

Hard disk example:
------------------
md5sum taglib-1.9.1.tar.gz;tar xf taglib-1.9.1.tar.gz
0d35df96822bbd564c5504cb3c2e4d86  taglib-1.9.1.tar.gz

Thanks,
Ramesh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]