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

FreeBSD 10.2 fails on stat -c #501

Open
tadukurow opened this issue Feb 9, 2016 · 0 comments · May be fixed by #502
Open

FreeBSD 10.2 fails on stat -c #501

tadukurow opened this issue Feb 9, 2016 · 0 comments · May be fixed by #502

Comments

@tadukurow
Copy link

98 in chef-provisioning/lib/chef/provisioning/machine/unix_machine.rb calls
result = transport.execute("stat -c '%a %U %G %n' #{path}", :read_only => true)

FreeBSD stat doesn't have the "-c" flag and convergence fails.
https://www.freebsd.org/cgi/man.cgi?query=stat&sektion=1

@tadukurow tadukurow linked a pull request Feb 10, 2016 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant