I followed the instructions from Build Your Own FreeBSD Update Server and got some errors from running init.sh. It was executed on a fresh installed FreeBSD 10.1 with 24G RAM and a 32G swap file.
Anyone else has the same issue? How did you get it fixed?
Here're the errors. Full build log is attached as well.
Anyone else has the same issue? How did you get it fixed?
Here're the errors. Full build log is attached as well.
Code:
...
...
Wed Feb 24 11:52:27 PST 2016 Extracting world+src for FreeBSD/amd64 10.1-RELEASE
Thu Mar 30 18:52:38 UTC 2017 Building world for FreeBSD/amd64 10.1-RELEASE
Thu Mar 30 20:11:06 UTC 2017 Building kernel for FreeBSD/amd64 10.1-RELEASE
Thu Mar 30 20:24:06 UTC 2017 Building release for FreeBSD/amd64 10.1-RELEASE
Thu Mar 30 15:04:31 PDT 2017 Moving components into staging area for FreeBSD/amd64 10.1-RELEASE
Wed Feb 24 15:16:15 PST 2016 Indexing world1 for FreeBSD/amd64 10.1-RELEASE
Wed Feb 24 15:19:23 PST 2016 Locating build stamps for FreeBSD/amd64 10.1-RELEASE
umount: /usr/local/freebsd-update-server/work/10.1-RELEASE/amd64/release: not a file system root directory
rm: /usr/local/freebsd-update-server/work/10.1-RELEASE/amd64/release/R/trees/world/base/sbin/init: Operation not permitted
rm: /usr/local/freebsd-update-server/work/10.1-RELEASE/amd64/release/R/trees/world/base/sbin: Directory not empty
...
...