Page 8 of 13

Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sat Jul 06, 2024 7:09 pm
by pp4mnklinux
BarryK wrote: Sat Jul 06, 2024 5:44 pm

Blog announcement:
https://bkhome.org/news/202407/easyos-s ... eased.html

Installed.


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sun Jul 07, 2024 9:51 am
by BarryK

I'm just about to compile Chromium 126.0.6478.126 in OpenEmbedded.
Got it from here:

https://github.com/OSSystems/meta-browser

I have to compile it, as the official x86_64 packages from Google don't support all the video codecs required to play videos at YouTube.
Which would be Google's way of persuading us to move to Chrome.

There are other binary builds out there, but for security I would prefer to compile it myself.

There are Chromium binary packages from relatively trusted repositories, such as Debian; however, they are compiled with more and different dependencies. Compiling it myself, it links to shared libraries available in EasyOS, so there is a perfect match and a smaller package.

The downside is that Chromium is a monster to compile. On my Lenovo PC, takes a couple of days. Needs a huge amount of RAM, especially at the final link step; my Lenovo has 32GB. My Lenovo is the main daily workhorse, and while the Chromium build is going on, don't want to disturb it too much by doing other things.

So might not be responding much on the forum for the next couple of days.
Will likely use a laptop to read emails and forum, but won't do any development on the Lenovo.
Just so you know!


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sun Jul 07, 2024 12:05 pm
by rooftop

Hi, A very minor issue. The man command (pman) is not working when it needs to do a Google search (it just goes to the Google search start page). The error appears to be an extra '&' after 'search?' in line 179 of /usr/bin/pman:

Code: Select all

exec $HTMLVIEWER "http://www.google.com/search?&q=man+\"${NAME}\"+site:linux.die.net&btnI=Search"

This works:

Code: Select all

exec $HTMLVIEWER "http://www.google.com/search?q=man+\"${NAME}\"+site:linux.die.net&btnI=Search"

Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sun Jul 07, 2024 3:41 pm
by Maybe

Hello! When I launch EasyOS from a flash drive, I get the following message:


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sun Jul 07, 2024 3:47 pm
by Maybe

I tried another way. I manually copied the three files to a folder on my hard drive and changed the entry in limine.cfg. As a result, I get this message:


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sun Jul 07, 2024 3:52 pm
by Maybe

Please help me understand what I'm doing wrong and help me to try the new version EasyOS 6.0.4

From Dmitry (Russia)


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sun Jul 07, 2024 9:31 pm
by FeodorF

Greetings, @Maybe

Maybe wrote: Sun Jul 07, 2024 3:41 pm

Hello! When I launch EasyOS from a flash drive, I get the following message:

The following pictures show an example how your USB stick should look.

USB-stick-example-1.png
USB-stick-example-1.png (14.4 KiB) Viewed 2764 times
USB-stick-example-2.png
USB-stick-example-2.png (35.08 KiB) Viewed 2764 times
USB-stick-example-3.png
USB-stick-example-3.png (19.12 KiB) Viewed 2764 times

Did you use an older version of easyOS to write the image to the stick or any other tool?


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sun Jul 07, 2024 9:40 pm
by bugnaw333
Maybe wrote: Sun Jul 07, 2024 3:41 pm

Hello! When I launch EasyOS from a flash drive, I get the following message:

What prog. did you use when installing the .img file in your USB stick? So far, EasyDD and Rufus have no problems for me. ;)


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Mon Jul 08, 2024 6:32 am
by FeodorF

@Maybe

Maybe wrote: Sun Jul 07, 2024 3:47 pm

I tried another way. I manually copied the three files to a folder on my hard drive and changed the entry in limine.cfg. As a result, I get this message:

Good morning Dmitry,

you should have copied the files to a partition instead of a folder.
The partition also needs to have the label easy2.


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Mon Jul 08, 2024 3:08 pm
by FeodorF

