WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core v5.2rc1  (Read 4656 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Core v5.2rc1
« 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

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: Core v5.2rc1
« Reply #1 on: December 31, 2013, 01:14:02 AM »
hi juanito,

first tests brought nothing unexpectable...

i keep on testing :)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Core v5.2rc1
« Reply #2 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.
« Last Edit: December 31, 2013, 07:01:01 AM by gerald_clark »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Core v5.2rc1
« Reply #3 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

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Core v5.2rc1
« Reply #4 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.
« Last Edit: December 31, 2013, 07:31:18 AM by gerald_clark »