Tiny Core Base > Final Releases
Tiny Core v10.0
curaga:
Comparing the XEN options:
--- Code: ------ /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
--- End code ---
The new kernel only added options, so I'm not sure why it would have less functionality. I don't use Xen though.
coreplayer2:
--- Quote from: TomyTurbos on January 31, 2019, 09:40:53 PM ---
--- Quote from: Rich on January 31, 2019, 09: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.
--- End quote ---
No reboot required (other than at the end), just sudo su.
--- End quote ---
I have to agree with Rich, because "sudo su' nor "sudo are required in a normal tinycore fugal installation
--- Code: ---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:~$
--- End code ---
not even "tce-update" requires sudo
Additionally, without a reboot how can the updated extension be loop mounted and loaded?? it's not possible.
ricky:
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
Juanito:
As per:
--- Code: ---$ modinfo btrfs | grep depends
depends: zstd_compress,zstd_decompress,raid6_pq,xor
--- End code ---
zstd_compress, zstd_decompress and xor are in the base and raid6_pq is provided by the raid-dm-KERNEL extension
ricky:
Download and install of raid-dm-4.19.10-tinycore64.tcz solved my problem.
Thank you so much Juanito .
ricky
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version