[39] in arla-drinkers
Re: fs does not work?
daemon@ATHENA.MIT.EDU (Naomaru Itoi)
Wed Jun 24 16:03:03 1998
From arla-drinkers-request@sundance.stacken.kth.se Wed Jun 24 20:03:02 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 13996 invoked from network); 24 Jun 1998 20:03:00 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 24 Jun 1998 20:03:00 -0000
Received: from soso.eecs.umich.edu (soso.eecs.umich.edu [141.212.99.9])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id VAA05610;
Wed, 24 Jun 1998 21:57:00 +0200 (MET DST)
Received: from soso.eecs.umich.edu (localhost [127.0.0.1])
by soso.eecs.umich.edu (8.9.0/8.9.0) with ESMTP id PAA25604;
Wed, 24 Jun 1998 15:56:46 -0400 (EDT)
Message-Id: <199806241956.PAA25604@soso.eecs.umich.edu>
To: Love <lha@stacken.kth.se>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: fs does not work?
In-reply-to: Your message of "24 Jun 1998 03:57:28 +0200."
<yxb2g1gvlfxz.fsf@zafir.e.kth.se>
Date: Wed, 24 Jun 1998 15:56:45 -0400
From: Naomaru Itoi <itoi@eecs.umich.edu>
Hi Love,
> But does the syscall ever reach xfs ? Flipp on
> all debugging and see if it get there. And if
> you can see that it does.
I do not quite understand how the syscall (syscall 210) works. So I
am not sure what you mean by "the syscall reaches xfs". But I flipped
on the debug messages of both arlad and xfs_mod.o. The following is
the output when I started up the arlad and mounted it.
----------------------------------------------------------------------
Kernel debug messages (xfs_mod.o):
Loading mod...
done installing cdev !
Char device number 30
before initq(messageq and sleepq)
before initq(messageq and sleepq)
syscall 210
Got to begining of loading xfs_filesys
Checking for double loading of filesystem
Searching the last available slot
Setting up filesystem
Doing vfs_init()
xfs_init
Using VFS slot 22
DDB symbols added: 139068 bytes
xfs_devopen dev = 30.0, flags = 3
xfs_devselect dev = 7680, which = 1
xfs_devselect dev = 7680, which = 1
xfs_devselect dev = 7680, which = 1
xfs_devselect dev = 7680, which = 1
xfs_mount: struct mount mp = 0xf07f3400 path = /afs data = '/dev/xfs0'
xfs_statfs
xfs_start mp = 0xf07f3400
xfs_devselect dev = 7680, which = 1
xfs_devselect dev = 7680, which = 1
xfs_devselect dev = 7680, which = 1
----------------------------------------------------------------------
arlad debug messages :
# arlad -n --debug=all
...
arlad: conn_init numconns = 100
arlad: initconncache
arlad: cellcache
arlad: fprio
arlad: fprio_readin: cant open file /usr/arla/cache/fprio: Operation not permitted
arlad: volcache numvols = 100
arlad: rx
arlad: using rxkad level auth
arlad: credcache numcreds = 100
arlad: fcache low_vnodes = 3000, high_vnodes = 4000low_bytes = 15000000, high_bytes = 20000000
arlad: cmcb
arlad: cm
arlad: arla init done.
arlad: running cleaner: 0 (3000-4000) files, 0 (15000000-20000000) bytes
arlad: cleaner done: 0 (3000-4000) files, 0 (15000000-20000000) bytes
arlad: Arla: selecting on fd: 5
arlad: running cleaner: 0 (3000-4000) files, 0 (15000000-20000000) bytes
arlad: cleaner done: 0 (3000-4000) files, 0 (15000000-20000000) bytes
arlad: running cleaner: 0 (3000-4000) files, 0 (15000000-20000000) bytes
arlad: cleaner done: 0 (3000-4000) files, 0 (15000000-20000000) bytes
arlad: running cleaner: 0 (3000-4000) files, 0 (15000000-20000000) bytes
arlad: cleaner done: 0 (3000-4000) files, 0 (15000000-20000000) bytes
...