From owner-FreeBSD-users-jp@jp.freebsd.org  Tue Sep 21 11:36:17 1999
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id LAA83184;
	Tue, 21 Sep 1999 11:36:17 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id LAA83179
	for <freebsd-users-jp@jp.freebsd.org>; Tue, 21 Sep 1999 11:36:17 +0900 (JST)
	(envelope-from taoka@infonets.hiroshima-u.ac.jp)
Received: from peg.infonets.hiroshima-u.ac.jp (peg.infonets.hiroshima-u.ac.jp [133.41.33.64])
	by diana.infonets.hiroshima-u.ac.jp (8.9.3/3.7W) with ESMTP id LAA76850
	for <freebsd-users-jp@jp.freebsd.org>; Tue, 21 Sep 1999 11:38:10 +0900 (JST)
Received: from localhost (localhost [127.0.0.1]) by peg.infonets.hiroshima-u.ac.jp (8.9.3/3.6W) with ESMTP
	id LAA49309 for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 21 Sep 1999 11:36:16 +0900 (JST)
To: FreeBSD-users-jp@jp.freebsd.org
From: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
X-Mailer: Mew version 1.94 on XEmacs 21.1 (Big Bend)
X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew)
X-URL: http://www.infonets.hiroshima-u.ac.jp/~taoka/
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19990921113616P.taoka@infonets.hiroshima-u.ac.jp>
Date: Tue, 21 Sep 1999 11:36:16 +0900
X-Dispatcher: imput version 990905(IM130)
Lines: 52
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: FreeBSD-users-jp 45823
Subject: [FreeBSD-users-jp 45823] 3.3R & NIS and NFS
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: taoka@infonets.hiroshima-u.ac.jp


$BED2,$G$9!#(B

3.3R$B$rF~$l$?$N$G$9$,!"(B3.2R$B$^$G$H$*$J$8@_Dj$r$7$F$k$K$b4X$o$i$:!"(Bypbind$B!"(B
NFS$B%5!<%P$,$&$^$/F0$-$^$;$s!#(B

# ps auxw|grep mount
root     664  0.0  0.3   464  328  ??  Ss   11:11AM   0:00.00 mountd -r
# mount
/dev/wd1s1a on / (local, writes: sync 48 async 461)
/dev/wd1s1f on /usr (NFS exported, local, writes: sync 6 async 301)
/dev/wd1s1e on /var (local, writes: sync 187 async 659)
procfs on /proc (local)
julia# ps auxw|grep nfs  
root     131  0.0  0.1   300  144  ??  I     4:47AM   0:00.00 nfsd: server (nfsd)
root     132  0.0  0.1   300  144  ??  I     4:47AM   0:00.00 nfsd: server (nfsd)
root     133  0.0  0.1   300  144  ??  I     4:47AM   0:00.00 nfsd: server (nfsd)
root     134  0.0  0.1   300  144  ??  I     4:47AM   0:00.00 nfsd: server (nfsd)
root     141  0.0  0.1   212   76  ??  I     4:49AM   0:00.00 nfsiod -n 4
root     142  0.0  0.1   212   76  ??  I     4:49AM   0:00.00 nfsiod -n 4
root     143  0.0  0.1   212   76  ??  I     4:49AM   0:00.00 nfsiod -n 4
root     144  0.0  0.1   212   76  ??  I     4:49AM   0:00.00 nfsiod -n 4

$B$J$N$K!"(B

# rpcinfo -p hoge-host
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper

$B$H$3$$$D$7$+8+$($^$;$s!#EvA3!"$h$=$+$i%^%&%s%H$7$h$&$H$7$F$b$G$-$^$;$s!#(B

$B$^$?!":#$^$G$O!"%$%s%9%H!<%kD>8e$G$b(B

# domainname hogedomain
# ypbind

$B$@$1$G!"(BNIS$B$,;H$($F$?$N$K!":#$O!"$@$a$G$9!#(B

libwrap$B$H4X78$"$k$N$G$7$g$&$+!)$H;W$C$F!"(B

# cat /etc/hosts.allow
ALL : ALL : allow

$B$H$7$F$b$@$a$J$s$G$9!#(B

$B$"$H!"N)$A>e$2;~$K!"(B

Sep 21 04:48:08 julia nfsd:[129]: can't register with udp portmap
Sep 21 04:50:08 julia mountd[126]: can't register mount

$B$H$$$C$F$$$^$9!#(B
