On a cleanly installed Kubuntu 16.04, with VirtualBox 5.1.4 and Vagrant 1.8.5. Vagrant halts with the following result:
==> default: pear/console_table suggests installing pear/Console_Color2 (>=0.1.2)
==> default: symfony/console suggests installing symfony/event-dispatcher ()
==> default: symfony/console suggests installing symfony/process ()
==> default: symfony/var-dumper suggests installing ext-symfony_debug ()
==> default: phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
==> default: phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
==> default: psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
==> default: drush/drush suggests installing drush/config-extra (Provides configuration workflow commands, such as config-merge.)
==> default: Writing lock file
==> default: Generating autoload files
==> default: /tmp/vagrant-shell: line 104: cd: /var/www/html: No such file or directory
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
How should the file look to also create /var/www/html if it does not exist?
On a cleanly installed Kubuntu 16.04, with VirtualBox 5.1.4 and Vagrant 1.8.5. Vagrant halts with the following result:
How should the file look to also create /var/www/html if it does not exist?