I am writing a provision script for Vagrant to install all the packages necessary for deploying an app developed with Meteor 1.6. So far, the script is working well, but at three points during its execution, I get the following output in red in the terminal window:
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
This happens once each while the following packages are installing: * MongoDB * nginx * Phusion Passenger
I haven't yet seen any adverse side-effects
Is this a warning or an error? What is dpkg-preconfigure trying to do? What do I need to do to handle it elegantly?