|
[Sponsors] |
February 8, 2006, 09:34 |
Hi, I downloaded all the OpenF
|
#1 |
New Member
J Dale
Join Date: Mar 2009
Posts: 3
Rep Power: 17 |
Hi, I downloaded all the OpenFOAM 1.2 files as instructed. When I issue the command:
tar -xvf OpenFOAM-1.2.General.gtgz i get the following error, tar: This does not look like a tar archive tar: Skipping to next header tar: Archive contains obsolescent base-64 headers tar: Read 6559 bytes from OpenFOAM-1.2.General.gtgz tar: Error exit delayed from previous errors This happens with all the files. I'd appreciate any suggestions? Many Thanks |
|
February 8, 2006, 09:38 |
The correct command is:
tar
|
#2 |
Senior Member
Francesco Del Citto
Join Date: Mar 2009
Location: Zürich Area, Switzerland
Posts: 237
Rep Power: 18 |
The correct command is:
tar -xzf OpenFOAM-1.2.General.gtgz or tar -xvzf OpenFOAM-1.2.General.gtgz for verbose output The important flag is "z", which means that the tar archive is gzip-compressed. |
|
February 8, 2006, 09:38 |
I forgot to mention I am using
|
#3 |
New Member
J Dale
Join Date: Mar 2009
Posts: 3
Rep Power: 17 |
I forgot to mention I am using Linux, I think its Redhat 9+?
Cheers |
|
February 8, 2006, 09:40 |
I think you should be familiar
|
#4 |
Member
stefan
Join Date: Mar 2009
Posts: 96
Rep Power: 17 |
I think you should be familiar with tar!
Since this is a tar-gzip file you have to filter the archive through gzip. So please use: tar -zxvf .... have fun |
|
February 8, 2006, 09:40 |
Same as above...
|
#5 |
Senior Member
Francesco Del Citto
Join Date: Mar 2009
Location: Zürich Area, Switzerland
Posts: 237
Rep Power: 18 |
Same as above...
|
|
February 8, 2006, 09:45 |
Sorry, my mistake, I was sure
|
#6 |
New Member
J Dale
Join Date: Mar 2009
Posts: 3
Rep Power: 17 |
Sorry, my mistake, I was sure I was typing tar -xzf not -xvf, it all works fine now.
Thanks |
|
February 9, 2006, 10:13 |
I had also the problem with th
|
#7 |
New Member
Yohann PERROT
Join Date: Mar 2009
Posts: 2
Rep Power: 0 |
I had also the problem with the command tar -xzf on Mac OS X. Instead of using the tradiotional command I unpacked the file with Stuffit
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
strange fluent error: Primitive Error at Node 0 | Jean-Baptiste | FLUENT | 8 | June 14, 2022 12:11 |
error in COMSOL:'ERROR:6164 Duplicate Variable' | bhushas | COMSOL | 1 | May 30, 2008 05:35 |
"Error: Floating point error: invalid number" | MI Kim | FLUENT | 2 | January 4, 2007 11:00 |
Fatal error error writing to tmp No space left on device | maka | OpenFOAM Installation | 2 | April 3, 2006 09:48 |
Error: Floating point error: invalid number | Bob | FLUENT | 3 | June 3, 2005 19:11 |