WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tinycore_v2.8rc3  (Read 23974 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.8rc3
« Reply #15 on: January 17, 2010, 11:22:28 AM »
Regarding tce-load usage:

Code: [Select]
# Example usage:
# tce-load -i /mnt/hda1/tce/optional/nano.tcz   Loads local extension
# tce-load -w -i nano.tcz                       Download into tce/optional directory, links for OnBoot and installs
# tce-load -w nano.tcz                          Download only into tce/optional directory

I'm a little confused just what options cause the "boot link" to be created in /tce ? Are both -w and -i required?

Could a little more explanation be provided.

Operationally the same combination of flags.
-w only  = download only
-i  only = loads local from specified path
-w -i = downloads and sets up link for on boot.
10+ Years Contributing to Linux Open Source Projects.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: tinycore_v2.8rc3
« Reply #16 on: January 17, 2010, 11:28:36 AM »
I noticed there's still an ftp indicator in the tool panel. Is this correct? I thought ftp was dropped from the base.

Also, any progress on the dropbear extension?

ftp was dropped. Where is ftp shown? AFAIK, not shown when booted base norestore. What window manager are you using?

I booted from cd iso. I'll try again with base norestore.

If you are talking about control panel tftp server, that is still available.
« Last Edit: January 17, 2010, 11:39:59 AM by roberts »
big pc man

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.8rc3
« Reply #17 on: January 17, 2010, 11:31:52 AM »
Could a little more explanation be provided for tce-update easy mode and inplace batch mode.

Code: [Select]
# If not interactive then check for easy mode or inplace batch update

easy mode and inplace mode are not new in this RC. Both are batch updates.

easy mode checks disk space available for update of all extensions, if so, creates an upgrade folder and updates download into upgrade folder, upon boot upgrade is completed before loading of extensions.

In place mode, is for smaller devices, e.g., a small pendrive, here each extension to be updated is downloaded into /tmp, md5 checked, then moved to replace existing extension.

Interactive mode is intended solely for calls from appsaudit.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.8rc3
« Reply #18 on: January 17, 2010, 11:38:43 AM »
Could a few of the more complicated usage examples be provided for the tce-audit command.

Code: [Select]
Usage tce-audit: {builddb|dependson|requiredby|nodepends|audit|auditall|delete|marked} extname

To build the database of dependices you need to specify dir, e.g.:
tce-audit builddb /mnt/hda2/tce/optional

To check for missing denpendencies on all extensions you need to specify a dir, e.g.:
tce-audit auditall /mnt/hda2/tce/optional

To display all extensions that have no dependencies you need to specify a dir, e.g.:
tce-audit nodepends /mnt/hda2/tce/optional

For all other reports use the full path, e.g.:
tce-audit requiredby /mnt/hda2/tce/optional/webkit.tcz
tce-audit dependson /mnt/hda2/tce/optional/midori.tcz

It is much easier to use appsaudit which loads up the path and makes selecting and reporting via the GUI very nice.

Of course using shell's edit capability of 'up arrorw' and 'tab completion' makes the cli easy as well.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.8rc3
« Reply #19 on: January 17, 2010, 11:40:45 AM »
Just out of curiosity does "tce2tcz.sh" still work?
I will remove it.
10+ Years Contributing to Linux Open Source Projects.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: tinycore_v2.8rc3
« Reply #20 on: January 17, 2010, 11:50:04 AM »
I noticed there's still an ftp indicator in the tool panel. Is this correct? I thought ftp was dropped from the base.

Also, any progress on the dropbear extension?

ftp was dropped. Where is ftp shown? AFAIK, not shown when booted base norestore. What window manager are you using?

I booted from cd iso. I'll try again with base norestore.

If you are talking about control panel tftp server, that is still available.

Yes, that is what I was referring to. So was the ftp that was removed only the client side ftp program or something else?
big pc man

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: tinycore_v2.8rc3
« Reply #21 on: January 17, 2010, 11:54:34 AM »
Sorry to keep pestering you guys.

I don't quite get how the Install Optional submenu item "Toggle Default Copy Install" works in the panel tool.
Could someone explain this?
big pc man

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.8rc3
« Reply #22 on: January 17, 2010, 12:11:45 PM »
Sorry to keep pestering you guys.

I don't quite get how the Install Optional submenu item "Toggle Default Copy Install" works in the panel tool.
Could someone explain this?

This again is not new in this RC.

It toggles copy2fs.flg

If this flag is set all extension are copied to filesystem instead of mounted.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.8rc3
« Reply #23 on: January 17, 2010, 12:14:56 PM »
I noticed there's still an ftp indicator in the tool panel. Is this correct? I thought ftp was dropped from the base.

Also, any progress on the dropbear extension?

ftp was dropped. Where is ftp shown? AFAIK, not shown when booted base norestore. What window manager are you using?

I booted from cd iso. I'll try again with base norestore.

If you are talking about control panel tftp server, that is still available.

Yes, that is what I was referring to. So was the ftp that was removed only the client side ftp program or something else?

ftp client was removed.
tftpd a busybox applet is used for tc-terminal-server and it remains.
10+ Years Contributing to Linux Open Source Projects.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: tinycore_v2.8rc3
« Reply #24 on: January 17, 2010, 12:41:28 PM »
dropbear.tcz posted.
The only barriers that can stop you are the ones you create yourself.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: tinycore_v2.8rc3
« Reply #25 on: January 17, 2010, 12:43:15 PM »
big pc man

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: tinycore_v2.8rc3
« Reply #26 on: January 17, 2010, 04:28:00 PM »
AppsAudit OnBoot does not seem to be doing anything. I moved all the extensions to /optional, rebooted, opened AppsAudit and selected OnBoot from the menu.

On the left I see all the extensions in /optional, on the right the OnBoot box which is empty.

So how do I proceed from here? Clicking on extensions in the left pane did not do anything.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.8rc3
« Reply #27 on: January 17, 2010, 06:09:36 PM »
On what device is your tce directory?  What is the file system hosting this directory?
10+ Years Contributing to Linux Open Source Projects.

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: tinycore_v2.8rc3
« Reply #28 on: January 17, 2010, 10:18:37 PM »
I booted off the rc3 .iso, and used the USB install function to format and install tc on a usb device. I manually copied extensions to the usb device over from another partition.

So I guess the file system is whatever the USB install function creates. Can't check right now.

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: tinycore_v2.8rc3
« Reply #29 on: January 18, 2010, 02:59:53 AM »
I booted off the rc3 .iso, and used the USB install function to format and install tc on a usb device. I manually copied extensions to the usb device over from another partition.

So I guess the file system is whatever the USB install function creates. Can't check right now.

I noticed that OnBoot creates/removes symlinks, at least on my ext2 based tce-directory. If you are using a FAT file system on the USB that would not support symlinks, so it could be that the OnBoot functionality does not work on FAT formatted volumes. I have not explored the code so I do not know if OnBoot is supported with FAT volumes.

/Lars