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

You need to make sure that /snap/mqttx/x1/chrome-sandbox is owned by root and has mode 4755. #109

Closed
maikereis opened this issue Nov 27, 2019 · 3 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@maikereis
Copy link

I have installed MQTTX 1.1.1 by snap file, but when i try to run it i get:

"The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /snap/mqttx/x1/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)"

And, after try to:

sudo chmod 4755 /snap/mqttx/x1/chrome-sandbox

i get these same message. Can you help-me?

@ysfscream ysfscream added the help wanted Extra attention is needed label Nov 28, 2019
@ysfscream ysfscream self-assigned this Nov 28, 2019
@ysfscream
Copy link
Member

ysfscream commented Nov 28, 2019

Hi, @XxKavosxX. Actually I haven't used sanp file for real installation, but I found some ways that might be useful to you.

CONFIG_USER_NS=y enables the user namespaces feature, but they're still restricted to privileged users by default. This suggests sysctl kernel.unprivileged_userns_clone=1

or

  • sudo chown root chrome-sandbox
  • chmod 4755 chrome-sandbox

electron/electron#17972
These are from this issue of Electron, hope it is of help to you, thanks for your feedback.

@ysfscream ysfscream reopened this Nov 28, 2019
@ysfscream
Copy link
Member

Thanks for your feedback, I will close this issue.

@maikereis
Copy link
Author

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants