stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.19 and js-ipfs 0.34 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of
hwurst[m] has joined #ipfs
gearshift has left #ipfs ["Leaving"]
polman has joined #ipfs
m_tadeu_ has joined #ipfs
m_tadeu has quit [Ping timeout: 255 seconds]
espadrine has quit [Ping timeout: 258 seconds]
polman has quit [Excess Flood]
q-u-a-n7 has joined #ipfs
Ai9zO5AP has quit [Quit: WeeChat 2.4]
q-u-a-n4 has quit [Ping timeout: 268 seconds]
RamRanRa has quit [Read error: Connection reset by peer]
Taoki has quit [Ping timeout: 255 seconds]
Taoki has joined #ipfs
}ls{ has quit [Ping timeout: 246 seconds]
DavidPH has joined #ipfs
}ls{ has joined #ipfs
polman has joined #ipfs
user_51 has joined #ipfs
Belkaar has quit [Ping timeout: 244 seconds]
user_51_ has quit [Ping timeout: 246 seconds]
Taoki has quit [Ping timeout: 258 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
KempfCreative has joined #ipfs
polman has quit [Excess Flood]
Taoki has joined #ipfs
_whitelogger has joined #ipfs
_nkls_ has quit [Remote host closed the connection]
_nkls_ has joined #ipfs
verin0x has quit [Ping timeout: 245 seconds]
verin0x has joined #ipfs
mowcat has quit [Remote host closed the connection]
spinza has quit [Quit: Coyote finally caught up with me...]
_whitelogger has joined #ipfs
xcm has quit [Remote host closed the connection]
spinza has joined #ipfs
xcm has joined #ipfs
Tiez has joined #ipfs
<shokunin[m]2>
swedneck ?
altona has joined #ipfs
_whitelogger has joined #ipfs
toxync01 has joined #ipfs
pvh has quit [Quit: Connection closed for inactivity]
KempfCreative has quit [Ping timeout: 255 seconds]
altona has quit []
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
polman has joined #ipfs
stoopkid has quit [Quit: Connection closed for inactivity]
kapilp has joined #ipfs
hansbauer[m] has joined #ipfs
griffinbyatt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vivus has quit [Remote host closed the connection]
m_tadeu_ has joined #ipfs
m_tadeu has quit [Ping timeout: 246 seconds]
Taoki has joined #ipfs
ygrek has quit [Remote host closed the connection]
ygrek has joined #ipfs
DavidPH has quit [Remote host closed the connection]
detran has quit [Ping timeout: 246 seconds]
detran has joined #ipfs
griffinbyatt has joined #ipfs
Caterpillar has joined #ipfs
espadrine_ has joined #ipfs
griffinbyatt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
griffinbyatt has joined #ipfs
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
Tiez has quit [Quit: WeeChat 2.4]
hhes has quit [Quit: hhes]
rcat has joined #ipfs
merethan has joined #ipfs
Ai9zO5AP has quit [Ping timeout: 258 seconds]
i9zO5AP has joined #ipfs
abhiyerra has joined #ipfs
i9zO5AP has quit [Quit: WeeChat 2.4]
Ai9zO5AP has joined #ipfs
zeden has quit [Quit: WeeChat 2.4]
abhiyerra has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zeden has joined #ipfs
espadrine_ has quit [Ping timeout: 258 seconds]
josef[m] has joined #ipfs
Cavedude_ has joined #ipfs
Cavedude has quit [Ping timeout: 268 seconds]
The_Loko has quit [Remote host closed the connection]
abhiyerra has joined #ipfs
pecastro has quit [Ping timeout: 255 seconds]
plexigras has quit [Ping timeout: 246 seconds]
abhiyerra has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MDude has quit [Ping timeout: 268 seconds]
Belkaar has quit [Ping timeout: 258 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
merethan has quit [Remote host closed the connection]
ctOS has joined #ipfs
spinza has quit [Quit: Coyote finally caught up with me...]
<shokunin[m]2>
Looks like wiki solution was asked about on the forum. Seems close enough to Epona. We don’t have article to article linking but I’m happy to add it?
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
gde33 has quit [Ping timeout: 255 seconds]
gde33 has joined #ipfs
Wioxjk has quit [Ping timeout: 246 seconds]
spinza has joined #ipfs
Wioxjk has joined #ipfs
Chaos_Zero has joined #ipfs
<Chaos_Zero>
hi all, been running into https://github.com/ipfs/go-ipfs/issues/6237 quite a bit on a side project i am working on, is there any way to find out what version i need to downgrade to to work around this crash until fix is released?
<deltab>
are you building it from source?
<Chaos_Zero>
I have been using the binaries but I can build from source if the version I need is not available as a binary
<deltab>
just that if you're building from source, and can easily check for the problem, you can use git bisect
<deltab>
otherwise you can do it by downloading and trying binaries manually
<deltab>
is it easy to check for the problem, or does it take a while to show up?
<Chaos_Zero>
yeah, its random, usually takes a while depending on load. I have been running in under supervisor to revive it as it dies but obviously this is not ideal and causes a lot of unexpected behavior.
<Chaos_Zero>
I guess it will be trial and error solution :/
<deltab>
try a version; if the problem shows up, try an earlier version
<deltab>
if you had an easy way of showing the problem is *not* present, then you could jump back by more than one version until you found a version that works, then step forward until it fails