Cannot install Devstack - permission denied
Hey! I'm trying to install devstack butt I keep getting:
'/run/user/1000/gvfs': Permission denied, after I run ./stack.sh
I followed the instructions from the All-in-one installetion guide from this site and everithing seemed to work fine..
this is what I get in the end after running the ./stack.sh command:
./stack.sh:753:install_infra
/home/stack/devstack/lib/infra:33:git_clone
/home/stack/devstack/functions-common:606:git_timed
/home/stack/devstack/functions-common:672:die
[ERROR] /home/stack/devstack/functions-common:672 git call failed: [git clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements]
Error on exit
World dumping... see ./worlddump-2015-01-07-094022.txt for details
df: '/run/user/1000/gvfs': Permission denied
thank you for your help.
Cannot install openstack enviroment Please help!
can you do the git clone manually git clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements?
Adding this as a comment rather than an answer because it solves the same error but is unrelated to gvfs:
If you get a 'permission denied' error having to do with a file in the
.cache
directory, this directory may have been created as root, so achown -R stack /home/stack/.cache
should work.