On 2023-03-11, Matt Wehowsky <wehow...@airmail.cc> wrote:
>   * Attempted to connect to the Tor network by using obfuscated bridges
>     as well as by giving snowflake proxy a shot—nothing has changed

It doesn't help your problem with obfs4proxy but snowflake_proxy is for
providing access to others; you want snowflake_client (it's in -current
but was not built in the package until after 7.2-release).

I don't think the problem you're seeing is related to login.conf but a
few comments on that,

>   * Raised the value of kern.maxfiles to 16000 and increased the maximum
>     number of open files Tor daemon can utilise, running cap_mkdb(1) on
>     the login.conf(5) file afterwards
...
> Some details of the tor class from login.conf(5):
>
>   $ sed -n '/^tor:/,/^$/p' /etc/login.conf
>   tor:\
>           :openfiles-max=8192:\
>           :tc=daemon:

I suggest removing login.conf.db (it is not created by default) and not
using cap_mkdb, to avoid any problems with the db file getting out of
sync after other changes. You probably want to override openfiles-cur as
well, not just -max.

Note any daemon-specific config here will only be used automatically if
you're running it via rcctl or the rc.d script. (If you run it "by hand"
you can set the login class with su -c or sudo -c).

Reply via email to