You are not logged in.
Pages: 1
hello
how I can creat Hidden service with tor
I edited /etc/tor/torrc :
HiddenServiceDir /var/lib/tor/http_hs
HiddenServicePort 80 127.0.0.1:80
and restart tor service
and print tor
pc# tor
Jul 08 02:32:21.960 [notice] Tor 0.3.0.8 (git-802d30d9b71a6d54) running on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.0f and Zlib 1.2.11.
Jul 08 02:32:21.961 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Jul 08 02:32:21.961 [notice] Read configuration file "/etc/tor/torrc".
Jul 08 02:32:21.967 [warn] /var/lib/tor/http_hs is not owned by this user (root, 0) but by <unknown> (43). Perhaps you are running Tor as the wrong user?
Jul 08 02:32:21.967 [warn] Checking service directory /var/lib/tor/hidden_service/ failed.
Jul 08 02:32:21.967 [warn] Failed to parse/validate config: Failed to configure rendezvous options. See logs for details.
Jul 08 02:32:21.967 [err] Reading config failed--see warnings above.
how I can reslove it
to generate public and hostname file
Last edited by mathio13 (2017-10-01 01:04:07)
Offline
pc# tor
Jul 08 02:32:21.967 [warn] /var/lib/tor/http_hs is not owned by this user (root, 0) but by <unknown> (43). Perhaps you are running Tor as the wrong user?
You have read and followed the wiki for https://wiki.archlinux.org/index.php/Tor ?
Since you want to use privileged port 80, you have to reconfigure tor to run as root, also check the permissions of /var/lib/tor/http_hs.
best regards
ua4000
Offline
mathio13 wrote:pc# tor
Jul 08 02:32:21.967 [warn] /var/lib/tor/http_hs is not owned by this user (root, 0) but by <unknown> (43). Perhaps you are running Tor as the wrong user?You have read and followed the wiki for https://wiki.archlinux.org/index.php/Tor ?
Since you want to use privileged port 80, you have to reconfigure tor to run as root, also check the permissions of /var/lib/tor/http_hs.
best regards
ua4000
Can you explain plz
Offline
Can you explain plz
Make some effort to help yourself...
Offline
[SOLVED];)
chmod 700 -R /var/lib/tor/*
chown -R tor /var/lib/tor/
systemctl restart tor
Last edited by mathio13 (2017-10-01 01:03:02)
Offline
Pages: 1