LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-12-2006, 09:56 PM   #1
rick_1010
LQ Newbie
 
Registered: Oct 2006
Location: San Diego
Distribution: Prefer Ubuntu / Xubuntu
Posts: 12

Rep: Reputation: 0
Possible to combine the installations of two different distributions into 1 OS?


I will explain below, if anyone has an interest in this or has any ideas on how to do this I would greatly appreciate your input:

-- I want to take 1 distribution that I have set up with software installed (use Debian, for example) and I want to copy all of the files that pertain to the software installed on it (such as /usr, /lib) and copy these to another machine (running Fedora Core 1), the reason for this is that I am building a cluster and so far Fedora Core 1 seems to be one of the only distros that supports the clustering software I am trying to use.

(I already know how to to copy the files and remount them appropriately.. I am in the process of doing this)..

However, I am not sure if this will work properly, is there anything else I Would need to edit to be able to run the software from the Debian machine on Fedora Core 1? Is there any chance at all that this will work? Thanks
 
Old 10-12-2006, 10:41 PM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Rube Goldberg would be fascinated with your project.

First, combining files from two different distros would be a huge nightmare.

Second, I would seriously question any SW that will "only run on FC1". FC6 is about to be released---anything worth using is going to be usable on current distros.

First, get SW that works with one of the current distros. Install the two together, get it working, and then decide how much time you want to spend in the Rube Goldberg mode.
 
Old 10-13-2006, 03:32 PM   #3
rick_1010
LQ Newbie
 
Registered: Oct 2006
Location: San Diego
Distribution: Prefer Ubuntu / Xubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks for the reply, the software is OpenMosix, a clustering software. I am beginning to think that the best option may be to find a different type of clustering software since I don't want to waste a lot of time trying to get it to work.. I wonder, though if I used Fedora Core 5 files and put them into the Fedora Core 1 if that would work. I don't know enough about the distro to know how its changed over the years but I am guessing there would still be some issues in doing this.
 
Old 10-13-2006, 04:35 PM   #4
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
For all but copying the simplest of simple applications, what you're proposing would be like trying to stuff 25 poisonous snakes into an empty cereal box without getting bitten. Apps would have been compiled against differing versions of libraries, header files, etc. Yeuch!

I think all of LQ.org would bow at your feet were you able to accomplish such a task.
 
Old 10-13-2006, 04:59 PM   #5
New2Linux2
Member
 
Registered: Jan 2004
Location: Arizona
Distribution: Debian
Posts: 153

Rep: Reputation: 43
The thing that peaks my curiousity is 'Why?' What's so special about FC1 that keeps you tied to it instead of going with FC5 (or FC6 when it comes out)? I understand that the clustering software you are currently looking into works on FC1, but wouldn't it work just as well, if not better, on FC5? What's Debian got that FC* doesn't? I'm currently working with Debian and haven't yet attempted to work with FC* so I'm not "up" on the differences between them.

I'm sorry if these seem like obvious questions, but I'm a follower of the concept "It's not a question of whether or not something can be done; it's a question of whether or not something SHOULD be done." If one distro can solve your issues and has clustering software pre-packaged, I would think that would be an ideal solution, rather than a Franken-tux type distro. Just my 2 cents on this.
 
Old 10-13-2006, 06:05 PM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by rick_1010
Thanks for the reply, the software is OpenMosix, a clustering software. I am beginning to think that the best option may be to find a different type of clustering software since I don't want to waste a lot of time trying to get it to work.. I wonder, though if I used Fedora Core 5 files and put them into the Fedora Core 1 if that would work. I don't know enough about the distro to know how its changed over the years but I am guessing there would still be some issues in doing this.
You're making some classic understatements....."some issues"?? Try nightmare.
Again---why would you want to do this?
 
Old 10-13-2006, 06:10 PM   #7
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
Technically I see this is a bad idea and haertig has put it rather nicely.

It is common knowledge that a distro can easily hangs or its kernel panics if part of but not all the components are compiled/re-installed. That is why we have a "clean" re-install against a partial install.

To forciby marrying up two sets of systems files together discriminately must be suicidal in Linux term. Hence haertig's way of putting 25 poisonous snakes into a box and getting bitten is pretty real to me.
 
Old 10-14-2006, 08:23 PM   #8
rick_1010
LQ Newbie
 
Registered: Oct 2006
Location: San Diego
Distribution: Prefer Ubuntu / Xubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
Sorry, I thought I had said this but realized I had not, to clarify: the latest version of OpenMosix is built for the 2.4.26 Linux kernel, therefore it is not possible to use the software on a distro running a Linux kernel newer than 2.4.26 and Fedora Core 1 uses this kernel, and OpenMosix installs easily into FC1. (there is a newer 2.6 kernel testing version of OpenMosix but it does not work properly, it is currently unstable).

So that is the reason I need to do this (now that you all think I'm crazy .. well anyways, if anyone knows of some better, more recent clustering software that has process migration (I'm not looking for a beowulf style cluster as I want to run normal software) I would appreciate the input. Thanks
 
Old 10-14-2006, 08:28 PM   #9
rick_1010
LQ Newbie
 
Registered: Oct 2006
Location: San Diego
Distribution: Prefer Ubuntu / Xubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by New2Linux2
If one distro can solve your issues and has clustering software pre-packaged,
Thanks for your input.. do you know which distros have clustering software pre-packaged? I have been looking into this off and on over the last few months and have had little success finding information on this, I would prefer to use a Debian based system, either Debian or preferrably Ubuntu as it is usually easier to get the latest software versions to work (less time consuming) in Ubuntu than Debian Sarge. I'm not a Linux newbie but by no means am I an expert, I have searched and searched for more information on clustering but at least for Ubuntu it seems that the clustering components are still unfinished in the Dapper Drake version, I'm not aware of pre-packaged software in Debian and as far as the other distros go I don't know much about them as I prefer Debian (or something like Slackware, Gentoo as I actually don't like Fedora much or others like it, it was just sort of a latch ditch effort to hopefully get this to work)

Last edited by rick_1010; 10-14-2006 at 08:48 PM.
 
  


Reply



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
Possible to combine kernels? JimBass Linux - Newbie 1 10-06-2004 05:52 PM
Best way to combine files? JockVSJock Programming 4 04-25-2004 07:38 PM
Is it possible to combine archives with ar? Griffon26 Linux - Software 2 07-02-2002 02:42 AM

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

All times are GMT -5. The time now is 02:37 PM.

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