Devstack - Newton Error
Hi,
After cloning devstack -stable/netwon version done the following things
chown -R <username> devstack
chmod 770 devstack
cd devstack
./clean.sh
sed -i 's/git:/https:/g' stackrc
and then ran ./stack.sh, got error as "'/run/user/112/gvfs': Permission denied" then ran " sudo umount /run/user/112/gvfs", and again cloned by running ./stack.sh now facing new issue as
"World dumping... see /opt/stack/logs/worlddump-2016-12-15-071819.txt for details +./stack.sh:exit_trap:511 "
tell what is wrong in my devstack installation or any issue with newton devstack release ?
I don't understand why you do all these things. Just clone, then run stack.sh. See http://docs.openstack.org/developer/d....
The World dumping message is just a consequence of an earlier error. Look further up in the log.
there was multiple questions asked for same scenario and faced same issue though after following "http://docs.openstack.org/developer/devstack/" so have mentioned.