Tiny Core Linux

Tiny Core Base => TCB News => Final Releases => Topic started by: roberts on August 27, 2012, 05:21:35 PM

Title: Core v4.6
Post by: roberts on August 27, 2012, 05:21:35 PM
Team Tiny Core is proud to announce the release of Core 4.6.
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/4.x/x86/release

Change Log:
* New mirrorpicker GUI - Select fastest mirror.
* Updated Apps GUI to add first run and menu option for mirrorpicker GUI.
* Updated ScmApps GUI to add first run and menu option for mirrorpicker GUI.
* Updated tce-status added -o option for orphan file checking on httpd mirrors.
* Updated Apps GUI to add Orphan file check.
* Updated tc-config improved PRETCE raid disk support.
* Renamed ab to tce-ab to avoid Apache name conflict and allow to start without specifying a search target.
* Updated busybox added lsof applet and link.
* Updated isolinux.cfg with adjustments as suggested in the forum and temporarily loglevel=3 for cleaner boot.
* Updated tce-ab with signal trap to prevent abnormal termination.
* Updated scm with signal trap to prevent abnormal termination.
* Updated tce-load to display options when no initial options are specified.
* Updated fromISOfile to handle invalid device and added busybox aliases.
* Updated Apps GUI improved Updates message and OnBoot & OnDemand labels.
* Updated ScmApps improved Updates message.
* Updated wbar & flwm* to handle multiple Name & Exec items.

Note: Need to check for extension updates to get new Xprogs.tcz, wbar.tcz, and both flwm*
Title: Re: Core v4.6
Post by: idoit on August 27, 2012, 08:04:37 PM
It works like a charm. Thanks again Robert! :)

Here's output of uname -a which has some redundant versions (I'm using CorePlus and it's 32bit obviously):

Linux box 3.0.21-tinycore #3021 SMP Sat Feb 18 11:54:11 EET 2012 i686 i686 i386 GNU/Linux

Update: sorry to bother you Robert! At least I learned something today from @curaga, thanks!
Title: Re: Core v4.6
Post by: Akane on August 28, 2012, 01:33:37 AM
It works fine!
Thank you.
Title: Re: Core v4.6
Post by: curaga on August 28, 2012, 02:35:14 AM
@idoit:

Those two fields are the "cpu" and "platform" parts. On GNU uname they would say for example "Intel Pentium 2" and "GenuineIntel", but busybox uname doesn't go the extra mile for a few x86 cpus (they are coded in the uname source).

Not a bug.
Title: Re: Core v4.6
Post by: meo on August 28, 2012, 05:20:32 AM
Hi Tiny Core Team!

I've been waiting for this final release some time since the RC's were very stable. Good work! Thanks a lot for this excellent cut of TC!

Have fun developing TC further,
meo
Title: Re: Core v4.6
Post by: gerald_clark on August 30, 2012, 11:11:56 PM
tce-update error.

Using boot code tce=sda1/tcl
/etc/sysconfig/tcedir doe point to /mnt/sda1/tcl/

tce-update responds with:
Checking for Easy Mode Operation...
Could not find a valid tce directory!
Title: Re: Core v4.6
Post by: netnomad on August 31, 2012, 08:42:40 AM
tce-update error.

Using boot code tce=sda1/tcl
/etc/sysconfig/tcedir doe point to /mnt/sda1/tcl/

tce-update responds with:
Checking for Easy Mode Operation...
Could not find a valid tce directory!

i can confirm this behavior.
my bootcode: tce=LABEL=tc/tce4
/etc/sysconfig/tcedir points to /mnt/sdb2/tce4.
Title: Re: Core v4.6
Post by: roberts on August 31, 2012, 02:22:24 PM
Just tested with boot code of

tce=sda2/tcTEST

also tested boot code of

tce=LABEL="test"/tcTEST

both cases worked as expected.
Please provide more information such as showbootcodes and result of ls /etc/sysconfig/tcedir


Title: Re: Core v4.6
Post by: gerald_clark on August 31, 2012, 04:19:22 PM
I showed my boot codes and tcedir.
That machine is not available for testing.
I tested on another machine, and cannot reproduce.