-
Notifications
You must be signed in to change notification settings - Fork 13
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
Chromium and libudev-compat #58
Comments
Yeah, google-chrome-44.0.2403.155_p1 dies for me too. |
Thanks for the strace! The lines at the very end look interesting:
A bit of background: libudev-compat works by creating a PID-specific directory in It looks like what's happening here is that |
chmod -r 777 /dev/metadata/udev/events removed the problem for me. |
Oh and yeah, there permissions were as this before the chmod: |
Yep. I feel stupid for not checking now. /dev/metadata/udev/events is being crated with root:root 755. |
I feel stupid for not explicitly |
It works with 777, but as with any tmp-like dir, it's better to make it 1777, so that other users can't remove your stuff. |
@fbt Good catch; just pushed a fix. |
Chromium doesn't work with vdev's libudev. Here's a strace.
Not sure if it's chromium or libudev-compat being silly, but as it works with eudev, I've decided to poke you first.
The text was updated successfully, but these errors were encountered: