07-10-2002 04:47 AM - edited 03-08-2019 11:29 PM
Two Questions....
In the readme file at step 5 the command is tar xvf CSIDS-313-eng.tar.
Is the command typed wrong because the file name does not match the file name in the previous steps.
When I do the command tar xvf CSIDS-323-engrel2.tar.Z I receive a directory checksum error. Why am I getting a checksum error?
07-10-2002 05:58 AM
You missed the uncompress step before.
gzip -d CSIDS-323-engrel2.tar.Z (gives you CSIDS-323-engrel2.tar)
and after that
tar -xvf CSIDS-323-engrel2.tar
07-10-2002 06:05 AM
The readme is incorrect for steps 4 and 5. The should read as follows:
4) uncompress CSIDS-313-engrel2.tar.Z
5) tar xvf CSIDS-313-engrel2.tar
The reason your tar received and error was because you need to uncompressed the file 1st.
I will talk to the owner of the file to get the README corrected.
07-10-2002 06:06 AM
Is 3.1.3 still in early release? If so, any schedule yet for general release?
07-10-2002 06:57 AM
Currently this fix is only available as an engineering release. We have been discussing when it will be sent out as a general release but nothing has been decided as of yet.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide