A new problem has been introduced recently, I was unable to install using an ISO built yesterday May 09.
The problem is: install start and abort nearly immediately, highlighting about report back pc-sysinstall.log, but there not exist the log file anywhere.
Launching gbi from a terminal issue a warning about a library not supporting en_US locale and falling back to "C", this is the only hint I was able to get, and I suspect it is related to this commit:
https://github.com/GhostBSD/pcbsd/commi ... cd561cdbaf
Later, I retried using the 10.3 alpha1 iso, and was able to complete install.
build succeed, install fail
Re: build succeed, install fail
I did forgot to put ;; and I fix that yesterday.
Re: build succeed, install fail
rebuilt the iso, which now complete the install correctly.
Still there is an issue with LC_ALL ...
I get Gtk library warning ... falling back to "C" when launching gbi.
And now, on the newly installed system when I open a terminal I get:
Still there is an issue with LC_ALL ...
I get Gtk library warning ... falling back to "C" when launching gbi.
And now, on the newly installed system when I open a terminal I get:
and this seems related to the change I linked above.bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8:): No such file or directory
[as@as /usr/home/as]$
Re: build succeed, install fail
This might be be due to /etc/profile.
Re: build succeed, install fail
indeed:ericbsd wrote:This might be be due to /etc/profile.
https://github.com/GhostBSD/pcbsd/commi ... cd561cdbaf