<p>Hello, looks like the error is in the package install portion. Try running an install of the packages listed in a new terminal window (or tab) for example run;<br>
~~~~~~~~<br>
apt-get install -y dnsmasq-base <br>
apt-get install -y  iptables <br>
apt-get install -y  ldap-utils <br>
apt-get install -y libldap-2.4-2<br>
apt-get install -y libldap-2.4-2:i386 <br>
apt-get install -y libpython2.7 <br>
apt-get install -y libsqlite3-0 <br>
apt-get install -y libsqlite3-0:i386<br>
apt-get install -y lvm2 openssh-client<br>
apt-get install -y openssh-server<br>
apt-get install -y parted<br>
apt-get install -y psmisc<br>
apt-get install -y python<br>
apt-get install -y python-minimal<br>
apt-get install -y python2.7<br>
apt-get install -y python2.7-minimal<br>
apt-get install -y sudo<br>
~~~~~~~~~<br>
Note: by doing it one at a time you may find which package is throwing an error or it could be your internet connection or it could be that one of the packages that the script is calling to be installed isn't available by default to your distribution. If you receive an error like "package not found" or an error that talks about that package not being avalibe, then this can be fixed by adding the repo and key that has the package you need (let me know if ya need help with that) and if its the internet connection then, just retry the script when you've eliminated all other connections other than the one your using. Or it could be something else X-D hope this helps</p>

<div class="gmail_quote">On Aug 20, 2013 11:44 PM, "Saurabh Agarwal" <<a href="mailto:saurabh.b.agarwal@ericsson.com">saurabh.b.agarwal@ericsson.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi All<br>
    <br>
    I am new to openstack/devstack. I just cloned the devstack git repo
    and then tried executing ./stack.sh. I am getting the below error
    after 5 minutes. Can someone help on what can i do next?<br>
    <br>
    <small>dnsmasq-base iptables ldap-utils libldap-2.4-2
      libldap-2.4-2:i386 libpython2.7 libsqlite3-0 libsqlite3-0:i386
      lvm2 openssh-client<br>
      openssh-server parted psmisc python python-minimal python2.7
      python2.7-minimal sudo<br>
      18 upgraded, 117 newly installed, 0 to remove and 544 not
      upgraded.<br>
      Need to get 75.4 MB of archives.<br>
      After this operation, 180 MB of additional disk space will be
      used.<br>
      E: There are problems and -y was used without --force-yes<br>
      +++ failed<br>
      +++ local r=100<br>
      ++++ jobs -p<br>
      +++ kill<br>
      +++ set +o xtrace</small><br>
    <br>
    Regards,<br>
    Saurabh<br>
    <br>
  </div>

<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div>