[GitHub] neerajmangal commented on issue #3529: Authentication issues when installing openwhisk

2018-04-14 Thread GitBox
neerajmangal commented on issue #3529: Authentication issues when installing 
openwhisk
URL: 
https://github.com/apache/incubator-openwhisk/issues/3529#issuecomment-381171472
 
 
   @elenagarrido This is because of carriage return "\r" in the auth file, this 
might have added while transferring files from windows to ubuntu in vagrant 
sync.

   To workaround remove '\r' from the auth.whisk.system and auth.guest. Give it 
a try. 
   
   ```vagrant ssh
   cd /home/vagrant/openwhisk/ansible/files
   sed -i 's/\r//g' auth.guest
   sed -i 's/\r//g' auth.whisk.system
   ```
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] neerajmangal commented on issue #3529: Authentication issues when installing openwhisk

2018-04-13 Thread GitBox
neerajmangal commented on issue #3529: Authentication issues when installing 
openwhisk
URL: 
https://github.com/apache/incubator-openwhisk/issues/3529#issuecomment-381171472
 
 
   @elenagarrido This is because of carriage return "\r" in the auth file, this 
might have added while transferring files from windows to ubuntu in vagrant 
sync.

   To workaround remove '\r' from the auth.whisk.system and auth.guest. Give it 
a try. 
   
   ```vagrant ssh
   cd /home/vagrant/openwhisk/ansible/files
   sed 's/\r//g' auth.guest
   sed 's/\r//g' auth.whisk.system
   ```
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services