I am trying to update my kernel from 2.2 to 2.6. My problem comes when i try to extract the archive bc2 and gz files. I am using the command
tar -xjvf patch-2.6.0.bc2
tar -xzvf patch-2.6.0.gz
and i'm receiving wierd errors. They are listed below and are identical for both files.
tar (child): v: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: patch-2.6.0.gz: Not found in archive
tar: Error exit delayed from previous errors
This is a debian system that is a new install. Tried to keep it as stripped down as possible since it will be a mail server and I want to keep as much room available as possible and keep extranious applications from running for security and processor utilization reasons.
Thanks for any help
tar -xjvf patch-2.6.0.bc2
tar -xzvf patch-2.6.0.gz
and i'm receiving wierd errors. They are listed below and are identical for both files.
tar (child): v: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: patch-2.6.0.gz: Not found in archive
tar: Error exit delayed from previous errors
This is a debian system that is a new install. Tried to keep it as stripped down as possible since it will be a mail server and I want to keep as much room available as possible and keep extranious applications from running for security and processor utilization reasons.
Thanks for any help