-
Notifications
You must be signed in to change notification settings - Fork 56
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
running as unprivileged user doesn't work as documented #81
Comments
In what way "doesn't it work"? Error messages? Log entries? |
i had this problem back in november and worked hours to solve it. |
i did some debugging and came to the following results:
the problem is that the last command isn't persistent... so there's a simpler solution than the one i described above, but information in the README isn't enough to get ffmap-backend running as an unprivileged user sidenote: |
Your side note may actually hint at what is the difference in our setups. How/wherefrom did you install alfred? Because I'm using the repository at debian.draic.info by @tcatm, and the version installed from there is automatically run as root:alfred and sets 660 on the socket. |
We're running 2014.4 from ffmuc/fpletz repository at the moment, but as the "more official" one in debians repositories also doesn't use root:alfred and 660 we should either work hard to change it there, too or (even better) change it so it doesn't need full root. |
running ffmap-backend on Debian 8 as unprivileged user doesn't work like it is documented.
as far as i remember it was strange, with the solution from the readme, the alfred socket access wasn't possible most of the time, worked only once in a while
we solved it by
maybe there's a better way, but the readme should be updated regarding this
The text was updated successfully, but these errors were encountered: