From owner-freebsd-stable@freebsd.org Wed Jul 22 08:31:02 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2EA89A8DF2 for ; Wed, 22 Jul 2015 08:31:02 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63A2810E6 for ; Wed, 22 Jul 2015 08:31:02 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: by wibxm9 with SMTP id xm9so90374953wib.1 for ; Wed, 22 Jul 2015 01:31:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=spIhLdycLZgmHOcCF7CrkFPiTmJz/nvoSFksF0r16kI=; b=HTKsnepN9NLUArvAm0g9+5ZmMhl927T9mIn1X/xGPjFY4NJQ8n3UXZ3LZtA0g3W9VJ MuPzVb1YxjWj/i975Ha7k0Ad+FzPr06yBZr8LKuUoIR+CYvNSweKOQ1ZJdwWsGdYKymn jybpIjcmyDv6syLAtCNd8Zj32wMQFrRM3oSV9wMmZ7A0oErAnrlzxC+qfpTuFjg1ZjlS a9/Bg+79m0sJH2kgK/AdgA6o1SbDpszLSceH4Q1XMPYwZKNL+8WLhr0E9HSg2QNKcOUT b7v6ACi2m/w0DBvS7doTMNXEF3mEvB1bkEnK8J9uoaMoftbh4qZ161EjKfBPU7w3YKfg DO8A== X-Gm-Message-State: ALoCoQkLpwRmfs2iQu6eumCM1zAMErmehI+KH3NiMHr5LqC4jtu36XgTV7IkRIrzexs9P+PAXreq X-Received: by 10.194.235.227 with SMTP id up3mr3039865wjc.132.1437553860172; Wed, 22 Jul 2015 01:31:00 -0700 (PDT) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by smtp.gmail.com with ESMTPSA id uc16sm20806759wib.8.2015.07.22.01.30.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Jul 2015 01:30:59 -0700 (PDT) Subject: Re: 10.2-Beta i386..what's wrong..? To: freebsd-stable@freebsd.org References: <20150722071018.GA8363@beast.freibergnet.de> From: Steven Hartland Message-ID: <55AF54C1.8050002@multiplay.co.uk> Date: Wed, 22 Jul 2015 09:30:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150722071018.GA8363@beast.freibergnet.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 08:31:03 -0000 What's the panic? As your using ZFS I'd lay money on the fact your blowing the stack, which would require kernel built with: options KSTACK_PAGES=4 Regards Steve On 22/07/2015 08:10, Holm Tiffe wrote: > Hi, > > yesterday I've decided to to put my old "Workstation" in my shack and > to install a new FreeBSD on it, it is the computer I've used previously > for my daily work, reading Mails, programming controllers and so on.. > > It is am AMD XP300+ with an Adaptec 29320 and four IBM 72GB SCSI3 Disks > with only 2GB of Memory. > > I've replaced a bad disk, reformated it so 512 Byte sectors )they came > original with 534 or so for ecc),pulled the 10.2-Beta disk1 ISO file from > the german mirror and tried to install on a zfs raidz1 which was going > flawlessly until the point of booting the installed system, some warnings > about zfs and vm... double fault, panic. > > Later I've read on the net that installing zfs on a 32Bit machine isn't > really a good idea, so I tried to install the system on a gvinum raid > on gpt partitions. > The layout was gpt-boot, 2G swap and the rest raid on every disk so > that I could build a striped 8G swap and ~190G raid with gvinum. > Installing that worked flawlessly with the install point "shell and doing > partitioning per hand". I've made a newfs -U -L root /dev/gvinum/raid, > mounted the filesystem to /mnt, activated the swap and put an fstab in > /tmp/bsdsomething-etc, exited to install. > > The installer verified the install containers (base.txz,kernel.txz and > so on) and begun to extract them. > So far soo good, but while extracting the system repeatedly hung on the > very same location. On vt4 I could start a top that was showing an hung > bsdtar process in the state wdrain and nothing other happened, the system > took a long time to react to keypresses.. > > I've tried to extract the distribution files per hand, same problem, tar > hung on extracting kernel.symbols for example, same behavior on other files > in base.txz. > > Ok, it is 10.2-BETA so I've tried 10.1-Release next...exactly the same, > ok tried 9.3-RELEASE .. the same! > > What I'm doning wrong here? > > Besides of the bad disk that I've changed (IBM-SSG S53D073 C61F) the > hardware is very trusty, it is a gigabyte board and I want to keep this > machine since it has still floppy capabilites that I need to comunicate > with my old CP/M gear and PDP11's. It run for years w/o problems. > Capacitors are already changed and ok. > > Sorry for the wishy-washy error messages above, they are from my memory and > from yesterday... > > Next try was installing the System on a 8G ATA disk that was laying around, > went flawlessly, booted it and tried to install the files on the gvinum > raid from there...same problem. > Changed the 29320 against a 29160 ..same problem. > No messages about bad disksor something on the console. > > What's going on here? The machine run on 8.4-stable before w/o any > problems. > > Regards, > > Holm