Page 2 of 2

Re: FreeBSD-11.1

Posted: Tue Aug 01, 2017 10:01 am
by ASX
The repository configuration is OK (pkg.ghostbsd.org)

The locale settings are clearly incorrect, and the fact that your changes aren't reflected most likely is because locale is also set in some other place, processed after your shell profile.

Possible places are:

display manager config files (unlikely if you are using slim)
.xinitrc
/etc/X11/xor.conf.d

may be others ...

try a brute force search:

Code: Select all

grep -r af_ZA /etc /usr/local/etc
That should tell you where these settings has been put in effect. ;)

Re: FreeBSD-11.1

Posted: Tue Aug 01, 2017 10:02 am
by ASX
ASX wrote:For those who want to upgrade to 11.1, I'm uploading right a new pkgs repo on the server, amd64, built against 11.1.

i386 arch will follow within 3 days.
i386 11.1 test repo is ready and available. ;)

Re: FreeBSD-11.1

Posted: Tue Aug 01, 2017 10:13 am
by NevilleGoddard
That command you gave me returns:

/etc/mtree/BSD.usr.dist: af_ZA.ISO8859-1
/etc/mtree/BSD.usr.dist: af_ZA.ISO8859-15
/etc/mtree/BSD.usr.dist: af_ZA.UTF-8
/etc/mtree/BSD.usr.dist: af_ZA.ISO8859-1
/etc/mtree/BSD.usr.dist: af_ZA.ISO8859-15
/etc/mtree/BSD.usr.dist: af_ZA.UTF-8

But this file contains other locales as well (It's too big to post here)

I'll switch to slim from lightdm and see what happens.

Re: FreeBSD-11.1

Posted: Tue Aug 01, 2017 10:23 am
by NevilleGoddard
I switched to slim and all is well. :D
I remember now that my lightdm configuration was mangled after the update.
I'll see if I can find out why lightdm is doing this.
Thanks, ASX. ;)

Re: FreeBSD-11.1

Posted: Fri Aug 04, 2017 9:32 pm
by NevilleGoddard
I made my ISO successfully after deleting grub-efi.

I installed the xfce-amd64 iso onto real hardware(my laptop).
I chose the ZFS file system.
It runs very well and perhaps a little faster than 11-ALPHA.

I don't know if this is just my ISO but:

png files have no thumbnails- they look like text files
I can't change the desktop background. If I choose other to choose a folder for my background picture all options are greyed out.
If I right-click on a png file there is no "Set as wallpaper" option.
Sometimes during boot it stops (freezes slightly) and goes back to grub and starts again and boots fine. According to the boot text the point at which it stops booting is right after the hard drive information is shown.

Like I said it runs great apart from these problems and maybe it's just my ISO.
I think I'll make another ISO and see what happens.