|
-
March 26th, 2003, 08:48 PM
#1
File not uncompressing using tar
Wee problem when trying to uncompress a file.
tar xvzf <filename> gives me a 'Cannot open: no such file or directory' message.
The files are attempting to uncompress as they are scrolling down the screen but this message appears at the end of each one!
This is a legit file (original driver disc), so im stuffed!
Anyone any ideas?
Cheers
r3b007
-
March 26th, 2003, 08:53 PM
#2
What is the actual file name? Does it have a Z or a gz at the end? if so, type gunzip filename first then do a tar -xvf filename.
Anyway, this is all I can offer up without the exact filename.
Hope this helps.
Our scars have the power to remind us that our past was real. -- Hannibal Lecter.
Talent is God given. Be humble. Fame is man-given. Be grateful. Conceit is self-given. Be careful. -- John Wooden
-
March 26th, 2003, 08:59 PM
#3
Two things come to mind:
- Path
- location (write permissions)
An ls -l of the file(s) as well as exact command would be nifty. I've seen it once before with a student and it related to the fact that they had no write permissions as well as how they were attempting to download the file (using lynx)
-
March 26th, 2003, 09:02 PM
#4
Member
Might be that you need to update your extracting program. Give that a try.
Backtrails
If your 555 then I\'m 666
Backtrails
-
March 26th, 2003, 09:21 PM
#5
The files extension is tgz, so therefore tar xvzf should uncompress this.
MsMittens: Im in the directory where the file is located, so my PATH shouldnt really matter should it?
An ls -l of the file tells me it is executable by all.
Also ive tried uncompressing as root but i get the same thing.
I could be doing something real dumb here but im lost.
Any ideas?
r3b007
-
March 26th, 2003, 09:23 PM
#6
Try an absolute path. Maybe path issues?
Could do either
tar -xzvf ./filename.tgz
OR
tar -xzvf /path/to/filename.tgz
-
March 26th, 2003, 09:30 PM
#7
Senior Member
if tar is not working the command gunzip filename.tgz will extract it.
Ben Franklin said it best. \"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.\"
-
March 26th, 2003, 09:30 PM
#8
Yeah, you are right, the command *should* work, however, did you try the gunzip command anyway?
Our scars have the power to remind us that our past was real. -- Hannibal Lecter.
Talent is God given. Be humble. Fame is man-given. Be grateful. Conceit is self-given. Be careful. -- John Wooden
-
March 26th, 2003, 09:40 PM
#9
Ive tried both of those commands already MsMittens but no joy!
I have also tried gunzip too guys so no joy there either...
-
March 26th, 2003, 09:42 PM
#10
Hrmm.. disk space?? I dunno.. I'm at a loss at this point..
<WAGs - Wild Ass Guessing starts>
unless it's not finding the tar command and gunzip commands!?
Trojan'd commands maybe?
<WAGs stop>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|