Gentoo Archives: gentoo-user

From: Silvio Siefke <siefke_listen@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Openvz Vserver
Date: Wed, 11 Apr 2012 19:58:30
Message-Id: 20120411215712.858e537f.siefke_listen@web.de
In Reply to: Re: [gentoo-user] Openvz Vserver by Florian Philipp
1 Hello,
2
3 On Wed, 11 Apr 2012 19:58:15 +0200
4 Florian Philipp <lists@×××××××××××.net> wrote:
5
6 > This is my /etc/conf.d/net (of course you have to adapt subnets):
7 >
8 > modules="iproute2"
9 > modules="!ifconfig"
10 >
11 > config_venet0="83.169.5.6/32 broadcast 0.0.0.0"
12 > routes_venet0="191.255.255.1/32 scope link
13 > default via 191.255.255.1"
14 >
15 > dns_domain_lo="binarywings.net"
16 > dns_domain_venet0="binarywings.net"
17 > dns_servers="8.8.8.8"
18
19 I have it now try with install Gentoo again, and it want not run. Ok
20 the system started i think, because logs filled.
21
22 Here is the rc.log
23 rc boot logging started at Wed Apr 11 21:19:02 2012
24 * Configuring kernel parameters ...
25 [ ok ]
26 * Creating user login records ...
27 [ ok ]
28 * Cleaning /var/run ...
29 [ ok ]
30 * Wiping /tmp directory ...
31 [ ok ]
32 * Setting hostname to h2025095 ...
33 [ ok ]
34 * Updating /etc/mtab ...
35 [ ok ]
36 * Bringing up interface lo
37 * Caching network module dependencies
38 * 127.0.0.1/8 ...
39 [ ok ]
40 * Adding routes
41 * 127.0.0.0/8 via 127.0.0.1 ...
42 [ ok ]
43 * Mounting /dev ...
44 mount: Operation not supported
45 [ !! ]
46 * ERROR: udev-mount failed to start
47 * ERROR: cannot start udev as udev-mount would not start
48
49 rc boot logging stopped at Wed Apr 11 21:19:02 2012
50 rc default logging started at Wed Apr 11 21:19:02 2012
51 * Bringing up interface venet0
52 * 85.214.127.155/32 ...
53 Error: an inet prefix is expected rather than "85.214.127.155/32/24".
54 [ !! ]
55 * ERROR: net.venet0 failed to start
56 * ERROR: cannot start netmount as net.venet0 would not start
57 * Starting syslog-ng ...
58 [ ok ]
59 * ERROR: cannot start sshd as net.venet0 would not start
60 * Starting vixie-cron ...
61 [ ok ]
62 * Starting local
63 [ ok ]
64 * Mounting /dev ...
65 mount: Operation not supported
66 [ !! ]
67 * ERROR: udev-mount failed to start
68 * ERROR: cannot start udev as udev-mount would not start
69 rc default logging stopped at Wed Apr 11 21:19:03 2012
70 rc shutdown logging started at Wed Apr 11 21:45:30 2012
71 * Stopping local
72 [ ok ]
73 * Stopping vixie-cron ...
74 [ ok ]
75 * Stopping syslog-ng ...
76 [ ok ]
77 * Bringing down interface lo
78 rc shutdown logging stopped at Wed Apr 11 21:45:31 2012
79
80
81 Here is the /etc/conf.d/net
82 config_venet0="85.214.127.155/32 netmask 255.255.255.0 broadcast 0.0.0.0"
83 routes_venet0="127.0.0.0/8 scope link
84 default via 127.0.0.0/8"
85 dns_servers_venet0="81.169.163.106 85.214.7.22"
86 dns_domain_venet0="stratoserver.net"
87 nis_domain_venet0="stratoserver.net"
88
89 I make so, because the ip route give 127.0.0.0.
90
91
92 Has someone idea what is wrong?
93
94
95 Regards
96 Silvio

Replies

Subject Author
Re: [gentoo-user] Openvz Vserver Alexander Y Tiurin <alexanderyt@×××××.com>
Re: [gentoo-user] Openvz Vserver Mick <michaelkintzios@×××××.com>