From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jody Subject: Re: Snapshot updated Date: Mon, 22 May 2006 20:56:18 -0400 Message-ID: <44725DB2.3090002@nc.rr.com> References: <4471289D.20009@nc.rr.com> <200605222059.10342.nuxnet@chello.at> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200605222059.10342.nuxnet@chello.at> Sender: linux-8086-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Cc: ELKS The tar errors being mentioned on the list are insignificant. I get a stream of permission-setting errors from tar when I unpack an archive on my Windows 2000 system, but the files are created just fine. Nevertheless, at the end, it still says "error exit delayed..." Unless you're getting some kind of error that stops tar dead in its tracks, I doubt you'll have a problem. Keep in mind that the fact I'm using a Windows 2000 system for everything could have something to do with this. When I patch files, I have to run fromdos on everything patched to strip the DOS line terminators and replace them with UNIX ones. And I've never made md5sum files before. I is ignorant. It looks like I have md5sum on my machine though. Jody Petr Koval wrote: > Am Montag 22 Mai 2006 04:57 schrieb Jody: > >>An updated snapshot has been made available at: >> >>http://compsolutions.ath.cx:88/elks/ > > > possible to add md5sum ^^^ ? > > i allways have some tar errors > > so i added for check my own md5sum's in my copy folder > > # ls -l > total 9248 > -rw-r--r-- 1 root root 1368932 2006-05-04 05:53 elks-20060503.tar.bz2 > -rw-r--r-- 1 root root 56 2006-05-22 20:46 elks-20060503.tar.bz2.md5sum > -rw-r--r-- 1 root root 1368925 2006-05-06 21:06 elks-20060506.tar.bz2 > -rw-r--r-- 1 root root 56 2006-05-22 20:46 elks-20060506.tar.bz2.md5sum > -rw-r--r-- 1 root root 1365600 2006-05-02 07:17 elks-20060508.tar.bz2 > -rw-r--r-- 1 root root 56 2006-05-22 20:47 elks-20060508.tar.bz2.md5sum > -rw-r--r-- 1 root root 1368613 2006-05-15 07:12 elks-20060515.tar.bz2 > -rw-r--r-- 1 root root 56 2006-05-22 20:47 elks-20060515.tar.bz2.md5sum > -rw-r--r-- 1 root root 1367612 2006-05-17 04:53 elks-20060516.tar.bz2 > -rw-r--r-- 1 root root 56 2006-05-22 20:47 elks-20060516.tar.bz2.md5sum > -rw-r--r-- 1 root root 1367023 2006-05-22 04:56 elks-20060521.tar.bz2 > -rw-r--r-- 1 root root 56 2006-05-22 20:48 elks-20060521.tar.bz2.md5sum > -rw-r--r-- 1 root root 1217839 2006-05-18 06:35 images-test-20060517.zip > -rw-r--r-- 1 root root 59 2006-05-22 20:48 > images-test-20060517.zip.md5sum > # cat elks-20060503.tar.bz2.md5sum > f033a0bcca67dffe0561c7f9da390ad4 elks-20060503.tar.bz2 > # cat elks-20060506.tar.bz2.md5sum > 4d249d53f573345468a692199b935890 elks-20060506.tar.bz2 > # cat elks-20060508.tar.bz2.md5sum > 2c270ba0a85f7f1d61aa4572325849e4 elks-20060508.tar.bz2 > # cat elks-20060515.tar.bz2.md5sum > 2fa16a3a4a679686b2cb2eee38917824 elks-20060515.tar.bz2 > # cat elks-20060516.tar.bz2.md5sum > d4a81f246c1e53d93456629a6aec9c48 elks-20060516.tar.bz2 > # cat elks-20060521.tar.bz2.md5sum > 5441f25b6550c27aa3ed64fb4224ae13 elks-20060521.tar.bz2 > # cat images-test-20060517.zip.md5sum > b53f4d5c87e1d0209d6be0424a0fea1d images-test-20060517.zip > > Petr