Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 02:39:12 +0300
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Regression: ALPHA3 can not properly init diskless / nanobsd system
Message-ID:  <606629823.20180901023912@serebryakov.spb.ru>

next in thread | raw e-mail | index | archive | help
Hello FreeBSD,

 I have NanoBSD system built from and it works. It creates THREE memory
filesystems, as needed:

% mount | grep /dev/md
/dev/md0 on /etc (ufs, local)
/dev/md1 on /var (ufs, local)
/dev/md2 on /var/tmp (ufs, local)
%

 But same system built from ALPHA3 sources (r338399 to be exact) doesn't
create /etc in-memory overlay, and can not copy SSHD keys and create
host.conf. After that sshd could not start.

 New version doesn't properly create overlay for /etc:

% mount | grep /dev/md
/dev/md1 on /var (ufs, local)
/dev/md2 on /var/tmp (ufs, local)
%

 All configuration files are the same.

-- 
Best regards,
 Lev                          mailto:lev@FreeBSD.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?606629823.20180901023912>