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
[default] Running provisioner: puppet... | |
Running Puppet with default.pp... | |
Info: Loading facts in /tmp/vagrant-puppet/modules-0/puppetlabs-concat/lib/facter/concat_basedir.rb | |
Info: Loading facts in /tmp/vagrant-puppet/modules-0/puppetlabs-stdlib/lib/facter/facter_dot_d.rb | |
Info: Loading facts in /tmp/vagrant-puppet/modules-0/puppetlabs-stdlib/lib/facter/pe_version.rb | |
Info: Loading facts in /tmp/vagrant-puppet/modules-0/puppetlabs-stdlib/lib/facter/puppet_vardir.rb | |
Info: Loading facts in /tmp/vagrant-puppet/modules-0/puppetlabs-stdlib/lib/facter/root_home.rb | |
Warning: Could not retrieve fact fqdn | |
Error: Syntax error at 'nfs::server::ubuntu'; expected '}' at /tmp/vagrant-puppet/modules-0/nfsshare/manifests/init.pp:4 on node vagrant-ubuntu-saucy-64 | |
Error: Syntax error at 'nfs::server::ubuntu'; expected '}' at /tmp/vagrant-puppet/modules-0/nfsshare/manifests/init.pp:4 on node vagrant-ubuntu-saucy-64 |
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
/home 0.0.0.0(vers=3,rw,insecure,sync,all_squash,no_subtree_check,anonuid=1000,anongid=1000) |
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
* Exporting directories for NFS kernel daemon... | |
...done. | |
* Starting NFS kernel daemon | |
...fail! |
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
Nov 17 10:10:54 vagrant-ubuntu-saucy-64 kernel: imklog 5.8.11, log source = /proc/kmsg started. | |
Nov 17 10:10:54 vagrant-ubuntu-saucy-64 rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="899" x-info="http://www.rsyslog.com"] start | |
Nov 17 10:10:54 vagrant-ubuntu-saucy-64 rsyslogd: rsyslogd's groupid changed to 103 | |
Nov 17 10:10:54 vagrant-ubuntu-saucy-64 rsyslogd: rsyslogd's userid changed to 101 | |
Nov 17 10:10:54 vagrant-ubuntu-saucy-64 rsyslogd-2039: Could not open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ] | |
Nov 17 10:10:54 vagrant-ubuntu-saucy-64 kernel: [ 0.000000] Initializing cgroup subsys cpuset | |
Nov 17 10:10:54 vagrant-ubuntu-saucy-64 kernel: [ 0.000000] Initializing cgroup subsys cpu | |
Nov 17 10:10:54 vagrant-ubuntu-saucy-64 kernel: [ 0.000000] Initializing cgroup subsys cpuacct | |
Nov 17 10:10:54 vagrant-ubuntu-saucy-64 kernel: [ 0.000000] Linux version 3.11.0-13-generic (buildd@roseapple) (gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8) ) #20-Ubuntu SMP Wed Oct |
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
#/etc/exports | |
/home *(rw,insecure,sync,all_squash,no_subtree_check,anonuid=1000,anongid=1000) | |
#/etc/default/nfs-common | |
NEED_STATD= | |
STATDOPTS="--port 32765 --outgoing-port 32766" | |
NEED_GSSD= | |
#/etc/default/nfs-kernel-server |
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
/home *(rw,insecure,sync,all_squash,no_subtree_check,anonuid=1000,anongid=1000) |
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
disk2_path = Dir.pwd() + "/" + "Tomato-Data" + ".vmdk" | |
#end | |
vb.customize ["storagectl", :id, "--name", "SATAController", "--controller", "IntelAHCI", "--portcount", "2", "--hostiocache", "on"] | |
vb.customize ["storageattach", :id, "--storagectl", "SATAController", "--port", "0", "--device", "0", "--nonrotational", "on"] | |
vb.customize ["createhd", "--filename", disk2_path, "--size", 300*1024, "--format", "vmdk", "--variant", "Standard"] | |
vb.customize ["storageattach", :id, "--storagectl", "SATAController", "--port", "1", "--device", "0", "--type", "hdd", "--medium", disk2_path] |
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
vagrant@precise64:/vagrant$ bundle exec cap production deploy | |
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid thi s message. | |
cap aborted! | |
minersource | |
/home/vagrant/.rvm/gems/ruby-2.0.0-p353/gems/net-ssh-2.7.0/lib/net/ssh.rb:215:in `start' | |
/home/vagrant/.rvm/gems/ruby-2.0.0-p353/gems/sshkit-1.2.0/lib/sshkit/backends/netssh.rb:169:in `ss h' | |
/home/vagrant/.rvm/gems/ruby-2.0.0-p353/gems/sshkit-1.2.0/lib/sshkit/backends/netssh.rb:122:in `bl ock in _execute' | |
/home/vagrant/.rvm/gems/ruby-2.0.0-p353/gems/sshkit-1.2.0/lib/sshkit/backends/netssh.rb:119:in `ta p' | |
/home/vagrant/.rvm/gems/ruby-2.0.0-p353/gems/sshkit-1.2.0/lib/sshkit/backends/netssh.rb:119:in `_e xecute' | |
/home/vagrant/.rvm/gems/ruby-2.0.0-p353/gems/sshkit-1.2.0/lib/sshkit/backends/netssh.rb:62:in `tes t' |
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
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '4.0.2' | |
# Use SCSS for stylesheets | |
gem 'sass-rails', '~> 4.0.0' | |
# Use Uglifier as compressor for JavaScript assets | |
gem 'uglifier', '>= 1.3.0' |
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
vagrant@precise64:/vagrant$ bundle exec cap bundler:install | |
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to ski p validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. | |
Stage not set, please call something such as `cap production deploy`, where production is a stage you hav e defined. | |
vagrant@precise64:/vagrant$ bundle exec cap assets:precompile | |
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to ski p validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. | |
Stage not set, please call something such as `cap production deploy`, where production is a stage you hav e defined. | |
vagrant@precise64:/vagrant$ |
OlderNewer