Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Address family not supported by protocol" #2509

Open
vitaly-zdanevich opened this issue May 26, 2024 · 2 comments
Open

"Address family not supported by protocol" #2509

vitaly-zdanevich opened this issue May 26, 2024 · 2 comments
Assignees
Labels
core kind/bug Something isn't working

Comments

@vitaly-zdanevich
Copy link

Describe the bug

$ ./Spacedrive-linux-x86_64.AppImage
Running from APPIMAGE
2024-05-26T02:19:32.004931Z INFO sd_core: core/src/lib.rs:89: Starting core with data directory '/home/vitaly/.local/share/spacedrive'
2024-05-26T02:19:32.044331Z WARN sd_core::util::version_manager: core/src/util/version_manager.rs:159: Config file for sd_core::node::config::NodeConfig does not exist, trying to create a new one with version -> V3
2024-05-26T02:19:32.273508Z INFO libp2p_swarm: /home/runner/.cargo/git/checkouts/rust-libp2p-5bf6f5083e224a9a/a005656/swarm/src/lib.rs:368: local_peer_id=12D3KooWSUs27p6Vkk1BVbMCPaCuCyywvChzFjE6Q7hsNyfBdoJr
2024-05-26T02:19:32.362457Z INFO sd_core::p2p::manager: core/src/p2p/manager.rs:151: Setting quic ipv4 listener to: Some(0)
2024-05-26T02:19:32.410975Z INFO sd_p2p::p2p: crates/p2p/src/p2p.rs:270: HookEvent::ListenerAddrAdded(ListenerId(0), 0.0.0.0:43171)
2024-05-26T02:19:32.411016Z INFO sd_core::p2p::manager: core/src/p2p/manager.rs:169: Setting quic ipv6 listener to: Some(0)
2024-05-26T02:19:32.416281Z ERROR sd_core: core/src/lib.rs:239: panicked at /home/runner/work/spacedrive/spacedrive/crates/p2p/src/quic/transport.rs:191:26:
called Result::unwrap() on an Err value: Os { code: 97, kind: Uncategorized, message: "Address family not supported by protocol" } panic.file="/home/runner/work/spacedrive/spacedrive/crates/p2p/src/quic/transport.rs:191" panic.column=26
fatal runtime error: failed to initiate panic, error 3
Aborted

Reproduction

No response

Expected behavior

No response

Platform and versions

Gentoo Linux

Stack trace

No response

Additional context

No response

@HeavenVolkoff
Copy link
Member

Hi, unfortunately, our AppImage releases are deprecated, and the only supported release is deb for now. We are currently working on Flatpak releases, which should be ready for 0.4. However, the issue you're reporting appears to be related to IPv6 not being available on your machine. Did you disable it by any chance? Even so, this shouldn't be happening, I will take a look into it.

@vitaly-zdanevich
Copy link
Author

Yes, I disabled IPv6 on my system - my ISP does not support it, and also in order to have a smaller/faster system (Gentoo Linux).

@iLynxcat iLynxcat removed Bug labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants