Yes, this is indeed a bug. Can you please file it against JIRA ?

During the first boot MS tries to run the code below, but for some of the
dev environments it finds  hostIpAdr as null and so persists the default
value which is localhost.
if (hostIpAdr != null) {
                _configDao.update(Config.ManagementHostIPAdr.key(),
Config.ManagementHostIPAdr.getCategory(), hostIpAdr);
                s_logger.debug("ConfigurationServer saved \"" + hostIpAdr
+ "\" as host.");
            }


I guess the way it retrieves the hostIpAdr by running a bunch of linux
commands doesn't work for all the OS versions (like for mine). That needs
to be fixed 

On 15/04/13 10:35 PM, "Abhinandan Prateek" <cloudst...@aprateek.com> wrote:

>In configuration table there is a entry by name "host" set it to MS ip and
>restart.
>You will need to recreate SSVM.
>
>The ssvm-check.sh should be around, probably a bug ? Can someone confirm.
>
>-abhi
>
>On 15/04/13 10:16 PM, "Adrien Montfort" <adrien.montf...@gmail.com> wrote:
>
>>Hello,
>>
>>My SSVM does not seem to work. I can't upload any template/iso.
>>I've been investigating a bit and I've found that in my SSVM
>>configuration
>>(/var/cache/cloud/cmdline) there's host=localhost which does not seem to
>>be
>>correct... How did this happen ? How can I overwrite it (my change are
>>erased by reboot) ?
>>As a side note, I could not find the script ssvm-check.sh in
>>/usr/local/cloud/systemvm/ssvm-check.sh
>>and anywhere on the VM. Is it expected ?
>>
>>Thanks a lot,
>>
>>Regards,
>>
>>Adrien
>
>

Reply via email to