You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I may have a fault ircd set up. I went through the instructions here. Here is what I get when I start ircd:
23:36:40 [ERROR] net::connector: Connection to tls://lilith0.dark.fi:25551 failed: IO error: timed out
23:36:40 [WARN] net::seedsync_session: Failure contacting seed #0 [tls://lilith0.dark.fi:25551]: Connection failed
23:36:40 [WARN] net::seedsync_session: Seed #0 failed for reason Connection failed
23:36:51 [ERROR] net::connector: Setup for tls://lilith1.dark.fi:25551 failed: IO error: uncategorized error
23:36:51 [WARN] net::seedsync_session: Failure contacting seed #1 [tls://lilith1.dark.fi:25551]: Connection failed
23:36:51 [WARN] net::seedsync_session: Seed #1 failed for reason Connection failed
23:36:51 [WARN] net::seedsync_session: Hosts pool still empty after seeding
23:36:51 [INFO] net::inbound_session: Not configured for accepting incoming connections.
23:36:51 [INFO] net::outbound_session: Starting 5 outbound connection slots.
23:36:51 [INFO] ircd::settings: Found configuration for channel #dev
23:36:51 [INFO] ircd::settings: Found topic for channel #dev: DarkFi Development HQ
23:36:51 [INFO] rpc::server: JSON-RPC listener bound to tcp://127.0.0.1:25550
23:36:51 [INFO] ircd::irc: [IRC SERVER] listening on tcp://127.0.0.1:6667
I see I get two errors near the top. I have irc_listen="tcp://127.0.0.1:6667" set in ~/.config/darkfi/ircd_config.toml`.
Usually I pop on for a bit and see people active but I haven't see much activity lately. Don't know if people are away or if I had configured something wrong. Any help is much appreciated!
The text was updated successfully, but these errors were encountered:
OS: pop!_os 22.04 LTS
darkfi branch 0.4.1
client: weechat 4.2.2
I believe I may have a fault ircd set up. I went through the instructions here. Here is what I get when I start ircd:
I see I get two errors near the top. I have
irc_listen="tcp://127.0.0.1:6667"
set in ~/.config/darkfi/ircd_config.toml`.Usually I pop on for a bit and see people active but I haven't see much activity lately. Don't know if people are away or if I had configured something wrong. Any help is much appreciated!
The text was updated successfully, but these errors were encountered: