WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core v10.0  (Read 32546 times)

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Tiny Core v10.0
« Reply #15 on: January 31, 2019, 04:15:04 PM »
@curaga
@jaunito

Please forgive my ignorance, but how does one go about applying these fixes?  Is there a new core.gz I can download?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tiny Core v10.0
« Reply #16 on: January 31, 2019, 04:48:22 PM »
Hi TomyTurbos
Is this what you are looking for:
http://tinycorelinux.net/10.x/x86/release/distribution_files/

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Tiny Core v10.0
« Reply #17 on: January 31, 2019, 04:55:11 PM »
Hi TomyTurbos
Is this what you are looking for:
http://tinycorelinux.net/10.x/x86/release/distribution_files/

Thanks for answering.

The file appears to be identical to the original. (same date and byte count)

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tiny Core v10.0
« Reply #18 on: January 31, 2019, 05:02:18 PM »
Hi TomyTurbos
Everything else mention in this thread refers to extensions which can be updated using the  Apps  utility.

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Tiny Core v10.0
« Reply #19 on: January 31, 2019, 05:29:13 PM »
Hi TomyTurbos
Everything else mention in this thread refers to extensions which can be updated using the  Apps  utility.

Thanks again.
Rather than get into an extensive trouble-shoot in this thread, I'll just say that this has to do with the X11 error, which was reported as fixed.  I am getting that error and suspect that other problems are related.

So, I just need to know how to apply the fixes, particularly the one regarding X11 locale. 

I apologize for not being a Linux/TC wizard, but it appears to be a typo in the script.  But I don't know which script or where to find it, let alone what the proper pathname is.  Nor do I know where to get the current dev copy of core.gz, which should quickly and easily resolve that issue.


Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tiny Core v10.0
« Reply #20 on: January 31, 2019, 05:46:55 PM »
Hi TomyTurbos
Try running these commands:
Code: [Select]
tce-audit builddb
tce-audit updatedeps
tce-audit fetchmissing
tce-update
Then reboot.

Offline halma

  • Full Member
  • ***
  • Posts: 164
Re: Tiny Core v10.0
« Reply #21 on: January 31, 2019, 05:50:21 PM »
just my 2cents:
kernel 4.19.10-tinycore64 (vmlinuz64), cant boot anymore as XEN domU, i think i need to recompile the kernel, 9.x works without recompile.

and btw:
TC9.x x64-->
Code: [Select]
file -s vmlinuz64
vmlinuz64: Linux kernel x86 boot executable bzImage, version 4.14.10-tinycore64 (tc@box) #2018 SMP Mon Jan 1 16:07:42 UTC 20, RO-rootFS, swap_dev 0x4, Normal VGA
TC10.x x64-->
Code: [Select]
file -s ../10x/vmlinuz64
../10x/vmlinuz64: Linux kernel x86 boot executable bzImage, version 4.19.10-tinycore64 (tc@box) #1999 SMP Tue Dec 18 15:18:54 UTC 2, RO-rootFS, swap_dev 0x4, Normal VGA

look at the date of 10.x kernel :) 1999 ...

    [EDIT]: Added code tags.  Rich
« Last Edit: January 31, 2019, 06:07:50 PM by Rich »
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Tiny Core v10.0
« Reply #22 on: January 31, 2019, 06:12:31 PM »
Hi TomyTurbos
Try running these commands:
Code: [Select]
tce-audit builddb
tce-audit updatedeps
tce-audit fetchmissing
tce-update
Then reboot.

