reiz commented on issue #2538: vagrant "hello" script fails URL: https://github.com/apache/incubator-openwhisk/issues/2538#issuecomment-343461488 @markusthoemmes It's working now. I did the following on my host: ``` sudo visudo -f /etc/sudoers.d/vagrant ``` Then added this lines to the file: ``` vagrant ALL=NOPASSWD:ALL Defaults:vagrant !requiretty ``` And now it's working again. Beside that I used the companies VPN tunnel. Might be that it also counts to the solution, as there are some proxies involved here in the network.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
