Here is the JIRA issue :
https://issues.apache.org/jira/browse/CLOUDSTACK-2047

Regarding my other issue (/usr/local/cloud is empty) it was fixed with
apt-get install cloud-system-iso on the KVM host (as mentionned in a
previous 
email<http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev/201211.mbox/%3ccaa3xvtzorz5egp4wosm-csfql0us2gijb9mnpbbn0ztlkx3...@mail.gmail.com%3E>
).

Thanks guys.


On Tue, Apr 16, 2013 at 10:37 AM, Nitin Mehta <nitin.me...@citrix.com>wrote:

> 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