seedsync_session timeout error
aclifton314 opened this issue · 1 comments
aclifton314 commented
ircd 0.4.0
OS: Pop!_OS 22.04
I was able to install ircd
successfully from the documentation. After running ircd
for the first time I didn't notice any errors. However on the second time running it, I got the following:
04:52:30 [INFO] net::seedsync_session: Connected seed #0 [tls://lilith0.dark.fi:25551]
04:52:30 [INFO] net::seedsync_session: Connected seed #1 [tls://lilith1.dark.fi:25551]
04:52:38 [INFO] net::seedsync_session: Disconnecting from seed #0 [tls://lilith0.dark.fi:25551]
04:52:38 [INFO] net::seedsync_session: Seed #0 connected successfully
04:52:38 [ERROR] net::seedsync_session: Seed #1 timed out
04:52:38 [INFO] net::inbound_session: Not configured for accepting incoming connections.
04:52:38 [INFO] net::outbound_session: Starting 5 outbound connection slots.
04:52:38 [INFO] ircd::settings: Found configuration for channel #dev
04:52:38 [INFO] rpc::server: JSON-RPC listener bound to tcp://127.0.0.1:25550
04:52:38 [INFO] ircd::settings: Found topic for channel #dev: DarkFi Development HQ
04:52:38 [INFO] net::outbound_session: #0 processing outbound [tls://jakku.parazyd.org:25551]
04:52:38 [INFO] net::outbound_session: #4 processing outbound [tls://irc0.dark.fi:11001]
04:52:38 [INFO] net::outbound_session: #3 processing outbound [tls://acab.accesscam.org:25551]
04:52:38 [INFO] net::outbound_session: #2 processing outbound [tls://irc1.dark.fi:11001]
04:52:38 [INFO] net::outbound_session: #0 connecting to outbound [tcp+tls://jakku.parazyd.org:25551]
04:52:38 [INFO] net::outbound_session: #4 connecting to outbound [tcp+tls://irc0.dark.fi:11001]
04:52:38 [INFO] net::outbound_session: #3 connecting to outbound [tcp+tls://acab.accesscam.org:25551]
04:52:38 [INFO] net::outbound_session: #2 connecting to outbound [tcp+tls://irc1.dark.fi:11001]
04:52:39 [INFO] net::outbound_session: #1 processing outbound [tls://alpinewg.parazyd.org:25551]
04:52:39 [INFO] net::outbound_session: #1 connecting to outbound [tcp+tls://alpinewg.parazyd.org:25551]
04:52:39 [INFO] ircd::irc: [IRC SERVER] listening on tcp://127.0.0.1:6667
04:52:39 [INFO] net::outbound_session: #0 connected to outbound [tcp+tls://jakku.parazyd.org:25551]
04:52:39 [INFO] net::outbound_session: #2 connected to outbound [tcp+tls://irc1.dark.fi:11001]
04:52:39 [INFO] net::outbound_session: #3 connected to outbound [tcp+tls://acab.accesscam.org:25551]
04:52:39 [INFO] net::outbound_session: #4 connected to outbound [tcp+tls://irc0.dark.fi:11001]
04:52:39 [INFO] net::outbound_session: #1 connected to outbound [tcp+tls://alpinewg.parazyd.org:25551]
I haven't tried to test anything out in weechat to see if the error affects anything, but I wanted to post it here just in case. Thanks in advance for your help!
aggstam commented
Hello, sometime connection to a seed fails due to network issues(for example dns).
So as long as you reach one seed(in this case lilith1.dark.fi) you are good.
Feel free to report other issues!