From owner-freebsd-stable@FreeBSD.ORG Wed Nov 19 14:44:16 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C3EE106567A for ; Wed, 19 Nov 2008 14:44:16 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id B4E768FC16 for ; Wed, 19 Nov 2008 14:44:15 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1443621yxb.13 for ; Wed, 19 Nov 2008 06:44:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:message-id :in-reply-to:references:date:subject:from:to:user-agent:mime-version :content-type:content-transfer-encoding:x-priority:importance:sender; bh=0u2GXdy3h88s0SH3daEGO4y4h/VejhFzESCAjt6geK4=; b=uYUrivkx4f53grBQwgawlxYaIGSBorvDBJio7/aeSG/lQyr5x4PqEbj+aaKN5/8Z3Y G95n3SMHa+jVMjcst7tNJ847C9wFLcvN6s29kTvdzP+GeOHyYXhebq0wtk0SeTiiJ8tT Gcygt0ypTyBz5wQC6xK9NjHqLsfv4uPfAbwI8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:in-reply-to:references:date:subject:from:to:user-agent :mime-version:content-type:content-transfer-encoding:x-priority :importance:sender; b=ZTD9/YNDHO7SX4FD6zeXkwzMBeKIJq01ztdhJYTUwe+/G0k0MzAcxuw4YYF2Zqu/GG MnalKVm5/NNbRBztNxaqPcE4UyJYIftkUNa31j++eqexRUwUbuGjMxCEdatTJ3tXKdU0 8SdHjkLi0jsOQOaSQtI3UlCUzLOhN5WFy/MwA= Received: by 10.100.106.12 with SMTP id e12mr612741anc.18.1227105855049; Wed, 19 Nov 2008 06:44:15 -0800 (PST) Received: from cygnus.homeunix.com ([189.71.5.133]) by mx.google.com with ESMTPS id d21sm7652463and.26.2008.11.19.06.44.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 Nov 2008 06:44:14 -0800 (PST) Received: by cygnus.homeunix.com (Postfix, from userid 80) id 22585B8210; Wed, 19 Nov 2008 11:44:01 -0300 (BRT) Received: from 189.92.76.238 (SquirrelMail authenticated user matheus) by cygnus.homeunix.com with HTTP; Wed, 19 Nov 2008 12:44:01 -0200 (BRST) Message-ID: <5d69df380871dba0b5d6918a356f3bf7.squirrel@cygnus.homeunix.com> In-Reply-To: <49240915.5060201@kkip.pl> References: <76f9bb3fd8d40028f22f4585d2b8e983.squirrel@cygnus.homeunix.com> <49240915.5060201@kkip.pl> Date: Wed, 19 Nov 2008 12:44:01 -0200 (BRST) From: "Nenhum_de_Nos" To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Sender: Nenhum_de_Nos Subject: Re: gmirror and gstripe X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Nov 2008 14:44:16 -0000 On Wed, November 19, 2008 10:39 am, Bartosz Stec wrote: > Nenhum_de_Nos pisze: >> hail, >> >> I have an old AthlonXP 1700+ running 7-STABLE: >> >> FreeBSD xxx 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #1: Thu Nov 13 >> 23:54:59 >> BRT 2008 root@xxx:/usr/obj/usr/src/sys/xxx i386 >> >> where I have two 750GB Seagate SATA Disks. They are divided as two >> slices, >> around the first 120GB are gathered in gmirror, and what left is in >> gstripe. so that's whats going on. if the machine locks, and fsck comes >> to >> make its job, the box just gets slower and slower till I have to reset >> it >> the hard way. to make it not lock after just 5 minutes I have to boot >> and >> umount the "arrays", and then run fsck_ufs on them. so this way I can >> have >> the box running again. >> > Did you mean that machine slows down while doing background fsck? If > yes, problem is probably related to snapshot which is created, and > background fsck is done on snapshot. I can say for slow down, as I can't do anything on it. ping to it responds really slow, and if I plug an usb keyboard and try to use the machine, the keyborad just is able to change consoles (from tty1 to tty2, and so on), but I can't even login to the machine, as nothing I type gets to the terminal. so I can't say its slow or locked. >> as I can't count on no power outage till the end of days, what can I do >> ? >> >> > You may just disable background fsck and do it manually in single user > mode in that case just by typing fsck -y. ok, but this makes me have to be there every reboot, if it wasn't a reboot from a command sent by me. and this makes my life hard, as I can't be allways there (this is a home server, nfs+pf+postfix+webmail+dns), I just want to put fsck_y on rc.conf ... >> i just recompiled stable to make it stop this, but no go here ... >> >> this is an AthlonXP as said, running on EPoX kt600 based board, sata I >> is >> from via southbridge and 1GB of RAM. just another 40GB disk to the >> system. >> >> thanks, >> >> matheus >> > If I am correct, your problem is old known and mksnap_ffs related. > Jeremy Chadwick wrote a lot about it: > http://wiki.freebsd.org/JeremyChadwick/Commonly_reported_issues gonna read :) thanks matheus > Good luck. > > -- > Bartosz Stec > > AUXILIA Spółka z o.o. > ul. Wałbrzyska 43/2 > 52-314 Wrocław > tel. (71) 79 99 760 w. 69 > GSM: 662171775 > E-Mail: admin@kkip.pl > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- We will call you cygnus, The God of balance you shall be