Questions tagged [debian]
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run.
78 questions
1 vote
1 answer
188 views
Is tor system service required for browsing?
I'm using tor browser bunlde from Debian's repo: https://packages.debian.org/bookworm/torbrowser-launcher torbrowser-launcher package install the browser as well as tor system service: https://...
0 votes
1 answer
359 views
Vanilla bridges work fine in Tor Browser (Windows) and Orbot (Android) but doesn't anywhere else
Vanilla bridges do not work in OnionFruit vpn-style program for Windows, and on my Debian system - tor service won't start also. In Debian 10 I've added these lines at the end of /etc/tor/torrc file: ...
0 votes
1 answer
249 views
JavaScript exception when using "Safest" security profile in Tor
I'm using the "Safest" security profile in Tor (accessible via about:preferences). Here's one point in the description for that profile: JavaScript is disabled by default on all sites. (...
1 vote
0 answers
68 views
WARN: Could not find a node that matches the configured _HSLayer2Nodes set
can anyone explain to me, how to interpret this Log-Message? [WARN] Could not find a node that matches the configured _HSLayer2Nodes set Running Tor 0.4.7.7 on Debian Bullseye.
0 votes
1 answer
241 views
Why does Tor Metrics show my bridge offline after a few days?
I've been running a Tor Bridge for about a month now. Every day I check the system logs to ensure the bridge hasn't broken. I also check Tor Metrics to see the data on my bridge. Twice now, I have ...
0 votes
1 answer
65 views
Tor trying to connect to a deleted bridge
I noticed some old bridges and deleted them. Tor still tries to connect to them. Is there any place that tor reaches the bridge beside etc/tor/torrc?
0 votes
2 answers
802 views
configuring a reverse proxy over TOR
I have 2 hidden services hosted on seperate debian servers, they both work perfectly. I'm looking at using my first hidden service as a reverse proxy to access the second one. So basically if I access ...
1 vote
2 answers
442 views
Polipo as a reverse proxy over TOR
I'm trying to create a reverse proxy over the Tor network but am having some trouble. I have 2 hidden services setup on Nginx on seperate servers and I want hiddenservice1 to mirror hiddenservice2. I'...
1 vote
2 answers
456 views
Website Monitoring of Tor Onion Services
How can I monitor the uptime of my website's tor hidden service endpoint so I get an immediate notification if it goes offline? Bonus points for fancy monthly/yearly uptime reports. I'd like to make ...
0 votes
2 answers
163 views
Latest TOR Browser Bundle update fails to open privacy/security settings tab, strange behavior
I've installed the latest TOR Browser Bundle 9.5.4 ESR for Debian Linux and it doesn't allow access to the privacy/security settings tab any more. If you open Menu > Preferences, the following tabs/...
0 votes
1 answer
545 views
Process "tor" from user "debian-tor" keeps automatically restarting since last Tor Browser update
I just allowed Tor Browser on Linux Mint Debian Edition 4 to update to the latest version and now there is a process "tor" by some user "debian-tor" that keeps restarting on its ...
0 votes
1 answer
7k views
How can I install Tor Browser if torproject.org is blocked by my ISP?
My ISP blocks torproject.org, so when I try to run Tor Browser for the first time, torbrowser-launcher cannot install it. ~$ Tor Browser Launcher By Micah Lee, licensed under MIT version 0.3.2 https:/...
0 votes
0 answers
79 views
HiddenService cannot set my own Domain (Privatkey)
I have set up a hidden service. The domain at / var / lib / tor / hidden_service is very long. example. tbwvbpnuwntiuofn4e3vwpsldmuxs3l5zv4vy3dbfpv5psmkrycmqid.onion V3 how can i set v2 or replace ...
0 votes
2 answers
2k views
debian-tor vs User
Switch from root to user = su usrname >Password. The problems start when I try and su to debian-tor. First I get a query for a password which it doesn't have. So I make a pass for debian-tor and ...
0 votes
1 answer
250 views
Help configure an onion service on my computer
i have Debian 10 installed so i install tor and edit the torrc file: HiddenServiceDir /var/lib/tor/hidden_service/ HiddenServicePort 80 127.0.0.1:80 but it did not work out because hidden_service ...