[tor-relays] Why is this Middle Relay almost unused ?

2020-05-26 Thread petrarca
I'm wondering why this relay is almost unused: Fingerprint 
605EE4375EE4C38215C8949F5808863749FD4F4A ?

It's running on a 1 Gbit link and there is plenty of unused bandwidth. The 
bandwidth is set to 42 Mbps (even prioritized on the internet link). There were 
no outages for months and the connection is stable and fast. There's also 
plenty of resources available on the actual router (tor instance).

Relay monitoring shows usage average around 0.5 - 1 Mbps only (so around 1-2 
percent of the available bandwidth). Consensus Weight is down to only 99. Any 
idea what could be the reason of the low usage, low Consensus Weight ?___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


[tor-relays] Bridge log indicates missing geoipdb

2020-05-26 Thread nottryingtobelame
Thank you for the reply. I have one on a Raspberry Pi 3B+ and one on a 
Raspberry Pi 4. I believe both are 64-bit ARM.___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Bridge log indicates missing geoipdb

2020-05-26 Thread Roman Mamedov
On Tue, 26 May 2020 12:13:39 +
nottryingtobel...@protonmail.com wrote:

> Thank you for the reply. I have one on a Raspberry Pi 3B+ and one on a 
> Raspberry Pi 4. I believe both are 64-bit ARM.

If you use Raspbian, that's still a 32-bit OS, which means what Tor people said
about dropping 32-bit support will apply here too.

In addition, this means you are not using the 64-bit capabilities of the CPU,
losing quite a bit of performance:
https://medium.com/@matteocroce/why-you-should-run-a-64-bit-os-on-your-raspberry-pi4-bd5290d48947

-- 
With respect,
Roman
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Weird Issue With nyx

2020-05-26 Thread jonas-ehlers
Hello AceOfRelays32,tor automatically fixes the permissions of the tor folder.If you want to access nyx you can either add yourself to the tor group or use sudo -u tor nyx to start nyx.KindlyJonasAm 24.05.2020 23:22 schrieb AceOfRelays32 :It would seem my relay is fully functional. Being it has only been up for less than 3 hours though I can't 100% confirm that. Anyways, when I launch nyx to check it's status, I get a permission error from /run/tor/control.authcookie. Chowning /run/tor/control.authcookie and then running nyx solves that issue, however it doesn't persist on reboots. Running nyx as root also fixes it.I wrote an alias to automate chowning and running nyx for the time being, but I'm wondering if there is a better fix.___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


[tor-relays] Bridge log indicates missing geoipdb

2020-05-26 Thread nottryingtobelame
Had the following log entries for my bridge:

May 25 11:49:50.000 [warn] Failed to open GEOIP file /usr/share/tor/geoip.
May 25 11:49:50.000 [warn] We've been configured to see which countries can 
access us as a bridge, and we need GEOIP information to tell which countries 
clients are in.

Tried to run sudo apt install tor-geoipdb and got this:

The following packages have unmet dependencies:
tor-geoipdb : Depends: tor (>= 0.4.3.5-1~d10.buster+1) but 
0.4.2.7-1~d10.buster+1 is to be installed
E: Unable to correct problems, you have held broken packages.

I saw on tor-announce that 0.4.3.5 is out, but it looks like the buster package 
isn't available yet. I made sure I have the tor repo's in /etc/apt/sources.list 
and I have the proper signatures as everything validates when I run apt update. 
Is there a way to resolve this?___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Bridge log indicates missing geoipdb

2020-05-26 Thread Roger Dingledine
On Mon, May 25, 2020 at 04:12:07PM +, nottryingtobel...@protonmail.com 
wrote:
> Tried to run sudo apt install tor-geoipdb and got this:
> 
> The following packages have unmet dependencies:
> tor-geoipdb : Depends: tor (>= 0.4.3.5-1~d10.buster+1) but 
> 0.4.2.7-1~d10.buster+1 is to be installed
> E: Unable to correct problems, you have held broken packages.

Are you perhaps on the 32-bit arm architecture, aka armel and armhf?

If so, see weasel's announcement about no longer providing those
because the build machines are too hard to keep working:
https://lists.torproject.org/pipermail/tor-talk/2020-May/045582.html
https://lists.torproject.org/pipermail/tor-talk/2020-May/045583.html

Options include trying the backports repos, or building the deb
yourself, or moving back to the Tor in actual debian buster.

--Roger

___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays