Closed githubassets closed 2 years ago
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:
Finally, remember to use https://discuss.ipfs.io if you just need general support.
Maintainer of go-ipfs-git
here. I cannot confirm this issue:
$ ipfs daemon
Initializing daemon...
go-ipfs version: 0.14.0-dev-2e170a430-dirty
Repo version: 12
System version: amd64/linux
Golang version: go1.18.3
2022/06/05 19:45:46 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details.
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/127.0.0.1/udp/4001/quic
Swarm listening on /ip4/172.17.0.1/tcp/4001
Swarm listening on /ip4/172.17.0.1/udp/4001/quic
Swarm listening on /ip4/192.168.8.178/tcp/4001
Swarm listening on /ip4/192.168.8.178/udp/4001/quic
Swarm listening on /ip6/2a02:xxxx/tcp/4001
Swarm listening on /ip6/2a02:xxxx/udp/4001/quic
Swarm listening on /ip6/2a02:xxxx/tcp/4001
Swarm listening on /ip6/2a02:xxxx/udp/4001/quic
Swarm listening on /ip6/::1/tcp/4001
Swarm listening on /ip6/::1/udp/4001/quic
Swarm listening on /p2p-circuit
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip4/127.0.0.1/udp/4001/quic
Swarm announcing /ip4/192.168.8.178/tcp/4001
Swarm announcing /ip4/192.168.8.178/udp/4001/quic
Swarm announcing /ip6/2a02:xxxx/tcp/4001
Swarm announcing /ip6/2a02:xxxx/udp/4001/quic
Swarm announcing /ip6/::1/tcp/4001
Swarm announcing /ip6/::1/udp/4001/quic
API server listening on /ip4/127.0.0.1/tcp/5001
WebUI: http://127.0.0.1:5001/webui
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8081
Daemon is ready
^C
Received interrupt signal, shutting down...
(Hit ctrl-c again to force-shutdown the daemon.)
$ ping 8.8.8.8 -c1
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=111 time=58.5 ms
--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 58.478/58.478/58.478/0.000 ms
Checklist
Installation method
built from source
Version
Config
Description
Installing
go-ipfs-git
aur package, setting up with default settings as per the docs, runningipfs daemon
, then pressing ctrl-c stops my networking from functioning. None of the webpages or pings work. NetworkManager is installed as a network manager. OS is artix linux latest. Same behaviour was on an archlinux installation. Steps to reproduce: follow http://docs.ipfs.io.ipns.localhost:8080/how-to/command-line-quick-start/ runipfs daemon
press Ctrl+c done