[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(mout_ffs) proc: table is full - increase kern.maxproc or NPROC
- Subject: (mout_ffs) proc: table is full - increase kern.maxproc or NPROC
- From: 藤原 誠/ Makoto Fujiwara<makoto@ki.nu>
- To: port-powerpc-ja@jp.netbsd.org
- Date: Tue, 10 Jul 2001 14:32:02 +0900
- Organization: www.ki.nu
- Message-ID: <yfmn16d2vu5.wl@harry.ki.nu>
- Delivered-To: mailing list port-powerpc-ja@jp.netbsd.org
- Mailing-List: contact port-powerpc-ja-help@jp.netbsd.org; run by ezmlm-idx
- User-Agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2(Kasanui) Emacs/21.0.103 (powerpc-apple-netbsdelf1.5K) MULE/5.0(賢木)
> 千葉市中央区長洲
> 藤原 誠
2001/07/02 辺りから作ったものを
StarMax 3000/180 32M or 48M などに入れると、
32M の時
+-----------------------------------------------
| boot device: wd0
| root on wd0a dumps on wd0b
| root file system type: ffs
| /etc/rc.conf is not configured. Multiuser boot aborted.
| Enter pathname of shell or RETURN for sh:
| We recommend creating a non-root account and using su(1) for root access.
| # mount -a
| UVM: pid 386 (mount_ffs), uid 0 killed: out of swap
| mount_ffs: /: Killed
| mount_ffs: /usr: Abort trap
| mount_ffs: /var: Abort trap
+-----------------------------------------------
48M の時
+-----------------------------------------------
| # mount -a
| proc: table is full - increase kern.maxproc or NPROC
| mount_ffs: vfork: Resource temporarily unavailable
| proc: table is full - increase kern.maxproc or NPROC
| mount_ffs: vfork: Resource temporarily unavailable
| proc: table is full - increase kern.maxproc or NPROC
| mount_ffs: vfork: Resource temporarily unavailable
+-----------------------------------------------
となってしまうのですが、何が悪いのでしょうか。
2001/06/02 で作ったものを入れても同じような気がします。
別の StarMax 3000/200 では動いていた気がするのですが。
そう言えば sysinst は (いろいろ事情があり*1 ) 1.5.1/boot.fs
を使い、区画は予め切っておいて、/etc/fstab だけ書いておき、
Upgrade を選んで入れています。
(*1)
・floppy を新しく作るのは面倒
・自分で新しく作った CDROM は隣の IDE1 に入れるのに問題
がある。
・netboot は出来ない
とか、いろいろくだらない理由です。
---
(藤原)