<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<meta content="MSHTML 6.00.2900.3462" name="GENERATOR">
<style title="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body ocsi="x">
<p>Hello,</p>
<p> </p>
<p>after updating to the last official release 0.5.1 my application stopped working. No errors to the log file though i raised exceptions where it was possible.</p>
<p>i checked with virsh xml description used for creating OpenVZ container and got the following:</p>
<p> </p>
<p>virsh # create ovz.xml<br>
Segmentation fault</p>
<p> </p>
<p>after that virsh just closed (as well as my application did before). But itself container was created:</p>
<p> </p>
<p>[root@alt-03 ~]# vzlist -a<br>
      CTID      NPROC STATUS  IP_ADDR         HOSTNAME<br>
      3005          5 running -               -</p>
<p> </p>
<p>Ovz.xml looks like this:</p>
<p> </p>
<p><domain type="openvz" id="3005"><br>
                <name>3005</name><br>
                <memory>131072</memory><br>
                <vcpu>1</vcpu><br>
                <os><br>
                                <type>exe</type><br>
                                <init>/sbin/init</init><br>
                </os><br>
                <devices><br>
                                <filesystem type="template"><br>
                                                <source name="altlinux-4.0"/><br>
                                                <target dir="/"/><br>
                                </filesystem><br>
                                <interface type="bridge"><br>
                                                <source bridge="vzrb1"/><br>
                                                <target dev="veth3005.0"/><br>
                                </interface><br>
                </devices><br>
<domain></p>
<p> </p>
<p>With previous version it worked just fine.</p>
<p> </p>
<p>Further, it is impossible to create OpenVZ container without <memory> tag though i didn't notice any effects from it. Does it realy needed?</p>
<p><font face="times new roman"></font> </p>
<p><vcpu> tag stopped working. Previously it added in config file of the container a record like CPUS="1". No it doesn't add anything.</p>
<p> </p>
<p>Mac generation still an issue. It seems my notification about it was missed. Here is a string from config file for created container.</p>
<p> </p>
<p>[root@alt-03 ~]# cat /etc/vz/conf/3005.conf | grep NETIF<br>
NETIF="ifname=eth0,bridge=vzrb1,mac=52:54:00:4B:BB:F4,host_ifname=veth3005.0,host_mac=52:54:00:4B:BB:F4"</p>
<p> </p>
<p>mac = host_mac = network issue.</p>
<br>
<hr>
<font face="Arial" color="Gray" size="1">This message (including attachments) is private and confidential. If you have received this message in error, please notify us and remove it from your system.<br>
</font>
</body>
</html>