On Mon, 28 Sep 2020 at 18:57, Todd Gruhn <tgru...@gmail.com> wrote:
>
> David:
>
> I finally got it. The following line became a problem:
>
> ROOT.b  swap            swap    sw             0 0
>
> I got the message:
>
> ... reported failures
> /etc/rc.d/swap1
> SEE /var/run/rc.log

Could you confirm what NetBSD version you're running? This works on a
recent netbsd-9 stable:

(onyx ~)14# head -2 /etc/fstab
ROOT.a  /               ffs     rw,log         1 1
ROOT.b  swap            swap    sw             0 0
(onyx ~)15# swapctl -U
swapctl: removing /dev/wd0b as swap device
(onyx ~)16# /etc/rc.d/swap1 start
swapctl: adding /dev/wd0b as swap device at priority 0

Reply via email to