hii folks, i am installing apigee opdk so as soon as i install provsion
Solved! Go to Solution.
It worked on my env and successfully printed and showed all expected outputs.
one thing I can think of is that maybe file corrupted - by that I recommend to check the following:
1. vi orgconfig
2. press ESC and then type :set ff=unix and then press ENTER
3. save the file (wq!)
retry and see if works
if not, use dos2unix to convert the file to unix mode. I think there's something inside the file that provision dont like
BTW one more recommendation: try to put a more simple password for the new user (and check if there are some special chars are in the SYSADMIN password).
For test try using Secret123! as a password and change it later on.
P.S hostname -i command returns ONLY ipv4 in your linux?