Tiny Core Linux

Tiny Core Base => TCB News => Release Candidate Testing => Topic started by: Juanito on December 30, 2013, 09:41:52 PM

Title: Core v5.2rc1
Post by: Juanito on December 30, 2013, 09:41:52 PM
The first release candidate of Tiny Core v5.2 is now posted and ready for testing:

http://www.tinycorelinux.net/5.x/x86/release_candidates

Change log:
* busybox updated to 1.21.1 plus wget patches and split suid/nosuid for better security
* ldd: Added quotes for binaries with spaces in their names
* /etc/services: modified to suit rpcbind rather than portmap
* tc-functions: Removed the getpasswd stars to allow backspace to work

Note:

rootfs64.gz available for corepure64 testing

/etc/services mod will break nfs share mounting, a new nfs-utils extension will be issued with the final version of tc-5.2
Title: Re: Core v5.2rc1
Post by: netnomad on December 31, 2013, 01:14:02 AM
hi juanito,

first tests brought nothing unexpectable...

i keep on testing :)
Title: Re: Core v5.2rc1
Post by: gerald_clark on December 31, 2013, 06:57:22 AM
How can you expect us to test if something as fundamental as nfs is broken unless you also tell us how to fix the nfs-utils startup scripts?
Perhaps you could post a patch file here.
Title: Re: Core v5.2rc1
Post by: Juanito on December 31, 2013, 07:07:32 AM
see http://git.tinycorelinux.net/index.cgi?url=Core-scripts.git/

Basically you need to reverse the change in /etc/services below:

Original:
Code: [Select]
sunrpc 111/tcp portmapper # RPC 4.0 portmapper TCP
sunrpc 111/udp portmapper # RPC 4.0 portmapper UDP

Modified:
Code: [Select]
rpcbind 111/tcp portmapper # RPC 4.0 portmapper TCP
rpcbind 111/udp portmapper # RPC 4.0 portmapper UDP
Title: Re: Core v5.2rc1
Post by: gerald_clark on December 31, 2013, 07:14:11 AM
Thanks.
For testing purposes, I just included both the sunrpc and rpcbind entries and added etc/services to .filetool.lst.