Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upnil exception on scanning CentOS 7.2 #3
Closed
Labels
Comments
|
I have been using this branch in an attempt to get around the nil can't be coerced error and I don't get success with its usage. Here is the output generated from the Centos 7.2 instance I have been working with.
Here is a copy of my .kitchen.yml configuration file:
Any insights on how to proceed? |
|
From the .kitchen.yml file (provided within the source tree) I added two parameters: privileged: true and run_command: /usr/sbin/init and also set use_sudo: false and achieved the same results. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attaching the screenshot received from the user:
I was not able to reproduce on CentOS 6 & 7 and created this profile branch for the user to run and give us more output:
https://github.com/dev-sec/linux-patch-benchmark/tree/ap/nil-fix