I think that the "export LANG=C" thing in scripts_common.sh file should make this work even if the user profile is not loaded.
If you are executing the commands manually then do as Marco says, without the '-' parameter the environment will continue to be the same as the original loged user. On Sun, Sep 9, 2012 at 8:20 PM, Marco Bizzarri <[email protected]> wrote: > Don't know if this applies, but I can see you did "su oneadmin"; did you try > with "su - oneadmin" ? I suspect you could end with a different environment, > because your .profile and .bashrc not be read. > > Regards > Marco > > > On Sun, Sep 9, 2012 at 10:47 AM, Pellaeon Lin <[email protected]> wrote: >> >> Hmm, I didn't know of 'onehost sync', so the results in my previous email >> probably weren't very accurate. >> I did some more testing, this time I did always make sure my changes to >> the scripts were applied to /var/tmp/one/* , and reverted my changes to >> oneadmin's .bashrc . >> >> My conclusion is that we need not only "export LANG=C" in >> scripts_common.sh but also "export LANGUAGE=en_US:en" to make shell commands >> always return in English. >> >> But there was another confusing result: >> >>> root@cnmc20:/var/tmp/one/vmm/kvm# su oneadmin >>> oneadmin@cnmc20:/var/tmp/one/vmm/kvm$ cd >>> oneadmin@cnmc20:~$ export | grep LANG >>> declare -x LANG="zh_TW.UTF-8" >>> declare -x LANGUAGE="zh_TW:zh" >>> oneadmin@cnmc20:~$ virsh list >>> Id 名稱 狀態 >>> ---------------------------------- >>> 24 one-45 執行中 >>> >>> oneadmin@cnmc20:~$ LANG=C virsh list >>> Id Name State >>> ---------------------------------- >>> 24 one-45 running >> >> This means we actually only need "LANG=C" to override shell command's >> output locale? >> >> My default locale: >>> >>> root@cnmc20:/var/tmp/one# grep 'LANG' /etc/default/locale >>> LANG="zh_TW.UTF-8" >>> LANGUAGE="zh_TW:zh" >> >> >> My issue is solved, but I still really don't know why. >> >> I will do a fresh install of Ubuntu and OpenNebula some time later and try >> to reproduce my previous results, if it is reproducible, I will file a bug >> report. >> >> Thanks for your help, Javier ! :-) >> >> 2012/9/6 Javier Fontan <[email protected]> >>> >>> The scripts that call virsh include the file 'scripts_common.sh' that >>> already does an 'export LANG=C' so this is really strange. >>> >>> The call is located in your nodes in /var/tmp/one/vmm/kvm/deploy. as >>> you can see it includes the mentioned script. >>> >>> Could it be that you had an old installation and those files belong to >>> an old version. Execute 'onehost sync' in the frontend so those >>> scripts are updated, just in case. >>> >>> >>> >>> On Tue, Sep 4, 2012 at 5:19 PM, Pellaeon Lin <[email protected]> wrote: >>> > Hi, >>> > I use the OpenNebula 3.6.0 deb package on Ubuntu Server 12.04.1 , I >>> > have KVM >>> > and Sunstone working. >>> > When I create a new VM via Sunstone, it would normally boot up and show >>> > the >>> > state "RUNNING", and I can ssh into it. >>> > But via Sunstone I saw the VM's Deploy ID was "區域" , which instead >>> > should be >>> > "one-<number>" >>> > After a while its state would become "UNKNOWN". Here's what I get in >>> > oned.log: >>> >> >>> >> Message received: LOG I 19 錯誤: 無法取得區域「區域」 >>> >> Message received: LOG I 19 錯誤: Domain not found: no domain with >>> >> matching >>> >> name '區域' >>> >> Message received: LOG I 19 ExitCode: 0 >>> >> Message received: POLL SUCCESS 19 STATE=d >>> > >>> > >>> > 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. >>> > >>> > I added >>> >> >>> >> export LANG="C" >>> >> export LANGUAGE="en_US:en" >>> > >>> > to oneadmin's .bashrc , logged in again, restart oned, then create a >>> > new VM >>> > via Sunstone, the issue persists. >>> > >>> > I then added >>> >> >>> >> ENV['LANGUAGE']='en_US:en' >>> > >>> > to /var/lib/one/remotes/vmm/kvm/poll, the issue still persists. >>> > >>> > 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. >>> > >>> > Any advice? >>> > >>> > Thanks :-) >>> > >>> > _______________________________________________ >>> > Users mailing list >>> > [email protected] >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> > >>> >>> >>> >>> -- >>> Javier Fontán Muiños >>> Project Engineer >>> OpenNebula - The Open Source Toolkit for Data Center Virtualization >>> www.OpenNebula.org | [email protected] | @OpenNebula >> >> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Marco Bizzarri > http://code.google.com/p/qt-asterisk/ > http://notenotturne.blogspot.com/ > http://iliveinpisa.blogspot.com/ -- Javier Fontán Muiños Project Engineer OpenNebula - The Open Source Toolkit for Data Center Virtualization www.OpenNebula.org | [email protected] | @OpenNebula _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
