Bug ID 1222194
Summary kubo ipfs tries to start before the network appears and fails with an error
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee screening-team-bugs@suse.de
Reporter werwolf131313@gmail.com
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

kubo ipfs tries to start before the network appears and fails with an error

> [werwolf@power] ~  
> ❯ sudo LANG=c zypper info kubo
> Refreshing service 'openSUSE'.
> Loading repository data...
> Reading installed packages...
> 
> 
> Information for package kubo:
> -----------------------------
> Repository     : filesystems
> Name           : kubo
> Version        : 0.26.0-16.17
> Arch           : x86_64
> Vendor         : obs://build.opensuse.org/filesystems
> Installed Size : 79.2 MiB
> Installed      : Yes
> Status         : up-to-date
> Source package : kubo-0.26.0-16.17.src
> Upstream URL   : https://github.com/ipfs/kubo
> Summary        : IPFS implementation in Go
> Description    : 
>     IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence
>     built in. You can also mount the world at /ipfs.

As far as I understand, the problem can be solved by simply adding one line to
the systemd service file

> Wants=network-online.target
> After=network-online.target


You are receiving this mail because: