Hello, I’m Valmond but I need to post from my local machine so I’m [email protected] now :-)

I’m checking my traces in the Docker output (I run it in a shell) and I get this kind of error quite frequently:

lemmy_1     | 2023-08-01T19:08:53.230788Z  WARN lemmy_server::root_span_builder: Domain is not in allowlist
lemmy_1     |    0: lemmy_apub::activities::verify_person_in_community
lemmy_1     |              at crates/apub/src/activities/mod.rs:50
lemmy_1     |    1: lemmy_apub::activities::voting::vote::verify
lemmy_1     |              at crates/apub/src/activities/voting/vote.rs:57
lemmy_1     |    2: lemmy_apub::activities::community::announce::receive
lemmy_1     |              at crates/apub/src/activities/community/announce.rs:141
lemmy_1     |    3: lemmy_server::root_span_builder::HTTP request
lemmy_1     |            with http.method=POST http.scheme="http" http.host=lemmy.mindoki.com http.target=/inbox otel.kind="server" request_id=3eb2b88d-fba0-45e6-96e2-fb485cd81b73
lemmy_1     |              at src/root_span_builder.rs:16
lemmy_1     | LemmyError { message: None, inner: Domain is not in allowlist, context: SpanTrace [{ target: "lemmy_apub::activities", name: "verify_person_in_community", file: "crates/apub/src/activities/mod.rs", line: 50 }, { target: "lemmy_apub::activities::voting::vote", name: "verify", file: "crates/apub/src/activities/voting/vote.rs", line: 57 }, { target: "lemmy_apub::activities::community::announce", name: "receive", file: "crates/apub/src/activities/community/announce.rs", line: 141 }, { target: "lemmy_server::root_span_builder", name: "HTTP request", fields: "http.method=POST http.scheme=\"http\" http.host=lemmy.mindoki.com http.target=/inbox otel.kind=\"server\" request_id=3eb2b88d-fba0-45e6-96e2-fb485cd81b73", file: "src/root_span_builder.rs", line: 16 }] }

Anyone knows what it is and why it’s happening?

It seems to be a thing on my own server (and in the beginning I messed up some stuff in the config files, so I’d love to track this down and get rid of it if it’s that)

Thank you all fabulous people!

Valmond / Loulou

  • RoundSparrow
    link
    fedilink
    3
    edit-2
    1 year ago

    mind replying to the OP since most of us are on instances hes (likely accidentally) blocked?

    With a very tiny include/whitelist you are excluding the majority of instances…s

    The reply you suggested: https://lemmy.ml/comment/2203387

  • @Phoenix591
    link
    3
    edit-2
    1 year ago

    By setting an allow list you’ve blocked every other instance not in your list, just compare this post for example to the original on lemmy.ml or the copy at lemmy.world for example

    https://join-lemmy.org/docs/administration/federation_getting_started.html

    Allowlist: Explicitly list instances to connect to. BlockList: Explicitly list instances to not connect to. Federation is open to all other instances. Open: Federate with all potential instances.

    Federation is enabled by default. You can add allowed and blocked instances, by adding a comma-delimited list in your instance admin panel. IE to only federate with these instances, add: enterprise.lemmy.ml,lemmy.ml to the allowed instances section.

    • @[email protected]OP
      link
      fedilink
      21 year ago

      Oh man, thank you all !

      I (obviously?) thought that with the “Federation enabled” checkbox ticked it would federate as before but Plus the added ones.

      I’m removing all the the Allowed Instances…

  • RoundSparrow
    link
    fedilink
    21 year ago

    “Domain is not in allowlist”… Do you changed the default allow/block lists?

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      1 year ago

      mind replying to the OP since most of us are on instances hes (likely accidentally) blocked?

      By setting an allow list hes blocked every other instance not in his list

      https://join-lemmy.org/docs/administration/federation_getting_started.html

      Allowlist: Explicitly list instances to connect to. BlockList: Explicitly list instances to not connect to. Federation is open to all other instances. Open: Federate with all potential instances.

      Federation is enabled by default. You can add allowed and blocked instances, by adding a comma-delimited list in your instance admin panel. IE to only federate with these instances, add: enterprise.lemmy.ml,lemmy.ml to the allowed instances section.

    • ActuallyRuben
      link
      fedilink
      01 year ago

      This is probably it, the instance they’re communicating with has only 5 instances in their allowlist (look at the bottom of this page).

      As that is the instance they’re posting this from, they probably won’t see my comment.

      • @[email protected]
        link
        fedilink
        11 year ago

        I removed them all, and it brought my server on its knees for a minute or two, syncing like crazy :-D

        Now everything seems to be A-OK, thank you so much!

  • @[email protected]OP
    link
    fedilink
    11 year ago

    Yes I did, now I removed them as they block all other instances and not as I thought just “added” them to my all or something … Thanks !