NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: install/56582: port-atari freeze on installation when extracting base.tgz



The following reply was made to PR port-atari/56582; it has been noted by GNATS.

From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: install/56582: port-atari freeze on installation when extracting base.tgz
Date: Thu, 30 Dec 2021 07:08:15 -0000 (UTC)

 randomdross00%gmail.com@localhost (David Ross) writes:
 
 >I was able to complete a NetBSD 9.2 install by booting with an 8.2
 >kernel.  However, on first boot I get:
 >Dec 29 10:56:44 tt030 ntpd[373]: mlockall(): Cannot allocate memory
 
 mlockall() returns ENOMEM when the system- or per-process-limit is exceeded,
 you can ignore it. Worst thing is that ntpd gets swapped out and cannot
 sync time anymore.
 
 ntpd uses about 7MB RAM (about 3MB shared). You probably don't want
 to have this locked in memory on a small machine. Adding
 
 rlimit memlock -1
 
 to ntp.conf should prevent it from trying.
 


Home | Main Index | Thread Index | Old Index