From owner-freebsd-fs Sun Feb 23 6:40:40 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2DBD37B401; Sun, 23 Feb 2003 06:40:38 -0800 (PST) Received: from smtp.inode.at (goliath.inode.at [195.58.161.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E7E43FBD; Sun, 23 Feb 2003 06:40:37 -0800 (PST) (envelope-from mranner@inode.at) Received: from line157.adsl-dynamic.inode.at ([213.229.7.157]) by smtp.inode.at with esmtp (Exim 3.34 #1) id 18mxIx-0000CJ-00; Sun, 23 Feb 2003 15:40:35 +0100 From: Michael Ranner To: freebsd-hackers@freebsd.org, freebsd-fs@freebsd.org Subject: Re: scan_ffs for UFS2 Date: Sun, 23 Feb 2003 15:40:20 +0100 User-Agent: KMail/1.5 References: <200302192220.12731.mranner@inode.at> In-Reply-To: Cc: Garance A Drosihn MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302231540.20166.mranner@inode.at> Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Am Freitag, 21. Februar 2003 22:38 schrieben Sie: > At 10:20 PM +0100 2/19/03, Michael Ranner wrote: > > For what it's worth, we (FreeBSD) have a simple SuperBlock recovery > program in /usr/src/tools/tools/find-sb. I picked up some updates > from Dave Cross for that, and have a few more of my own. I just > have to sit down and get them all together into a single version. > I don't know how find-sb compares to the program you're talking > about, but they sound kind of similar. Scan_ffs can print the lost disklabel for use with disklabel(8). Find-sb, that version from cvs, seems only to print info about the superblocks of each file system and you have to rebuild the lost disklabel for your self. I was on the search for a simple tool for everybody, and found scan_ffs several months ago in the OpenBSD distribution (so it seems find-sb was like reinventing the wheel) and Robert Watson suggested in a posting december last year to adopt scan_ffs for UFS2. IMHO we should reuse a already written program with existing man pages, so we have the same sounding tools for the same tasks. I don't know what find-sb could do with your patches applied. If it's superior to scan_ffs, we can forget scan_ffs. -- /\/\ichael Ranner mranner@jawa.at - mranner@bitonline.cc - webmaster@mariazell.at ---------------------------------------------------------------------- JAWA Management Software GmbH - http://www.jawa.at/ Liebenauer Hauptstrasse 2oo - A-8041 Graz Tel +43 316 403274 21 - Fax +43 316 403274 10 ---------------------------------------------------------------------- Mariazell Online - http://www.mariazell.at/ ---------------------------------------------------------------------- -----BEGIN GEEK CODE BLOCK----- GIT/CS/AT dx(-) s+:(++:) a- C++ UBLVS++++$ P++>+++$ L-(+)$ E--- W+++$ N+(++) o-- K- w--()$ O-(--) M@ V-(--) PS+>++ PE(-) Y+ PGP(-) t+ 5+ X+++(++++) R* tv++ b+(++) DI++ D-(--) G- e h--(*) r++ y? ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Sun Feb 23 13:37:27 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E222F37B401; Sun, 23 Feb 2003 13:37:25 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 213AB43F93; Sun, 23 Feb 2003 13:37:25 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 857F0679DA; Sun, 23 Feb 2003 13:37:24 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 62BD269A; Sun, 23 Feb 2003 13:37:24 -0800 (PST) Date: Sun, 23 Feb 2003 13:37:24 -0800 From: Kris Kennaway To: Kris Kennaway Cc: Kirk McKusick , current@FreeBSD.ORG, fs@FreeBSD.ORG, iedowse@FreeBSD.ORG Subject: Re: INVARIANTS-related fs panic on alpha Message-ID: <20030223213724.GA27853@rot13.obsecurity.org> References: <20030214235413.GA4079@rot13.obsecurity.org> <200302150053.h1F0r7FL044055@beastie.mckusick.com> <20030215025118.GA5172@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <20030215025118.GA5172@rot13.obsecurity.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 14, 2003 at 06:51:19PM -0800, Kris Kennaway wrote: > On Fri, Feb 14, 2003 at 04:53:07PM -0800, Kirk McKusick wrote: > > I have tried running my test machine out of filesystem space > > (repeatedly) and have not been able to get this panic. I will > > keep running that test in the hopes that it will show up. In > > the meantime, if you can come up with an example that reliably > > triggers it, that would be most helpful. >=20 > Hmm. The machines that have panicked are likely to have been under > extreme disk load at the time they ran out of space (e.g. extracting > several dozen large tarballs simultaneously) [1]. I'll have to see if > I can trigger this. >=20 > Kris >=20 > [1] Due to the stupidity of the bento package build scheduler and > various other contributing factors. Got this again when a filesystem filled up. Kris --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+WT8TWry0BWjoQKURAgYQAJ41Lfqf1V8oBEGqShf9wa0GmHM5wQCeMFno qvGpcVaXmZkABX+fhe3W47c= =dCSo -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Sun Feb 23 14: 4:11 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A826237B401; Sun, 23 Feb 2003 14:04:09 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D236343FBD; Sun, 23 Feb 2003 14:04:08 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 2EB8D679DC; Sun, 23 Feb 2003 14:04:05 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id E429469A; Sun, 23 Feb 2003 14:04:04 -0800 (PST) Date: Sun, 23 Feb 2003 14:04:04 -0800 From: Kris Kennaway To: Kris Kennaway Cc: Kirk McKusick , current@FreeBSD.ORG, fs@FreeBSD.ORG, iedowse@FreeBSD.ORG Subject: Re: INVARIANTS-related fs panic on alpha Message-ID: <20030223220403.GA28113@rot13.obsecurity.org> References: <20030214235413.GA4079@rot13.obsecurity.org> <200302150053.h1F0r7FL044055@beastie.mckusick.com> <20030215025118.GA5172@rot13.obsecurity.org> <20030223213724.GA27853@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <20030223213724.GA27853@rot13.obsecurity.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 23, 2003 at 01:37:24PM -0800, Kris Kennaway wrote: > > Hmm. The machines that have panicked are likely to have been under > > extreme disk load at the time they ran out of space (e.g. extracting > > several dozen large tarballs simultaneously) [1]. I'll have to see if > > I can trigger this. > >=20 > > Kris > >=20 > > [1] Due to the stupidity of the bento package build scheduler and > > various other contributing factors. >=20 > Got this again when a filesystem filled up. I got a crashdump and gdb backtrace this time..let me know if you want it. Kris --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+WUVTWry0BWjoQKURAqhaAJ9tI5pkAsbeyQa9uzQJ3QdbxY0AvQCfWzyH qIAhXqWh12GxNpraw1ngKl4= =s17s -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Sun Feb 23 15:54:55 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2056537B401; Sun, 23 Feb 2003 15:54:54 -0800 (PST) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F88A43F3F; Sun, 23 Feb 2003 15:54:53 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.12.7/8.12.7) with ESMTP id h1NNsp0H004682; Sun, 23 Feb 2003 18:54:51 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200302231540.20166.mranner@inode.at> References: <200302192220.12731.mranner@inode.at> <200302231540.20166.mranner@inode.at> Date: Sun, 23 Feb 2003 18:54:49 -0500 To: Michael Ranner , freebsd-hackers@freebsd.org, freebsd-fs@freebsd.org From: Garance A Drosihn Subject: Re: scan_ffs for UFS2 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-RPI-Spam-Score: -0.5 () IN_REP_TO,REFERENCES,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_03_05 X-Scanned-By: MIMEDefang 2.28 Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 3:40 PM +0100 2/23/03, Michael Ranner wrote: >Am Freitag, 21. Februar 2003 Garance wrote: > > > > I don't know how find-sb compares to the program you're > > talking about, but they sound kind of similar. > >Scan_ffs can print the lost disklabel for use with disklabel(8). >Find-sb, that version from cvs, seems only to print info about >the superblocks of each file system and you have to rebuild the >lost disklabel for your self. [...] > >I don't know what find-sb could do with your patches applied. >If it's superior to scan_ffs, we can forget scan_ffs. It sounds like you should go with scan_ffs, and when I have the time to sort out my updates I'll see how they apply to that. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Sun Feb 23 16:55:12 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8771037B401; Sun, 23 Feb 2003 16:55:10 -0800 (PST) Received: from ms-smtp-02.texas.rr.com (ms-smtp-02.texas.rr.com [24.93.36.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D0743F93; Sun, 23 Feb 2003 16:55:09 -0800 (PST) (envelope-from incomingforward@cs.com) Received: from mail.satx.rr.com (mcis-06.texas.rr.com [24.93.36.36]) by ms-smtp-02.texas.rr.com (8.12.5/8.12.2) with ESMTP id h1J53BTu009288; Wed, 19 Feb 2003 00:05:11 -0500 (EST) Received: from smtp0231.mail.yahoo.com ([200.189.79.26]) by mail.satx.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 18 Feb 2003 22:55:55 -0600 Date: Wed, 19 Feb 2003 04:54:59 GMT From: incomingforward@cs.com X-Priority: 3 To: freebizads-unsubscribe@listbot.com Subject: freebizads-unsubscribe, LIVE FROM WALL STREET: VICC Test Results Are In... Mime-Version: 1.0 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <088db5155041323MCIS-06@mail.satx.rr.com> Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org freebizads-unsubscribe@listbot.com

If you bought into our last recommendation (CIMG) early enough you had an excellent opportunity to make substantial gains (from .90 to 1.65 in just the first day). Now is your chance to do the same with our newest pick: VICC. To find out more go to Live From the Street.

If you no longer want to receive information from us just go to tallrhe@cs.com.

  To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Mon Feb 24 6:43: 0 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AD6437B401; Mon, 24 Feb 2003 06:42:58 -0800 (PST) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id A574443FDD; Mon, 24 Feb 2003 06:42:55 -0800 (PST) (envelope-from hiten@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (hiten@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.7/8.12.1) with ESMTP id h1OEgreG029717; Mon, 24 Feb 2003 09:42:53 -0500 (EST) Received: (from hiten@localhost) by angelica.unixdaemons.com (8.12.7/8.12.1/Submit) id h1OEgqo3029712; Mon, 24 Feb 2003 09:42:52 -0500 (EST) (envelope-from hiten) Date: Mon, 24 Feb 2003 09:42:52 -0500 From: Hiten Pandya To: Michael Ranner Cc: freebsd-hackers@FreeBSD.ORG, freebsd-fs@FreeBSD.ORG, Garance A Drosihn Subject: Re: scan_ffs for UFS2 Message-ID: <20030224144252.GC74746@unixdaemons.com> References: <200302192220.12731.mranner@inode.at> <200302231540.20166.mranner@inode.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302231540.20166.mranner@inode.at> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD i386 X-Public-Key: http://www.pittgoth.com/~hiten/pubkey.asc X-URL: http://www.unixdaemons.com/~hiten X-PGP: http://pgp.mit.edu:11371/pks/lookup?search=Hiten+Pandya&op=index Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Michael Ranner (Sun, Feb 23, 2003 at 03:40:20PM +0100) wrote: > Am Freitag, 21. Februar 2003 22:38 schrieben Sie: > > At 10:20 PM +0100 2/19/03, Michael Ranner wrote: > > > > For what it's worth, we (FreeBSD) have a simple SuperBlock recovery > > program in /usr/src/tools/tools/find-sb. I picked up some updates > > from Dave Cross for that, and have a few more of my own. I just > > have to sit down and get them all together into a single version. > > I don't know how find-sb compares to the program you're talking > > about, but they sound kind of similar. > > Scan_ffs can print the lost disklabel for use with disklabel(8). > Find-sb, that version from cvs, seems only to print info about > the superblocks of each file system and you have to rebuild the > lost disklabel for your self. I was on the search for a simple > tool for everybody, and found scan_ffs several months ago > in the OpenBSD distribution (so it seems find-sb was like > reinventing the wheel) and Robert Watson suggested in a posting > december last year to adopt scan_ffs for UFS2. IMHO we should > reuse a already written program with existing man pages, so > we have the same sounding tools for the same tasks. > > I don't know what find-sb could do with your patches applied. > If it's superior to scan_ffs, we can forget scan_ffs. FWIW, I did make scan_ffs work with UFS2 at one point in time, but I lost my stuff in a disk crash. It's a pretty good utility with good documentation. The only thing you need to worry about in the scan_ffs code is the opendisk() routine, or something like that, but it shouldn't be hard. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Mon Feb 24 13:55:37 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB36437B401 for ; Mon, 24 Feb 2003 13:55:34 -0800 (PST) Received: from gs166.sp.cs.cmu.edu (GS166.SP.CS.CMU.EDU [128.2.205.169]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E5BE43FAF for ; Mon, 24 Feb 2003 13:55:34 -0800 (PST) (envelope-from dpelleg@gs166.sp.cs.cmu.edu) To: freebsd-fs@FreeBSD.ORG Subject: UFS panics, NFS+quota From: Dan Pelleg Date: 24 Feb 2003 16:55:19 -0500 Message-ID: Lines: 80 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm getting occasional crashes on this 4.7-RELEASE-p2 NFS server. In the past the crashes were somewhat correlated with big (multiple files, >10GB total) deletions on the NFS volume in the 12-24 hours preceding the crash. This time, it happened during a big write from a NFS client. Softupdates and quota is on. I'm attaching my attempt at debugging though I'll admit I know nothing about this piece of code. Note a similar trace I posted about 10 months ago at: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=865575+0+/usr/local/www/db/text/2002/freebsd-stable/20020519.freebsd-stable That one, too, was in getinoquota(). I'll gladly provide more details on request. -- Dan Pelleg IdlePTD at phsyical address 0x0047d000 initial pcb at physical address 0x003d1940 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor write, page not present instruction pointer = 0x8:0xc02c14da stack pointer = 0x10:0xeac519a4 frame pointer = 0x10:0xeac519f4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 117 (nfsd) interrupt mask = none trap number = 12 panic: page fault syncing disks... 25 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 giving up on 1 buffers Uptime: 68d22h13m15s (da2:ahc1:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 (da2:ahc1:0:0:0): ILLEGAL REQUEST asc:20,0 (da2:ahc1:0:0:0): Invalid command operation code ... (kgdb) where #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 #1 0xc01c1c97 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:316 #2 0xc01c20bc in poweroff_wait (junk=0xc036376c, howto=-1070189937) at /usr/src/sys/kern/kern_shutdown.c:595 #3 0xc0304b8a in trap_fatal (frame=0xeac51964, eva=0) at /usr/src/sys/i386/i386/trap.c:974 #4 0xc030485d in trap_pfault (frame=0xeac51964, usermode=0, eva=0) at /usr/src/sys/i386/i386/trap.c:867 #5 0xc0304447 in trap (frame={tf_fs = 16, tf_es = -1071972336, tf_ds = 16, tf_edi = -356261184, tf_esi = -961507048, tf_ebp = -356181516, tf_isp = -356181616, tf_ebx = -957144960, tf_edx = 0, tf_ecx = -876541184, tf_eax = 0, tf_trapno = 12, tf_err = 2, tf_eip = -1070852902, tf_cs = 8, tf_eflags = 66118, tf_esp = -876541184, tf_ss = -316964672}) at /usr/src/sys/i386/i386/trap.c:466 #6 0xc02c14da in dqget (vp=0xed1b80c0, id=100, ump=0xc6d1ae00, type=1, dqp=0xcbc10b48) at /usr/src/sys/ufs/ufs/ufs_quota.c:763 #7 0xc02c091f in getinoquota (ip=0xcbc10b00) at /usr/src/sys/ufs/ufs/ufs_quota.c:104 #8 0xc02c3859 in ufs_mkdir (ap=0xeac51bf8) at /usr/src/sys/ufs/ufs/ufs_vnops.c:1374 #9 0xc02c4a1d in ufs_vnoperate (ap=0xeac51bf8) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2422 #10 0xc0246c98 in nfsrv_mkdir (nfsd=0xc7d5c900, slp=0xc829c400, procp=0xe5b320c0, mrq=0xeac51df8) at vnode_if.h:674 #11 0xc025629a in nfssvc_nfsd (nsd=0xeac51e58, argp=0x807da20 "", p=0xe5b320c0) at /usr/src/sys/nfs/nfs_syscalls.c:602 #12 0xc0255bf3 in nfssvc (p=0xe5b320c0, uap=0xeac51f80) at /usr/src/sys/nfs/nfs_syscalls.c:306 #13 0xc0304e39 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = 0, tf_ebp = -1077936772, tf_isp = -356180012, tf_ebx = 4, tf_edx = 1, tf_ecx = -3, tf_eax = 155, tf_trapno = 12, tf_err = 2, tf_eip = 134518508, tf_cs = 31, tf_eflags = 643, tf_esp = -1077937200, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175 #14 0xc02f9235 in Xint0x80_syscall () #15 0x8048135 in ?? () (kgdb) fram 6 #6 0xc02c14da in dqget (vp=0xed1b80c0, id=100, ump=0xc6d1ae00, type=1, dqp=0xcbc10b48) at /usr/src/sys/ufs/ufs/ufs_quota.c:763 763 TAILQ_REMOVE(&dqfreelist, dq, dq_freelist); (kgdb) print dq $1 = (struct dquot *) 0x0 (kgdb) print dq_freelist No symbol "dq_freelist" in current context. (kgdb) print dqfreelist $2 = {tqh_first = 0xc6f36800, tqh_last = 0x0} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Wed Feb 26 13:51:49 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E00B37B401 for ; Wed, 26 Feb 2003 13:51:45 -0800 (PST) Received: from vbook.express.ru (32.8.133.195.dynamic.dialup.ru [195.133.8.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 301B543F3F for ; Wed, 26 Feb 2003 13:51:42 -0800 (PST) (envelope-from vova@sw.ru) Received: from vova by vbook.express.ru with local (Exim 4.10) id 18o7cX-0000iT-00 for fs@freebsd.org; Wed, 26 Feb 2003 22:53:37 +0300 Subject: GEOM + md: how to repair ufs image ? From: "Vladimir B. " Grebenschikov To: fs@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Inc. Message-Id: <1046289216.2610.15.camel@vbook.fbsd.ru> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 26 Feb 2003 22:53:37 +0300 Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi ppl. I was a bit surprised but some kind of inconsistensy of GEOM + md, so may be I do not understand something, please help. Story: I have some bad sectors in my notebook HDD, so fsck reports unability to write into some disk sectors due to physical errors and fails. Disk can be mounted in read-olny mode and in read-write mode with -f. After that find /usr/local panics in 100% cases. Some data unavailable, but most of data available. I was triing to do backup, as much as possible. It think this way: copy all data from broken partition to work media (ignoring errors) than repair UFS volume (fsck) and then copy it to fresh volume. So dd if=/dev/ad0s4f of=ad0s4f conv=noerror it works all night and make me my partition image, then I have tried following: # ls -l ad0s4f -rw-r--r-- 1 vova wheel 8817336320 Feb 25 10:28 ad0s4f # file ad0s4f ad0s4f: Unix Fast File system (little-endian), last mounted on /usr/local, last written at Mon Feb 24 22:23:34 2003, clean flag 0, number of blocks 8706560, num ber of data blocks 8439596, number of cylinder groups 194, block size 8192, frag ment size 1024, minimum percentage of free blocks 8, rotational delay 0ms, disk rotational speed 60rps, TIME optimization # mdconfig -a -t vnode -f ad0s4f md0 # ls -l /dev/md0* crw-r----- 1 root operator 4, 30 Feb 26 10:21 /dev/md0 # mount -r /dev/md0 /mnt WARNING: /usr/local was not properly dismounted # ls /mnt Acrobat5 BAD NOT OpenOffice.org1.0 Together-6.0 VFS ... # fsck /dev/md0 fsck: Could not determine filesystem type # fsck_ufs /dev/md0 ** /dev/md0 CANNOT READ BLK: 17391648 CONTINUE? [yn] THE FOLLOWING DISK SECTORS COULD NOT BE READ: 17391648, 17391649, 17391650, 17391651, ioctl (GCINFO): Inappropriate ioctl for device fsck_ufs: /dev/md0: can't read disk label # So volume mounts well, but I can't repait it with fsck. Why ? Ok, I have assumed that I should get full slice, not only f partiton (disklabel and so on). Ok I have made new volume: ad0s4 - first megabyte was copied from real disk, and ad0s4f was written according disklabel to offeset 4456448. I have got: # ls -l ad0s4 -rw-r--r-- 1 root wheel 11099037696 Feb 25 17:59 ad0s4 # file ad0s4 ad0s4: Unix Fast File system (little-endian), last mounted on /usr/local, last written at Mon Feb 24 22:23:34 200 3, clean flag 0, number of blocks 8706560, number of data blocks 8439596, number of cylinder groups 194, block si ze 8192, fragment size 1024, minimum percentage of free blocks 8, rotational delay 0ms, disk rotational speed 60r ps, TIME optimization # mdconfig -a -t vnode -f ad0s4 md0 # ls /dev/md0* /dev/md0 # disklabel /dev/md0 disklabel: ioctl DIOCGDINFO: Inappropriate ioctl for device >> where my disklabel ? where freebsd partitions of md0 device ? # cat disklabel.saved # /dev/ad0s4c: type: ESDI disk: ad0s4 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 240 sectors/cylinder: 15120 cylinders: 2584 sectors/unit: 39070080 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 262144 0 4.2BSD 0 0 0 # (Cyl. 0 - 17*) c: 21869568 0 unused 0 0 # (Cyl. 0 - 1446*) e: 4194304 262144 4.2BSD 2048 16384 28512 # (Cyl. 17*- 294*) f: 17413120 4456448 4.2BSD 0 0 0 # (Cyl. 294*- 1446*) >> triing to restore disklabel from original disk # disklabel -R /dev/md0 disklabel Warning, partition c doesn't cover the whole unit! Warning, An incorrect partition c may cause problems for standard system utilities disklabel: Inappropriate ioctl for device # So ... I have no idea how to repair filesystem in image. Any advises are welcome. Thanxs -- Vladimir B. Grebenschikov SWsoft Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Thu Feb 27 12:40:10 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0557337B405; Thu, 27 Feb 2003 12:40:08 -0800 (PST) Received: from smtp.inode.at (goliath.inode.at [195.58.161.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F72143FBF; Thu, 27 Feb 2003 12:40:04 -0800 (PST) (envelope-from mranner@inode.at) Received: from line186.adsl-dynamic.inode.at ([213.229.7.186]) by smtp.inode.at with esmtp (Exim 3.34 #1) id 18oUoy-0007RL-00; Thu, 27 Feb 2003 21:40:00 +0100 From: Michael Ranner To: freebsd-fs@freebsd.org Subject: Port of scan_ffs utility to FreeBSD Date: Thu, 27 Feb 2003 21:39:38 +0100 User-Agent: KMail/1.5 Cc: freebsd-current@freebsd.org, Garance A Drosihn , Hiten Pandya , Robert Watson MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302272139.38798.mranner@inode.at> Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello! I have started to add UFS2 support to Robert Watsons scan_ffs(8) port from OpenBSD. Now it can recover properly the disklabel for partitions with UFS1 and UFS2 filesystems. Scan_ffs has some advantages over find-sb from /usr/src/tools, and it could fit nice in the FreeBSD base system to recover lost disklabels (ex. disklabel -rw ad0s1 floppy). The output of "scan_ffs -sl /dev/ad0s1", the original label was a: 524288 0 4.2BSD 2048 16384 32776 # (Cyl. 0 - 32*) b: 2097152 524288 swap # (Cyl. 32*- 163*) c: 20964825 0 unused 0 0 # (Cyl. 0 - 1304) d: 2097152 2621440 4.2BSD 2048 16384 28512 # (Cyl. 163*- 293*) e: 1048576 4718592 4.2BSD 2048 16384 8 # (Cyl. 293*- 358*) f: 7372800 5767168 4.2BSD 2048 16384 28512 # (Cyl. 358*- 817*) g: 7824857 13139968 4.2BSD 2048 16384 28512 # (Cyl. 817*- 1304*) should look like: X: 524288 0 4.2BSD 2048 16384 1 X: 2097152 2621440 4.2BSD 2048 16384 1 X: 1048576 4718592 4.2BSD 2048 16384 1 X: 7372800 5767168 4.2BSD 2048 16384 1 X: 7824857 13139968 4.2BSD 2048 16384 1 So you simple have to replace X with the slice and to run "disklabel -R ad0s1" and after this you can mount the filesystems. Makefile, source and modified man pages are attached to this mail. Give it a try and let me know your opinion. Regards, /\/\ichael Ranner mranner@jawa.at - mranner@bitonline.cc - webmaster@mariazell.at ---------------------------------------------------------------------- JAWA Management Software GmbH - http://www.jawa.at/ Liebenauer Hauptstrasse 2oo - A-8041 Graz Tel +43 316 403274 21 - Fax +43 316 403274 10 ---------------------------------------------------------------------- Mariazell Online - http://www.mariazell.at/ ---------------------------------------------------------------------- -----BEGIN GEEK CODE BLOCK----- GIT/CS/AT dx(-) s+:(++:) a- C++ UBLVS++++$ P++>+++$ L-(+)$ E--- W+++$ N+(++) o-- K- w--()$ O-(--) M@ V-(--) PS+>++ PE(-) Y+ PGP(-) t+ 5+ X+++(++++) R* tv++ b+(++) DI++ D-(--) G- e h--(*) r++ y? ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Thu Feb 27 12:48:49 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 278A337B401; Thu, 27 Feb 2003 12:48:41 -0800 (PST) Received: from smtp.inode.at (goliath.inode.at [195.58.161.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3438543F75; Thu, 27 Feb 2003 12:48:40 -0800 (PST) (envelope-from mranner@inode.at) Received: from line186.adsl-dynamic.inode.at ([213.229.7.186]) by smtp.inode.at with esmtp (Exim 3.34 #1) id 18oUxI-0007jR-00; Thu, 27 Feb 2003 21:48:37 +0100 From: Michael Ranner To: freebsd-fs@freebsd.org Subject: Re: Port of scan_ffs utility to FreeBSD Date: Thu, 27 Feb 2003 21:48:15 +0100 User-Agent: KMail/1.5 References: <200302272139.38798.mranner@inode.at> In-Reply-To: <200302272139.38798.mranner@inode.at> Cc: freebsd-current@freebsd.org, Robert Watson MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_PmnX+z/3SowS7ES" Message-Id: <200302272148.15494.mranner@inode.at> Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Boundary-00=_PmnX+z/3SowS7ES Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry, here is the Attachement of scan_ffs -- /\/\ichael Ranner mranner@jawa.at - mranner@bitonline.cc - webmaster@mariazell.at ---------------------------------------------------------------------- JAWA Management Software GmbH - http://www.jawa.at/ Liebenauer Hauptstrasse 2oo - A-8041 Graz Tel +43 316 403274 21 - Fax +43 316 403274 10 ---------------------------------------------------------------------- Mariazell Online - http://www.mariazell.at/ ---------------------------------------------------------------------- -----BEGIN GEEK CODE BLOCK----- GIT/CS/AT dx(-) s+:(++:) a- C++ UBLVS++++$ P++>+++$ L-(+)$ E--- W+++$ N+(++) o-- K- w--()$ O-(--) M@ V-(--) PS+>++ PE(-) Y+ PGP(-) t+ 5+ X+++(++++) R* tv++ b+(++) DI++ D-(--) G- e h--(*) r++ y? ------END GEEK CODE BLOCK------ --Boundary-00=_PmnX+z/3SowS7ES Content-Type: application/x-tgz; name="scan_ffs_freebsd.tgz" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="scan_ffs_freebsd.tgz" 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 --Boundary-00=_PmnX+z/3SowS7ES-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Thu Feb 27 13:40:18 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EF2F37B401; Thu, 27 Feb 2003 13:40:17 -0800 (PST) Received: from smtp4.server.rpi.edu (smtp4.server.rpi.edu [128.113.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2590943FBF; Thu, 27 Feb 2003 13:40:14 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp4.server.rpi.edu (8.12.7/8.12.7) with ESMTP id h1RLeCqX004068; Thu, 27 Feb 2003 16:40:12 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200302272139.38798.mranner@inode.at> References: <200302272139.38798.mranner@inode.at> Date: Thu, 27 Feb 2003 16:40:11 -0500 To: Michael Ranner , freebsd-fs@freebsd.org From: Garance A Drosihn Subject: Re: Port of scan_ffs utility to FreeBSD Cc: freebsd-current@freebsd.org, Hiten Pandya , Robert Watson Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.28 Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 9:39 PM +0100 2/27/03, Michael Ranner wrote: >I have started to add UFS2 support to Robert Watsons scan_ffs(8) >port from OpenBSD. This could be very useful! >Makefile, source and modified man pages are attached to this mail. >Give it a try and let me know your opinion. Well, unless the code is magically encoded in the following block, I think you forgot to attach something... >-----BEGIN GEEK CODE BLOCK----- >GIT/CS/AT dx(-) s+:(++:) a- C++ UBLVS++++$ P++>+++$ L-(+)$ E--- >W+++$ N+(++) o-- K- w--()$ O-(--) M@ V-(--) PS+>++ PE(-) Y+ PGP(-) >t+ 5+ X+++(++++) R* tv++ b+(++) DI++ D-(--) G- e h--(*) r++ y? >------END GEEK CODE BLOCK------ -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Fri Feb 28 2:59:56 2003 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86DDE37B401; Fri, 28 Feb 2003 02:59:54 -0800 (PST) Received: from hotmail.com (bay2-f81.bay2.hotmail.com [65.54.247.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2044943FCB; Fri, 28 Feb 2003 02:59:54 -0800 (PST) (envelope-from savimbi200@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 28 Feb 2003 02:59:53 -0800 Received: from 63.241.92.43 by by2fd.bay2.hotmail.msn.com with HTTP; Fri, 28 Feb 2003 10:59:53 GMT X-Originating-IP: [63.241.92.43] From: "savimbi200 200" To: savimbi200@hotmail.com Subject: PLESASE HELP ME AND MY FAMILY. Date: Fri, 28 Feb 2003 10:59:53 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Feb 2003 10:59:53.0988 (UTC) FILETIME=[85FBDC40:01C2DF18] Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sir, This letter may come to you as a surprise due to the fact that we have not yet met,but it shouldn't,since we are determined to get what rightly belongs to us anyhow,but soon when every thing goes according to plan.The message could be strange but reality will definitely dawn on you, if you pay some attention to it's content. I wouldn't have notified you but for the sake of your integrity and goodwill.Please accept my sincere apologies.In bringing this message to you, I have to say that I have no intentions of causing you any personal pains or discomfort. I am Mr.Samuel Savimbi, son of the late rebel leader Jonas Savimbi of Angola who was killed on the 22nd of february 2002.We are desperately looking for a trustworthy person to assist us in this confidential business.My late father, Jonas Savimbi deposited huge sums of money realised from the sale of diamonds and other precious stones /metals in different banks in Europe. My father is presently no more, and the movement of his family members (including me) is highly restricted. We are forbidden to either travel abroad or out of our immediate localities. Presently, the money realised from those sails amounting to US$28,500,000.00 (TWENTY EIGHT MILLION,FIVE HUNDRED THOUSAND DOLLARS),which my father realised was transfered to Netherlands is safe in a security firm over there.Before you can get access to it you have to be given the password and the Personal indentification numbers (PIN No:)of the consignment deposited.I am ! ; therefore soliciting your help to have this money collected by you and ransfered into your account,as we would give you the neccesary documentations to facilitate your collection of the consignment personally in Amsterdam, before the government gets wind of this arrangement.You know my father was a rebel leader in his life time before his death.My reason for doing this is because it will be difficult for the Angolan Government to trace my father's money to an individual's account,especially when such an individual bears no blood relationship with us ,I have decided to keep that money for my family's use. Presently the money is still in that Security Company in the Netherlands. I am currently and temporarily living in Luanda with my family seeking for my refugee status,moreover the political climate in Angola at the moment is very tense,sensitive and unstable.With this password and informations that we will give you,together with the Power of Attorney,you! will then proceed to the security firm,and these will facilitate your collection of the consignment. You have to proceed personally to Netherlands where after fulfiling their requirements US$28,500,000.00 will be released to you in the two large trunk boxes that it was deposited in,after which we may likely ask you to come over with some money for us to run away from here at least for now into one of these European countries. You can have the fund transferred into any account that suits you after your personal collection of the consignment,until furtherinstructionsare given.PLEASE YOUR CONFIDENTIALITY IN THIS TRANSACTION IS HIGHLY REQUIRED. Thank you very much for your time and understanding. Yours sincerely Samuel savimbi. _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message