-
Notifications
You must be signed in to change notification settings - Fork 116
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
Comments
palladia
added a commit
that referenced
this issue
Jan 4, 2017
palladia
added a commit
that referenced
this issue
Jan 4, 2017
palladia
added a commit
that referenced
this issue
Jan 4, 2017
palladia
added a commit
that referenced
this issue
Jan 5, 2017
palladia
added a commit
that referenced
this issue
Jan 5, 2017
palladia
added a commit
that referenced
this issue
Jan 5, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
palladia
added a commit
that referenced
this issue
Jan 6, 2017
Fixed by #170 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: