Thanks for your feedback, Tom. Here's what allowed me to move forward so far : - change vagrant_box to 'ubuntu/xenial64' - and the corresponding vagrant_box_url to 'https://vagrantcloud.com/ubuntu/xenial64'
It seems that there was an issue with the xenial64 box (http://stackoverflow.com/questions/37283269/how-i-can-get-vagrant-folder-on-ubuntu-xenial64/38078133#38078133), that is now solved. And where nothing happened with the box-cutter/ubuntu1604 box, now at least some (if not all) provisioning is being done with ubuntu/xenial64. But in the end, I get this error message : > ==> vagrant-dspace: Debug: Finishing transaction 41343800 > ==> vagrant-dspace: Debug: Storing state > ==> vagrant-dspace: Info: Creating state file > /var/lib/puppet/state/state.yaml > ==> vagrant-dspace: Debug: Stored state in 0.01 seconds > ==> vagrant-dspace: Notice: Finished catalog run in 2443.84 seconds > ==> vagrant-dspace: Debug: Using settings: adding file resource 'rrddir': > 'File[/var/lib/puppet/rrd]{:path=>"/var/lib/puppet/rrd", :mode=>"750", > :owner=>"puppet", :group=>"puppet", :ensure=>:directory, :loglevel=>:debug, > :links=>:follow, :backup=>false}' > ==> vagrant-dspace: Debug: /File[/var/lib/puppet/rrd]/ensure: created > ==> vagrant-dspace: Debug: Finishing transaction 28479260 > ==> vagrant-dspace: Debug: Received report to process from > dspace.vagrant.dev > ==> vagrant-dspace: Debug: Evicting cache entry for environment > 'production' > ==> vagrant-dspace: Debug: Caching environment 'production' (ttl = 0 sec) > ==> vagrant-dspace: Debug: Processing report from dspace.vagrant.dev with > processor Puppet::Reports::Store > 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 > went wrong. > (btw, "vagrant ssh" allows me to connect manually) Any idea ? ++ -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
