Problems in debian wheezy
Just wondering if debian wheezy supported in devstack? I've got problems with installing openstack.
I'm using this guide, and already 3 times reinstalled the whole OS, and I've got same problems all over again..
The guide: http://devstack.org/guides/single-mac...
$ uname -a stack@hp:~$ uname -a Linux hp 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 GNU/Linux
I'm using HP proliant DL380 G4 rack server at home.
Last time I've stucked with this..
2013-07-30 17:10:00 130730 17:09:48 InnoDB: Completed initialization of buffer pool 2013-07-30 17:10:00 130730 17:09:48 InnoDB: highest supported file format is Barracuda. 2013-07-30 17:10:00 130730 17:09:48 InnoDB: Waiting for the background threads to start 2013-07-30 17:10:00 130730 17:09:49 InnoDB: 5.5.31 started; log sequence number 1595675 2013-07-30 17:10:00 130730 17:09:49 InnoDB: Starting shutdown... 2013-07-30 17:10:00 130730 17:09:50 InnoDB: Shutdown completed; log sequence number 1595675 [ ok 07-30 17:10:00 [....] Starting MySQL database server: mysqld .. 2013-07-30 17:10:00 [info] Checking for tables which need an upgrade, are corrupt or were 2013-07-30 17:10:00 not closed cleanly.. 2013-07-30 17:10:00 Setting up libhtml-template-perl (2.91-1) ... 2013-07-30 17:10:00 Setting up mysql-server (5.5.31+dfsg-0+wheezy1) ... 2013-07-30 17:10:00 + is_service_enabled neutron 2013-07-30 17:10:00 + services=neutron 2013-07-30 17:10:00 + for service in '${services}' 2013-07-30 17:10:00 + [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql, =~ ,neutron, ]] 2013-07-30 17:10:00 + [[ neutron == n-cell-* ]] 2013-07-30 17:10:00 + [[ neutron == \n\o\v\a ]] 2013-07-30 17:10:00 + [[ neutron == \c\i\n\d\e\r ]] 2013-07-30 17:10:00 + [[ neutron == \c\e\i\l\o\m\e\t\e\r ]] 2013-07-30 17:10:00 + [[ neutron == \g\l\a\n\c\e ]] 2013-07-30 17:10:00 + [[ neutron == \n\e\u\t\r\o\n ]] 2013-07-30 17:10:00 + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql =~ q- ]] 2013-07-30 17:10:00 + [[ neutron == \s\w\i\f\t ]] 2013-07-30 17:10:00 + [[ neutron == s-* ]] 2013-07-30 17:10:00 + return 1 2013-07-30 17:10:00 + [[ -n is_fedora ]] 2013-07-30 17:10:00 + [[ wheezy =~ (rhel6) ]] 2013-07-30 17:10:00 + TRACK_DEPENDS=False
in htop we can see it's stucked again on pip install line.. http://i.imgur.com/sa0snFz.png
Canceled installation with ctrl+z. Launching again, now it's stucked on this line:
2013-07-30 17:28:15 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/bin/pip install --build=/tmp/pip-build.894aW --use-mirrors -r /opt/stack/pbr/requirements.txt
Canceled installation, tried to install by hand packages from /opt/stack/pbr/requirements.txt
stack@hp:~/devstack$ cat /opt/stack/pbr/requirements.txt setuptools_git>=0.4 pip>=1.0 stack@hp:~/devstack$ sudo pip install -r /opt/stack/pbr/requirements ...