Tiny Core Base > Alpha Releases

Tiny Core 17.0 Alpha 1 Testing

<< < (4/16) > >>

aus9:
OK managed to photo with handheld camera the K messages scrolling by
Image names are left for left side of monitor and right

right is
https://i.postimg.cc/P5JZHnPn/right.png 
To save you clicking it --reads
/sbin/modprobe -bv acpi:PNP0C02 [changing number in this field]

left side is
https://i.postimg.cc/B6RsjDCn/left.png
to save you clicking it --reads SNIP numbers
udevd timeout: killing /sbin/modprobe as per right image

aus9:
Now I attempt to look at ACL as per link
https://www.linuxbash.sh/post/enabling-and-managing-acls-on-filesystems

my system is on /dev/sdb1 and

--- Code: ---tune2fs -l /dev/sdb1 | grep "Default mount options:"
Default mount options:    user_xattr acl
--- End code ---

So next I edit my fstab so it reads
/dev/sdb1       /mnt/sdb1       ext4     users,exec,acl    0 1
and full reboot  but dmesg still shows Failed to apply ACL: Operation not supported

I am not a coder but maybe its my rootfs I need to check?

--- Code: ---getfacl /dev
getfacl: Removing leading '/' from absolute path names
# file: dev
# owner: root
# group: staff
user::rwx
group::rwx
other::r-x
--- End code ---

beyond my pay scale at this point

Juanito:

--- Quote from: Rich on January 03, 2026, 05:19:12 PM ---xtables-addons-6.12.11-tinycore64.tcz  and  xtables-addons-6.12.11-tinycore.tcz
don't belong in the 17.x repos, do they?

--- End quote ---

Correct - removed, thanks

andyj:

--- Quote from: Rich on January 03, 2026, 05:19:12 PM ---Hi Juanito
xtables-addons-6.12.11-tinycore64.tcz  and  xtables-addons-6.12.11-tinycore.tcz
don't belong in the 17.x repos, do they?

--- End quote ---
I'm working on those.

andyj:
This little tidbit from the GCC 15 changes page is proving to be a challenge for several of the extensions I maintain:

To aid the transition to C23, various diagnostics have been enhanced to clarify type errors such as incompatible function types, incorrect argument counts, and those involving bool.

I know that a lot of extensions are being copied from earlier TCL releases because they seem to run, but could they be complied on the newest release? Should this be one of the tests?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version