WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core v6.2  (Read 34529 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Tiny Core v6.2
« on: May 03, 2015, 10:27:50 PM »
Team Tiny Core is proud to announce the release of Core v6.2:

http://www.tinycorelinux.net/6.x/x86/release
http://www.tinycorelinux.net/6.x/x86_64/release

Changelog for 6.2:
* tce-audit: similar speedup patch from aswjh
* tc-config: nfs4 mount changes from gerald_clark
* tce-load: 2% speedup from aswjh
* tce-size: apply patch from Greg Erskine for no-deps files
* tce-remove, rc.shutdown: update copy2fs name
* tce-ab: convert to a symlink
* tce-load: awk recursion changes changed to a subshell, so exit status needs to be passed
* tce-setup: wait for slow CD drives

In addition, TinyCorePure64-6.2.iso is now legacy-bios/(u)efi multi-boot.

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.2
« Reply #1 on: May 04, 2015, 09:47:49 PM »
Thanks to team tiny core :)

@curaga
about patch4,5:
1.values of FROMWHERE can be various, and need to be passed, so output of recursive_scan should be with path.
("-i path1/ext1  path2/ext2" is supported by tce-load in the original)
2."$D" instead of "cd $FROMWHERE", it does avoid to frequently switch between directories.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core v6.2
« Reply #2 on: May 05, 2015, 01:46:58 AM »
Quote
("-i path1/ext1  path2/ext2" is supported by tce-load in the original

That is certainly not intentional, even if it may work in the current one.
The only barriers that can stop you are the ones you create yourself.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Tiny Core v6.2
« Reply #3 on: May 05, 2015, 01:53:11 PM »
tce-audit fetchmissing is not working.
I updated the vlc extension.
I updated deps.
I rebuilt the database
deps clearly show x264.tcz but fetchmissing does not fetch the missing x264.tce.
I had to manually tce-load -w x254.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core v6.2
« Reply #4 on: May 06, 2015, 02:08:52 AM »
Fixed in git, thanks for reporting.
The only barriers that can stop you are the ones you create yourself.

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.2
« Reply #5 on: May 07, 2015, 12:20:12 AM »
tce-load patch, please see if it is useful.

Sorry for the bug.
Performance may be better if like this:
{print $1 >> tce_lst; recursive_scan(...
END {
   close(tce_lst)

« Last Edit: May 07, 2015, 12:24:13 AM by aswjh »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core v6.2
« Reply #6 on: May 07, 2015, 02:27:49 AM »
I'll take a look at the patch later, busy week for now. On that tce-audit change, do you measure much difference?
The only barriers that can stop you are the ones you create yourself.

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.2
« Reply #7 on: May 07, 2015, 03:40:07 AM »
There is a difference of 0.8s. Here are results:
2.85243 1.69687 1.76055 1.73514
0.945376 0.951654 0.956303

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core v6.2
« Reply #8 on: May 08, 2015, 03:03:28 AM »
I'll need a bit more context, how many extensions do you have?
The only barriers that can stop you are the ones you create yourself.

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.2
« Reply #9 on: May 08, 2015, 09:13:28 PM »
1187 tczs in tce/optional,  all of them are symbolic links :)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core v6.2
« Reply #10 on: May 11, 2015, 02:25:38 AM »
@aswjh

tce-load patch applied, thanks.
The only barriers that can stop you are the ones you create yourself.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Tiny Core v6.2
« Reply #11 on: May 11, 2015, 03:23:27 AM »
I just "Download + Load" mtpaint, which was posted a few minutes ago for TC6.x x86, on Tiny Core 6.2 with Openbox via Apps GUI.
Like it was reported in the 6.2RC thread, WBar disappears after loading some extensions.

Also there is no Openbox menu entry created for mtpaint. Instead this file is left in /tmp.
/tmp/menu.tmp
Code: [Select]
  <item label="mtpaint" icon="/usr/local/share/pixmaps/mtpaint.png"> <action name="Execute"> <command>mtpaint</command> </action> </item>
Download a copy and keep it handy: Core book ;)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Tiny Core v6.2
« Reply #12 on: May 11, 2015, 03:34:27 AM »
Hmm - it works fine for me - both icon and menu item - with flwm "classic".

Maybe you could try with flwm?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Tiny Core v6.2
« Reply #13 on: May 11, 2015, 04:36:13 AM »
Retried with Openbox. Seems to be consistent for me.
Tried with FLWM. WBar disappears as well but menu item is created correctly.

Well, I hacked the Openbox scripts to include icons in the menu. So the menu part could be my fault.

I'm using a 1.6GHz netbook. Kinda slow maybe?

EDIT:
Choosing "Reconfigure Openbox" from the openbox menu makes the menu item for mtpaint appear.
« Last Edit: May 11, 2015, 04:53:53 AM by Misalf »
Download a copy and keep it handy: Core book ;)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tiny Core v6.2
« Reply #14 on: May 21, 2015, 08:33:51 AM »
Hi Misalf
I just ran across this myself with an extension I'm working on under TC4. The reason was that wbar could not find the icon file
listed by the .desktop file.