Tiny Core Base > Alpha Releases
Tiny Core 14.0 Alpha 1 Testing
alphons:
--- Quote from: adb014 on February 06, 2023, 04:22:33 AM ---1) Remove support for NFS in tinycore and no longer need RPC at all, or
--- End quote ---
I agree to remove the NFS mount option from busybox, also the more modern SMB (CIFS) option is enabled, should be a good alternative for most file sharing options.
--- Code: ---sed -i 's/CONFIG_FEATURE_MOUNT_NFS=y/CONFIG_FEATURE_MOUNT_NFS=n/' busybox-1.36.0_config_suid
--- End code ---
Rich:
Hi alphons
That would break the NFS option in /etc/init.d/tc-config.
nick65go:
@alphons: You test TC in VMware (not free software), but I use poor-man Qemu (free software).
- what you MEASURABLLY gain (in speed, size) using SMB versus NFS ?
- I think qemu NBD (network block device) allows loops still fast enough. YMMV.
adb014:
If NFS is needed, busybox can be linked against libtirpc.so.. If you want a self-contained binary link it against libtirpc.a
adb014:
There is also at least 3 CVE with a CVSS of 7.5 in glibc (https://www.cvedetails.com/vulnerability-list/vendor_id-72/product_id-767/GNU-Glibc.html) impacting glibc prior to 2.32.. So this older glibc is already a problem, and a problem that is only going to get worse
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version