Tiny Core Linux

Tiny Core Base => TCB News => Final Releases => Topic started by: Juanito on September 22, 2017, 05:05:49 AM

Title: Core v8.2
Post by: Juanito on September 22, 2017, 05:05:49 AM
Team Tiny Core is proud to announce the release of Core v8.2
http://www.tinycorelinux.net/8.x/x86/release
http://www.tinycorelinux.net/8.x/x86_64/release

Changelog for 8.2
* busybox updated 1.27.1 -> 1.27.2
* busybox CONFIG_FEATURE_UNZIP_CDF set to preserve executable bit
* tc-config: adjusted adduser location to restore "user" boot code functionality
Title: Re: Core v8.2
Post by: curaga on September 26, 2017, 11:41:50 AM
"top" no longer exits when pressing q. I wonder if that too got new busybox config options.
Title: Re: Core v8.2
Post by: andyj on September 26, 2017, 06:48:27 PM
It doesn't look like top is taking any commands. The default refresh seems longer too.
Title: Re: Core v8.2
Post by: Juanito on October 02, 2017, 11:04:34 AM
Please note that core.gz, rootfs.gz, Core-8.2.iso, TinyCore-8.2.iso and CorePlus-8.2.iso have been re-posted with corrected permissions.
Title: Re: Core v8.2
Post by: Juanito on October 02, 2017, 11:22:30 AM
The top config is:
Code: [Select]
CONFIG_TOP=y
# CONFIG_FEATURE_TOP_INTERACTIVE is not set [the default]
CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=y
CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS=y
CONFIG_FEATURE_TOP_SMP_CPU=y
CONFIG_FEATURE_TOP_DECIMALS=y
CONFIG_FEATURE_TOP_SMP_PROCESS=y
CONFIG_FEATURE_TOPMEM=y

..it looks like FEATURE_TOP_INTERACTIVE was added after 1.25.1.

What did you expect to get using top with 1.25.1 that you no longer get with 1.27.2?
Title: Re: Core v8.2
Post by: andyj on October 02, 2017, 01:14:35 PM
Who knew non-interactive top was a thing? Oh, yeah, it's called ps.
Title: Re: Core v8.2
Post by: curaga on October 03, 2017, 03:51:39 AM
The 'q' button should quit top.
Title: Re: Core v8.2
Post by: Juanito on October 03, 2017, 07:48:51 AM
It looks like CONFIG_FEATURE_TOP_INTERACTIVE=y fixes things.

I'll queue this for the next release.
Title: Re: Core v8.2
Post by: Juanito on October 06, 2017, 12:08:22 PM
Please note that core.gz, rootfs.gz, Core-8.2.iso, TinyCore-8.2.iso and CorePlus-8.2.iso have been re-posted (again) with corrected permissions.