OK, here's a shot in the dark, and it will require you taking a leap back as it were, if in addition to destroying your vagrant environment you also delete the box image Vagrant has cached away for you:
in your Vagrant-DSpace folder, run: vagrant box remove box-cutter/ubuntu1604 vagrant destroy -f You'll be resetting back to scratch; the next time your run vagrant up you'll be getting a new box-cutter/ubuntu1604 image and a new Vagrant-DSpace instance based upon it. Re-downloading the box-cutter/ubuntu1604 image will take a while. --hardy On Fri, Nov 18, 2016 at 9:37 AM, Andrew Parker <[email protected]> wrote: > Hi Hardy, > > I am also on 1.8.6, and I have installed vagrant-vbguest. > > Thanks, > Drew > > -- > 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. > -- 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.
