The time now is Mon 20 May 2013, 12:41
All times are UTC - 4 |
| Author |
Message |
vtpup

Joined: 15 Oct 2008 Posts: 1077 Location: Republic of Vermont
|
Posted: Thu 12 Nov 2009, 23:34 Post subject:
|
|
| mikeb wrote: | I almost believed you until I got to the last 2 lines
it should be 8, 12 or 16
mike |
Not the only, or last, flaw in my thinking.
|
|
Back to top
|
|
 |
vtpup

Joined: 15 Oct 2008 Posts: 1077 Location: Republic of Vermont
|
Posted: Thu 12 Nov 2009, 23:39 Post subject:
|
|
Weird: got this after my last post, then rewrote it only to find I'd double posted so I've deleted the double post here and re edited to mention this:
| Quote: | Couldn't get mail server response codes
DEBUG MODE
Line : 116
File : smtp.php |
What does making a forum post have to do with my (or its) mail server?
Running Firefox on Dpup at the moment......
|
|
Back to top
|
|
 |
mikeb

Joined: 23 Nov 2006 Posts: 4378
|
Posted: Fri 13 Nov 2009, 07:50 Post subject:
|
|
| Quote: | | What does making a forum post have to do with my (or its) mail server? |
means the notification email is not being sent as the host falls to bits
mike
|
|
Back to top
|
|
 |
linuxgeoff
Joined: 14 Nov 2009 Posts: 8
|
Posted: Sat 14 Nov 2009, 15:14 Post subject:
problem persists on tosh portege 3110CT Subject description: tried all the fixes in here |
|
This machine uses an external PC-card CD drive. I can initiate the boot from the CD, but then get the pup-431.sfs not found error.
I've tried 3.4 as well as the 2.16 retro version and tried various ram only , noapci options and still no luck. The CD's load ok on a newer laptop.
I have successfully loaded, live and then installed fluxbuntu, xubuntu (both 7.10) on this machine, so I think the kernel runs on the PC OK.
My best guess is that the remote CD does not have enough time to spin up and respond before the loader returns an error. I can still hear the CD spinning up after the load has failed.
Any ideas, anyone?
|
|
Back to top
|
|
 |
vtpup

Joined: 15 Oct 2008 Posts: 1077 Location: Republic of Vermont
|
Posted: Sat 14 Nov 2009, 15:42 Post subject:
Re: problem persists on tosh portege 3110CT Subject description: tried all the fixes in here |
|
| linuxgeoff wrote: | This machine uses an external PC-card CD drive. I can initiate the boot from the CD, but then get the pup-431.sfs not found error.
I've tried 3.4 as well as the 2.16 retro version and tried various ram only , noapci options and still no luck. The CD's load ok on a newer laptop.
Any ideas, anyone? |
Yes, a hunch, but you didn't specify which kernel version, and what laptop you were using.
|
|
Back to top
|
|
 |
mcewanw
Joined: 16 Aug 2007 Posts: 1481 Location: New Zealand
|
Posted: Sat 14 Nov 2009, 16:03 Post subject:
|
|
| vtpup wrote: |
The probable reason, in my opinion, that the earlier kernel works is that somewhere along the line in booting, drive designations become sda types (even for non serial drives) rather than hda types. The boot process seems to get confused by this switch on older machines. Therefore it can't find the puppy main file, even though it is present.
In a frugal install this can be seen if you inadvertently use the "hda" nomenclature in a newer kernel puppy's menu.lst. You will get the same "can't find" message on attempting to boot. However if you change this to sda, it will boot,
|
I'm using an old Dell CPx laptop with Puppy 4.3.1 frugal with the newer kernel (2.6.30.5) and it works fine. Furthermore, I'm using the old hda type nomenclature (actually, I forgot to even try sda and so on) and it works fine for me. Here is the extract from my menu.lst (I used to use grub4dos, but use normal grub now, so the entries may be slightly strange - I haven't checked and can't remember grub nomenclature now):
| Code: |
title Puppy431 frugal on hda4
kernel (hd0,3)/puppy431/vmlinuz root=/dev/ram0 PMEDIA=idehd psubdir=puppy431
initrd (hd0,3)/puppy431/initrd.gz
boot
|
_________________ Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
|
|
Back to top
|
|
 |
vtpup

