1*72e11e27SJean-Baptiste Boric20170122: 2*72e11e27SJean-Baptiste Boric MINIX 3 did not import NetBSD's passwd.conf file, which makes the 3*72e11e27SJean-Baptiste Boric userland fall back by default to the old, broken UNIX password hashing 4*72e11e27SJean-Baptiste Boric algorithm. Among other problems, it truncates passwords to the first 5*72e11e27SJean-Baptiste Boric eight characters. 6*72e11e27SJean-Baptiste Boric 7*72e11e27SJean-Baptiste Boric Please install /etc/passwd.conf and reset your passwords with passwd. 8*72e11e27SJean-Baptiste Boric 936dcc4a4SLionel Sambuc20160702: 1036dcc4a4SLionel Sambuc Some tools are required to generate the locale resources which are 1136dcc4a4SLionel Sambuc embedded into libintl, which is why you need to run the following: 1236dcc4a4SLionel Sambuc 1336dcc4a4SLionel Sambuc for t in gencat locale mkcsmapper mkesdb mklocale 1436dcc4a4SLionel Sambuc do 1536dcc4a4SLionel Sambuc make -C /usr/src/usr.bin/${t} all install 1636dcc4a4SLionel Sambuc done 1736dcc4a4SLionel Sambuc 1836dcc4a4SLionel Sambuc Then the usual "make build". 1936dcc4a4SLionel Sambuc 20da21d850SDavid van Moolenbroek20150623: 21da21d850SDavid van Moolenbroek In order to use the new Unix98 PTYs, and to ensure that the test set 22da21d850SDavid van Moolenbroek continues to pass, please add the following line to your /etc/fstab: 23da21d850SDavid van Moolenbroek 24da21d850SDavid van Moolenbroek "none /dev/pts ptyfs rw,rslabel=ptyfs 0 0" 25da21d850SDavid van Moolenbroek 268533943cSLionel Sambuc20140801: 278533943cSLionel Sambuc As the ABI went under heavy changes it is not possible to do a source 288533943cSLionel Sambuc upgrade (make build) between: 298533943cSLionel Sambuc commit 7ebdb97a28234e0181f93a8b786331dda507482 308533943cSLionel Sambuc Date: Sun Feb 16 20:08:20 2014 +0000 318533943cSLionel Sambuc and 328533943cSLionel Sambuc commit f1deff716ea30b28693c16f8e48ba1a369e2e922 338533943cSLionel Sambuc Date: Thu Jul 31 18:36:24 2014 +0200 34c566d462SLionel Sambuc 358533943cSLionel Sambuc WARNING: Attempting to do so will break your system beyond repair, and 368533943cSLionel Sambuc require a full reinstallation. You have been warned. 37