Hi all , and a Happy New Year
I have the following problem.
I'm trying to transfer some files from a linux machine to a Reliant Unix.
First I use tar cvf and then gzip in order to compress the files.
Using ftp (in binary mode ) I transfer the files to the Reliant.
Then using again the gzip -d I uncompress the tar file and then I try to
extract the tar archive with tar xvf BUT I get the following message :
tar: Problem reading passwd entry: Not a directory Can anyone tell me what the Thanks !!
tar: insw/oem-SW-Recomm/oem-SWR/rm/omni_64bit/6.04.2/OMNI-A7IX/reloc
$OMNI_HOME/examples/isup/a7/: owner not changed
tar: Problem reading group entry: Not a directory
tar:
insw/oem-SW-Recomm/oem-SWR/rm/omni_64bit/6.04.2/OMNI-A7IX/reloc/$OMNI_HOME/
xamples/isup/a7/: group not changed
tar: Directory checksum error
tar: Problem reading passwd entry: Not a directory
tar: Problem reading group entry
tar: Directory checksum error
means , and how can I solve it ????