Chromium: “Running without the SUID sandbox!” error
I've downloaded and unpacked a fresh copy of Chromium (Linux_x64), and when I try to run the chrome
binary, this happens:
[23986:23986:0806/143027:FATAL:browser_main_loop.cc(148)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Aborted (core dumped)
It doesn't happen with Ubuntu's chromium-browser
package. I can bypass the error by running Chromium with --no-sandbox
but I'd rather leave the sandbox enabled.
chrome_sandbox
has permissions 4755
and is executable by chrome
. Does anyone know how to fix this error?
It might not be related, but I'm using full-disk encryption on my Ubuntu install.
chromium
add a comment |
I've downloaded and unpacked a fresh copy of Chromium (Linux_x64), and when I try to run the chrome
binary, this happens:
[23986:23986:0806/143027:FATAL:browser_main_loop.cc(148)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Aborted (core dumped)
It doesn't happen with Ubuntu's chromium-browser
package. I can bypass the error by running Chromium with --no-sandbox
but I'd rather leave the sandbox enabled.
chrome_sandbox
has permissions 4755
and is executable by chrome
. Does anyone know how to fix this error?
It might not be related, but I'm using full-disk encryption on my Ubuntu install.
chromium
Try to use the version from the repos. Don't download random stuff from the net.
– Wilf
Nov 7 '15 at 0:43
add a comment |
I've downloaded and unpacked a fresh copy of Chromium (Linux_x64), and when I try to run the chrome
binary, this happens:
[23986:23986:0806/143027:FATAL:browser_main_loop.cc(148)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Aborted (core dumped)
It doesn't happen with Ubuntu's chromium-browser
package. I can bypass the error by running Chromium with --no-sandbox
but I'd rather leave the sandbox enabled.
chrome_sandbox
has permissions 4755
and is executable by chrome
. Does anyone know how to fix this error?
It might not be related, but I'm using full-disk encryption on my Ubuntu install.
chromium
I've downloaded and unpacked a fresh copy of Chromium (Linux_x64), and when I try to run the chrome
binary, this happens:
[23986:23986:0806/143027:FATAL:browser_main_loop.cc(148)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Aborted (core dumped)
It doesn't happen with Ubuntu's chromium-browser
package. I can bypass the error by running Chromium with --no-sandbox
but I'd rather leave the sandbox enabled.
chrome_sandbox
has permissions 4755
and is executable by chrome
. Does anyone know how to fix this error?
It might not be related, but I'm using full-disk encryption on my Ubuntu install.
chromium
chromium
asked Aug 6 '13 at 13:35
JoeJoe
46112
46112
Try to use the version from the repos. Don't download random stuff from the net.
– Wilf
Nov 7 '15 at 0:43
add a comment |
Try to use the version from the repos. Don't download random stuff from the net.
– Wilf
Nov 7 '15 at 0:43
Try to use the version from the repos. Don't download random stuff from the net.
– Wilf
Nov 7 '15 at 0:43
Try to use the version from the repos. Don't download random stuff from the net.
– Wilf
Nov 7 '15 at 0:43
add a comment |
5 Answers
5
active
oldest
votes
Download chrome-linux.zip
from appropriate folder from here.
Extract the file - will get a folder called chrome-linux
.
Move the folder to wherever you want - I move it to my home folder.
navigate to that folder
open a terminal there
Previous two step might be reversed.
Run these four commands individually:
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
./chrome-wrapper
When I do that, I am good to go.
add a comment |
Do:
$ export DISPLAY=:0.0 && ./chrome --no-sandbox
add a comment |
Development of chrome sandbox stopped early 2016 (latest version of chrome-linux (64bit) that Lyle mentioned is http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/382014/ which is from March 2016, more than a year ago).
See the comment at the TOP of https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md which refers to the discussion here: https://bugs.chromium.org/p/chromium/issues/detail?id=598454 -- a bug that was closed as Fixed on 21 June 2016.
That discussion seems to indicate that with the appropriate kernel support it is safe to run chrome with --disable-setuid-sandbox which should cause chrome to stop even looking for the sandbox, but refuse to run if your kernel hasn't got the support to safely do so.
Nevertheless, at this moment (April 2017) ubuntu Stable (Xenial) still comes with the sandbox; package chromium-browser contains: /usr/lib/chromium-browser/chrome-sandbox which is setuid root.
The reason that I did got the error in the title of this question is that I was running a special version of chrome that was part of a package that came with an application (a SecondLife viewer) that found it necessary to provide their own version of the browser. Needless to say that this downloaded package wasn't installed with setuid root :p (nor would I suggest to change it to 4755, because that doesn't sound very secure to do).
add a comment |
On an Ubuntu 13.04 computer, the executable chromium-browser-sandbox has the file permission 4755 and is owned by root
root@ubuntu:~# ls -l /usr/lib/chromium-browser/chromium-browser-sandbox
-rwsr-xr-x 1 root root 13904 Jul 18 16:11 /usr/lib/chromium-browser/chromium-browser-sandbox
I guess you need to use the command chown root.root /path/to/chrome_sandbox
to make root the owner of the executable.
Not working keep saying [3695:3695:1128/164126:FATAL:browser_main_loop.cc(167)] Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
– YumYumYum
Nov 28 '13 at 15:42
add a comment |
For the problem Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment I do the next steps...
install chrome-linux http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/100056/ (X64)
unzip the zip, execute the commands and enter to folder
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
then, I unzip and install libgcrypt11_1.5.0-5+deb7u6_amd64.deb from this command
wget http://security.debian.org/debian-
security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u6_amd64.deb
Then execute the commands individually:
mv libgcrypt11_1.5.0-5+deb7u6_amd64.deb ../
sudo dpkg -i libgcrypt11_1.5.0-5+deb7u6_amd64.deb
./chrome-wrapper
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f329320%2fchromium-running-without-the-suid-sandbox-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Download chrome-linux.zip
from appropriate folder from here.
Extract the file - will get a folder called chrome-linux
.
Move the folder to wherever you want - I move it to my home folder.
navigate to that folder
open a terminal there
Previous two step might be reversed.
Run these four commands individually:
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
./chrome-wrapper
When I do that, I am good to go.
add a comment |
Download chrome-linux.zip
from appropriate folder from here.
Extract the file - will get a folder called chrome-linux
.
Move the folder to wherever you want - I move it to my home folder.
navigate to that folder
open a terminal there
Previous two step might be reversed.
Run these four commands individually:
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
./chrome-wrapper
When I do that, I am good to go.
add a comment |
Download chrome-linux.zip
from appropriate folder from here.
Extract the file - will get a folder called chrome-linux
.
Move the folder to wherever you want - I move it to my home folder.
navigate to that folder
open a terminal there
Previous two step might be reversed.
Run these four commands individually:
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
./chrome-wrapper
When I do that, I am good to go.
Download chrome-linux.zip
from appropriate folder from here.
Extract the file - will get a folder called chrome-linux
.
Move the folder to wherever you want - I move it to my home folder.
navigate to that folder
open a terminal there
Previous two step might be reversed.
Run these four commands individually:
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
./chrome-wrapper
When I do that, I am good to go.
edited Dec 14 '13 at 15:57
chaos
19.1k85667
19.1k85667
answered Dec 14 '13 at 11:58
Lyle R FairfieldLyle R Fairfield
7111
7111
add a comment |
add a comment |
Do:
$ export DISPLAY=:0.0 && ./chrome --no-sandbox
add a comment |
Do:
$ export DISPLAY=:0.0 && ./chrome --no-sandbox
add a comment |
Do:
$ export DISPLAY=:0.0 && ./chrome --no-sandbox
Do:
$ export DISPLAY=:0.0 && ./chrome --no-sandbox
answered Nov 28 '13 at 15:47
YumYumYumYumYumYum
4,4873286133
4,4873286133
add a comment |
add a comment |
Development of chrome sandbox stopped early 2016 (latest version of chrome-linux (64bit) that Lyle mentioned is http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/382014/ which is from March 2016, more than a year ago).
See the comment at the TOP of https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md which refers to the discussion here: https://bugs.chromium.org/p/chromium/issues/detail?id=598454 -- a bug that was closed as Fixed on 21 June 2016.
That discussion seems to indicate that with the appropriate kernel support it is safe to run chrome with --disable-setuid-sandbox which should cause chrome to stop even looking for the sandbox, but refuse to run if your kernel hasn't got the support to safely do so.
Nevertheless, at this moment (April 2017) ubuntu Stable (Xenial) still comes with the sandbox; package chromium-browser contains: /usr/lib/chromium-browser/chrome-sandbox which is setuid root.
The reason that I did got the error in the title of this question is that I was running a special version of chrome that was part of a package that came with an application (a SecondLife viewer) that found it necessary to provide their own version of the browser. Needless to say that this downloaded package wasn't installed with setuid root :p (nor would I suggest to change it to 4755, because that doesn't sound very secure to do).
add a comment |
Development of chrome sandbox stopped early 2016 (latest version of chrome-linux (64bit) that Lyle mentioned is http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/382014/ which is from March 2016, more than a year ago).
See the comment at the TOP of https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md which refers to the discussion here: https://bugs.chromium.org/p/chromium/issues/detail?id=598454 -- a bug that was closed as Fixed on 21 June 2016.
That discussion seems to indicate that with the appropriate kernel support it is safe to run chrome with --disable-setuid-sandbox which should cause chrome to stop even looking for the sandbox, but refuse to run if your kernel hasn't got the support to safely do so.
Nevertheless, at this moment (April 2017) ubuntu Stable (Xenial) still comes with the sandbox; package chromium-browser contains: /usr/lib/chromium-browser/chrome-sandbox which is setuid root.
The reason that I did got the error in the title of this question is that I was running a special version of chrome that was part of a package that came with an application (a SecondLife viewer) that found it necessary to provide their own version of the browser. Needless to say that this downloaded package wasn't installed with setuid root :p (nor would I suggest to change it to 4755, because that doesn't sound very secure to do).
add a comment |
Development of chrome sandbox stopped early 2016 (latest version of chrome-linux (64bit) that Lyle mentioned is http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/382014/ which is from March 2016, more than a year ago).
See the comment at the TOP of https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md which refers to the discussion here: https://bugs.chromium.org/p/chromium/issues/detail?id=598454 -- a bug that was closed as Fixed on 21 June 2016.
That discussion seems to indicate that with the appropriate kernel support it is safe to run chrome with --disable-setuid-sandbox which should cause chrome to stop even looking for the sandbox, but refuse to run if your kernel hasn't got the support to safely do so.
Nevertheless, at this moment (April 2017) ubuntu Stable (Xenial) still comes with the sandbox; package chromium-browser contains: /usr/lib/chromium-browser/chrome-sandbox which is setuid root.
The reason that I did got the error in the title of this question is that I was running a special version of chrome that was part of a package that came with an application (a SecondLife viewer) that found it necessary to provide their own version of the browser. Needless to say that this downloaded package wasn't installed with setuid root :p (nor would I suggest to change it to 4755, because that doesn't sound very secure to do).
Development of chrome sandbox stopped early 2016 (latest version of chrome-linux (64bit) that Lyle mentioned is http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/382014/ which is from March 2016, more than a year ago).
See the comment at the TOP of https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md which refers to the discussion here: https://bugs.chromium.org/p/chromium/issues/detail?id=598454 -- a bug that was closed as Fixed on 21 June 2016.
That discussion seems to indicate that with the appropriate kernel support it is safe to run chrome with --disable-setuid-sandbox which should cause chrome to stop even looking for the sandbox, but refuse to run if your kernel hasn't got the support to safely do so.
Nevertheless, at this moment (April 2017) ubuntu Stable (Xenial) still comes with the sandbox; package chromium-browser contains: /usr/lib/chromium-browser/chrome-sandbox which is setuid root.
The reason that I did got the error in the title of this question is that I was running a special version of chrome that was part of a package that came with an application (a SecondLife viewer) that found it necessary to provide their own version of the browser. Needless to say that this downloaded package wasn't installed with setuid root :p (nor would I suggest to change it to 4755, because that doesn't sound very secure to do).
answered Apr 4 '17 at 11:51
Carlo WoodCarlo Wood
1298
1298
add a comment |
add a comment |
On an Ubuntu 13.04 computer, the executable chromium-browser-sandbox has the file permission 4755 and is owned by root
root@ubuntu:~# ls -l /usr/lib/chromium-browser/chromium-browser-sandbox
-rwsr-xr-x 1 root root 13904 Jul 18 16:11 /usr/lib/chromium-browser/chromium-browser-sandbox
I guess you need to use the command chown root.root /path/to/chrome_sandbox
to make root the owner of the executable.
Not working keep saying [3695:3695:1128/164126:FATAL:browser_main_loop.cc(167)] Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
– YumYumYum
Nov 28 '13 at 15:42
add a comment |
On an Ubuntu 13.04 computer, the executable chromium-browser-sandbox has the file permission 4755 and is owned by root
root@ubuntu:~# ls -l /usr/lib/chromium-browser/chromium-browser-sandbox
-rwsr-xr-x 1 root root 13904 Jul 18 16:11 /usr/lib/chromium-browser/chromium-browser-sandbox
I guess you need to use the command chown root.root /path/to/chrome_sandbox
to make root the owner of the executable.
Not working keep saying [3695:3695:1128/164126:FATAL:browser_main_loop.cc(167)] Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
– YumYumYum
Nov 28 '13 at 15:42
add a comment |
On an Ubuntu 13.04 computer, the executable chromium-browser-sandbox has the file permission 4755 and is owned by root
root@ubuntu:~# ls -l /usr/lib/chromium-browser/chromium-browser-sandbox
-rwsr-xr-x 1 root root 13904 Jul 18 16:11 /usr/lib/chromium-browser/chromium-browser-sandbox
I guess you need to use the command chown root.root /path/to/chrome_sandbox
to make root the owner of the executable.
On an Ubuntu 13.04 computer, the executable chromium-browser-sandbox has the file permission 4755 and is owned by root
root@ubuntu:~# ls -l /usr/lib/chromium-browser/chromium-browser-sandbox
-rwsr-xr-x 1 root root 13904 Jul 18 16:11 /usr/lib/chromium-browser/chromium-browser-sandbox
I guess you need to use the command chown root.root /path/to/chrome_sandbox
to make root the owner of the executable.
answered Aug 7 '13 at 19:53
Erik SjölundErik Sjölund
521412
521412
Not working keep saying [3695:3695:1128/164126:FATAL:browser_main_loop.cc(167)] Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
– YumYumYum
Nov 28 '13 at 15:42
add a comment |
Not working keep saying [3695:3695:1128/164126:FATAL:browser_main_loop.cc(167)] Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
– YumYumYum
Nov 28 '13 at 15:42
Not working keep saying [3695:3695:1128/164126:FATAL:browser_main_loop.cc(167)] Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
– YumYumYum
Nov 28 '13 at 15:42
Not working keep saying [3695:3695:1128/164126:FATAL:browser_main_loop.cc(167)] Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
– YumYumYum
Nov 28 '13 at 15:42
add a comment |
For the problem Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment I do the next steps...
install chrome-linux http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/100056/ (X64)
unzip the zip, execute the commands and enter to folder
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
then, I unzip and install libgcrypt11_1.5.0-5+deb7u6_amd64.deb from this command
wget http://security.debian.org/debian-
security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u6_amd64.deb
Then execute the commands individually:
mv libgcrypt11_1.5.0-5+deb7u6_amd64.deb ../
sudo dpkg -i libgcrypt11_1.5.0-5+deb7u6_amd64.deb
./chrome-wrapper
add a comment |
For the problem Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment I do the next steps...
install chrome-linux http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/100056/ (X64)
unzip the zip, execute the commands and enter to folder
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
then, I unzip and install libgcrypt11_1.5.0-5+deb7u6_amd64.deb from this command
wget http://security.debian.org/debian-
security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u6_amd64.deb
Then execute the commands individually:
mv libgcrypt11_1.5.0-5+deb7u6_amd64.deb ../
sudo dpkg -i libgcrypt11_1.5.0-5+deb7u6_amd64.deb
./chrome-wrapper
add a comment |
For the problem Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment I do the next steps...
install chrome-linux http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/100056/ (X64)
unzip the zip, execute the commands and enter to folder
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
then, I unzip and install libgcrypt11_1.5.0-5+deb7u6_amd64.deb from this command
wget http://security.debian.org/debian-
security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u6_amd64.deb
Then execute the commands individually:
mv libgcrypt11_1.5.0-5+deb7u6_amd64.deb ../
sudo dpkg -i libgcrypt11_1.5.0-5+deb7u6_amd64.deb
./chrome-wrapper
For the problem Running without the SUID sandbox! See code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment I do the next steps...
install chrome-linux http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Linux_x64/100056/ (X64)
unzip the zip, execute the commands and enter to folder
sudo mv chrome_sandbox chrome-sandbox
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
then, I unzip and install libgcrypt11_1.5.0-5+deb7u6_amd64.deb from this command
wget http://security.debian.org/debian-
security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u6_amd64.deb
Then execute the commands individually:
mv libgcrypt11_1.5.0-5+deb7u6_amd64.deb ../
sudo dpkg -i libgcrypt11_1.5.0-5+deb7u6_amd64.deb
./chrome-wrapper
answered May 3 '18 at 19:56
Erika Giselle GutierrezErika Giselle Gutierrez
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f329320%2fchromium-running-without-the-suid-sandbox-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Try to use the version from the repos. Don't download random stuff from the net.
– Wilf
Nov 7 '15 at 0:43