Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

alpine 3.5 support: small mod needed #20

Open
raarts opened this issue Mar 26, 2017 · 1 comment
Open

alpine 3.5 support: small mod needed #20

raarts opened this issue Mar 26, 2017 · 1 comment

Comments

@raarts
Copy link

raarts commented Mar 26, 2017

Hi,

I create a vagrant box for alpine 3.5 using your template, found that two more lines are needed, nfs_client.rb needs to look like this:

            comm.sudo('apk update')
            comm.sudo('apk add --upgrade nfs-utils')
            comm.sudo('rc-update add rpcbind')
            comm.sudo('rc-service rpcbind start')
            comm.sudo('rc-update add rpc.statd')
            comm.sudo('rc-service rpc.statd start')

so two lines for rpcbind needed to be added.My first exposure to Ruby, but this worked. Could not find out how to detect alpine version number to make this only apply to alpine 3.5, but anyway.

Thanks for this plugin and the boxes.

@maier
Copy link
Owner

maier commented May 2, 2017

I can't seem to recreate the issue. When I vagrant up an alpine 3.5 box it installs the NFS client as usual and rpcbind is started as part of rpc.statd. I've never had to start it separately or add it as a service. What box are you using in your vagrantfile?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants