Tuesday, 2016-02-23

*** lblanchard has joined #openstack-opw00:47
*** rossella_s has quit IRC02:58
*** rossella_s has joined #openstack-opw02:58
*** GB21 has quit IRC03:02
*** lblanchard has quit IRC03:19
*** GB21 has joined #openstack-opw04:33
*** GB21 has quit IRC04:49
*** GB21 has joined #openstack-opw04:49
*** GB21 has quit IRC05:41
*** GB21 has joined #openstack-opw05:41
*** GB21 has quit IRC05:55
*** GB21 has joined #openstack-opw05:55
*** exploreshaifali has joined #openstack-opw05:56
*** buttercup has quit IRC06:11
*** GB21 has quit IRC06:21
*** GB21 has joined #openstack-opw06:24
*** GB21 has quit IRC06:47
*** GB21 has joined #openstack-opw06:47
*** buttercup has joined #openstack-opw07:11
*** GB21 has quit IRC07:38
*** GB21 has joined #openstack-opw08:23
*** fwdit has joined #openstack-opw08:29
*** exploreshaifali has quit IRC09:40
*** neiljerram has joined #openstack-opw09:45
*** njirap has joined #openstack-opw09:57
*** exploreshaifali has joined #openstack-opw10:20
*** itisha has quit IRC10:39
*** exploreshaifali has quit IRC11:14
*** GB21 has quit IRC11:45
*** aysyd has joined #openstack-opw12:06
*** enthurohini has joined #openstack-opw12:36
*** exploreshaifali has joined #openstack-opw12:49
*** sonali5 has joined #openstack-opw12:58
*** exploreshaifali has quit IRC13:10
*** enriquetaso has joined #openstack-opw13:55
*** julim has joined #openstack-opw13:57
*** surabhi_ has joined #openstack-opw13:59
*** lblanchard has joined #openstack-opw14:04
*** jesusaurus has joined #openstack-opw14:24
*** sonali5 has quit IRC14:24
*** jesusaurus has quit IRC14:32
*** psargent has joined #openstack-opw14:34
*** julim_ has joined #openstack-opw14:34
*** julim has quit IRC14:35
*** enthurohini has quit IRC14:38
*** neiljerram has quit IRC14:54
surabhi_Hello, I am trying to set up the development environment on my pc. I cloned the devstack repo, made changes according to the minimal configuration in the local.conf file and placed it in the devstack directory. Now when i run ./stack.sh i get the following errors14:55
surabhi_./stack.sh: line 623: /home/surabhi/openstack/devstack/.localrc.password: Permission denied Error on exit ./stack.sh: line 488: generate-subunit: command not found14:55
surabhi_It asks for password twice and then stops at this. How shall I go about solving this?14:56
*** rossella_s has quit IRC14:57
*** rossella_s has joined #openstack-opw14:58
*** GB21 has joined #openstack-opw15:00
njiraphi surabhi_15:01
njiraphi surabhi_ have you created a stack user as per step 5 here..? --> http://docs.openstack.org/developer/devstack/15:01
*** surabhi__ has joined #openstack-opw15:02
njiraphi surabhi_15:02
njiraphi surabhi_ have you created a stack user as per step 5 here..? --> http://docs.openstack.org/developer/devstack/15:02
njirapalso surabhi__ consider running './stack.sh' from one of the stable branches.. either 'stable/kilo' or 'stable/liberty'15:04
*** surabhi_ has quit IRC15:05
surabhi__yes, i did that.. it says "Giving stack user passwordless sudo privileges"15:07
*** taron1 has joined #openstack-opw15:07
*** taron has quit IRC15:07
*** GB21 has quit IRC15:07
surabhi__then i did su stack and it changed to the stack user15:08
njirapso there is no error when creating the stack user..? @surabhi__15:08
surabhi__@njirap no error15:08
surabhi__although while changing to stack user i first have to do sudo su and then change to stack15:09
njiraptry 'sudo ./stach.sh'15:10
njirapi mean 'sudo ./stack.sh15:10
surabhi__It says : DevStack should be run as a user with sudo permissions,  not root15:13
surabhi__A "stack" user configured correctly can be created with:  /home/surabhi/openstack/devstack/tools/create-stack-user.sh15:13
njirapaahh hehe..15:14
njirapi am not sure but you can run the create user again and please paste the results15:14
njirapi am getting you the paste link15:15
njirapplease paste here--> http://pastebin.com/.. and provide the url of the paste15:15
vkmchi all! surabhi__ welcome, njirap thanks a lot for helping newcomers :)15:20
njiraphi vkmc.. its my pleasure15:20
surabhi__@njirap http://pastebin.com/YMaygrDm15:23
surabhi__That is how I change to stack user. Just su stack doesn't work15:23
njirapsurabhi__ have you tried creating the user without the 'sudo' ..15:25
njirapalso since you are already in the devstack directory you can just do 'tools/create-stack-user.sh'15:25
surabhi__yes, permission denied15:25
njirapaah ok..15:26
njirapplease paste the consequent stach.sh error also..15:26
surabhi__okay15:26
*** fwdit has quit IRC15:26
surabhi__I have pasted the content from where it first asks me for the password till the end : http://pastebin.com/mA7rTJ3115:28
njirapok lemmie have a look15:30
njirap@surabhi__ are you running stack from master branch..?15:32
njirap@surabhi__ so I have cloned devstack, checked out to 'stable/liberty' branch and run stack..even without the minimum configuration it runs ok..which operating system are you on..?15:35
surabhi__@njirap I am using ubuntu15:36
surabhi__and Its master15:36
njirapi am also ubuntu.. :).. have you checked out of the master branch..?15:36
surabhi__the branch is master, shall i change it>15:37
njirapyes 'git checkout stable/liberty' as per the devstack README15:37
njirap"The DevStack master branch generally points to trunk versions of OpenStack components. For older, stable versions, look for branches named stable/[release] in the DevStack repo"15:38
surabhi__@njirap I changed to stable/liberty, still no success http://pastebin.com/KarjuK8j15:59
*** julim_ has quit IRC16:01
njirap@surabhi__ try setting the passwords for Rabbit, database and Service in the localrc file so that you are not prompted for them..16:01
njirapso instead of the file being "RABBIT_PASSWORD=$ADMIN_PASSWORD" it can be "RABBIT_PASSWORD=a_password"16:02
njirapfo all the password fields16:02
njirap*for16:02
*** julim has joined #openstack-opw16:02
*** neiljerram has joined #openstack-opw16:02
surabhi__@njirap umm I just observed there is no localrc file. I think it is created from the local.conf file16:11
surabhi__so i'll make the changes to the conf file and see what happens16:11
njirapok..16:11
surabhi__doesn't work. Here (https://github.com/openstack-dev/devstack/blob/master/doc/source/configuration.rst) it says "local - extracts localrc from local.conf before stackrc is sourced". So its not able to successfully create the file itself.16:15
njiraplocarc is not actually a file but a section in the local file..sorry16:22
surabhi__Thanks for all your help @njirap, I'll try a few more things tomorrow.. I hope it works :)16:43
*** surabhi__ has quit IRC16:44
*** GB21 has joined #openstack-opw16:44
*** njirap has quit IRC16:55
*** enthurohini has joined #openstack-opw16:59
*** Akanksha08 has joined #openstack-opw16:59
*** sonali5 has joined #openstack-opw17:14
*** sonali5 has quit IRC17:27
*** enthurohini has quit IRC17:33
*** GB21 has quit IRC17:37
*** sonali5 has joined #openstack-opw17:45
*** neiljerram has quit IRC18:31
*** julim has quit IRC18:42
*** julim has joined #openstack-opw18:44
*** sonali5 has quit IRC18:45
*** rossella_s has quit IRC18:58
*** rossella_s has joined #openstack-opw18:58
*** Akanksha08 has quit IRC19:14
*** senriquez_ has joined #openstack-opw19:15
*** enriquetaso has quit IRC19:58
*** itisha has joined #openstack-opw20:12
*** senriquez_ has quit IRC20:47
*** aysyd has quit IRC21:02
*** julim has quit IRC21:58
*** lblanchard has quit IRC22:11
*** enriquetaso has joined #openstack-opw22:27
*** rossella_s has quit IRC22:58
*** patchbot has quit IRC22:58
*** cpallares has quit IRC22:58
*** dhellmann has quit IRC22:58
*** buttercup has quit IRC22:58
*** taron1 has quit IRC22:58
*** lifeless has quit IRC22:58
*** itisha has quit IRC22:58
*** nikhil has quit IRC22:58
*** psargent has quit IRC22:58
*** preetika has quit IRC22:58
*** sayalilunkad has quit IRC22:58
*** mahatic has quit IRC22:58
*** EmilienM has quit IRC22:58
*** vkmc has quit IRC22:58
*** notmyname has quit IRC22:58
*** amalagon has quit IRC22:58
*** Eva-i has quit IRC22:58
*** DinaBelova has quit IRC22:58
*** pleia2 has quit IRC22:58
*** katyafervent_awa has quit IRC22:58
*** ChanServ has quit IRC22:58
*** katyafervent_awa has joined #openstack-opw23:00
*** dhellmann has joined #openstack-opw23:00
*** cpallares has joined #openstack-opw23:00
*** rossella_s has joined #openstack-opw23:00
*** lifeless has joined #openstack-opw23:00
*** taron1 has joined #openstack-opw23:00
*** vkmc has joined #openstack-opw23:00
*** EmilienM has joined #openstack-opw23:00
*** mahatic has joined #openstack-opw23:00
*** sayalilunkad has joined #openstack-opw23:00
*** preetika has joined #openstack-opw23:00
*** DinaBelova has joined #openstack-opw23:01
*** itisha has joined #openstack-opw23:01
*** nikhil has joined #openstack-opw23:01
*** psargent has joined #openstack-opw23:01
*** patchbot has joined #openstack-opw23:01
*** psargent is now known as 32NAADS9O23:02
*** notmyname has joined #openstack-opw23:03
*** amalagon has joined #openstack-opw23:03
*** Eva-i has joined #openstack-opw23:03
*** pleia2 has joined #openstack-opw23:03
*** buttercup has joined #openstack-opw23:03
*** psargent has joined #openstack-opw23:06
*** ChanServ has joined #openstack-opw23:06
*** asimov.freenode.net sets mode: +o ChanServ23:06
*** ChanServ sets mode: +o vkmc23:06
*** psargent has quit IRC23:07
*** exploreshaifali has joined #openstack-opw23:08
*** exploreshaifali has quit IRC23:08

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!