Hi Charles, Vagrant-dspace worked for me a couple weeks ago.
However I couldn't get local.yaml to work. I wasn't able to use sync_src_to_host or set the git options. I haven't had time to re-visit the issue since. I tried things again just now on a different computer than before. I couldn't get it to work (vagrant up failed) until I set up my SSH key with github. This was without using local.yaml (will try that later). I added my key to ssh agent [1] and then tested the connection [2]. It remembered the github fingerprint (added an entry to ~/.ssh/known_hosts). Certainly possible that's a red herring (especially considering I don't really know vagrant). Please report back if you figure anything out. Tom [0] https://help.github.com/categories/ssh/ [1a] eval "$(ssh-agent -s)") [1b] ssh-add ~/.ssh/id_rsa [2] ssh -T [email protected] On Tue, Nov 1, 2016 at 9:35 AM, <[email protected]> wrote: > I'm trying to evaluate DSpace as a potential replacement for our current > institutional repository. > > Has anyone tried to run the Vagrant box from this project > https://github.com/DSpace/vagrant-dspace lately ? > > It just fires up and ends in a timeout because it cannot connect via SSH. > I'm using Vagrant 1.8.6, and have other projects running flawlessly. > > I suspect that vagrant-dspace is broken since DSpace 6 was released ... but > unfortunately I'm not in the capacity to fix it, as I get no error message > and cannot connect to the box. > > Any help would be greatly appreciated. > > ++ > > -- > 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.
