LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-28-2006, 03:44 PM   #1
charlweed
Member
 
Registered: Jan 2005
Posts: 46

Rep: Reputation: 15
Subtle corruption almost EVERYWHERE. How to reinstall?


I had been suffering strange random problems for months on a Fedora Core 3 system, and so I decided to scrub the whole installation and started over with FC5. I was freaking out as I realized that I had exchanged one set of random problems for another. After months of trying almost everything else, I figured out that I had a bad DIMM, that where a few bits were stuck “off”(sometimes). I also realized that this DIMM had been bad during installation, so that any file written to my drives MAY have been corrupted.
Even now, I cannot use python reliably, because it gives segmentation faults. This means I can’t use yum to update anything. It took me forever to configure all my apps and services on this box, so I don’t want to reformat “/” again.

So I‘d like to “reinstall” my current system, starting with python, rpm and yum.
How can I do this?

Thanks!

Charlweed
 
Old 12-28-2006, 11:32 PM   #2
Trio3b
Member
 
Registered: Oct 2004
Location: Texas, USA
Distribution: MDV 2008.1, PCLinuxOS,
Posts: 315

Rep: Reputation: 30
For as long as FC has been around, the one thing that is consistent is that reviews of this distro are all over the place. This should tell you something. Although there are success stories, I personally have had little or no luck with FC2, FC4 and FC5. Some of the problems have been listed on the Redhat bugsite SINCE 1999 !!

I can only recommend against upgrading and go with a fresh install. I f you feel that something is "not right", why not try another distro.

good luck
 
Old 12-29-2006, 08:04 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Don't rule out the possibility of other hardware issues. Fedora may have its problems, but I have not seen anything like what you reported.

do you have some tools for memory test, HD test, etc.?

to "re-install" you start with the OS---which of course includes many of the apps you mention.

If you suspect issues with the harddrive, you can "wipe" it before the next install.
 
Old 12-29-2006, 12:25 PM   #4
charlweed
Member
 
Registered: Jan 2005
Posts: 46

Original Poster
Rep: Reputation: 15
Hardware WAS bad. Now I want to replace all the binaries.

Thanks,
Only 2 24 hour dedicated memory tests showed the bad DIMM, but it was conclusive.
So now, what I would LIKE, is to replace all the suspect binaries in my system, with clean copies from a new DVD.

My problem is that when I try "reinstall" from a DVD, it immediately returns becuse everything is already "up to date"

What kind of RPM encantation can I type that will "force" a reinstallation?

Thanks again!
 
Old 12-29-2006, 01:54 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Just re-install!!

Boot from the CD/DVD and simply install the distro again. The problem in your situation is how to know what all is bad--it may be easier in the long run to simply re-install the whole mess.

Backup important files first.

But there ARE options to rpm and yum to force re-install of individual packages....
man yum, man rpm for details

Last edited by pixellany; 12-29-2006 at 01:55 PM.
 
Old 12-29-2006, 03:30 PM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
This leads me to question if you can do something similar on Fedora that you can do on a Debian based system..

on debian you can query the installed package base to a list, go to another system then insert that list and update to duplicate the package set between machines..

rpm -qa > packagelist.txt will generate that list on Fedora but how could you use that information with something like Kixstart or another method to 're-install' a duplicate system software wise..

I'm sure there is a way to do it.. I'm just not familiar with how.. and of course you would still need to manually port over any config file changes you have made.
 
Old 12-29-2006, 03:40 PM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Quote:
My problem is that when I try "reinstall" from a DVD, it immediately returns becuse everything is already "up to date"
You can use the --force option to reinstall the same package.

You may have better luck reinstalling smaller related groups at a time then reinstalling every package. If this is a fresh install, re-installing the system from scratch may be the best way (and quickest) to go.

You might also consider using rpm's verify option. Some packages may be OK and don't need to be re-installed.

Last edited by jschiwal; 12-29-2006 at 05:07 PM.
 
Old 01-01-2007, 12:12 PM   #8
charlweed
Member
 
Registered: Jan 2005
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jschiwal
You can use the --force option to reinstall the same package.

You may have better luck reinstalling smaller related groups at a time then reinstalling every package. If this is a fresh install, re-installing the system from scratch may be the best way (and quickest) to go.

You might also consider using rpm's verify option. Some packages may be OK and don't need to be re-installed.
Thanks!
That looks promising.
 
  


Reply

Tags
reinstall



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Subtle synaptics touchpad problem on Compaq R4000 bear.remien Linux - Laptop and Netbook 0 11-30-2005 02:45 PM
To reinstall or not to reinstall...that's the question.. minike Slackware 3 09-17-2005 06:24 PM
reinstall windows, reinstall GRUB too? leupi Linux - Software 1 05-07-2005 10:50 AM
Display corruption Dreadnought Linux - Software 0 04-21-2005 09:17 AM
Subtle Probs W/ X Display (Intermittent Waviness) mac_phil Linux - Hardware 3 03-25-2004 04:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration