-
Notifications
You must be signed in to change notification settings - Fork 29
Closes #99 and #100 #101
base: master
Are you sure you want to change the base?
Closes #99 and #100 #101
Conversation
mod "datagovuk/python", | ||
:git => "https://github.com/stankevich/puppet-python", | ||
:ref => 'e92de3dee9c55d5' | ||
:ref => '9ef5e39' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be the parent to the 1.9.5 commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. WIll fix that. e92de3dee9c55d5
however is definitely out of the history.
@morty I've fixed the commit reference. |
@morty if you get a chance this week, could you try a rebuild and see if this causes an issue. I'm not sure how common this setup is - I've certainly never encountered it when running vbox with either direct sharing or over NFS. |
I've just spun up another instance and it all worked fine. I cannot reproduce this issue. @antitoxic can you tell us a little more about your setup? What version of Vagrant/Virtualbox are you using? This line should make creating symbolic links possible: https://github.com/datagovuk/dgu-vagrant-puppet/blob/master/Vagrantfile#L38 |
My host machine is Arch linux, I used the latest virtualbox (5) and latest vagrant at the time I reported this issue. I didn't proceed further with my tests after that. I'm pretty uncertain what |
I don't know why I'm not seeing this, probably because I'm on a Mac. Rather than it being a symlink issue, is it possible that it's actually this issue https://www.virtualbox.org/ticket/14563 ? Can you manually create a symlink without .. in it and have it succeed? I'm just wary of breaking symlinks for binaries as it is likely to break things (like grunt). Another option, seeing as we're presumably in a VM solely for CKAN - can-we/is-it-safe-to install the node stuff globally? |
I did some more tests (only now I have access to my dgu test machine). It seems the problem is due to permissions. I can create symlinks as root (or sudo). I also noticed that the guest additions installed on the vagrant box are older version than the virtualbox itself:
Some questions:
|
This is a very common message you get when you upgrade your virtualbox version and you carry on using a vm created before. I've never seen it cause a problem like this. |
No description provided.