Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Talk:Installation on Debian/old

2,848 bytes added, 19:04, 11 October 2013
ploop i386
== ploop on 686 ==
* At his moment, package "ploop" (i386) is unavailable for Debian7 --[[User:Narcisgarcia|Narcis Garcia]] ([[User talk:Narcisgarcia|talk]]) 15:04, 11 October 2013 (EDT)
 
== others ==
 
info about needed modules in kernel-config
--[[User:Dusty|Dusty]] 19:26, 9 April 2007 (EDT)
 
== Interface settings still give me an error. ==
 
I did an update on:
 
[...]
# device: %DEV%
iface %DEV% inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
'''up sysctl -w net.ipv4.conf.%DEV%.proxy_arp=100'''
'''pre-down sysctl -w net.ipv4.conf.%DEV%.proxy_arp=0'''
[...]
 
since the debian docs (/usr/share/doc/vzctl/README.Debian) told me this were the right values, but now I get on starting/stopping a VE:
vps-net_del WARNING: Function proxy_arp for eth0 is set to 0. Enable with 'sysctl -w net.ipv4.conf.eth0.proxy_arp=1'. See /usr/share/doc/vzctl/README.Debian.
 
The previous settings (see history) also gave me errors:
[...]
# device: %DEV%
iface %DEV% inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
'''up sysctl -w net.ipv4.conf.%DEV%.proxy_arp=0'''
'''pre-down sysctl -w net.ipv4.conf.%DEV%.proxy_arp=1'''
[...]
 
Anybody got a clue what the right values are?
 
--[[User:Vipz|Vipz]] 16:27, 29 May 2007 (EDT)
 
 
See http://wiki.openvz.org/w/index.php?title=Installation_on_Debian&oldid=2629, forum entry http://forum.openvz.org/index.php?t=msg&goto=10089 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387762
 
@vips: btw why have you change the settings to the buggy version of /usr/share/doc/vzctl/README.debian ?
 
So try a up sysctl -w net.ipv4.conf.%DEV%.proxy_arp=1, not 100!
 
--[[User:Curx|Curx]] 21:35, 29 May 2007 (EDT)
 
 
Because with the 'right' version I get this warning on starup/shutdown of a VE:
vps-net_add WARNING: Function proxy_arp for eth0 is set to 0. Enable with 'sysctl -w net.ipv4.conf.eth0.proxy_arp=1'. See /usr/share/doc/vzctl/README.Debian.
 
So I guessed the right values were in /usr/share/doc/vzctl/README.Debian. I didn't know these values were buggy.
 
@Curx: got any idea how to get rid of this warning?
 
--[[User:Vipz|Vipz]] 15:34, 30 May 2007 (EDT)
 
== Installation on Debian 6 Squeeze (stable) ==
 
This document seems rather old, but I've been able to install OpenVZ without any prior knowledge of the subject on a debian stable (squeeze) fresh install, using only the default repositories and apt-get commands and the instructions for debian lenny. My point is that the article can be quite confusing and a simpler one could be written. And in case anybody needed to install openvz in an old debian version, you could keep a link to the current article. --[[Special:Contributions/95.21.175.189|95.21.175.189]] 16:20, 1 August 2011 (UTC)
92
edits