WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core 3.0 Alpha 2 Testing  (Read 5053 times)

Offline u54749

  • Jr. Member
  • **
  • Posts: 65
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #15 on: May 12, 2010, 09:34:58 AM »
>>> Check for a BIOS update for your machine.

This does not explain why Alpha1 (and 1.x and 2.x) boots correctly and Alpha2 does not.
The configuration of the machine has not changed

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #16 on: May 12, 2010, 10:10:12 AM »
You could compare any relevant messages from `dmesg`

Offline u54749

  • Jr. Member
  • **
  • Posts: 65
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #17 on: May 12, 2010, 10:26:10 AM »
I have overwritten Alpha1 by  Alpha2 on my system. I can't find Alpha1 any more in the TC download area.  So I can't do the comparison at this time.


Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 6822
  • Respect Begets Respect.
    • shingledecker.org
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #18 on: May 12, 2010, 10:42:53 AM »
All was running fine up to the point I did a 'Build dep reporting database' in AppsAudit. Then all the deps containing abc-2.6.33.3-tinycore.tcz became abc-KERNEL.tcz, and my system stopped working because it can't find those KERNEL dependencies.

KERNEL seems not getting parsed...?
Found it. Fixed it. Thanks!
Don't Ignore What's In Core. "The" Parsimonious Linux!

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 6822
  • Respect Begets Respect.
    • shingledecker.org
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #19 on: May 12, 2010, 11:00:52 AM »
I see some strange boot behavior in Alpha 2

with "quiet" boot mode enabled
In Alpha 1
-  shows GRUB4DOS messages
-  shows "Booting Tinycore_3.0alpha1" below the GRUB4DOS messages
(boot continues with more messages and finally TC desktop is shown)

In Alpha 2
-  Shows GRUB4DOS messages
-  Overwrites the GRUB4DOS messages on top of the screen with error message:
pci 0000:01:00.0: no compatible bridge window for [mem 0x80000000-0x8001ffff pref]

- after a fraction of a second clears the screen completely (you have to read really fast...)
- then shows "Booting Tinycore_3.0alpha2" on the top of the screen
(boot continues with more messages and finally TC desktop is shown)

It's the first time I see this particular error message

Did you download distribution files or the iso?
Did you check md5sum to ensure a good download?

Since there was no change in kernel or modules for alpha1 to alpha2 and
since you are seeing error before "Booting Tiny Core.." I would start by checking that the download is good.

The only change, early in the boot proces, but after "Booting Tiny Core" was a change to permission on ramzswap. You could also try to boot using the 'embed' option to eliminate that change.
Don't Ignore What's In Core. "The" Parsimonious Linux!

Online bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 3529
    • My Community Forum
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #20 on: May 12, 2010, 11:12:07 AM »
What is ramzswap ?
Béla
Ham Radio callsign: HA5DI

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

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 6822
  • Respect Begets Respect.
    • shingledecker.org
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #21 on: May 12, 2010, 11:16:37 AM »
From change log of Alpha 1:
* compressed swap in ram -> able to run more and longer, less crashes due to out of ram

The system will use a portion of ram for compressed swap. Look in /etc/fstab.
Don't Ignore What's In Core. "The" Parsimonious Linux!

Offline jano

  • Newbie
  • *
  • Posts: 37
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #22 on: May 12, 2010, 11:25:15 AM »
Boot errors in Tiny Core 3.0 Alpha 2 (not present in Alpha 1 or 2.10 or 2.11).
I have TC installed in an ext2 sd card, from which I boot. After the EXTLINUX greetings, usual boot messages, when loading the  Tiny Core Extension I get  error messages and after a while the system boots.
Things go very fast, so I have only been able to read something like:

/etc/init.d/rcS : line 460 : usleep : text file busy
repeated about 20 times
after taht, sometimes it says 'done' and continues booting, while other times I get another error message before the 'done' and booting.

After rebooting with syslog enabled, I've found the following messages:

daemon.err udevd-work[594] exec of program '/sbin/modprobe' failed 
daemon.err udevd-work[593] exec of program '/sbin/modprobe' failed 
.... up to 10 times total (with different numbers inside the brackets), and then:

daemon.err udevd-work[671] exec of program '/bin/sh' failed 
daemon.err udevd[93] can not read '/etc/udev/rules.d/56-lsusb.rules'
daemon.err udevd[93] can not read '/etc/udev/rules.d/64-md-raid.rules'

and then a lot of more info that seems normal to me (messages about mounting things from tce/optional)

I've booted several more times, and the syslog seems to vary:
* sometimes the daemon.err udevd-work[xxx] exec of program '/sbin/modprobe' failed are missing
* sometimes  the daemon.err udevd[93] can not read '/etc/udev/rules.d/56-lsusb.rules' or daemon.err udevd[93] can not read '/etc/udev/rules.d/64-md-raid.rules' is missing

Hope it helps
« Last Edit: May 12, 2010, 11:53:29 AM by jano »

Offline u54749

  • Jr. Member
  • **
  • Posts: 65
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #23 on: May 12, 2010, 11:27:57 AM »
I downloaded the ISO for alpha2.
I have checked the md5 and it was correct
I boot already with "embed"


Online bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 3529
    • My Community Forum
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #24 on: May 12, 2010, 11:50:11 AM »
From change log of Alpha 1:
* compressed swap in ram -> able to run more and longer, less crashes due to out of ram

The system will use a portion of ram for compressed swap. Look in /etc/fstab.

Yeah, I have seen it there but never seen ramzswap before in other distros. Does it have a fixed (max) size? How is it determined? What is about low mem systems? Is it always there or can be disabled (boot code)?
Béla
Ham Radio callsign: HA5DI

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

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 6955
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #25 on: May 12, 2010, 11:52:15 AM »
@bmarkus: LWN article on it http://lwn.net/Articles/334649/

Many live cds use it nowadays, including Ubuntu. It's set at 25% of ram, and can be disabled with the embed bootcode.

Even on really low-ram systems it usually helps more than it hurts.
The only barriers that can stop you are the ones you create yourself.

Online bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 3529
    • My Community Forum
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #26 on: May 12, 2010, 12:04:08 PM »
@bmarkus: LWN article on it http://lwn.net/Articles/334649/

Many live cds use it nowadays, including Ubuntu. It's set at 25% of ram, and can be disabled with the embed bootcode.

Even on really low-ram systems it usually helps more than it hurts.

Thanks! Just a side note, I'm not using UBUNTU, LUBUNTU, EDUBUNTU, XBUNTU, ... In the last 9 monthes using only TC or trying other distros for a short time to see which packages they are using, how DE configured, etc. And running CentOS 5 for home file and mail server, VoIP switch, special amateur radio applications, etc.
Béla
Ham Radio callsign: HA5DI

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

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 6955
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #27 on: May 12, 2010, 01:08:25 PM »
Didn't mean Ubuntu like that, just thought of a high-profile user of the project. :)
The only barriers that can stop you are the ones you create yourself.

Offline sci_fi

  • Jr. Member
  • **
  • Posts: 86
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #28 on: May 12, 2010, 03:29:45 PM »
Is there a 3.0 version of firewall-2.6.29.1-tinycore.tcz? Perhaps  the name changed for 3.0?

Enjoying 3.0 alpha. Great work TC team!!!!

Best regards,

sci_fi

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: Tiny Core 3.0 Alpha 2 Testing
« Reply #29 on: May 12, 2010, 03:58:33 PM »
Pure idle curiosity: How did the team pick a kernel version?