Re: [openstack-dev] [devstack]Openstack installation issue.

2015-01-14 Thread Abhishek Shrivastava
Hi all, For the past few days I have been trying to install Openstack through Devsatck on Ubuntu 13.10 & 14.04, but while installing I was getting the following errors: 1. *ERROR :* ln: failed to create symbolic link `/logs/screen/screen- key.log': No such file or directory 2. *ERROR :* mkdir: c

Re: [openstack-dev] [devstack]Openstack installation issue.

2015-01-12 Thread Sean Dague
Is your root filesystem full? The log clearly shows the chown stack /etc/keystone passing right before the copy is attempted. -Sean On 01/12/2015 06:59 AM, Abhishek Shrivastava wrote: > Same as before. > > On Mon, Jan 12, 2015 at 5:04 PM, Samta Rangare > w

Re: [openstack-dev] [devstack]Openstack installation issue.

2015-01-12 Thread Abhishek Shrivastava
Same as before. On Mon, Jan 12, 2015 at 5:04 PM, Samta Rangare wrote: > Whats the log now? > > On Mon, Jan 12, 2015 at 4:53 PM, Abhishek Shrivastava < > abhis...@cloudbyte.com> wrote: > >> Hi Samta, >> >> Thanks for the suggestion but still problem remains the same. >> >> On Mon, Jan 12, 2015 at

Re: [openstack-dev] [devstack]Openstack installation issue.

2015-01-12 Thread Samta Rangare
Whats the log now? On Mon, Jan 12, 2015 at 4:53 PM, Abhishek Shrivastava < abhis...@cloudbyte.com> wrote: > Hi Samta, > > Thanks for the suggestion but still problem remains the same. > > On Mon, Jan 12, 2015 at 4:29 PM, Samta Rangare > wrote: > >> Hey abhishek, >> >> As a quick fix to this prob

Re: [openstack-dev] [devstack]Openstack installation issue.

2015-01-12 Thread Abhishek Shrivastava
Hi Samta, Thanks for the suggestion but still problem remains the same. On Mon, Jan 12, 2015 at 4:29 PM, Samta Rangare wrote: > Hey abhishek, > > As a quick fix to this problem, edit this file devstack/lib/keystone +170 > in this function > function configure_keystone { > edit this line with ad

Re: [openstack-dev] [devstack]Openstack installation issue.

2015-01-12 Thread Samta Rangare
Hey abhishek, As a quick fix to this problem, edit this file devstack/lib/keystone +170 in this function function configure_keystone { edit this line with adding sudo sudo cp -p $KEYSTONE_DIR/etc/keystone.conf.sample $KEYSTONE_CONF Regards Samta On Mon, Jan 12, 2015 at 4:01 PM, Abhishek Shriv