WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tinycore_v2.9rc1  (Read 9299 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
tinycore_v2.9rc1
« on: January 31, 2010, 11:04:24 AM »
The First Release Candidate of v2.9 (tinycore_2.9rc1.iso), is now posted and ready for testing.
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release_candidates

tinycore_2.9rc1.iso
tinycore_2.9rc1.iso.md5.txt

Change log for Tiny Core v2.9

* Updated appbrowser - added "Provides" to search for "What provides", also speed improvements.
* Updated appsaudit - added "Display All Not Depends On".
* Updated tce-load - added support for recursive dependencies.
* Updated tc-config - persistent home and/or opt, changed ext only support to not Microsoft file system support.
* Updated ab to use tmp work files.
* Improved language support by auto loading locale support extension(s) when both "lang=  " and the "-locale.tcz" extension(s) are available in tce/optional.
* Renamed *.core.gz to simply *.gz for ISO9660 compliance.
* Clean up of reported relics and empty directories.
* Updated f2 & f3 boot message screens.
* Fixed bug in tce-update easy mode.
* Dropped the embedded help file.

Notes:

Attention extension makers, please test the new recursive dependency process, but hold in abeyance until v2.9 is final.

Since the embedded help file has been dropped, your system menu, likely in your backup will need to be adjusted. Edit/remove such entry.
« Last Edit: January 31, 2010, 11:09:40 AM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: tinycore_v2.9rc1
« Reply #1 on: January 31, 2010, 11:27:04 AM »
Great news, especially the recursive loading of dependencies :)

Thanks

/Lars

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: tinycore_v2.9rc1
« Reply #2 on: January 31, 2010, 12:36:32 PM »
The AppsAudit 'Display All NotDepended On' works great, and found old extensions that could be removed.
Thanks.

Is there a reason that 'losetup' limits its output to the first 10 loop devices?

Have tested TC and MC with no problems.
Great job.

Offline knezek

  • Newbie
  • *
  • Posts: 1
Re: tinycore_v2.9rc1
« Reply #3 on: January 31, 2010, 05:15:55 PM »
Just an FYI:

Chromium browser causes my connection to be lost(essid reset and connection dropped) just by opening it...works fine with 2.8.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.9rc1
« Reply #4 on: February 01, 2010, 06:36:40 AM »
Nothing has changed in the base to have such an effect on network connection.
However, I will try running chrome. Seems lately I have been browser bouncing.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.9rc1
« Reply #5 on: February 01, 2010, 06:38:47 AM »
The AppsAudit 'Display All NotDepended On' works great, and found old extensions that could be removed.
Thanks.

Is there a reason that 'losetup' limits its output to the first 10 loop devices?

Have tested TC and MC with no problems.
Great job.


Thanks!

re: losetup
Likely because it is a busybox applet. I will have to check. I am planning a busybox upgrade.
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: tinycore_v2.9rc1
« Reply #6 on: February 03, 2010, 09:14:52 AM »
It is not really a 2.9 issue but an AppBrowser feature request. When a download is not finished, a partial file left in /tce/optional with an md5.txt file. Of course, extension is not registered in /usr/local/tce.installed but next time if you want to install there is a HTTP 416 error, requested range can't be satisfied, etc... wget message is not informative and doesn't help to find out what is real cause. Solution is to delete partial download manually.

Proposal:

lets AppBrowser check the download dir and if it exist with not matching md5 delete it before downloading. Maybe asking for confirmation.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: tinycore_v2.9rc1
« Reply #7 on: February 03, 2010, 09:49:32 AM »
The -c option was added to the wget call in tce-load a while back to prevent an aborted transfer from causing issue.  That helps with interrupted downloads of large extensions as the download simply continues from where it left off.  But I see the error message you do related to the download of the md5 file, and when the md5.txt is deleted, the appbrowser then succesfully finishes the installation.  

It appears to be an issue with busybox wget and the continue option.  Simply returns the 416 error when the file has already been completely downloaded instead of staying quiet.
« Last Edit: February 03, 2010, 10:06:55 AM by Jason W »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: tinycore_v2.9rc1
« Reply #8 on: February 03, 2010, 10:18:03 AM »
Thanks for the info. There can be different solutions, but it has to fixed somehow. It caused me some headache trying to install extensions with no luck. Guess was not alone :)
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: tinycore_v2.9rc1
« Reply #9 on: February 03, 2010, 11:02:20 AM »
You are not alone  :)

/Lars

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: tinycore_v2.9rc1
« Reply #10 on: February 03, 2010, 05:17:19 PM »
Tce-load has everything right to allow seamless resuming and completing of partially downloaded extensions.  But busybox wget coughs up an error when it shouldn't.  Perhaps the next busybox update will help this when it happens.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: tinycore_v2.9rc1
« Reply #11 on: February 03, 2010, 10:15:04 PM »
Tce-load has everything right to allow seamless resuming and completing of partially downloaded extensions.  But busybox wget coughs up an error when it shouldn't.  Perhaps the next busybox update will help this when it happens.

What is about my proposal? It would help till wget get fixed.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.9rc1
« Reply #12 on: February 03, 2010, 10:45:17 PM »
I have previously stated in this thread that I plan an upgrade to busybox latest stable.
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: tinycore_v2.9rc1
« Reply #13 on: February 03, 2010, 10:57:04 PM »
I have previously stated in this thread that I plan an upgrade to busybox latest stable.

Jason wrote:
Quote
Perhaps the next busybox update will help this when it happens.

I hope too :)
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: tinycore_v2.9rc1
« Reply #14 on: February 05, 2010, 05:06:33 AM »
* Updated appbrowser - added "Provides" to search for "What provides", also speed improvements.
can u explain this?
* Improved language support by auto loading locale support extension(s) when both "lang=  " and the "-locale.tcz" extension(s) are available in tce/optional.
is this working while booting or also when the system is already started? tce-load...

Fixed quotes -Curaga
« Last Edit: February 05, 2010, 05:47:06 AM by curaga »
dCore user