From: "Adam T. Bowen" <adamb@agitate.org.uk>
To: linux-admin@vger.kernel.org
Subject: Re: installing multuple distributions
Date: Fri, 06 Feb 2009 11:00:36 +0000 [thread overview]
Message-ID: <498C1854.9090808@agitate.org.uk> (raw)
In-Reply-To: <gmgqdf$hlf$1@ger.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1771 bytes --]
Hi,
Pol wrote:
> I would like to test several distributions (say
> kubuntu,mandriva,suse,arklinux) without changing my working place, when
> switching from one to the other.
> So / /boot /usr /var of each distribution should be on the same partition,
> while the /home partition should be shared among all.
> Do you think that share /home would give rise to any inconsistencies?
No, it should be fine. The only thing to look out for is the use of dot
files in your home directory for configuration of different version of
applications on the different distros. If, for instance, you are trying
out gnome, and the distros have different versions of the various
components that make up gnome, then you might find things "acting
weirdly". I remember having a nightmare with the .gconf configuration
files between different versions. If things start acting up, deleting
these config directories might sort things out.
> Probably i should make sure that /etc/passwd and /etc/groups are the same in
> all distributions.
> Do you think it would work?
Be careful if you intend to merge the different passwd and group files
because different distros may use different default IDs for system
accounts. A fun, but maybe slightly complicated way of doing this, would
be to store your user accounts in LDAP and have the LDAP data files on a
shared partition (/home would do). Make sure all the system users (UID <
100) are stored in each distribution's local /etc/passwd file and set up
your nsswitch.conf so that it reads files and then ldap. Of course if
you are only going to have one user account, then this is *way* over the
top (but it would certainly teach you a lot about LDAP based
authentication).
Hope you enjoy yourself!
Adam
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
next prev parent reply other threads:[~2009-02-06 11:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-06 7:55 installing multuple distributions Pol
2009-02-06 11:00 ` Adam T. Bowen [this message]
2009-02-09 8:57 ` Pol
2009-02-09 11:37 ` urgrue
2009-02-07 2:00 ` Yuri Csapo
2009-02-09 8:46 ` [--tech--]Re: " Pol
2009-02-10 9:57 ` Mateusz Marzantowicz
2009-02-11 9:51 ` Glynn Clements
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=498C1854.9090808@agitate.org.uk \
--to=adamb@agitate.org.uk \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).