Page 3 of 3

Re: EasyOS Kirkstone-series version 5.3.2

Posted: Mon Jun 05, 2023 5:46 am
by BarryK

OK, here is the blog announcement for 5.3.2:

https://bkhome.org/news/202306/easyos-k ... eased.html


Re: EasyOS Kirkstone-series version 5.3.2

Posted: Mon Jun 05, 2023 7:27 am
by Tessel

Thanks a million Barry. Will install 5.3.2 asap.


Re: EasyOS Kirkstone-series version 5.3.2

Posted: Mon Jun 05, 2023 8:11 am
by Tessel

error:failure registering with flathub repository
still getting the same errors
is something wrong with my ISP or router?


Re: EasyOS Kirkstone-series version 5.3.2

Posted: Mon Jun 05, 2023 10:22 am
by BarryK

Tessel,
What about the browser, can you get to https sites, such as this forum?

Try this:

Code: Select all

# openssl s_client -verify_return_error -connect flathub.org:443
CONNECTED(00000003)
 ...

...I found that by doing a google search. There are lots of people reporting the same error as you, and the above test was posted here:

https://github.com/flathub/flathub/issues/2580


Re: EasyOS Kirkstone-series version 5.3.2

Posted: Mon Jun 05, 2023 10:36 am
by BarryK

Tessel,
Are you running Easy updated from an older installation?
If so, maybe it is a ca-certificates problem -- the above link has info about that. If you look down that link, there is this:

Code: Select all

sudo rm /usr/share/pki/trust/DST_Root_CA_X3.pem
sudo update-ca-certificates

...of course, we don't need the "sudo". Probably don't need that first line either, just do:

Code: Select all

# update-ca-certificates

Re: EasyOS Kirkstone-series version 5.3.2

Posted: Mon Jun 05, 2023 1:18 pm
by Tessel

I can access https sites alright.

EasyOS is not updated it is a new install.

The second solution leads to the same error.
Unacceptable TLS certificate


Re: EasyOS Kirkstone-series version 5.3.2

Posted: Mon Jun 05, 2023 8:10 pm
by N_da

try to set clock/time sometime it affect trusted verification between machine


Re: EasyOS Kirkstone-series version 5.3.2

Posted: Tue Jun 06, 2023 1:12 am
by BarryK

I'm only guessing now... maybe try run Easy elsewhere, different ISP, see if that fixes it.

Apparently Flathub has a lets_encrypt certificate, so my wild guess is that your ISP is having issues with that.

My site bkhome.org also has a lets_encrypt certificate, so I guess it would be useful to check that you can access my site.

Or as N_da suggested, it may be a date/time problem. Is date/time set correctly on your Easy system?


Re: EasyOS Kirkstone-series version 5.3.2

Posted: Tue Jun 06, 2023 4:17 am
by Thanos

Easyos 5.3.2 can't enter desktop on virtualbox.
Which vm are you using to test the img? vmware?


Re: EasyOS Kirkstone-series version 5.3.2

Posted: Tue Jun 06, 2023 8:43 am
by BarryK

Tessel,
This page has some explanations why this problem occurs:

https://itsfoss.com/unacceptable-tls-ce ... ror-linux/

...the comments are interesting.

Other pups are also experiencing this problem:

viewtopic.php?t=5523

...interesting fix that is posted at end of thread.


review version 5.3.2

Posted: Wed Jun 07, 2023 6:47 pm
by don570

Quickly set up a frugal install on ext4 partition
-Checked Samba server worked with my Chromebook
-Blender alpha version 4 works well if I keep it in 'Cycles' render mode
-GIMP still has incompatibility with my Bamboo Wacom tablet.
__________________________________________


Re: EasyOS Kirkstone-series version 5.3.2

Posted: Sat Jun 10, 2023 1:42 am
by BarryK

Probably the next release will be 5.4
Reason for the version bump, is intend to announce it on Distrowatch.
Will probably build it this evening (it is 10am here now) and upload later at night.