Joined: 15 Oct 2008 Posts: 1077 Location: Republic of Vermont
|
Posted: Sat 14 Nov 2009, 16:45 Post subject:
|
|
| mcewanw wrote: |
I'm using an old Dell CPx laptop with Puppy 4.3.1 frugal with the newer kernel (2.6.30.5) and it works fine. Furthermore, I'm using the old hda type nomenclature (actually, I forgot to even try sda and so on) and it works fine for me.
|
Well, apparently what works for a Dell CPx doesn't work for a Thinkpad 600e. And the folks posting here. The problems in this thread are situations where 4.3.1 K2.6.30.5 doesn't boot -- not where it does, and the puppy sfs file is suddenly not found, despite its actual presence. This occurs in LiveCD as well as frugal install.
Yet in kernel 2.6.21.7 it is found properly -- at least on the 600e, Puppies using K 2.6.21.7 have the hd drive reference on the desktop, later kernel versions of puppy use the sd reference. My guess is there is a problem related to this change. Not a certainty. But it certainly would explain the loss of sight of the puppy sfs halfway through the boot.
|
|
Back to top
|
|
 |
linuxgeoff
Joined: 14 Nov 2009 Posts: 8
|
Posted: Sat 14 Nov 2009, 17:25 Post subject:
tosh portege 3110ct Subject description: info |
|
| Quote: | | Yes, a hunch, but you didn't specify which kernel version, and what laptop you were using. |
Sorry, it was all buried in the post. The laptop was in the subject line: Tosh Portege 3110CT and the kernel is k2.6.21.7
For completeness, the cd drive is the tosh unit that shipped with the laptop: f-to-tcd-24l
I have an update: I tried copying the sfs files to the root of the hard drive and both 4.2.1retro and 4.3 got past the error. 4.2.1retro booted and I'm using it now. 4.3 fell over trying to ues the layered file system. This seems to support a timeout on the cdrom causing the xxx.sts not found error
|
|
Back to top
|
|
 |
rjbrewer

Joined: 22 Jan 2008 Posts: 4350 Location: merriam, kansas
|
Posted: Sat 14 Nov 2009, 17:38 Post subject:
|
|
mcewanw,
The hda you refer to is on the title line of grub and doesn't have
an effect on booting.
I have tried many versions of puppy using titles similar to this
and they all boot fine:
title Boot you lazy fleabitten hound on hdplanet pluto
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal pfix=fsck
_________________
Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Full installs
|
|
Back to top
|
|
 |
runtt21

Joined: 07 Jun 2008 Posts: 1580 Location: BigD Texas
|
Posted: Sat 14 Nov 2009, 17:55 Post subject:
|
|
DUDE !!! " Boot you lazy fleabitten hound on hdplanet pluto " ROFL !!!
|
|
Back to top
|
|
 |
rjbrewer

Joined: 22 Jan 2008 Posts: 4350 Location: merriam, kansas
|
Posted: Sat 14 Nov 2009, 18:02 Post subject:
|
|
The portege 3110 ct came with 64mb ram;
No wonder it has a few problems booting.
_________________
Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Full installs
|
|
Back to top
|
|
 |
linuxgeoff
Joined: 14 Nov 2009 Posts: 8
|
Posted: Sat 14 Nov 2009, 20:27 Post subject:
|
|
indeed it did come with 64mb,though I have 128, so I'm golden
This is wy I'm trying puppy!
Geoff
|
|
Back to top
|
|
 |
vtpup

Joined: 15 Oct 2008 Posts: 1077 Location: Republic of Vermont
|
Posted: Sat 14 Nov 2009, 20:53 Post subject:
|
|
I'm starting to believe the time-out theory. Or at least that the problem is centered around the CD rom. Actually, I had similar problems in a much later computer: a Thinkpad T30 which booted fine on 4.1.2 later kernel, but which had problems accessing a DVD writer either through the puppy burning programs or K3b. I went through a whole painful thread trying to get that to work, before almost accidentally dropping back to 2.6.21.7 and suddenly having everything work. This is a pent 4 computer w 1 gig ram, yet I had to use the retro kernel.
One of the evident problems was K3b and Puppy drive mounter fighting for control of the DVD writer. That may well have been a timing problem. So I'm definitely listening to this theory of yours.
|
|
Back to top
|
|
 |
vtpup

Joined: 15 Oct 2008 Posts: 1077 Location: Republic of Vermont
|
Posted: Sat 14 Nov 2009, 22:00 Post subject:
|
|
After your frugal installation, have you had a chance to test out your CD drive?
|
|
Back to top
|
|
 |
rjbrewer

Joined: 22 Jan 2008 Posts: 4350 Location: merriam, kansas
|
Posted: Sat 14 Nov 2009, 22:18 Post subject:
|
|
Add a 2-300 mb swap partition to the drive; see if that helps.
128 mb ram really calls for a full install.
_________________
Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Full installs
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|