Comment #5 on issue 31077 by craig.schlenter: Doesn't start and only prints "Failed to move to new PID namespace: Operation not permitted" http://code.google.com/p/chromium/issues/detail?id=31077
There is more information on the suid sandbox here btw.: http://code.google.com/p/chromium/wiki/LinuxSUIDSandbox Bottom line: the sandbox needs suid permissions so you should make sure that /opt (or wherever whichever binary package you use places the suid sandbox) supports the appropriate permissions. We could arguably pretty up the error message to be more user friendly e.g. it could explicitly suggest checking the permissions of the sandbox && mountpoint on failure. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
