Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Tor browser is black [solved]

If none of the specific sub-forums seem right for your thread, ask here.
Message
Author
reinob
Posts: 1196
Joined: 2014-06-30 11:42
Has thanked: 99 times
Been thanked: 47 times

Re: Tor browser is black

#21 Post by reinob »

vinoman wrote:I don't see it. What am I looking for and where is the correct command?

... tried again went back to prompt with no error this time. But still a black screen. Tor works on every other distro I use except Debian. And I like using Debian the most! Too bad.
If you want to use "service" (or better, "systemctl"), then you need to be root and have the root PATH, hence "su -" instead of "su".
The service you want to restart is "apparmor" and not "aaparmor".

Hope that's clear enough now.

User avatar
vinoman
Posts: 354
Joined: 2008-08-28 03:30

Re: Tor browser is black

#22 Post by vinoman »

I did that...

Code: Select all

davek@debian:~$ su -
Password: 
root@debian:~# service apparmor force-reload
root@debian:~# 
still black Tor screen

reinob
Posts: 1196
Joined: 2014-06-30 11:42
Has thanked: 99 times
Been thanked: 47 times

Re: Tor browser is black

#23 Post by reinob »

@vinoman,

You restarted apparmor *after* applying the patch?

i.e. did you edit /etc/apparmor.d/local/torbrowser.Browser.firefox
to add/edit:

Code: Select all

owner /{dev,run}/shm/org.mozilla.*.* rw,
(see https://bugs.debian.org/cgi-bin/bugrepo ... bug=942901)

Note that I can't tell you exactly what to do, as I don't use apparmor.
If you patched the above file and restarted apparmor (or just reboot) and the problem is still not solved, then you should add a comment in the 942901 bug report.

User avatar
vinoman
Posts: 354
Joined: 2008-08-28 03:30

Re: Tor browser is black

#24 Post by vinoman »

After adding that line and rebooting... Tor is working!

Thank you for all your help.

Post Reply