Using a micro SD card to boot Scarthgap v. 6.0.4

I have followed Barry's instructions on how to use EasyDD on a foreign Linux system,
https://bkhome.org/linux/easydd-write-i ... drive.html and copied the file
https://bkhome.org/files/easydd.gz onto my Raspberry Pi running PiOS (Legacy 64-bit Bullseye).
Instead of a USB stick I used a USB 2.0 Multi Card Reader plus micro SDHC UHS-I card with adapter.

Like Barry stated "easy-peasy"!

All I had to do copy easydd to /bin and # sudo easydd /home/rpi/Downloads/easyOS/easy-6.0.4-amd64.img /dev/sdb

System used:
Lenovo ThinkCentre midi tower PC (2010, BIOS (Legacy Boot), w USB 2.0 only) Intel(R) Celeron(R) CPU E3400 @ 2.60GHz (2 cores)
Alcor Micro Corp. AU6375 4-LUN card reader, USB 2.0, 32 GB micro SDHC (max. size for this card reader)

easyDD-test.png
easyDD-test.png (30.53 KiB) Viewed 2671 times

Remark
PiOS (Bullseye) uses an old dd (coreutils) version 8.32, Copyright (C) 2020 Free Software Foundation, Inc. but it is still good to use with Barry`s easyDD. In contrast to this easyOS 6.0.4 (Scarthgap) uses dd (coreutils) version 9.4, Copyright (C) 2023 Free Software Foundation, Inc.


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Mon Jul 08, 2024 4:21 pm
by LarryDC

Regarding claws-mail:
One can't log in to Australia's illustrious "fastmail" email provider because its "Plain login" to imap requires that "libetpan" be compiled with SASL.
It appears that libetpan-1.9.4-r1 from oe-scarthgap-official is not.

BTW: Thanks, Barry, for including the best email client ...IMHO, of course.


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Mon Jul 08, 2024 10:39 pm
by tammi806

Wow Cool I had know idea there was a new upgrade update which I have applied and so far everything I have used has worked OOTB. :thumbup2:

My update went without issues and all seems to be working well.

Thanks for all of your work Barry K. :thumbup2:

FWIW.
When I create bootable USB flash drives if DD Copy is available I use it always seems to give good results.

My other choice is Balena Etcher and I have had good results using it in the past.


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Tue Jul 09, 2024 10:37 am
by BarryK
LarryDC wrote: Mon Jul 08, 2024 4:21 pm

Regarding claws-mail:
One can't log in to Australia's illustrious "fastmail" email provider because its "Plain login" to imap requires that "libetpan" be compiled with SASL.
It appears that libetpan-1.9.4-r1 from oe-scarthgap-official is not.

BTW: Thanks, Barry, for including the best email client ...IMHO, of course.

Thanks for reporting, I will check that out.

Regarding Fastmail, this is a good read:

https://restoreprivacy.com/email/reviews/fastmail/


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Tue Jul 09, 2024 1:23 pm
by oldstupidox

Hi, BarryK, thanks for your good job.
I'm a Chinese, and I couldn't install SCIM by pkg, which is a Chinese input method. How can I do?


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Tue Jul 09, 2024 2:05 pm
by jamesbond
oldstupidox wrote: Tue Jul 09, 2024 1:23 pm

Hi, BarryK, thanks for your good job.
I'm a Chinese, and I couldn't install SCIM by pkg, which is a Chinese input method. How can I do?

Forum member @icake provides Chinese input method for many puppies. Here's one for EasyOS Scarthgap: viewtopic.php?p=124710#p124710


backet needed

Posted: Tue Jul 09, 2024 6:40 pm
by don570

Note to BarryK
The documentation for a frugal install needs to be fixed.
Bracket needs to added at end ---> explained here
viewtopic.php?p=125510#p125510
___________________________________________


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Wed Jul 10, 2024 1:02 am
by BarryK
rooftop wrote: Sun Jul 07, 2024 12:05 pm

Hi, A very minor issue. The man command (pman) is not working when it needs to do a Google search (it just goes to the Google search start page). The error appears to be an extra '&' after 'search?' in line 179 of /usr/bin/pman:

Code: Select all

exec $HTMLVIEWER "http://www.google.com/search?&q=man+\"${NAME}\"+site:linux.die.net&btnI=Search"

This works:

Code: Select all

exec $HTMLVIEWER "http://www.google.com/search?q=man+\"${NAME}\"+site:linux.die.net&btnI=Search"

Thanks for that, fixed.


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Wed Jul 10, 2024 1:06 am
by BarryK
oldstupidox wrote: Tue Jul 09, 2024 1:23 pm

Hi, BarryK, thanks for your good job.
I'm a Chinese, and I couldn't install SCIM by pkg, which is a Chinese input method. How can I do?

Click on the "pkg" desktop icon, choose PKGget.

Then click the "pet-scarthgap" repository radiobutton, then "ALL" radiobutton.

There is a PET package named "yong*.pet", install that.

Um, icake did send me another PET, what did I do with that?
I can't remember. Does that "yong*pet" have what you need?

EDIT:
See post from jamesbond


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Wed Jul 10, 2024 1:14 am
by BarryK
jamesbond wrote: Tue Jul 09, 2024 2:05 pm
oldstupidox wrote: Tue Jul 09, 2024 1:23 pm

Hi, BarryK, thanks for your good job.
I'm a Chinese, and I couldn't install SCIM by pkg, which is a Chinese input method. How can I do?

Forum member @icake provides Chinese input method for many puppies. Here's one for EasyOS Scarthgap: viewtopic.php?p=124710#p124710

James,
Thanks for refreshing my memory!


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Wed Jul 10, 2024 8:18 pm
by FeodorF

Hi, @BarryK

YouTubeDL stopped working.
'Forbidden' message pops up instead.

Last week of June downloads worked just fine.
It's not update related (6.0.2 -> 6.0.4).

Regards,
Feodor


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Thu Jul 11, 2024 7:42 am
by pp4mnklinux
FeodorF wrote: Wed Jul 10, 2024 8:18 pm

Hi, @BarryK

YouTubeDL stopped working.
'Forbidden' message pops up instead.

Last week of June downloads worked just fine.
It's not update related (6.0.2 -> 6.0.4).

Regards,
Feodor

I could be wrong, of course, but that is the reason I prefer to work with online download services. I don't need to update backups or modify software, I link to a download page and the owner of this page is the one who update it.

It usually works for me.


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Thu Jul 11, 2024 8:36 am
by jamesbond
FeodorF wrote: Wed Jul 10, 2024 8:18 pm

YouTubeDL stopped working.
'Forbidden' message pops up instead.

Youtube changes its API. All third party youtube client is currently broken. Fixes is in underway for youtube-dl and its friends, it will be available in the next few days; but you need to update to the latest version.


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Thu Jul 11, 2024 9:57 am
by FeodorF

Thank you @jamesbond, (I had IP6 in mind.) I'll stay tuned.
Regards


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Fri Jul 12, 2024 2:37 pm
by BarryK
jamesbond wrote: Thu Jul 11, 2024 8:36 am
FeodorF wrote: Wed Jul 10, 2024 8:18 pm

YouTubeDL stopped working.
'Forbidden' message pops up instead.

Youtube changes its API. All third party youtube client is currently broken. Fixes is in underway for youtube-dl and its friends, it will be available in the next few days; but you need to update to the latest version.

I'm waiting on youtube-dl to be fixed before releasing easy 6.1

I'm monitoring here:

https://github.com/ytdl-org/ytdl-nightly/releases/


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sat Jul 13, 2024 12:41 am
by oldstupidox2024
BarryK wrote: Wed Jul 10, 2024 1:06 am
oldstupidox wrote: Tue Jul 09, 2024 1:23 pm

Hi, BarryK, thanks for your good job.
I'm a Chinese, and I couldn't install SCIM by pkg, which is a Chinese input method. How can I do?

Click on the "pkg" desktop icon, choose PKGget.

Then click the "pet-scarthgap" repository radiobutton, then "ALL" radiobutton.

There is a PET package named "yong*.pet", install that.

Um, icake did send me another PET, what did I do with that?
I can't remember. Does that "yong*pet" have what you need?

EDIT:
See post from jamesbond

The "yong*pet" installed, it worked in Geany, but not in all of broswer. :(
Open Geany, then type CTRL+SPACE, then type some English character, choose an Chinese character. It's ok. :)
Open broswer, then type CTRL+SPACE, um, nothing works. :cry:

EDIT:
Forgive my poor English. :oops: By the way, I have to register a new account named 'oldstupidox2024' because I forgot the password of account 'oldstupidox'.


Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sat Jul 13, 2024 8:15 am
by BarryK
BarryK wrote: Fri Jul 12, 2024 2:37 pm
jamesbond wrote: Thu Jul 11, 2024 8:36 am
FeodorF wrote: Wed Jul 10, 2024 8:18 pm

YouTubeDL stopped working.
'Forbidden' message pops up instead.

Youtube changes its API. All third party youtube client is currently broken. Fixes is in underway for youtube-dl and its friends, it will be available in the next few days; but you need to update to the latest version.

I'm waiting on youtube-dl to be fixed before releasing easy 6.1

I'm monitoring here:

https://github.com/ytdl-org/ytdl-nightly/releases/

I downloaded the latest zip file from here:

https://github.com/ytdl-org/youtube-dl

Expanded and ran 'make'. youtube-dl works.


Re: EasyOS Scarthgap-series version 6.1

Posted: Sat Jul 13, 2024 12:12 pm
by BarryK

Re: EasyOS Scarthgap-series version 6.0.4

Posted: Sat Jul 13, 2024 3:17 pm
by fredx181
BarryK wrote: Fri Jul 12, 2024 2:37 pm
jamesbond wrote: Thu Jul 11, 2024 8:36 am
FeodorF wrote: Wed Jul 10, 2024 8:18 pm

YouTubeDL stopped working.
'Forbidden' message pops up instead.

Youtube changes its API. All third party youtube client is currently broken. Fixes is in underway for youtube-dl and its friends, it will be available in the next few days; but you need to update to the latest version.

I'm waiting on youtube-dl to be fixed before releasing easy 6.1

I'm monitoring here:

https://github.com/ytdl-org/ytdl-nightly/releases/

From https://github.com/ytdl-org/youtube-dl/ ... 2021.12.17 :

This release is old and has many known issues. See "... commits to master since this release" above.

You almost certainly want the nightly build release, and not this one.

The 2021.12.17 version cannot work anymore, I think (at least not for me).
The nightly release works ok for me: https://github.com/ytdl-org/ytdl-nightly/releases/
EDIT: To add: found that it works for me with python3 (v3.11) and also with (old) python2 (v2,7), not bad !


YouTube downloader works (for me),

Posted: Sat Jul 13, 2024 5:59 pm
by pp4mnklinux

Hello everybody:

I updated easyos to version 6.1 and in my computer there is no problem when downloading videos using youtube-dl.

It works perfectly.

Thanks.

Have a nice day, enjoy EasyOs.


Re: EasyOS Scarthgap-series version 6.1

Posted: Sat Jul 13, 2024 11:58 pm
by tammi806
BarryK wrote: Sat Jul 13, 2024 12:12 pm

6.1 is out. Blog announcement:

https://bkhome.org/news/202407/easyos-s ... eased.html

Did my update / upgrade to 6.1 and everything I use seems to be fine. :)

Thanks Barry K. :thumbup2: