From: JRough on 5 Dec 2009 01:50 Okay, I'm trying to reinstall MySQL. I downloaded it via curl. I got mysql-5.1.33.tar.gz in my directory. I try to unpack it and I get an error. I guess it really isn't a gzip file? Is there any other way to unpack it? Do I have to change the permissions? They are -rw-r-- r-- 1 0 0 2079 Dec 4 22:45 mysql-5.1.33.tar.gz sh-3.2# curl -O http://mysql.he.net/Downloads/MySQL-5.1/mysql-5.1.33.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2079 100 2079 0 0 9593 0 --:--:-- --:--:-- --:--:-- 8429 sh-3.2# ls mysql-5.1.33.tar.gz sh-3.2# tar xzvf mysql-5.1.33.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors
From: Seebs on 5 Dec 2009 02:03 On 2009-12-05, JRough <jlrough(a)yahoo.com> wrote: > Okay, I'm trying to reinstall MySQL. I downloaded it via curl. I got > mysql-5.1.33.tar.gz in my directory. I try to unpack it and I get an > error. I guess it really isn't a gzip file? Is there any other way > to unpack it? Do I have to change the permissions? They are -rw-r-- > r-- 1 0 0 2079 Dec 4 22:45 mysql-5.1.33.tar.gz What do you think the chances are that a complete mysql source archive, even compressed, is just barely over 2KB of data? A common problem you might face would be that the URL in question would be the URL of a page that redirects to download mirrors, in which case, you'd have downloaded a smallish hunk of HTML. -s -- Copyright 2009, all wrongs reversed. Peter Seebach / usenet-nospam(a)seebs.net http://www.seebs.net/log/ <-- lawsuits, religion, and funny pictures http://en.wikipedia.org/wiki/Fair_Game_(Scientology) <-- get educated!
From: David W. Hodgins on 5 Dec 2009 03:57 On Sat, 05 Dec 2009 01:50:28 -0500, JRough <jlrough(a)yahoo.com> wrote: > sh-3.2# curl -O http://mysql.he.net/Downloads/MySQL-5.1/mysql-5.1.33.tar.gz The site appears to be borked, at present. From http://mysql.he.net/downloads/mysql/5.1.html#linux I tried to download http://mysql.he.net/Downloads/MySQL-5.1/mysql-5.1.39-linux-i686-glibc23.tar.gz but it fails with with a message "File not found". What distribution are you using? Most distros include a version of mysql in their package manager. Regards, Dave Hodgins -- Change nomail.afraid.org to ody.ca to reply by email. (nomail.afraid.org has been set up specifically for use in usenet. Feel free to use it yourself.)
From: Harry331 on 5 Dec 2009 23:23 JRough wrote... > >Okay, I'm trying to reinstall MySQL. I downloaded it via curl. I got >mysql-5.1.33.tar.gz in my directory. I try to unpack it and I get an >error. I guess it really isn't a gzip file? Is there any other way >to unpack it? Do I have to change the permissions? They are > -rw-r--r-- 1 0 0 2079 Dec 4 22:45 mysql-5.1.33.tar.gz >sh-3.2# curl -O http://mysql.he.net/Downloads/MySQL-5.1/mysql-5.1.33.tar.gz Seeds already pointed out what's wrong with your tar ball. Anyway, finding another tar ball using Google, like this. wget http://files.directadmin.com/services/all/mysql/mysql-5.1.41.tar.gz .... 22400K -> .......... .......... .......... .......... .......... [ 99%] 22450K -> .......... .......... .......... ....... [100%]
From: WANG Cong on 6 Dec 2009 02:22 On 12/05/09 14:50, JRough <jlrough(a)yahoo.com> wrote: > Okay, I'm trying to reinstall MySQL. I downloaded it via curl. I got > mysql-5.1.33.tar.gz in my directory. I try to unpack it and I get an > error. I guess it really isn't a gzip file? Is there any other way > to unpack it? Do I have to change the permissions? They are -rw-r-- > r-- 1 0 0 2079 Dec 4 22:45 mysql-5.1.33.tar.gz > > > sh-3.2# curl -O http://mysql.he.net/Downloads/MySQL-5.1/mysql-5.1.33.tar.gz > % Total % Received % Xferd Average Speed Time Time > Time Current > Dload Upload Total Spent > Left Speed > 100 2079 100 2079 0 0 9593 0 --:--:-- --:--:-- > --:--:-- 8429 > sh-3.2# ls > mysql-5.1.33.tar.gz > sh-3.2# tar xzvf mysql-5.1.33.tar.gz > > gzip: stdin: not in gzip format > tar: Child returned status 1 > tar: Error exit delayed from previous errors What does 'file mysql-5.1.33.tar.gz' say? -- Live like a child, think like the god.
|
Pages: 1 Prev: the difference between two forms of logic and Next: special variable $@ and $* |