WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Ondemand?  (Read 9830 times)

Offline adrian

  • Newbie
  • *
  • Posts: 31
Ondemand?
« on: June 08, 2012, 10:43:07 AM »
I've been looking at this feature, but I can't really find anything.  I was guessing that it doesn't load the loop device until you either run a command in it or you explicitly request it be loaded, but it doesn't seem to be doing that.

Can someone tell me exactly what ondemand does?  I also noted a ondemand script on the system.  How does this work?  I'm using TCL 4.5.4.

Also, I did find a little info on it (sort of) but it is out of date as it referenced things that were not in the GUI.  That page is here.  But even that didn't really say what it did.

Thanks all,


A

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11290
Re: Ondemand?
« Reply #1 on: June 08, 2012, 12:55:59 PM »
Hi adrian
If you install an application using AppBrowser as  OnDemand, you will see it listed under  OnDemand  in the
popup menu when you click on the desktop. Clicking on the application should then mount and run it.

Offline adrian

  • Newbie
  • *
  • Posts: 31
Re: Ondemand?
« Reply #2 on: June 08, 2012, 07:32:49 PM »
I didn't, but according to the the web site I linked to in my last message, it said a OnBoot can be switched to a OnDemand, though the info is out of date.  I think I found what the equivalent is on the new version, but it is not working as *I* think it should work, which could be that I'm not understanding what it is supposed to do.  Was my description correct?


A


Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11290
Re: Ondemand?
« Reply #3 on: June 08, 2012, 07:43:43 PM »
Hi adrian
In previous versions of Tinycore you could use AppsAudit to move applications between OnBoot and OnDemand.
I believe that function has now been incorporated directly into AppBrowser.

Offline adrian

  • Newbie
  • *
  • Posts: 31
Re: Ondemand?
« Reply #4 on: June 09, 2012, 02:37:04 PM »
Yes, as I said, I did find it.  But also, it doesn't seem to do what I think it does.  Is my description that I made correct?


A

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11290
Re: Ondemand?
« Reply #5 on: June 09, 2012, 05:03:51 PM »
Hi adrian
It doesn't  loop mount the extension until you tell it to. OnBoot and OnDemand basically are intended to define
whether applications get mounted when you boot.

Offline adrian

  • Newbie
  • *
  • Posts: 31
Re: Ondemand?
« Reply #6 on: June 09, 2012, 07:14:35 PM »
K, so it is what I thought.  So, the questions are now
1. Is it possible to mount the loop device for the application from the command line? and...
2. What doe the ondemand script do?  And how do I use it?

I tried to put dosfstools, libcups and syslinux as ondemand as a test using the Apps tool, but those are still mounted.

Further, when I look at the OnDemand, OnBoot pages in the Apps applications, there is a list on the left that are apps that are neither OnDemand nor OnBoot.  (I've attached a screen shot to show what I mean)  So what are they?  OnBoot until they are as OnDemand?

I think I want the X stuff, and install stuff as OnDemand, is that possible?

Thanks,


A
« Last Edit: June 09, 2012, 08:02:12 PM by adrian »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11290
Re: Ondemand?
« Reply #7 on: June 09, 2012, 07:36:45 PM »
Hi adrian
Quote
there is a list on the left that are apps that are neither OnDemand nor OnBoot.
Those would be dependencies of other applications. Whether an application is OnDemand or OnBoot, when
it gets mounted, its dependencies get mounted automatically.
Quote
I tried to put dosfstools, libcups and syslinux as ondemand as a test using the Apps tool, but those are still mounted.
Either they are dependencies of extensions that are being mounted, or you did not reboot after making that change.
Switching between the two in a running system does not take effect until you reboot.

Offline adrian

  • Newbie
  • *
  • Posts: 31
Re: Ondemand?
« Reply #8 on: June 09, 2012, 08:03:48 PM »
Ok, so how do I demand them back?


A

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11290
Re: Ondemand?
« Reply #9 on: June 09, 2012, 08:13:16 PM »
Hi adrian
What do mean "demand them back" ?

Offline adrian

  • Newbie
  • *
  • Posts: 31
Re: Ondemand?
« Reply #10 on: June 09, 2012, 08:41:39 PM »
:) I mean, I wanna use them now.

And is there a command to tell them to go away?  (I don't want them mounted)


A

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11290
Re: Ondemand?
« Reply #11 on: June 09, 2012, 08:52:36 PM »
Hi adrian
Quote
And is there a command to tell them to go away?  (I don't want them mounted)
No. That is not the purpose of OnDemand. OnDemand is for applications you rarely use if for example you don't
want them showing up in the Applications menu. I personally don't use it and simply install all applications
OnBoot.
Quote
I mean, I wanna use them now.
Right click on the desktop or the titlebar of any window, go to OnDemand in the popup menu, and click on
the application.

Offline adrian

  • Newbie
  • *
  • Posts: 31
Re: Ondemand?
« Reply #12 on: June 09, 2012, 09:01:52 PM »
There appears to be in the /mnt/sda1/tce/ondemand folder a bunch of executables which, when run, will mount the loop devices.  That's cool, but sometimes I get an error message and some don't appear to have dependencies that seem logical. 

I.e. I load wbar, so why doesn't Xprogs, Xlibs & Xvesa load (and maybe others?) also mount?

Same if I mount Xprogs.  I try and run startx and it says:

cat: can't open '/etc/sysconfig/Xserver': No such file or directory

Quote from: Rich
No. That is not the purpose of OnDemand. OnDemand is for applications you rarely use if for example you don't
want them showing up in the Applications menu. I personally don't use it and simply install all applications
OnBoot.

Hmmm...  This is pretty cool in that my system starts up way faster, and yet I still have access to other commands if I want them while doing maintenance.  It's just too bad that it doesn't go just that extra step to bring them up and down more easily from the command line, though it is almost there.



A

Offline adrian

  • Newbie
  • *
  • Posts: 31
Re: Ondemand?
« Reply #13 on: June 09, 2012, 09:16:32 PM »
Hi adrian
Quote
there is a list on the left that are apps that are neither OnDemand nor OnBoot.
Those would be dependencies of other applications. Whether an application is OnDemand or OnBoot, when
it gets mounted, its dependencies get mounted automatically.
Hmmmm. This doesn't appear to be correct.  If I remove an item from OnBoot (move it to the left panel) it will appear on the left panel when I go to OnDemand and vice versa.  This appears to be a 3rd state which appears to be OnBoot as well.


A

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11290
Re: Ondemand?
« Reply #14 on: June 09, 2012, 09:24:29 PM »
Hi adrian
Quote
I.e. I load wbar, so why doesn't Xprogs, Xlibs & Xvesa load (and maybe others?) also mount?
That sounds like a question better answered by roberts.
Quote
It's just too bad that it doesn't go just that extra step to bring them up and down more easily from the command line, though it is almost there.
If you want to install/uninstall applications on the fly, you should consider looking at SCMs.
Quote
This doesn't appear to be correct..........
Fine, the left panel contains any extensions that are not listed in OnBoot or OnDemand. For the most part those
should be dependencies which should NOT be added to OnBoot or OnDemand. When you removed that item
you told the system not to make it available the next time you boot.