Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Openvz Vserver
Date: Fri, 13 Apr 2012 13:31:21
Message-Id: CAGOe-exaF7oGC9PQfCo-SL4N4bGAQRwjsVmcH8dTzGO97uYNAw@mail.gmail.com
In Reply to: Re: [gentoo-user] Openvz Vserver by Silvio Siefke
1 On 11 April 2012 20:57, Silvio Siefke <siefke_listen@×××.de> wrote:
2 > Hello,
3 >
4 > On Wed, 11 Apr 2012 19:58:15 +0200
5 > Florian Philipp <lists@×××××××××××.net> wrote:
6 >
7 >> This is my /etc/conf.d/net (of course you have to adapt subnets):
8 >>
9 >> modules="iproute2"
10 >> modules="!ifconfig"
11 >>
12 >> config_venet0="83.169.5.6/32 broadcast 0.0.0.0"
13 >> routes_venet0="191.255.255.1/32 scope link
14 >> default via 191.255.255.1"
15 >>
16 >> dns_domain_lo="binarywings.net"
17 >> dns_domain_venet0="binarywings.net"
18 >> dns_servers="8.8.8.8"
19 >
20 > I have it now try with install Gentoo again, and it want not run. Ok
21 > the system started i think, because logs filled.
22 >
23 > Here is the rc.log
24 > rc boot logging started at Wed Apr 11 21:19:02 2012
25 >  * Configuring kernel parameters ...
26 >  [ ok ]
27 >  * Creating user login records ...
28 >  [ ok ]
29 >  * Cleaning /var/run ...
30 >  [ ok ]
31 >  * Wiping /tmp directory ...
32 >  [ ok ]
33 >  * Setting hostname to h2025095 ...
34 >  [ ok ]
35 >  * Updating /etc/mtab ...
36 >  [ ok ]
37 >  * Bringing up interface lo
38 >  *   Caching network module dependencies
39 >  *   127.0.0.1/8 ...
40 >  [ ok ]
41 >  *   Adding routes
42 >  *     127.0.0.0/8 via 127.0.0.1 ...
43 >  [ ok ]
44 >  * Mounting /dev ...
45 > mount: Operation not supported
46 >  [ !! ]
47 >  * ERROR: udev-mount failed to start
48 >  * ERROR: cannot start udev as udev-mount would not start
49 >
50 > rc boot logging stopped at Wed Apr 11 21:19:02 2012
51 > rc default logging started at Wed Apr 11 21:19:02 2012
52 >  * Bringing up interface venet0
53 >  *   85.214.127.155/32 ...
54 > Error: an inet prefix is expected rather than "85.214.127.155/32/24".
55 >  [ !! ]
56 >  * ERROR: net.venet0 failed to start
57
58 This is telling you that you have not specified your network address correctly.
59
60
61 > Here is the /etc/conf.d/net
62 > config_venet0="85.214.127.155/32 netmask 255.255.255.0 broadcast 0.0.0.0"
63
64 Can you see the error here? You specify the IP subnet twice ...
65
66 Either use 85.214.127.155/32 or
67
68 85.214.127.155 netmask 255.255.255.0 broadcast 0.0.0.0
69
70 > routes_venet0="127.0.0.0/8 scope link
71 > default via 127.0.0.0/8"
72 > dns_servers_venet0="81.169.163.106 85.214.7.22"
73 > dns_domain_venet0="stratoserver.net"
74 > nis_domain_venet0="stratoserver.net"
75
76 --
77 Regards,
78 Mick