Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/vps: vserver-howto.xml
Date: Tue, 03 Mar 2009 15:45:01
Message-Id: E1LeWnj-000756-2v@stork.gentoo.org
1 hollow 09/03/03 15:44:59
2
3 Modified: vserver-howto.xml
4 Log:
5 update sample output, fix typo
6
7 Revision Changes Path
8 1.12 xml/htdocs/proj/en/vps/vserver-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml?r1=1.11&r2=1.12
13
14 Index: vserver-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- vserver-howto.xml 3 Mar 2009 15:16:47 -0000 1.11
21 +++ vserver-howto.xml 3 Mar 2009 15:44:59 -0000 1.12
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml,v 1.11 2009/03/03 15:16:47 hollow Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml,v 1.12 2009/03/03 15:44:59 hollow Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/proj/en/vps/vserver-howto.xml">
29 @@ -189,7 +189,7 @@
30 <chapter>
31 <title>Guest creation</title>
32 <section>
33 -<title>Download a precompiled stage3/4</title>
34 +<title>Download a precompiled stage3</title>
35 <body>
36
37 <p>
38 @@ -205,7 +205,7 @@
39 <p>
40 As soon as baselayout-2/openrc is stable you can use a precompiled stage3 from
41 one of <uri link="/main/en/mirrors.xml">our mirrors</uri>. In the meantime
42 -please download a stage3 from
43 +please download a stage3 or gentoo-vserver stage from
44 <uri link="http://bb.xnull.de/projects/gentoo/stages/">here</uri>. Since a
45 stage3 contains a complete root filesystem you can use the template build
46 method of util-vserver. However, this method only works reliable since
47 @@ -246,7 +246,7 @@
48 which has been abandonned since it was a very hacky implementation and more
49 or less worked by accident due to other modifications done to baselayout back
50 then. However, as of util-vserver-0.30.212 the gentoo init style has been
51 -reimplemented in a concise manner and will get the default in the future.
52 +reimplemented in a concise manner and will become the default in the future.
53 </p>
54
55 <note>
56 @@ -284,37 +284,35 @@
57 <pre caption="Test the virtual server">
58 # <i>vserver myguest start</i>
59
60 -
61 -Gentoo/Linux 1.13.0_alpha12; http://www.gentoo.org/
62 - Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
63 + OpenRC 0.4.3 is starting up Gentoo Linux (x86_64) [VSERVER]
64
65 Press I to enter interactive boot mode
66
67 - * Using existing device nodes in /dev [ ok ]
68 - * root filesystem is mounted read-write - skipping
69 - * Checking all filesystems [ ok ]
70 - * Mounting local filesystems [ ok ]
71 - * Activating (possible) swap [ ok ]
72 - * Setting hostname to myguest [ ok ]
73 - * Updating environment [ ok ]
74 - * Cleaning /var/lock, /var/run [ ok ]
75 - * Cleaning /tmp directory [ ok ]
76 - * Initializing random number generator [ ok ]
77 - * Setting system clock using the hardware clock [VPS] [ ok ]
78 - * Starting syslog-ng [ ok ]
79 - * Starting vixie-cron [ ok ]
80 - * Starting local [ ok ]
81 +* /proc is already mounted, skipping
82 +* Setting hostname to myguest... [ ok ]
83 +* Creating user login records... [ ok ]
84 +* Cleaning /var/run... [ ok ]
85 +* Wiping /tmp directory... [ ok ]
86 +* Updating /etc/mtab... [ ok ]
87 +* Initializing random number generator... [ ok ]
88 +* Starting syslog-ng... [ ok ]
89 +* Starting fcron... [ ok ]
90 +* Starting Name Service Cache Daemon... [ ok ]
91 +* Starting local... [ ok ]
92 # <i>vserver-stat</i>
93 CTX PROC VSZ RSS userTIME sysTIME UPTIME NAME
94 0 90 1.4G 153.4K 14m00s11 6m45s17 2h59m59 root server
95 1252 2 3M 286 0m00s45 0m00s42 0m02s91 myguest
96 # <i>vserver myguest enter</i>
97 # <i>ps ax</i>
98 -PID TTY STAT TIME COMMAND
99 - 1 ? S 0:00 init [3]
100 -22887 ? Ss 0:00 /usr/sbin/syslog-ng
101 -20496 pts/0 S 0:00 /bin/bash -login
102 -20508 pts/0 R+ 0:00 ps ax
103 + PID TTY STAT TIME COMMAND
104 + 1 ? Ss 0:04 init [3]
105 +27637 ? Ss 0:00 /usr/sbin/syslog-ng
106 +27656 ? Ss 0:00 /usr/sbin/fcron -c /etc/fcron/fcron.conf
107 +27676 ? Ssl 0:00 /usr/sbin/nscd
108 +27713 ? S+ 0:00 login
109 +27737 pts/15 Ss 0:00 /bin/bash
110 +27832 pts/15 R+ 0:00 ps ax
111 # <i>logout</i>
112 </pre>