Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Xorg on my server (talk me out if it?)
Date: Sun, 05 Dec 2004 21:38:39
Message-Id: 49bf44f1041205133778d824f8@mail.gmail.com
In Reply to: Re: [gentoo-user] Xorg on my server (talk me out if it?) by Neil Bothwick
1 > > I need to have VMware installed on my web server to test updates.
2 > > I've been searching for a way to do this without installing X for a
3 > > while, and it just doesn't seem do-able.
4 >
5 > Why run VMWare on the server? Run a clone of the server in a VMWare
6 > machine on a desktop computer. Test updates on there and then update the
7 > server the same when you know everything is OK.
8 >
9
10 That does sound pretty good, especially since VMware just virtualizes
11 all of your hardware anyway.
12
13 There seem to be a few different options here. Here's a summary:
14
15 *User-Mode-Linux
16 You have to use the usermode-sources for your guest OS or patch your
17 (vanilla) kernel. If that's not what you're running on your host OS,
18 your tests are less complete. The devs are also set up differently on
19 the guest OS.
20
21 *VMware Workstation
22 You have to have X installed on the system. You can use xvfb instead
23 ( http://www.vttoth.com/vmvfb.htm )
24 ( http://www.lemoncube.com/104.html )
25 but that seems to end up a lot like having full-blown X. xvfb is also
26 not in Portage and seems difficult to put together. The other option
27 (mentioned in this thread) is setting up the test OS on a workstation
28 instead of the server. This would change things a bit more from the
29 way they are on the live system so your tests are a bit less complete.
30
31 *chroot
32 You can't test changes to the kernel.
33
34 *separate box
35 Expensive.
36
37 - Grant
38
39 > --
40 > Neil Bothwick
41
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Xorg on my server (talk me out if it?) Tom Wesley <tom@×××××.org>