You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/14 15:46:03 UTC

[GitHub] rosogon opened a new issue #3765: Vagrant installation waits for user accepts java 8 license

rosogon opened a new issue #3765: Vagrant installation waits for user accepts java 8 license
URL: https://github.com/apache/incubator-openwhisk/issues/3765
 
 
   ## Environment details:
   
   * Ubuntu 16.04.4 LTS
   * Vagrant 2.1.1
   
   ## Steps to reproduce the issue:
   
   1.   git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk (commit b46478bfe6b5068fd57f78cea44b2a6326e89f4b)
   2.   cd openwhisk/tools/vagrant
   3.   ./hello
   
   
   
   ## Provide the expected results and outputs:
   
   Vagrant machine is installed successfully
   
   ## Provide the actual results and outputs:
   
   Vagrant installation is stopped waiting for user accept java8 license.
   
   ## Additional information you deem important:
   
   I was able to fix this adding `echo 'oracle-java8-installer shared/accepted-oracle-license-v1-1 boolean true' | sudo debconf-set-selections` to file tools/ubuntu-setup/java8.sh file
   
   I can submit a PR.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services