It works for me! Thank you, Afef
2012/11/14 Mate Lakat <[email protected]> > Hi, > > Sorry for the delay. tty.tgz and the guest tools are uploaded to github. > Here is the gerrit review for the devstack changes: > > https://review.openstack.org/#/c/16069/1 > > In your mail, you were mentioning several other urls, I think they > have all been changed since then. > > Mate > > On Sun, Oct 28, 2012 at 08:17:28AM +0000, Afef MDHAFFAR wrote: > > > > > > Hi all > > > > I have noticed the Image url (images.ansolabs.com< > http://images.ansolabs.com>) used by devstack does not work any more. It > does not contain the required files by devstack > > It is now impossible to download all these files: > > http://images.ansolabs.com/cirros-0.3.0-x86_64-rootfs.img.gz > > http://images.ansolabs.com/tty.tgz > > http://images.ansolabs.com/devstackubuntupreseed.cfg > > http://images.ansolabs.com/xen/xe-guest-utilities_5.6.100-651_amd64.deb > > > > That's why devstack script does not complete the installation: > > ----------------------- > > + echo 'WARNING: no XenServer tools found, falling back to 5.6 tools' > > WARNING: no XenServer tools found, falling back to 5.6 tools > > + TOOLS_URL= > http://images.ansolabs.com/xen/xe-guest-utilities_5.6.100-651_amd64.deb > > + wget > http://images.ansolabs.com/xen/xe-guest-utilities_5.6.100-651_amd64.deb-O > xs-tools.deb > > --2012-10-26 23:47:53-- > http://images.ansolabs.com/xen/xe-guest-utilities_5.6.100-651_amd64.deb > > Resolving images.ansolabs.com<http://images.ansolabs.com> ( > images.ansolabs.com<http://images.ansolabs.com>)... 173.203.89.94 > > Connecting to images.ansolabs.com<http://images.ansolabs.com> ( > images.ansolabs.com<http://images.ansolabs.com>)|173.203.89.94|:80... > connected. > > HTTP request sent, awaiting response... 404 Not Found > > 2012-10-26 23:47:54 ERROR 404: Not Found. > > > > + on_exit > > ++ seq 0 -1 0 > > + for i in '$(seq $((${#on_exit_hooks[*]} - 1)) -1 0)' > > + eval '/home/afef/compute/devstack/tools/xen/scripts/manage-vdi close > computeDomU01 0 1' > > ++ /home/afef/compute/devstack/tools/xen/scripts/manage-vdi close > computeDomU01 0 1 > > + action=close > > + vm=computeDomU01 > > + device=0 > > + part=1 > > ++ xe_min vm-list name-label=computeDomU01 > > ++ local cmd=vm-list > > ++ shift > > ++ xe vm-list --minimal name-label=computeDomU01 > > + vm_uuid=89b0c708-d906-8ffd-44b7-f01ec678cd2a > > ++ xe_min vbd-list params=vdi-uuid > vm-uuid=89b0c708-d906-8ffd-44b7-f01ec678cd2a userdevice=0 > > ++ local cmd=vbd-list > > ++ shift > > ++ xe vbd-list --minimal params=vdi-uuid > vm-uuid=89b0c708-d906-8ffd-44b7-f01ec678cd2a userdevice=0 > > + vdi_uuid=79e827e9-d367-4648-bcfa-cbfecf6cfb47 > > ++ xe_min vm-list is-control-domain=true > > ++ local cmd=vm-list > > ++ shift > > ++ xe vm-list --minimal is-control-domain=true > > + dom0_uuid=8cb654b9-b4e6-4569-bd38-7698a861fc98 > > + '[' close == open ']' > > + '[' close == close ']' > > + close_vdi > > ++ xe_min vbd-list vm-uuid=8cb654b9-b4e6-4569-bd38-7698a861fc98 > vdi-uuid=79e827e9-d367-4648-bcfa-cbfecf6cfb47 > > ++ local cmd=vbd-list > > ++ shift > > ++ xe vbd-list --minimal vm-uuid=8cb654b9-b4e6-4569-bd38-7698a861fc98 > vdi-uuid=79e827e9-d367-4648-bcfa-cbfecf6cfb47 > > + vbd_uuid=1f5ee566-0a60-2706-3261-80b5017b1588 > > ++ get_mount_device 1f5ee566-0a60-2706-3261-80b5017b1588 > > ++ vbd_uuid=1f5ee566-0a60-2706-3261-80b5017b1588 > > +++ xe_min vbd-list params=device > uuid=1f5ee566-0a60-2706-3261-80b5017b1588 > > +++ local cmd=vbd-list > > +++ shift > > +++ xe vbd-list --minimal params=device > uuid=1f5ee566-0a60-2706-3261-80b5017b1588 > > ++ > dev=sm/backend/95ec7cbb-a45d-ad4c-c0df-0e548b9a56d4/79e827e9-d367-4648-bcfa-cbfecf6cfb47 > > ++ [[ > sm/backend/95ec7cbb-a45d-ad4c-c0df-0e548b9a56d4/79e827e9-d367-4648-bcfa-cbfecf6cfb47 > =~ sm/ ]] > > ++ DEBIAN_FRONTEND=noninteractive > > ++ apt-get --option Dpkg::Options::=--force-confold --assume-yes install > kpartx > > +++ kpartx -av > /dev/sm/backend/95ec7cbb-a45d-ad4c-c0df-0e548b9a56d4/79e827e9-d367-4648-bcfa-cbfecf6cfb47 > > +++ sed -ne 's,^\(.*1\)$,\1,p' > > +++ sed -ne 's,^add map \([a-z0-9\-]*\).*$,\1,p' > > ++ mapping=79e827e9-d367-4648-bcfa-cbfecf6cfb47p1 > > ++ '[' -z 79e827e9-d367-4648-bcfa-cbfecf6cfb47p1 ']' > > ++ echo /dev/mapper/79e827e9-d367-4648-bcfa-cbfecf6cfb47p1 > > + mount_device=/dev/mapper/79e827e9-d367-4648-bcfa-cbfecf6cfb47p1 > > + run_udev_settle > > ++ which udevsettle > > + which_udev= > > + true > > + '[' -n '' ']' > > + udevadm settle > > + umount /dev/mapper/79e827e9-d367-4648-bcfa-cbfecf6cfb47p1 > > + clean_dev_mappings > > ++ xe_min vbd-list params=device > uuid=1f5ee566-0a60-2706-3261-80b5017b1588 > > ++ local cmd=vbd-list > > ++ shift > > ++ xe vbd-list --minimal params=device > uuid=1f5ee566-0a60-2706-3261-80b5017b1588 > > + > dev=sm/backend/95ec7cbb-a45d-ad4c-c0df-0e548b9a56d4/79e827e9-d367-4648-bcfa-cbfecf6cfb47 > > + [[ > sm/backend/95ec7cbb-a45d-ad4c-c0df-0e548b9a56d4/79e827e9-d367-4648-bcfa-cbfecf6cfb47 > =~ sm/ ]] > > + kpartx -dv > /dev/sm/backend/95ec7cbb-a45d-ad4c-c0df-0e548b9a56d4/79e827e9-d367-4648-bcfa-cbfecf6cfb47 > > del devmap : 79e827e9-d367-4648-bcfa-cbfecf6cfb47p5 > > del devmap : 79e827e9-d367-4648-bcfa-cbfecf6cfb47p2 > > del devmap : 79e827e9-d367-4648-bcfa-cbfecf6cfb47p1 > > + xe vbd-unplug uuid=1f5ee566-0a60-2706-3261-80b5017b1588 > > + xe vbd-destroy uuid=1f5ee566-0a60-2706-3261-80b5017b1588 > > --------------------------------the devstack script stops here > > > > Would you please fix this problem as soon as possible?? > > > > Thank you, > > Afef > > > > > > > > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~openstack > > Post to : [email protected] > > Unsubscribe : https://launchpad.net/~openstack > > More help : https://help.launchpad.net/ListHelp > > > -- > Mate Lakat > -- Afef MDHAFFAR http://www.redcad.org/members/mdhaffar/
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