Done (as SU, BTW!  Didn't work otherwise)
Error message gone.

Thanks again, Rich.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tiny Core v10.0
« Reply #23 on: January 31, 2019, 06:21:23 PM »
Hi TomyTurbos
Glad to here that solved your problem. I didn't think you needed to be  root  to perform those operations.

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Tiny Core v10.0
« Reply #24 on: January 31, 2019, 06:40:53 PM »
Hi TomyTurbos
Glad to here that solved your problem. I didn't think you needed to be  root  to perform those operations.

No reboot required (other than at the end), just sudo su.

And for the suggestion box:  Make those commands into a script and include it as part of the Core.
It seems like a basic maintenance thing that is probably over most people's heads. (It was in my case!)
Things like this would make TCL a little more user-friendly and also cut down on you Brainiacs having to deal with the same stuff over and over. 

Thanks once more.
« Last Edit: January 31, 2019, 06:42:26 PM by TomyTurbos »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core v10.0
« Reply #25 on: February 01, 2019, 10:31:08 AM »
Comparing the XEN options:
Code: [Select]
--- /tmp/old    2019-02-01 20:31:53.351871571 +0200
+++ /tmp/new    2019-02-01 20:32:03.621872068 +0200
@@ -20,11 +20,14 @@
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
 CONFIG_XEN_WDT=y
+CONFIG_DRM_XEN=y
+CONFIG_DRM_XEN_FRONTEND=m
 CONFIG_XEN_FBDEV_FRONTEND=y
+CONFIG_SND_XEN_FRONTEND=m
 CONFIG_MMC_SDHCI_XENON=m
 CONFIG_XEN_BALLOON=y
 # CONFIG_XEN_SELFBALLOONING is not set
-CONFIG_XEN_SCRUB_PAGES=y
+CONFIG_XEN_SCRUB_PAGES_DEFAULT=y
 CONFIG_XEN_DEV_EVTCHN=y
 CONFIG_XEN_BACKEND=y
 CONFIG_XENFS=y
@@ -32,10 +35,13 @@
 CONFIG_XEN_SYS_HYPERVISOR=y
 CONFIG_XEN_XENBUS_FRONTEND=y
 CONFIG_XEN_GNTDEV=m
+CONFIG_XEN_GNTDEV_DMABUF=y
 CONFIG_XEN_GRANT_DEV_ALLOC=m
+CONFIG_XEN_GRANT_DMA_ALLOC=y
 CONFIG_SWIOTLB_XEN=y
 CONFIG_XEN_TMEM=m
 CONFIG_XEN_PCIDEV_BACKEND=m
+CONFIG_XEN_PVCALLS_FRONTEND=m
 # CONFIG_XEN_PVCALLS_BACKEND is not set
 CONFIG_XEN_PRIVCMD=y
 CONFIG_XEN_ACPI_PROCESSOR=m
The new kernel only added options, so I'm not sure why it would have less functionality. I don't use Xen though.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Tiny Core v10.0
« Reply #26 on: February 02, 2019, 06:49:23 AM »
Hi TomyTurbos
Glad to here that solved your problem. I didn't think you needed to be  root  to perform those operations.

No reboot required (other than at the end), just sudo su.
I have to agree with Rich, because "sudo su' nor "sudo are required in a normal tinycore fugal installation
Code: [Select]
tc@box:~$ tce-audit builddb
Building Extension Database from /etc/sysconfig/tcedir/optional
...........................................................
tc@box:~$ tce-audit updatedeps
Updating .dep files from /etc/sysconfig/tcedir/optional
...
Building Extension Database from /etc/sysconfig/tcedir/optional
...........................................................
tc@box:~$ tce-audit fetchmissing
tc@box:~$
not even "tce-update" requires sudo

Additionally, without a reboot how can the updated extension be loop mounted and loaded??  it's not possible.


Offline ricky

  • Newbie
  • *
  • Posts: 17
Re: Tiny Core v10.0
« Reply #27 on: February 09, 2019, 02:54:24 AM »
After download filesystems-4.19.10-tinycore64.tcz and  brtfs-progs.tcz in Tiny Core v 10.0 x86_64, I was typing in terminal "sudo modprobe btrfs" .
I got in terminal:  "modprobe: can't load module btrfs (kernel.tclocal/fs/btrfs/btrfs.ko.gz): unknown symbol in module, or unknown parameter" . But in Tiny Core v 9.x x86_64 there was no such problem.

What is wrong in Tiny Core v 10.0 x86_64 ? Thank you in advance for your help !

ricky





Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Tiny Core v10.0
« Reply #28 on: February 09, 2019, 04:37:18 AM »
As per:
Code: [Select]
$ modinfo btrfs | grep depends
depends:        zstd_compress,zstd_decompress,raid6_pq,xor

zstd_compress, zstd_decompress and xor are in the base and raid6_pq is provided by the raid-dm-KERNEL extension

Offline ricky

  • Newbie
  • *
  • Posts: 17
Re: Tiny Core v10.0
« Reply #29 on: February 09, 2019, 07:09:04 AM »
Download and install of raid-dm-4.19.10-tinycore64.tcz solved my problem.
Thank you so much Juanito .
ricky