Why does Tor unexpectedly exit every time I open it?
Every time I try to run tor it unexpectedly exits and I get this in my terminal:
(process:28965): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Aug 04 01:38:35.833 [notice] Tor v0.2.4.21 (git-f5def645adfb32be) running on Linux with Libevent 2.0.21-stable and OpenSSL 1.0.1g.
Aug 04 01:38:35.833 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Aug 04 01:38:35.834 [notice] Read configuration file "/usr/bin/tor-browser/Data/Tor/torrc-defaults".
Aug 04 01:38:35.834 [notice] Read configuration file "/usr/bin/tor-browser/Data/Tor/torrc".
Aug 04 01:38:35.836 [notice] Opening Control listener on 127.0.0.1:9151
Aug 04 01:38:35.837 [notice] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.
Aug 04 01:38:35.837 [warn] /usr/bin/tor-browser/Data/Tor is not owned by this user (brody, 1000) but by root (0). Perhaps you are running Tor as the wrong user?
Aug 04 01:38:35.837 [warn] Failed to parse/validate config: Couldn't access/create private data directory "/usr/bin/tor-browser/Data/Tor"
Aug 04 01:38:35.837 [err] Reading config failed--see warnings above.
Tor Browser exited cleanly.
users browser tor ownership tor-browser
add a comment |
Every time I try to run tor it unexpectedly exits and I get this in my terminal:
(process:28965): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Aug 04 01:38:35.833 [notice] Tor v0.2.4.21 (git-f5def645adfb32be) running on Linux with Libevent 2.0.21-stable and OpenSSL 1.0.1g.
Aug 04 01:38:35.833 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Aug 04 01:38:35.834 [notice] Read configuration file "/usr/bin/tor-browser/Data/Tor/torrc-defaults".
Aug 04 01:38:35.834 [notice] Read configuration file "/usr/bin/tor-browser/Data/Tor/torrc".
Aug 04 01:38:35.836 [notice] Opening Control listener on 127.0.0.1:9151
Aug 04 01:38:35.837 [notice] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.
Aug 04 01:38:35.837 [warn] /usr/bin/tor-browser/Data/Tor is not owned by this user (brody, 1000) but by root (0). Perhaps you are running Tor as the wrong user?
Aug 04 01:38:35.837 [warn] Failed to parse/validate config: Couldn't access/create private data directory "/usr/bin/tor-browser/Data/Tor"
Aug 04 01:38:35.837 [err] Reading config failed--see warnings above.
Tor Browser exited cleanly.
users browser tor ownership tor-browser
The Tor Browser should probably be installed in your home folder and owned by you, but instead it is installed globally and owned by root. How did you install it, and exactly what command or commands are running to attempt to launch it?
– Eliah Kagan
Aug 4 '14 at 6:52
add a comment |
Every time I try to run tor it unexpectedly exits and I get this in my terminal:
(process:28965): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Aug 04 01:38:35.833 [notice] Tor v0.2.4.21 (git-f5def645adfb32be) running on Linux with Libevent 2.0.21-stable and OpenSSL 1.0.1g.
Aug 04 01:38:35.833 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Aug 04 01:38:35.834 [notice] Read configuration file "/usr/bin/tor-browser/Data/Tor/torrc-defaults".
Aug 04 01:38:35.834 [notice] Read configuration file "/usr/bin/tor-browser/Data/Tor/torrc".
Aug 04 01:38:35.836 [notice] Opening Control listener on 127.0.0.1:9151
Aug 04 01:38:35.837 [notice] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.
Aug 04 01:38:35.837 [warn] /usr/bin/tor-browser/Data/Tor is not owned by this user (brody, 1000) but by root (0). Perhaps you are running Tor as the wrong user?
Aug 04 01:38:35.837 [warn] Failed to parse/validate config: Couldn't access/create private data directory "/usr/bin/tor-browser/Data/Tor"
Aug 04 01:38:35.837 [err] Reading config failed--see warnings above.
Tor Browser exited cleanly.
users browser tor ownership tor-browser
Every time I try to run tor it unexpectedly exits and I get this in my terminal:
(process:28965): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Aug 04 01:38:35.833 [notice] Tor v0.2.4.21 (git-f5def645adfb32be) running on Linux with Libevent 2.0.21-stable and OpenSSL 1.0.1g.
Aug 04 01:38:35.833 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Aug 04 01:38:35.834 [notice] Read configuration file "/usr/bin/tor-browser/Data/Tor/torrc-defaults".
Aug 04 01:38:35.834 [notice] Read configuration file "/usr/bin/tor-browser/Data/Tor/torrc".
Aug 04 01:38:35.836 [notice] Opening Control listener on 127.0.0.1:9151
Aug 04 01:38:35.837 [notice] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.
Aug 04 01:38:35.837 [warn] /usr/bin/tor-browser/Data/Tor is not owned by this user (brody, 1000) but by root (0). Perhaps you are running Tor as the wrong user?
Aug 04 01:38:35.837 [warn] Failed to parse/validate config: Couldn't access/create private data directory "/usr/bin/tor-browser/Data/Tor"
Aug 04 01:38:35.837 [err] Reading config failed--see warnings above.
Tor Browser exited cleanly.
users browser tor ownership tor-browser
users browser tor ownership tor-browser
edited Aug 4 '14 at 6:51
Eliah Kagan
82.9k22228369
82.9k22228369
asked Aug 4 '14 at 6:43
user312076user312076
1112
1112
The Tor Browser should probably be installed in your home folder and owned by you, but instead it is installed globally and owned by root. How did you install it, and exactly what command or commands are running to attempt to launch it?
– Eliah Kagan
Aug 4 '14 at 6:52
add a comment |
The Tor Browser should probably be installed in your home folder and owned by you, but instead it is installed globally and owned by root. How did you install it, and exactly what command or commands are running to attempt to launch it?
– Eliah Kagan
Aug 4 '14 at 6:52
The Tor Browser should probably be installed in your home folder and owned by you, but instead it is installed globally and owned by root. How did you install it, and exactly what command or commands are running to attempt to launch it?
– Eliah Kagan
Aug 4 '14 at 6:52
The Tor Browser should probably be installed in your home folder and owned by you, but instead it is installed globally and owned by root. How did you install it, and exactly what command or commands are running to attempt to launch it?
– Eliah Kagan
Aug 4 '14 at 6:52
add a comment |
1 Answer
1
active
oldest
votes
Aug 04 01:38:35.837 [warn] /usr/bin/tor-browser/Data/Tor is not owned by this user (brody, 1000) but by root (0). Perhaps you are running Tor as the wrong user?
tells us what we need to know. The directory that the file is trying to write to is owned by root, and your privileges aren't sufficient. If you installed tor through the apt repository, that would probably be why.
Download the latest tor tarball from https://www.torproject.org/ and extract the contents, from there go into a terminal window, navigate to the directory you extracted and type chmod +x start-tor-browser.sh
(may not be the exact file name, but I digress).
Then type ./start-tor-browser.sh
to start the browser. It should work from there.
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%2f506549%2fwhy-does-tor-unexpectedly-exit-every-time-i-open-it%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Aug 04 01:38:35.837 [warn] /usr/bin/tor-browser/Data/Tor is not owned by this user (brody, 1000) but by root (0). Perhaps you are running Tor as the wrong user?
tells us what we need to know. The directory that the file is trying to write to is owned by root, and your privileges aren't sufficient. If you installed tor through the apt repository, that would probably be why.
Download the latest tor tarball from https://www.torproject.org/ and extract the contents, from there go into a terminal window, navigate to the directory you extracted and type chmod +x start-tor-browser.sh
(may not be the exact file name, but I digress).
Then type ./start-tor-browser.sh
to start the browser. It should work from there.
add a comment |
Aug 04 01:38:35.837 [warn] /usr/bin/tor-browser/Data/Tor is not owned by this user (brody, 1000) but by root (0). Perhaps you are running Tor as the wrong user?
tells us what we need to know. The directory that the file is trying to write to is owned by root, and your privileges aren't sufficient. If you installed tor through the apt repository, that would probably be why.
Download the latest tor tarball from https://www.torproject.org/ and extract the contents, from there go into a terminal window, navigate to the directory you extracted and type chmod +x start-tor-browser.sh
(may not be the exact file name, but I digress).
Then type ./start-tor-browser.sh
to start the browser. It should work from there.
add a comment |
Aug 04 01:38:35.837 [warn] /usr/bin/tor-browser/Data/Tor is not owned by this user (brody, 1000) but by root (0). Perhaps you are running Tor as the wrong user?
tells us what we need to know. The directory that the file is trying to write to is owned by root, and your privileges aren't sufficient. If you installed tor through the apt repository, that would probably be why.
Download the latest tor tarball from https://www.torproject.org/ and extract the contents, from there go into a terminal window, navigate to the directory you extracted and type chmod +x start-tor-browser.sh
(may not be the exact file name, but I digress).
Then type ./start-tor-browser.sh
to start the browser. It should work from there.
Aug 04 01:38:35.837 [warn] /usr/bin/tor-browser/Data/Tor is not owned by this user (brody, 1000) but by root (0). Perhaps you are running Tor as the wrong user?
tells us what we need to know. The directory that the file is trying to write to is owned by root, and your privileges aren't sufficient. If you installed tor through the apt repository, that would probably be why.
Download the latest tor tarball from https://www.torproject.org/ and extract the contents, from there go into a terminal window, navigate to the directory you extracted and type chmod +x start-tor-browser.sh
(may not be the exact file name, but I digress).
Then type ./start-tor-browser.sh
to start the browser. It should work from there.
edited Aug 4 '14 at 8:27
Eliah Kagan
82.9k22228369
82.9k22228369
answered Aug 4 '14 at 7:01
RedrieldRedrield
332210
332210
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.
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%2f506549%2fwhy-does-tor-unexpectedly-exit-every-time-i-open-it%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
The Tor Browser should probably be installed in your home folder and owned by you, but instead it is installed globally and owned by root. How did you install it, and exactly what command or commands are running to attempt to launch it?
– Eliah Kagan
Aug 4 '14 at 6:52