sciabarracom opened a new pull request #3188: use /var/tmp on Ubuntu to prevent configuration files changing owner when rebooting URL: https://github.com/apache/incubator-openwhisk/pull/3188 I think I figure out what goes wrong when you reboot the Vagrant machine. Files in /tmp change owner, probably because of some startup initialization in Ubuntu. Since it does not happen using for example /var/tmp my patch is simply to change directory for those files. However since it can break Mac deployment I added a test to do it only for Ubunt. With this patch you can do vagrant reload safely or not worry about shutting down the vm. It may also close #32
---------------------------------------------------------------- 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
