NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-evbarm/49395 (cubietruck freezes under i/o load on netbsd-7 and HEAD)



The following reply was made to PR port-evbarm/49395; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-evbarm/49395 (cubietruck freezes under i/o load on netbsd-7 and HEAD)
Date: Sat, 6 Dec 2014 12:21:07 +0100

 On Thu, Dec 04, 2014 at 06:35:01PM +0000, Markus Kilbinger wrote:
 >  The 'freeze' is back for several days now, in netbsd-7 more than in HEAD!
 >  -> Can you re-open the PR, please!
 
 I am not sure this is the exact same thing, but I can reproduce it in -current
 even simpler and reliably:
 
 After building sets on my build machine, I scp them over to /var/tmp on the
 cubietruck, then move etc.tgz and xet.tgz to /tmp (for later postinstall
 use), and then do (in C shell syntax):
 
   cd /
   foreach tar (var/tmp/*.tgz)
      echo $tar; tar xpzf $tar
   end
 
 This reliably kills my machine. The issue may be KVA vs. WAPBL, haven't tried
 yet to do it w/o log mount. There is a minor variation that reliably works
 for me:
 
   cd /
   foreach tar (var/tmp/*.tgz)
      echo $tar; tar xpzf $tar; rm $tar; sync
   end
 
 
 Martin
 


Home | Main Index | Thread Index | Old Index