Hi,<br>I use the OpenNebula 3.6.0 deb package on Ubuntu Server 12.04.1 , I have KVM and Sunstone working.<br>When I create a new VM via Sunstone, it would normally boot up and show the state "RUNNING", and I can ssh into it.<br>

But via Sunstone I saw the VM's Deploy ID was "區域" , which instead should be "one-<number>"<br>After a while its state would become "UNKNOWN". Here's what I get in oned.log:<br>

<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Message received: LOG I 19 錯誤: 無法取得區域「區域」<br>Message received: LOG I 19 錯誤: Domain not found: no domain with matching name '區域'<br>

Message received: LOG I 19 ExitCode: 0<br>Message received: POLL SUCCESS 19 STATE=d<br></blockquote><div> </div>I installed Ubuntu in Traditional Chinese, so I'm guessing that some shell commands' output would be in Chinese, thus OpenNubula would be unable to parse it.<br>

<br>I added <br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">export LANG="C"<br>export LANGUAGE="en_US:en"<br></blockquote>to oneadmin's .bashrc , logged in again, restart oned, then create a new VM via Sunstone, the issue persists.<br>

<br>I then added<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">ENV['LANGUAGE']='en_US:en'<br></blockquote><div>to /var/lib/one/remotes/vmm/kvm/poll, the issue still persists.<br>

<br>From oned.log above, I think OpenNebula was trying to execute a "virsh <something>" command, but I can't find where it was invoked nor which command it actually was.<br><br>Any advice?<br><br>Thanks :-)<br>

</div>