On Mon, Sep 01, 2008 at 05:14:12PM +0100, Paul Walsh wrote: > Lars Marowsky-Bree wrote: >> On 2008-09-01T08:56:04, Wang Zhenwu <[EMAIL PROTECTED]> wrote: >>> I want to get the 2.1.4 >>> >>> I try to download the tar.gz >>> (URL=http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2) >>> >>> But only file in the package, no directorys, and when try to >>> unpack, got an error. >> >> That link works fine for me; must be something local to your >> system. > > Could it be something to do with the OP's domain (.cn)? Perhaps > access is being blocked by their ISP for some reason?
Using tar's test option suggests there's some problems with it, but it does unpack into a pretty reasonable looking directory structure. --09:34:05-- http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2 => `STABLE-2.1.4.tar.bz2' Resolving hg.linux-ha.org... 198.49.126.212 Connecting to hg.linux-ha.org|198.49.126.212|:80... connected. HTTP request sent, awaiting response... 200 Script output follows Length: unspecified [application/x-tar] [ <=> ] 1,914,005 42.80K/s 09:35:10 (30.21 KB/s) - `STABLE-2.1.4.tar.bz2' saved [1914005] $ bzip2 --test STABLE-2.1.4.tar.bz2 && echo decompressed ok decompressed ok $ tar jtf STABLE-2.1.4.tar.bz2 >/dev/null tar: Skipping to next header tar: Skipping to next header tar: Skipping to next header tar: Skipping to next header tar: Error exit delayed from previous errors $ tar jxf STABLE-2.1.4.tar.bz2 $ find Heartbeat-STABLE-2-1-STABLE-2.1.4 | wc -l 1829 $ md5sum -b STABLE-2.1.4.tar.bz2 2e53a9996beb1ff7611d3f7300586951 *STABLE-2.1.4.tar.bz2 $ tar --version tar (GNU tar) 1.16 I get the same results from tar's test mode with 1.20. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
