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

dead facter process while executing kmod fact #96

Open
QueerCodingGirl opened this issue Jun 16, 2023 · 1 comment
Open

dead facter process while executing kmod fact #96

QueerCodingGirl opened this issue Jun 16, 2023 · 1 comment

Comments

@QueerCodingGirl
Copy link

Facter, and therefore the puppet agent process hang in the dead state when executing the kmod fact. The output just stops and no error is generated.

Environment:
OS: Ubuntu 18.04 virtual machine
Agent: Puppet 7.23.0
Facter 4.3.0 (bundled with the puppet agent)

I added some debug lines to the fact and found out it dies when it tries to read from /sys/module/kvm_intel/parameters/eptad.
Changing the rescue line to catch all exceptions did not help.

The line that triggers the error:

kmod[directory]['parameters'][param] = File.read("/sys/module/#{directory}/parameters/#{param}").chomp

@QueerCodingGirl
Copy link
Author

After excluding the eptad parameter, it fails on the next one (flexpriority), so i guess it may fail for the whole kvm_intel module parameters.

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

No branches or pull requests

1 participant