WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core 9.0 Alpha 1 Testing  (Read 17334 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Tiny Core 9.0 Alpha 1 Testing
« on: January 05, 2018, 04:20:14 AM »
Team Tiny Core is pleased to announce that Tiny Core 9.0 Alpha1 is available for public testing:

http://repo.tinycorelinux.net/9.x/x86/release_candidates/
http://repo.tinycorelinux.net/9.x/x86_64/release_candidates/

This is an alpha level cut. If you decide to help test, then please test carefully. We don't want anyone to lose data.

Since this is an alpha cut, we ask that only experienced users test. This cut is not for general use. The features in any alpha are not fixed and may change before a public release candidate is available.

Most extensions have been copied over from the 8.x repo

We appreciate testing and feedback.

If you use distribution files note that you need a new vmlinuz and core.gz (or rootfs.gz + modules.gz)

Changelog for 9.0 alpha1:
* kernel updated to 4.14.10
* glibc updated to 2.26
* gcc updated to 7.2.0
* e2fsprogs base libs/apps updated to 1.43.7
* util-linux base libs/apps updated to 2.31

***
The Meltdown vulnerability affecting Intel processors affects this version. As long as you only run code you trust, there is no issue to test.
***

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #1 on: January 06, 2018, 06:41:14 PM »
Please add firmware-openfwwf.tcz

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #2 on: January 06, 2018, 09:20:40 PM »
The firmware extensions are being worked on - hopefully coming soon

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #3 on: January 07, 2018, 07:01:46 AM »
Open-vm-tools will not compile, complaining about missing xdr* functions. These are supposed to be in libc, or at least they are on my Slackware system where I can dump symbols. Did they move / get broken out into a different library? Also, where can I get a copy of the kernel config file?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #4 on: January 07, 2018, 07:31:42 AM »
Hi andyj
glibc_base-dev.tcz  contains  xdr.h,  maybe that's what you are looking for?

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #5 on: January 07, 2018, 07:44:53 AM »
Thanks, but no. I'm using the same build script that works fine for 8.x. It could be an issue with the Linux API headers, as I usually build against a compiled kernel tree. I need to have that for xtables_addons eventually anyway.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #6 on: January 07, 2018, 07:58:19 AM »
Hi andyj
I'm using the same build script that works fine for 8.x.
There is no mention of  xdr  in the TC8 headers:
http://tinycorelinux.net/8.x/x86/tcz/linux-4.8.1_api_headers.tcz.list

Quote
I need to have that for xtables_addons eventually anyway.
That sounds like  xtables-addons-4.8.17-tinycore.tcz  which does not appear in the TC9 repository.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #7 on: January 07, 2018, 08:07:59 AM »
Xtables_addons isn't in the TC9 repository because I haven't built it yet, because I don't have the kernel config file yet.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #8 on: January 07, 2018, 08:21:03 AM »
Hi andyj
Quote
I don't have the kernel config file yet.
Maybe here:
http://tinycorelinux.net/9.x/x86/release/src/kernel/

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #9 on: January 07, 2018, 08:30:32 AM »
For some reason I didn't think to look in the released tree.  ::)  Since the 4.14 kernel is LTS, does this mean that we'll have an LTS version of TC too?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #10 on: January 07, 2018, 08:37:04 AM »
Hi andyj
Quote
Since the 4.14 kernel is LTS, does this mean that we'll have an LTS version of TC too?
That's a question for one of the administrators.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #11 on: January 07, 2018, 11:39:37 AM »
No LTS, 9.x will be a normal version.
The only barriers that can stop you are the ones you create yourself.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #12 on: January 10, 2018, 11:59:32 PM »
intel has released a microcode update for the spectre vunerability dated 2018/01/10 - this should eventually find its way into a bios update for reasonably current hardware.

In the meantime, after downloading from, for example, arch linux, the microcode update can be loaded like this:
Code: [Select]
$ cat grub.cfg
...
initrd /boot/intel-ucode.img /boot/rootfs64.gz /boot/modules64.gz
...
note that intel-ucode.img must be the first in the list.

If successful, you should see something like this:
Code: [Select]
$ dmesg | grep -i micro
microcode: microcode updated early to revision 0x21, date = 2017-11-20
microcode: sig=0x40651, pf=0x40, revision=0x21
microcode: Microcode Update Driver: v2.2.
« Last Edit: January 11, 2018, 04:02:49 AM by Juanito »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #13 on: January 11, 2018, 01:51:09 AM »
The microcode update is for Spectre, not Meltdown. Meltdown cannot be fixed like that.
The only barriers that can stop you are the ones you create yourself.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Tiny Core 9.0 Alpha 1 Testing
« Reply #14 on: January 11, 2018, 04:03:18 AM »
oops - corrected above  :-[