Created
March 19, 2013 16:28
-
-
Save darkwing/5197614 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dwalsh-08215:kuma dwalsh$ vagrant provision | |
[default] Running provisioner: Vagrant::Provisioners::Puppet... | |
[default] Running Puppet with /tmp/vagrant-puppet/manifests/dev-vagrant.pp... | |
stdin: is not a tty | |
notice: /Stage[hacks]/Dev_hacks/Exec[locale-gen]/returns: executed successfully | |
notice: /Stage[hacks]/Dev_hacks/Exec[update-locale]/returns: executed successfully | |
notice: /Stage[pre]/Update_repos/Exec[apt-update]/returns: executed successfully | |
notice: /Stage[langs]/Python_modules/Exec[pip-install-dev]/returns: executed successfully | |
notice: /Stage[langs]/Python_modules/Exec[pip-install-compiled]/returns: executed successfully | |
notice: /Stage[main]/Kuma_config/Exec[kuma_sql_migrate]/returns: executed successfully | |
err: /Stage[main]/Kuma_config/Exec[kuma_south_migrate]/returns: change from notrun to 0 failed: /usr/bin/python manage.py migrate returned 1 instead of one of [0] at /tmp/vagrant-puppet/manifests/classes/site-config.pp:158 | |
notice: /Stage[main]/Kuma_config/Exec[kuma_update_feeds]: Dependency Exec[kuma_south_migrate] has failures: true | |
warning: /Stage[main]/Kuma_config/Exec[kuma_update_feeds]: Skipping because of failed dependencies | |
notice: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/.bash_profile]: Dependency Exec[kuma_south_migrate] has failures: true | |
warning: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/.bash_profile]: Skipping because of failed dependencies | |
notice: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/bin]: Dependency Exec[kuma_south_migrate] has failures: true | |
warning: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/bin]: Skipping because of failed dependencies | |
notice: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/bin/go-tmux.sh]: Dependency Exec[kuma_south_migrate] has failures: true | |
warning: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/bin/go-tmux.sh]: Skipping because of failed dependencies | |
notice: Finished catalog run in 15.58 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this same warning when I did 'vagrant up'. Copy of my warning is below. It also did this when I then went and did 'vagrant provision'. How to correct this? Please let me know.
aprilmorone@ubuntu:~/kuma$ vagrant up
[default] VM already created. Booting if it's not already running...
[default] Clearing any previously set forwarded ports...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] Exporting NFS shared folders...
[vagrant] Preparing to edit /etc/exports. Administrator privileges will be required...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Running any VM customizations...
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- manifests: /tmp/vagrant-puppet/manifests
[default] Mounting NFS shared folders...
[default] Running provisioner: Vagrant::Provisioners::Puppet...
[default] Running Puppet with /tmp/vagrant-puppet/manifests/dev-vagrant.pp...
stdin: is not a tty
notice: /Stage[hacks]/Dev_hacks/File[/etc/resolv.conf]/content: content changed '{md5}8a11b6600473dc2c69676a4e66dbe2bf' to '{md5}b30f0a85015fb33ee4da43e79516ff9e'
notice: /Stage[pre]/Update_repos/Exec[apt-update]/returns: executed successfully
err: /Stage[langs]/Nodejs/Exec[npm-install]/returns: change from notrun to 0 failed: /usr/bin/npm install returned 1 instead of one of [0] at /tmp/vagrant-puppet/manifests/classes/nodejs.pp:21
notice: /Stage[langs]/Python_modules/Exec[pip-install-dev]/returns: executed successfully
notice: /Stage[langs]/Python_modules/Exec[pip-install-compiled]/returns: executed successfully
notice: /Stage[main]/Apache_config/Apache::Loadmodule[alias]/Exec[/usr/sbin/a2enmod alias]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[alias]/Exec[/usr/sbin/a2enmod alias]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[env]/Exec[/usr/sbin/a2enmod env]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[env]/Exec[/usr/sbin/a2enmod env]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/File[/etc/apache2/ssl]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/File[/etc/apache2/ssl]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[expires]/Exec[/usr/sbin/a2enmod expires]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[expires]/Exec[/usr/sbin/a2enmod expires]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/File[/etc/apache2/ssl/apache.key]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/File[/etc/apache2/ssl/apache.key]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[proxy]/Exec[/usr/sbin/a2enmod proxy]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[proxy]/Exec[/usr/sbin/a2enmod proxy]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[setenvif]/Exec[/usr/sbin/a2enmod setenvif]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[setenvif]/Exec[/usr/sbin/a2enmod setenvif]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[rewrite]/Exec[/usr/sbin/a2enmod rewrite]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[rewrite]/Exec[/usr/sbin/a2enmod rewrite]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[proxy_http]/Exec[/usr/sbin/a2enmod proxy_http]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[proxy_http]/Exec[/usr/sbin/a2enmod proxy_http]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[wsgi]/Exec[/usr/sbin/a2enmod wsgi]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[wsgi]/Exec[/usr/sbin/a2enmod wsgi]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[vhost_alias]/Exec[/usr/sbin/a2enmod vhost_alias]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[vhost_alias]/Exec[/usr/sbin/a2enmod vhost_alias]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[headers]/Exec[/usr/sbin/a2enmod headers]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[headers]/Exec[/usr/sbin/a2enmod headers]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/File[/etc/apache2/ssl/apache.crt]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/File[/etc/apache2/ssl/apache.crt]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Apache::Loadmodule[ssl]/Exec[/usr/sbin/a2enmod ssl]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Apache::Loadmodule[ssl]/Exec[/usr/sbin/a2enmod ssl]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/File[/etc/apache2/conf.d/mozilla-kuma-apache.conf]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/File[/etc/apache2/conf.d/mozilla-kuma-apache.conf]: Skipping because of failed dependencies
notice: /Stage[main]/Apache_config/Service[apache2]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Apache_config/Service[apache2]: Skipping because of failed dependencies
notice: /Stage[main]/Mysql_config/File[/etc/mysql/my.cnf]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Mysql_config/File[/etc/mysql/my.cnf]: Skipping because of failed dependencies
notice: /Stage[main]/Mysql_config/Service[mysql]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Mysql_config/Service[mysql]: Skipping because of failed dependencies
notice: /Stage[main]/Mysql_config/File[/tmp/init.sql]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Mysql_config/File[/tmp/init.sql]: Skipping because of failed dependencies
notice: /Stage[main]/Mysql_config/Exec[setup_mysql_databases_and_users]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Mysql_config/Exec[setup_mysql_databases_and_users]: Skipping because of failed dependencies
notice: /Stage[main]/Rabbitmq_config/Exec[rabbitmq-kuma-user]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Rabbitmq_config/Exec[rabbitmq-kuma-user]: Skipping because of failed dependencies
notice: /Stage[main]/Rabbitmq_config/Exec[rabbitmq-kuma-vhost]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Rabbitmq_config/Exec[rabbitmq-kuma-vhost]: Skipping because of failed dependencies
notice: /Stage[main]/Rabbitmq_config/Exec[rabbitmq-kuma-permissions]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Rabbitmq_config/Exec[rabbitmq-kuma-permissions]: Skipping because of failed dependencies
notice: /Stage[main]/Kuma_config/File[/var/www/.htaccess]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Kuma_config/File[/var/www/.htaccess]: Skipping because of failed dependencies
notice: /Stage[main]/Kuma_config/File[/vagrant/webroot/.htaccess]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Kuma_config/File[/vagrant/webroot/.htaccess]: Skipping because of failed dependencies
notice: /Stage[main]/Kuma_config/File[/vagrant/media/uploads]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Kuma_config/File[/vagrant/media/uploads]: Skipping because of failed dependencies
notice: /Stage[main]/Kuma_config/Exec[kuma_update_product_details]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Kuma_config/Exec[kuma_update_product_details]: Skipping because of failed dependencies
notice: /Stage[main]/Kuma_config/Exec[kuma_sql_migrate]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Kuma_config/Exec[kuma_sql_migrate]: Skipping because of failed dependencies
notice: /Stage[main]/Kuma_config/Exec[kuma_south_migrate]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Kuma_config/Exec[kuma_south_migrate]: Skipping because of failed dependencies
notice: /Stage[main]/Kuma_config/Exec[kuma_update_feeds]: Dependency Exec[npm-install] has failures: true
warning: /Stage[main]/Kuma_config/Exec[kuma_update_feeds]: Skipping because of failed dependencies
notice: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/.bash_profile]: Dependency Exec[npm-install] has failures: true
warning: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/.bash_profile]: Skipping because of failed dependencies
notice: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/bin]: Dependency Exec[npm-install] has failures: true
warning: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/bin]: Skipping because of failed dependencies
notice: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/bin/go-tmux.sh]: Dependency Exec[npm-install] has failures: true
warning: /Stage[hacks_post]/Dev_hacks_post/File[/home/vagrant/bin/go-tmux.sh]: Skipping because of failed dependencies
notice: Finished catalog run in 24.95 seconds