WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Applications not Running  (Read 3214 times)

Offline dryfire

  • Newbie
  • *
  • Posts: 8
Applications not Running
« on: May 16, 2011, 11:31:08 AM »
I am a  Linux groupie. Have installed many Linux flavors, for no practical purpose but self-edification. Snared by Joey Bernard's review of Tiny Core.

 A spare Sony Vaio tower is running Ubuntu 11.04 perfectly. No computer issue. So I am trying TC

 Tiny Core Linux boots on her, shows screen, shows apps, allows downloads and places icon on task bar: Chrome, Firefox, Abiword. Nothing happens when I click the icon.
 What am I missing; a simple step, the big picture,………………………?

 Jim
dryfire@dryfire.us

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Applications not Running
« Reply #1 on: May 16, 2011, 12:03:58 PM »
That is an unusual situation. There can occasionally be an app with a bug, but if that is the case, the other apps will work.

Did you install apps using the App Browser?

You need all dep files, dependencies and recursive dependencies. If you did not use the App Browser you may have missed something.

If you used the App Browser, give us a bit more info on what you did.
Many people see what is. Some people see what can be, and make a difference.

Offline dryfire

  • Newbie
  • *
  • Posts: 8
Re: Applications not Running
« Reply #2 on: May 16, 2011, 12:47:35 PM »
I did thus:
apps
connect
On boot  Go
firefox.tcz    ok

Guy,
Thank you for the response

Jim Stewart
The Computer Helper
Unlimited Free Phone Support
POB 1031
Deerfield Beach, FL 33443
(954) 946-2999
dryfire@dryfire.us

nothing lasts, nothing is finished, nothing is perfect and nature bats last.


Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Applications not Running
« Reply #3 on: May 16, 2011, 01:18:16 PM »
How did you install Tiny Core?
Many people see what is. Some people see what can be, and make a difference.

Offline dryfire

  • Newbie
  • *
  • Posts: 8
Re: Applications not Running
« Reply #4 on: May 16, 2011, 03:44:43 PM »
Downloaded .iso
Burnt cd

w/one folder boot
containing bzimage, tinycore.gx and
one folder isolinux with 7 files


Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: Applications not Running
« Reply #5 on: May 16, 2011, 05:14:05 PM »
load one application from the terminal and see what the terminal gives you as messages.

crash test: boot tc, connect to the internet, select appbrowser in the menu, load a small extension, install it and load it -- it should work. if yes, then select backup, log off, reboot, and try this extension again, which should work

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
10+ Years Contributing to Linux Open Source Projects.

Offline dryfire

  • Newbie
  • *
  • Posts: 8
Re: Applications not Running
« Reply #7 on: May 16, 2011, 06:13:12 PM »
Hello Begats,

Thank you for your link. If I could get an application to run, perhaps persistence would be an issue (of interest). For now I appreciate specifics.

Offline dryfire

  • Newbie
  • *
  • Posts: 8
Re: Applications not Running
« Reply #8 on: May 16, 2011, 06:17:36 PM »
load one application from the terminal and see what the terminal gives you as messages.

crash test: boot tc, connect to the internet, select appbrowser in the menu, load a small extension, install it and load it -- it should work. if yes, then select backup, log off, reboot, and try this extension again, which should work

Hello Alu,
Thank you for trying to assist me.
TMI. I can't follow. Please suggest a specific "small extension" with details on how to "install it and Load it"

Dryfire

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Applications not Running
« Reply #9 on: May 16, 2011, 09:17:48 PM »
Your situation is unusual, and it is not clear what is causing it.

What version are you using?

Use the latest version.


Did you install it with the built in installer?

http://wiki.tinycorelinux.net/wiki:install_hd_net

http://wiki.tinycorelinux.net/wiki:install_hd_offline

If you did, everything should work.
Many people see what is. Some people see what can be, and make a difference.

Offline dryfire

  • Newbie
  • *
  • Posts: 8
