<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 07/23/2014 12:02 AM, Kevin Holly wrote:<br>
    <span style="white-space: pre;">&gt; Hi Kir,<br>
      &gt;<br>
      &gt; On 23/07/14 00:25, Kir Kolyshkin wrote:<br>
      &gt; &gt; I failed to reproduce your problem locally:<br>
      &gt; Okay, then I have to dig further and see where the problem
      is.<br>
      &gt; &gt; Final question, just curious -- are you paying to
      SolusVM? If yes,<br>
      &gt; &gt; why don't you use their support to help with your
      issues, relying<br>
      &gt; &gt; on a free help from OpenVZ community and deveopers
      instead?<br>
      &gt; I thought that this may be an OpenVZ bug or that I get more
      useful<br>
      &gt; support as SolusVM guys are not really helpful when such
      things are<br>
      &gt; happening, but I'll try to contact and talk with them and
      lets see<br>
      &gt; where this goes.<br>
      &gt;<br>
      &gt; Although, thanks for your help so far.<br>
      &gt;<br>
      &gt;</span><br>
    <br>
    My suggestion is to try reproducing it w/o SolusVM.<br>
    <br>
    Alternatively, you might try something like this (untested):<br>
    <br>
    mv /usr/sbin/vzctl /usr/sbin/vzctl.real<br>
    echo &lt;&lt; EOF &gt; /usr/sbin/vzctl<br>
    #!/bin/sh<br>
    <br>
    LOG=/var/log/vzctl-exec.log<br>
    date &gt;&gt; $LOG<br>
    echo $* &gt;&gt; LOG<br>
    exec $*<br>
    EOF<br>
    chmod a+x /usr/sbin/vzctl<br>
    <br>
    Then do what you do in SolusVM to create a container, and check
    /var/log/vzctl-exec.log<br>
    for a sequence of commands being run. Then it will either be clear
    what's wrong (say<br>
    they use --applyconfig with sample config that has DISKSPACE in it,
    thus initiating a resize),<br>
    or at the very least you will know what to run from command line to
    try reproducing it.<br>
    <br>
    <br>
  </body>
</html>