Project

General

Profile

(View Message) ยป help.txt

Starfish, 2020-07-20 06:27 PM

 
1
Hello! I just migrated from parabola systemd to openrc following this
2
guide: https://wiki.parabola.nu/OpenRC. Everything apparently seems to
3
be working fine except I can't connect to tor network anymore. When I
4
start Icecat browser it notifies it connect to tor network. I had
5
Midori set to socks5://127.0.0.1 which also isn't working after
6
upgrade. And I'm also unable to start tor service in the backgrond
7
(which I use with torsocks and proxychains).
8

    
9
So I assume the problem is with /etc/hosts file. So I followed this
10
Gentoo wiki guide:
11
https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/System#Host_and_domain_information.
12
So this was my /etc/hosts file before:
13

    
14
<pre><code class="shell">
15
# Static table lookup for hostnames.
16
# See hosts(5) for details.
17
127.0.0.1localhost
18
::1localhost
19
127.0.1.1pandora.localdomainpandora
20
</code></pre>
21

    
22
"pandora" is my hostname. Now my /etc/hosts looks like this:
23

    
24
<pre><code class="shell">
25
127.0.0.1     pandora.localdomain pandora localhost
26
</code></pre>
27

    
28
It seems I've not done this correct, cause the problem still
29
persists. I'd really appreciate some help.
    (1-1/1)