01:45:04 Why is depends attempting to build a test file when it's supposed to be cross compiling? https://paste.debian.net/1354741/ The host is x86_64 ubuntu 20.04, ran command is make HOST=aarch64-apple-darwin11 inside of contrib/depends. 01:45:32 and HEAD of release-v0.18 is checked out 01:46:19 what happens when you run `make depends target=aarch64-apple-darwin11` from the root dir 01:46:31 same exact log 01:47:24 You have all dependencies installed? 01:47:31 I'll try in 15mins 01:47:32 yup 03:00:05 -xmr-pr- vtnerd opened pull request #9820: Add incoming only test 03:00:05 -xmr-pr- > https://github.com/monero-project/monero/pull/9820 09:46:41 woodser: does 9820 solve your test issue without increasing max connections per ip? 13:07:29 selsa I still see the issue with 9820 without using `--max-connections-per-ip 10` 13:07:33 *selsta 13:10:31 what happens when you set it to 2? 14:08:18 selsta I see the same issue with `--max-connections-per-ip 2`, and actually I see the problem with even `--max-connections-per-ip 1000` on the current release-v0.18 branch with or without 9820 now. maybe I did something wrong in my previous testing, unless something since changed 14:53:20 so basically the current release branch has me broken and I don’t have a way to fix it currently 15:11:29 woodser what's your use case? 15:40:48 running haveno tests, it creates 2 traders and executes ~10 trades in parallel, so ~33 wallets syncing with to 2 local monerods 15:40:55 woodser: just to confirm, did you double check that it compiled the correct version? because i'm confused why it worked before 15:56:02 I double checked today, so maybe I tested incorrectly before. I will triple check the compiled version 16:00:15 woodser: is this an RPC issue? Because the relevant command flag is _not_ --max-connections-per-ip 16:05:45 that's the startup flag I'm using with the monerods 16:06:14 for p2p connections, right? 16:07:16 theres 4 flags `--max-connections-per-ip --rpc-max-connections-per-public-ip --rpc-max-connections-per-private-ip --rpc-max-connections` 16:07:37 The latter 3 for rpc 16:09:42 I'm not using the latter 3 startup flags 16:10:16 just these: https://github.com/haveno-dex/haveno/blob/40924a6f7bce01f382710d899f0cd33e5c43b087/Makefile#L63 16:10:33 Shouldnt need them unless your tests are using > 3 rpc connections 16:12:15 Is --hide-my-port interfering, maybe? 16:18:35 it's about p2p transaction propagation 16:18:51 so it should be --max-connections-per-ip 16:40:28 I just tested again and confirmed that 0cd7456 (which I tested last time) works if and only if `--max-connections-per-ip 1000` flag is used 16:40:35 if I don't use that flag I get test failures and warnings in the non-primary monerod: 16:40:36 ``` 16:40:38 2025-02-25 16:28:20.443 E Unable to send transaction(s) via Dandelion++ stem 16:40:40 2025-02-25 16:28:20.443 W Unable to send transaction(s), no available connections 16:40:42 ``` 16:40:49 but current release branch (02328399) does not work with or without `--max-connections-per-ip 1000`, with slightly different failure but also relating to txs not being confirmed 17:49:18 well the obvious question - what `status` indicate for your incoming+outgoing connections? 17:49:35 it says you have none presumably? 18:01:32 ofrnxmr: Are those last 3 flags missing from the docs website? https://docs.getmonero.org/interacting/monerod-reference/ 18:01:52 They arent released yet