You are not logged in.
Pages: 1
im trying to run proxychains tor-browser but i get this everytime
Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start.
heres my to.service file i rewrote
Type=notify
NotifyAccess=all
ExecStartPre=/usr/bin/tor -f /etc/tor/torrc --verify-config
ExecStart=/usr/bin/tor -f /etc/tor/torrc
ExecReload=/bin/kill -HUP ${MAINPID}
KillSignal=SIGINT
TimeoutSec=60
Restart=on-failure
WatchdogSec=1m
LimitNOFILE=32768
# Hardening
PrivateTmp=yes
PrivateDevices=yes
ProtectHome=yes
ProtectSystem=full
ReadOnlyDirectories=/
ReadWriteDirectories=-/var/lib/tor
ReadWriteDirectories=-/var/log/tor
NoNewPrivileges=yes
CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_NET_BIND_SERVICE CAP_DAC_READ_SEARCH CAP_KILL
[Install]
wanteBy=multi-user-target
heres my torrc config file
## Tor configuration file
User tor
## Logging
Log notice syslog
#Log notice file /var/log/tor/notices.log
#Log debug file /var/log/tor/debug.log
## Run as a daemon (background process)
RunAsDaemon 1
## Data Directory
DataDirectory /var/lib/tor
## SOCKS Proxy Configuration
SOCKSPort 9050 # Default: Bind to localhost:9050 for local connections.
#SOCKSPort 192.168.0.1:9100 # Bind to this address:port too.
## Transparent Proxy Configuration (Uncomment if needed)
#VirtualAddrNetwork 10.192.0.0/10
#AutomapHostsOnResolve 1
#TransPort 9040
#DNSPort 5353
## Control Port Configuration
#ControlPort 9051
#CookieAuthentication 1
#HashedControlPassword 16:872860B76453A77D60CA2BB8C1A7042072093276A3D701AD684053EC4C
## Hidden Service Configuration
#HiddenServiceDir /var/lib/tor/hidden_service/
#HiddenServicePort 80 127.0.0.1:80
## Relay Configuration
#ORPort 9001
#Nickname ididnteditheconfig
#RelayBand
my ultimate goal is to run proxychains tor
what should i do to fix this?
greatly appreciated
Last edited by mptito (2024-03-02 01:53:03)
Offline
Pages: 1