[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mount_ffs of 20010618 OK ( Re: proc: table is full - increase kern.maxproc or NPROC)
> 千葉市中央区長洲
> 藤原 誠
という訳で、mount_ffs だけ 20010618 から持って来たら、普通に
動いている気がします。
# ls -l /sbin/mount_ffs*
-rwxr-xr-x 1 root wheel 391208 Jun 20 06:10 /sbin/mount_ffs
-r-xr-xr-x 18 root wheel 343812 Aug 11 07:40 /sbin/mount_ffs_original
-rwxr-xr-x 1 root wheel 1563204 Aug 14 12:03 /sbin/mount_ffs_ramdisk
# uname -a
NetBSD 1.5X NetBSD 1.5X (GENERIC) #0: Tue Aug 14 18:03:57 JST 2001
makoto@iBook366:/export/syssrc-20010814/sys/arch/macppc/compile/GENERIC macppc
でも予想されたことですが、mount 全部が問題のようです。
# mount /dev/cd0c /cdrom
proc: table is full - increase kern.maxproc or NPROC
mount_cd9660: vfork: Resource temporarily unavailable
○ これも消して、
# rm /sbin/mount_cd9660
○ 古い方を使うと
# ln /sbin/mount_ffs /sbin/mount_cd9660
# mkdir /cdrom
○ mount 出来ます。
# mount /dev/cd0c /cdrom
# ls /cdrom
catalog crcen kokugo language
○ top の表示が変 ? (変更になった ?)
# top
load averages: 0.06, 0.15, 0.08 13:29:58
10 processes: 9 sleeping, 1 on processor
Memory: 3156K Act, 148K Wired, 78M Free
PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
552 root 28 0 140K 672K CPU 0:00 2.00% 0.10% top
9 root 10 0 576K 416K wait 0:00 0.10% 0.10% sh
5 root -18 0 0K 9000K reaper 0:09 0.00% 0.00% [reaper]
6 root 18 0 0K 9000K syncer 0:00 0.00% 0.00% [ioflush]
1 root 10 0 412K 104K wait 0:00 0.00% 0.00% init
2 root -6 0 0K 9000K sccomp 0:00 0.00% 0.00% [mesh0:0]
3 root -6 0 0K 9000K sccomp 0:00 0.00% 0.00% [wdc1:0]
0 root -18 0 0K 9000K schedule 0:00 0.00% 0.00% [swapper]
7 root -18 0 0K 9000K aiodoned 0:00 0.00% 0.00% [aiodoned]
4 root -18 0 0K 9000K pgdaemon 0:00 0.00% 0.00% [pagedaemon]
○ ps も変 ?
# ps axlw
UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND
0 0 0 0 -18 0 0 9016 schedule DKs ?? 0:00.01 (swapper)
0 1 0 0 10 0 412 104 wait Ss ?? 0:00.05 init
0 2 0 0 -6 0 0 9016 sccomp DK ?? 0:00.00 (mesh0:0)
0 3 0 0 -6 0 0 9016 sccomp DK ?? 0:00.00 (wdc1:0)
0 4 0 0 -18 0 0 9016 pgdaemon DK ?? 0:00.01 (pagedaemon)
0 5 0 0 -18 0 0 9016 reaper DK ?? 0:09.39 (reaper)
0 6 0 0 18 0 0 9016 syncer DK ?? 0:00.07 (ioflush)
0 7 0 0 -18 0 0 9016 aiodoned DK ?? 0:00.02 (aiodoned)
0 9 1 0 10 0 576 416 wait Ss 00 0:00.44 -sh
0 553 9 1 29 0 464 188 - R+ 00 0:00.05 ps axlw
○ その他 swap など
# pstat -T
5/1772 files
79 vnodes
no swap devices configured
# cat /etc/fstab
/dev/sd0a / ffs rw 1 3
/dev/sd0b none swap sw 0 0
/dev/sd0g /usr ffs rw 1 1
# swapon -a
swapon: adding /dev/sd0b as swap device at priority 0
# pstat -T
5/1772 files
84 vnodes
0M/100M swap space
#
---
(藤原)