<div dir="ltr">Yep, and after that the same still happens, it is still going offline despite the also different ports and having followed the listed steps.<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">--Keifer</div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 27, 2023 at 9:45 PM Keifer Bly <<a href="mailto:keifer.bly@gmail.com">keifer.bly@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>So I had changed the listener port for obfs4, it's now 8181. </div><div><br></div><div>Upon running your steps, and systemctl status tor, it returns the following:</div><div><br></div><div>● tor.service - Anonymizing overlay network for TCP (multi-instance-master)<br>   Loaded: loaded (/lib/systemd/system/tor.service; enabled; vendor preset: enabled)<br>   Active: active (exited) since Tue 2023-02-28 05:42:48 UTC; 18s ago<br>  Process: 15314 ExecStart=/bin/true (code=exited, status=0/SUCCESS)<br> Main PID: 15314 (code=exited, status=0/SUCCESS)<br><br>Feb 28 05:42:48 instance-1 systemd[1]: Starting Anonymizing overlay network for TCP (multi-instance-master)...<br>Feb 28 05:42:48 instance-1 systemd[1]: Started Anonymizing overlay network for TCP (multi-instance-master).<br><br><br>Will check it in a few hours, but is there a way to limit the bridge to only connections of a certain size? Thanks.<br clear="all"><div><div dir="ltr"><div dir="ltr">--Keifer</div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 26, 2023 at 3:16 AM <<a href="mailto:lists@for-privacy.net" target="_blank">lists@for-privacy.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Freitag, 24. Februar 2023 04:11:27 CET Keifer Bly wrote:<br>
> Yes, the limit is 50GB per month, but for some reason the distribution<br>
> mechanism is not updating and the bridge keeps going offline despite the<br>
> new torrc.<br>
<br>
What comes to my mind without logs (& your 'killall -HUP' of a systemd service <br>
is not optimal), your wrong config (2x same Port) has maxed out 'Restart=on-<br>
failure'.<br>
<br>
Try:<br>
~# systemctl stop tor<br>
~# systemctl list-units --failed<br>
<br>
if not zero than:<br>
~# systemctl reset-failed<br>
~# systemctl start tor<br>
<br>
To see if the tor.service has finished successfully:<br>
~# systemctl status tor<br>
<br>
if not, read log:<br>
journalctl -xe<br>
<br>
-- <br>
╰_╯ Ciao Marco!<br>
<br>
Debian GNU/Linux<br>
<br>
It's free software and it gives you freedom!_______________________________________________<br>
tor-relays mailing list<br>
<a href="mailto:tor-relays@lists.torproject.org" target="_blank">tor-relays@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays" rel="noreferrer" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</a><br>
</blockquote></div>
</blockquote></div>