From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.43)
	id 1DwNPe-0005TW-K2
	for garchives@archives.gentoo.org; Sat, 23 Jul 2005 17:03:47 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6NH2GZ4026729;
	Sat, 23 Jul 2005 17:02:16 GMT
Received: from sysconcept.ca (103.205-206-12-0.interbaun.com [205.206.12.103] (may be forged))
	by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6NGwUCf003819
	for <gentoo-user@lists.gentoo.org>; Sat, 23 Jul 2005 16:58:30 GMT
Received: by sysconcept.ca (Postfix, from userid 1000)
	id 395792EB33B; Sat, 23 Jul 2005 10:59:02 -0600 (MDT)
Subject: Re: [gentoo-user] Re: [New Development] - was 1.) Kernel panic -
	not syncing: Aiee, killing interupt handler
From: Joseph <syscon@interbaun.com>
To: gentoo-user@lists.gentoo.org
In-Reply-To: <42E1FCEF.3030000@asmallpond.org>
References: <1121911713.14090.82.camel@sysconcept.ca>
	 <200507222132.19208.flacycads@cox.net>
	 <1122083786.32124.119.camel@sysconcept.ca>
	 <200507230743.15459.ti.liame@email.it>
	 <1122104603.18904.10.camel@sysconcept.ca> <42E1FCEF.3030000@asmallpond.org>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Date: Sat, 23 Jul 2005 10:58:52 -0600
Message-Id: <1122137932.11718.8.camel@sysconcept.ca>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Mime-Version: 1.0
X-Mailer: Evolution 2.2.1.1 
X-Archives-Salt: e40e6297-cd0c-456c-b87a-7949da1b8db9
X-Archives-Hash: da549649b3f698bae62a203c0bc2e634

On Sat, 2005-07-23 at 10:16 +0200, Richard Fish wrote:
> Joseph wrote:
> 
> >I was trying to run this Red Hat memtest.sh script.
> >So I copied the linux.tar.gz (45Mb file) to /tmp directory.
> >
> >Though when I try to run the script as user it keeps complaining:
> >mv: cannot stat `linux': No such file or directory
> >mv: cannot stat `linux': No such file or directory
> >
> >  
> >
> 
> Does "tar -tzvf linux.tar.gz" show the top-level directory as "linux", 
> or "linux-2....".  If the latter, do the following to make a suitable 
> tar.gz for the script (it is easier than fixing the script!):
> 
> tar -xzvf linux.tar.gz
> mv "linux-*" linux
> tar -czvf linux.tar.gz linux
> 
> HTH
> -Richard

That did it.
Though it complained when I did 
mv "linux-*" linux 
it wanted full dir name:
mv linux-2.6.12 linux

This test is running right now on my main server, 
though when I try to run it on the new box it keeps complaining:
-bash: ./memtest.sh: /bin/bash2: bad interpreter: No such file or
directory

On both boxes the I have bash-3.0 so what is it looking for?

I've run some emerge overnight with the memory sticks from my backup
server and it run just fine.
Now, what I want to do is to run this Red Hat memtest.sh and memtest86
on the new box (on the new memory stick) to compare the results.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list