Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nfs mount problems #56

Closed
thomasfb opened this issue Sep 15, 2013 · 2 comments
Closed

nfs mount problems #56

thomasfb opened this issue Sep 15, 2013 · 2 comments
Labels

Comments

@thomasfb
Copy link

I oftenly got mount problems.

The duplicate exportfs entries appear reprodusably. But that seems not to be a real problem.

But a problem is that I'm using the exactly same Vagrantfile for an already installed machine and sometimes I get this error:

[default] Creating shared folders metadata...
[default] Exporting NFS shared folders...
Preparing to edit /etc/exports. Administrator privileges will be required...
nfsd running
exportfs: duplicated export entries:
exportfs:   192.168.50.5:/home/thomas/75_phpstorm/quantum-application-kvm
exportfs:   192.168.50.5:/home/thomas/75_phpstorm/quantum-application-kvm
[default] Mounting NFS shared folders...
[BUG] Segmentation fault
ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-linux]

-- C level backtrace information -------------------------------------------
/opt/vagrant/embedded/bin/../lib/libruby.so.1.9(+0x1a0a34) [0x7f64e4856a34]
/opt/vagrant/embedded/bin/../lib/libruby.so.1.9(+0x5db7c) [0x7f64e4713b7c]
/opt/vagrant/embedded/bin/../lib/libruby.so.1.9(rb_bug+0x10d) [0x7f64e4713cc2]
/opt/vagrant/embedded/bin/../lib/libruby.so.1.9(+0x1207e7) [0x7f64e47d67e7]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0) [0x7f64e44a8cb0]
/opt/vagrant/embedded/bin/../lib/libruby.so.1.9(ruby_xfree+0x1d) [0x7f64e472aea7]
/opt/vagrant/embedded/lib/libxml2.so.2(xmlCleanupCharEncodingHandlers+0x9a) [0x7f64def3d3e2]
/opt/vagrant/embedded/lib/libxml2.so.2(xmlCleanupParser+0x13) [0x7f64def6d023]
/usr/lib/virtualbox/VBoxRT.so(+0x4d0c8) [0x7f64dc4b10c8]
/lib/x86_64-linux-gnu/libc.so.6(+0x3b901) [0x7f64e37d4901]
/lib/x86_64-linux-gnu/libc.so.6(+0x3b985) [0x7f64e37d4985]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf4) [0x7f64e37ba774]
/opt/vagrant/bin/../embedded/bin/ruby() [0x4008b9]
vagrant plugin list
vagrant-kvm (0.1.4)
@miurahr
Copy link
Collaborator

miurahr commented Nov 10, 2013

Segfault is an independent bug as same as #57

@miurahr
Copy link
Collaborator

miurahr commented Jan 5, 2014

It is vagrant problem rather than vagrant-kvm.

There is vagrant/plugins/hosts/linux/host.rb don't check export host directory duplication but only check uuid duplication.
We need a fix in vagrant.

@miurahr miurahr closed this as completed Mar 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants