WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core v8.2  (Read 14012 times)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Core v8.2
« on: September 22, 2017, 02: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

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Core v8.2
« Reply #1 on: September 26, 2017, 08:41:50 AM »
"top" no longer exits when pressing q. I wonder if that too got new busybox config options.
The only barriers that can stop you are the ones you create yourself.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Core v8.2
« Reply #2 on: September 26, 2017, 03:48:27 PM »
It doesn't look like top is taking any commands. The default refresh seems longer too.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Core v8.2
« Reply #3 on: October 02, 2017, 08: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.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Core v8.2
« Reply #4 on: October 02, 2017, 08: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?

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Core v8.2
« Reply #5 on: October 02, 2017, 10:14:35 AM »
Who knew non-interactive top was a thing? Oh, yeah, it's called ps.

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Core v8.2
« Reply #6 on: October 03, 2017, 12:51:39 AM »
The 'q' button should quit top.
The only barriers that can stop you are the ones you create yourself.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Core v8.2
« Reply #7 on: October 03, 2017, 04:48:51 AM »
It looks like CONFIG_FEATURE_TOP_INTERACTIVE=y fixes things.

I'll queue this for the next release.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Core v8.2
« Reply #8 on: October 06, 2017, 09:08:22 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 (again) with corrected permissions.