Wednesday, October 02, 2019

Re: Alix 2d13 and OpenBSD 6.5 Problems

On Tue, Oct 01, 2019 at 10:46:50PM -0700, Sean Kamath wrote:
> Hi.
>
> I'm hoping someone either has a cluebat or some helpful suggestions beyond "reinstall".

Try adding swap space.
I have added 2GB of swap space on my alix and it has been running fine ever since.

I avoided a reinstall by repurposing unused /usr/src and /usr/obj partitions.
Snippet from /etc/fstab:

#/dev/wd0i /usr/src ffs rw,nodev,nosuid,softdep 1 2
#/dev/wd0j /usr/obj ffs rw,nodev,nosuid,softdep 1 2
/dev/wd0i none swap sw 0 0
/dev/wd0j none swap sw 0 0

No comments:

Post a Comment