35 messages in com.redhat.fedora-listRe: Problem booting after Yum update ...
FromSent OnAttachments
Min ChenNov 27, 2005 4:00 pm 
David G. Miller (aka DaveAtFraud)Nov 27, 2005 5:28 pm 
Michael A. PetersNov 27, 2005 6:41 pm 
Min ChenNov 27, 2005 7:04 pm 
Min ChenNov 27, 2005 7:15 pm 
Rey CruzNov 27, 2005 7:31 pm 
Sam VarshavchikNov 27, 2005 7:42 pm 
Neil CherryNov 27, 2005 8:58 pm 
Min ChenNov 27, 2005 9:10 pm 
David G. Miller (aka DaveAtFraud)Nov 27, 2005 9:26 pm 
Min ChenNov 27, 2005 9:46 pm 
Michael A. PetersNov 28, 2005 12:17 am 
David G. Miller (aka DaveAtFraud)Nov 28, 2005 4:53 am 
John SummerfiedNov 28, 2005 5:35 am 
Charles E "Rick" Taylor IVNov 28, 2005 6:41 am 
Hans MüllerNov 28, 2005 8:46 am 
Neil CherryNov 28, 2005 5:10 pm 
John SummerfiedNov 28, 2005 9:36 pm 
Min ChenDec 1, 2005 3:32 pm 
David G. Miller (aka DaveAtFraud)Dec 1, 2005 6:16 pm 
Min ChenDec 1, 2005 9:25 pm 
David G. Miller (aka DaveAtFraud)Dec 1, 2005 10:04 pm 
Tony FosterDec 1, 2005 11:09 pm 
Min ChenDec 3, 2005 10:36 pm 
Hans MüllerDec 4, 2005 12:49 am 
James WilkinsonDec 5, 2005 1:26 pm 
Tony FosterDec 5, 2005 4:15 pm 
TimDec 6, 2005 4:10 am 
James WilkinsonDec 8, 2005 12:20 am 
TimDec 8, 2005 7:59 am 
Mike McCartyDec 8, 2005 8:37 am 
Tony FosterDec 8, 2005 9:20 am 
James WilkinsonDec 8, 2005 9:37 am 
Mike McCartyDec 8, 2005 11:03 am 
TimDec 9, 2005 2:51 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Problem booting after Yum update of FC4Actions...
From:James Wilkinson (fed@westexe.demon.co.uk)
Date:Dec 5, 2005 1:26:54 pm
List:com.redhat.fedora-list

Tony Foster wrote:

I was Running FC3 on a PC platform ( 64 bit Intel P4 Prescott 630 in Foxconn mother board). When I tried to upgrade the FC with rpm I had trouble with my network timing out. Disc is a SATA drive Root file system is LVM

<snip>

I tried to update with RPM but the network timed out. I am having the same network time outs on my wife's Mac and a new wintel XP laptop.

What sort of Internet connection do you have? As I'd look into issues there...

Is there any sort of wireless involved? If it's DSL, how fast is it, and how far from the exchange are you?

Try "ping google.com" for several hours, and see how many packets you drop.

If you lose 1% or more, try traceroute google.com, and ping some of the first hosts on the list.

I switched to Yum and the update proceeded smoothly but took 3 hours.

Here is where the problems start. I was searching for HelixPlayer to see if it was on the system. Find returned an error " incorrect hard link count in /proc usually a disc driver problem"

Firstly, /proc isn't on the hard disk. It's a virtual filesystem, not ext3. There's no way (and no point) to fsck it.

This is an incompatibility between the proc filesystem and find. It's a known issue.

Dave Jones (Red Hat kernel guy) says an upgraded kernel should help: https://www.redhat.com/archives/fedora-list/2005-August/msg04746.html

You should try to get a recent kernel working. Since you say you're on x86-64, try http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/x86_64/ Download and rpm -i some of the recent kernel-* packages, and see if you can find one that works. Presumably you've got hyperthreading on that CPU, so you should really use the kernel-smp-* packages, but you may find a non-SMP version works better.

Hope this helps,

James.