-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
vnc-recorder is not able to write recordings Linux permissions? #518
Comments
How is your build server setup? If the file is still there, can you please make a Sounds like something that might happen if the Docker container writes the files with root user id and so other users aren't allowed to move/delete it. |
The movie file is never created. The vcr-container dies instantly. The tests are run with an unprivileged user who has write permissons to the target/ directory
It runs the Docker entrypoint with the following arguments
Quick googling for exit code 139: segfault? Any idea how I can debug this further? |
BTW I can connect to the selenium/standalone-chrome-debug with VNC and see the test running. |
Hi @kwbr, |
Thanks, I'll test it out as soon as it's merged and released. Just subscribed for notifications on the issue. |
I suspect that, if not already fixed, #888 may finally fix this. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this. |
This issue has been automatically closed due to inactivity. We apologise if this is still an active problem for you, and would ask you to re-open the issue if this is the case. |
I always get errors, that the recording can not be moved to the target destination. The reason is, that the file to be moved does not exists. The screen.flv is not created. I use Linux as my build server, under MacOS it works.
Wild guess: I read about permission problems writing to the host filesystem under Linux.
The text was updated successfully, but these errors were encountered: