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

systemd unit on CentOS 7 fails to start #45

Open
jtognazzi opened this issue Oct 27, 2017 · 2 comments
Open

systemd unit on CentOS 7 fails to start #45

jtognazzi opened this issue Oct 27, 2017 · 2 comments

Comments

@jtognazzi
Copy link

jtognazzi commented Oct 27, 2017

Because of 4f88a66 the selenium systemd unit is failing to start.
The problem seems to be with the quoting of the xvfb-run arguments.

Besides the integration tests failed to notice the failure because the systemd start command doesn't return any error.

Looking at the forks of this project, I found that @MassiveHiggsField has fixed these in his project https://github.com/MassiveHiggsField/ansible-role-selenium

@MassiveHiggsField do you plan to do a pull request ?

@MassiveHiggsField
Copy link

Already done #44

@rmeleromira
Copy link

This can also be fixed by escaping the spaces for the exec arguments
selenium_xvfb_args: "--server-args='-screen\\ 0,\\ 1920x1080x24'"

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

3 participants