CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

Trouble unpacking files

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 7, 2006, 18:42
Default Hello, To start with, I do
  #1
New Member
 
Andrew Lindsay
Join Date: Mar 2009
Location: Perth, Western Australia
Posts: 24
Rep Power: 17
andrewlindsay is on a distinguished road
Hello,

To start with, I do not have a really great understanding of Linux.

I have tried to follow the instructions in the read me's and FAQs, but I am having a problem with installing the software.

When I try unpacking the general tar, I get the following.

>tar -xzf ../OpenFOAM-1.3.General.gtgz

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

I have downloaded the TAR a couple of times, and each time I get the same result.

Any assistance would be appreciated.

Regards

Andrew Lindsay
andrewlindsay is offline   Reply With Quote

Old   October 8, 2006, 10:34
Default the "minus" in "tar -xzf .."
  #2
Senior Member
 
Markus Hartinger
Join Date: Mar 2009
Posts: 102
Rep Power: 17
hartinger is on a distinguished road
the "minus" in "tar -xzf .." is wrong
try "tar xzf OpenFOAM-1.3.General.gtgz"

markus
hartinger is offline   Reply With Quote

Old   October 9, 2006, 01:57
Default Unpack the file from the same
  #3
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Unpack the file from the same directory. The ../OpenFOAM-1.3.General.gtgz is messing stuff for you. Put OpenFOAM-1.3.General.gtgz in the directory where you want to unpack it and then do a tar -xzf OpenFOAM-1.3.General.gtgz.

I think the minus sign is not a problem.
msrinath80 is offline   Reply With Quote

Old   October 9, 2006, 03:52
Default Probably your file has been co
  #4
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
Probably your file has been corrupted while downloading. Is the file size correct? Check your file:

file OpenFOAM-1.3.General.gtgz

gives for me

gzip compressed data, from Unix

Then rename it so gunzip recognizes it

mv OpenFOAM-1.3.General.gtgz OpenFOAM-1.3.General.tar.gz

and run gunzip on it:

gunzip OpenFOAM-1.3.General.tar.gz

This should create a file without the .tar. Finally run 'tar' on it:

tar xf OpenFOAM-1.3.General.tar
mattijs is offline   Reply With Quote

Old   October 9, 2006, 06:11
Default Cheers for the help. I now ha
  #5
New Member
 
Andrew Lindsay
Join Date: Mar 2009
Location: Perth, Western Australia
Posts: 24
Rep Power: 17
andrewlindsay is on a distinguished road
Cheers for the help.
I now have the system up and running I think.

Now, where do I go to get help with actually setting up and running a problem?

Regards

Andrew
andrewlindsay is offline   Reply With Quote

Old   October 9, 2006, 14:43
Default Hi, You have nice tutori
  #6
New Member
 
Adrian Magda
Join Date: Mar 2009
Posts: 7
Rep Power: 17
amagda is on a distinguished road
Hi,


You have nice tutorials at the OpenFOAM webpage:
http://www.opencfd.co.uk//openfoam/doc/userse1.html
and
http://www.opencfd.co.uk//openfoam/doc/userse3.html

I wrote also one but is not so good as the first two ...

http://www.schunternet.de/~amagda/cf...M_tutorial.odt

adrian
amagda is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
UDS trouble Jenny FLUENT 0 July 7, 2008 03:27
UDS trouble Jenny FLUENT 0 July 6, 2008 04:09
Caseinsensitive unpacking and windowsmacos niklas OpenFOAM Installation 61 April 14, 2008 09:15
Converting ANSYS CFX files to Fluent files Martin S. Rasmussen FLUENT 3 January 30, 2007 15:08
udf trouble Eric FLUENT 1 July 6, 2004 14:49


All times are GMT -4. The time now is 23:56.