-
-
Notifications
You must be signed in to change notification settings - Fork 77
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 Support #51
Comments
You analysis is correct. If you have access to FreeBSD systems, you can use the scripts in https://github.com/camptocamp/facterdb/tree/master/facts to gather facts and submit them here for publication. |
I have updated the scripts and created a pull (#53) which would update the freebsd facts Thanks |
Thanks for the FreeBSD update @b4ldr. Looking forward to it. |
|
@xaque208 the only difference between yours and mine is that i used [1]https://github.com/b4ldr/facterdb/blob/update_vagrant/facts/Vagrantfile#L132 |
Oh I kept thinking that the shell provider was failing due to the |
@xaque208 yes you need root to mount the freebsd shared folder, i have added a comment to your PR with the relevant info. thanks |
Thanks @b4ldr. I was able to get NFS mount and facter to run. I'll need to look at this again to write the output, which looked like there might be errors on at least some of the versions, but I'll check again. |
I keep meaning to come back to this. Getting FreeBSD facts updated in this repo is blocking several other PRs that I'm trying to make progress on, I've just not been working on Puppet lately. |
@xaque208 i thought you refactored my pull and had it merged? Let me know if there is something i can help with |
The code got merged, but I had some vagrant issues I never came back to so the facts themselves never got submitted @b4ldr. Perhaps this week I can take another look at it. |
i have created #68 im getting an error from facter on freebsd 11 (see below) which is prvcenting the script running
|
@b4ldr Make sure you set a UTF-8 LANG for the environment, and it should work. |
yes thats seems to have got it |
As of #104, we should have up to date factsets for FreeBSD 11 & 12. |
Hello,
Do you still support FreeBSD. I am getting the following error
I am running the following versions
Im not too familure with the code of this project however a naive search shows that freebsd facts only exist upto version 2.4. so for now i have added
facter < 2.5
to my gemspec as per this comment #44 (comment)Thanks
The text was updated successfully, but these errors were encountered: