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

Pbuild test user does not have permission to execute omiagent #155

Closed
palladia opened this issue Dec 22, 2016 · 1 comment
Closed

Pbuild test user does not have permission to execute omiagent #155

palladia opened this issue Dec 22, 2016 · 1 comment

Comments

@palladia
Copy link
Contributor

On CentOS7, basic-auth unit-tests fail. Investigations show that this is because the server tries to spawn omiagent and fails. Omiagent is invoked using the test account credentials (omi_test), which does not have access to the omiagent executable because my /home/v-geflem directory is by default 700 on CentOS7. In most other systems, the default permission is 755 for home directories.

Temporarily change home directory to 711, and the tests run cleanly.

palladia added a commit that referenced this issue Jan 6, 2017
palladia added a commit that referenced this issue Jan 6, 2017
@palladia
Copy link
Contributor Author

palladia commented Jan 6, 2017

Fixed by #170

@palladia palladia closed this as completed Jan 6, 2017
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