FreeBSD-11.1

Open development discussions

Moderator: Developer

ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: FreeBSD-11.1

Post 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. ;)
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: FreeBSD-11.1

Post 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. ;)
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: FreeBSD-11.1

Post 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.
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: FreeBSD-11.1

Post 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. ;)
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: FreeBSD-11.1

Post 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.
Post Reply