Re: Applications not Running
« Reply #10 on: May 17, 2011, 04:22:42 PM »
Your situation is unusual, and it is not clear what is causing it.

What version are you using?

Use the latest version.


Did you install it with the built in installer?

http://wiki.tinycorelinux.net/wiki:install_hd_net

http://wiki.tinycorelinux.net/wiki:install_hd_offline

If you did, everything should work.


Hello Guy,
It is now clear what is causing it!

Thank you for your continuing ideas. When I saw your last post above, referring to HD's I thought "I don't want to add anything to a HD". So I disconnected them both, a SATA and an IDE.

THEN, when I downloaded FireFox  many more files loaded to RAM, and FireFox is working.

Apparently, even though I booted from the TC CD, it realized other files existed. I am sure you have a better understanding and explanation.

AbiWord is also now running.

My original post said this computer was running (Ubuntu) perfectly.

Is there a boot sequence that will allow TC (current version) to run on this computer with the HD's   connected?

Your friend,

Jim




Offline dryfire

  • Newbie
  • *
  • Posts: 8
Re: Applications not Running
« Reply #11 on: May 17, 2011, 04:50:48 PM »
Sending from TC............Yeah

It is/was the SATA drive. Without it connected, applications load and run as expected.

If the SATA drive is connected, only the .tcz of the application downloads, not the other assorted necessary files.


So...................., is there a correct TC boot sequence/command that will allow the SATA drive?


Your friend,

Jim

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Applications not Running
« Reply #12 on: May 17, 2011, 04:57:13 PM »
You can repartition the hard drive, and install both Ubuntu and Tiny Core.

http://wiki.tinycorelinux.net/wiki:partition

You can then add the start commands for Tiny Core to Grub 2 in Ubuntu, so you can run either.


Edit /etc/grub.d/40_custom
At the bottom of this file add the following

menuentry "Tiny Core Linux" {
set root='(hd0,1)'
linux /boot/bzImage quiet
initrd /boot/tinycore.gz
}

Then run update-grub

Note: That grub2 counts devices from 0 but partitions from 1.
« Last Edit: May 17, 2011, 10:43:23 PM by Guy »
Many people see what is. Some people see what can be, and make a difference.

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Applications not Running
« Reply #13 on: May 17, 2011, 05:06:42 PM »
If you just want to run it from the cd, I am not sure what is causing the problem.

It may be something that is installed on the drive.

It is probably nothing to do with the fact that it is sata.


Another thought

I had a computer with a motherboard which could use both ide and sata drives. I had problems with it. I used only sata drives. I think it was a motherboard bug as a result of using both types of drives on the same motherboard.

On mine, I think I needed to treat the ide drives as primary drives, and the sata drives as secondary. You may need to do the same.

That motherboard died, so I no longer have it.
Many people see what is. Some people see what can be, and make a difference.

Offline dryfire

  • Newbie
  • *
  • Posts: 8
Re: Applications not Running
« Reply #14 on: May 17, 2011, 06:21:11 PM »
If you just want to run it from the cd, I am not sure what is causing the problem.

It may be something that is installed on the drive.

It is probably nothing to do with the fact that it is sata.


Another thought

I had a computer with a motherboard which could use both ide and sata drives. I had problems with it. I used only sata drives. I think it was a motherboard bug as a result of using both types of drives on the same motherboard.

On mine, I think I needed to treat the ide drives as primary drives, and the sata drives as secondary. You may need to do the same.

That motherboard died, so I no longer have it.

Hello Guy,

Well, yeah, all I want to do is run TC from a CD anytime any where any computer, as advertised.
I believe the problem is systemic; not the MB (have many mixed HD's), not my SATA, not the SATA, but TC. The SATA drive is not recognized in the BIOS, so not expected by TC. Ergo weird unanticipated results. (Let the record show this application condition does not exist in the much larger Puppy Linux run from CD)

That's all from me folks, I'll leave further analysis to my betters.

Your friend,

Jim