Subject: 1.2G
To: None <port-pmax@NetBSD.ORG>
From: None <jason@logical.thought.net>
List: port-pmax
Date: 07/02/1997 19:13:05
I just recompiled libc, the kernel, etc for -current, and I'm seeing
strangeness with 'swapctl'. (My kernel config is DS3100, but adds the SysV
stuff and NTP).
>From /etc/fstab:
/dev/rz0b none swap sw 0 0
/dev/rz2b none swap sw 0 0
logical# swapctl -A
swapctl: /dev/rz0b: Device not configured
swapctl: /dev/rz2b: Device not configured
logical# swapctl -l
no swap devices configured
Am I missing something? I thought it might be wrong to be using the
block device rather than the character device, but:
logical# swapctl -a /dev/rrz0b
swapctl: /dev/rrz0b: Device not configured
logical# swapctl -l
no swap devices configured
--Jason