satazor has quit [Remote host closed the connection]
satazor has joined #ipfs
satazor has quit [Ping timeout: 245 seconds]
arthuredelstein has quit [Ping timeout: 256 seconds]
jesse22 has joined #ipfs
arthuredelstein has joined #ipfs
neuthral has quit [Ping timeout: 268 seconds]
satazor has joined #ipfs
Taoki has joined #ipfs
satazor has quit [Ping timeout: 260 seconds]
smaddock has joined #ipfs
satazor has joined #ipfs
neuthral has joined #ipfs
ericxtang has joined #ipfs
* raijin
dropkicks jbenet
satazor has quit [Ping timeout: 240 seconds]
<raijin>
haad: no work on orbit in a while? have you ditched it?
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
lassulus_ has joined #ipfs
macg[m] has joined #ipfs
lassulus has quit [Ping timeout: 240 seconds]
lassulus_ is now known as lassulus
dimitarvp has quit [Quit: Bye]
datamann has joined #ipfs
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
smaddock has quit [Ping timeout: 245 seconds]
user51 has joined #ipfs
Fessus has quit [Ping timeout: 256 seconds]
user_51 has quit [Ping timeout: 260 seconds]
ericxtang has quit [Remote host closed the connection]
Mayeu has quit [Ping timeout: 240 seconds]
Mayeu has joined #ipfs
Mayeu has quit [Ping timeout: 260 seconds]
Have-Quick has quit [Quit: Have-Quick]
Mayeu has joined #ipfs
Fessus has joined #ipfs
ericxtang has joined #ipfs
daftaupe has quit [Ping timeout: 260 seconds]
daftaupe has joined #ipfs
Mayeu has quit [Ping timeout: 260 seconds]
Mayeu has joined #ipfs
}ls{ has joined #ipfs
Have-Quick has joined #ipfs
<haad>
raijin: hey, yeah, the work has slowed down a bit as I've been busy making sure we can keep working on it long-term. getting back to it very soon myself, but work has continued on it by other people.
<haad>
oh, right, on Orbit the chat... yeah, no time to work on that unfortunately but I do want to get it working again
<haad>
soon I hope
smaddock has joined #ipfs
<haad>
(sorry, my first comment was re. orbit-db)
smaddock has quit [Ping timeout: 260 seconds]
Gratin has joined #ipfs
<Gratin>
does anyone know how to subscribe to a topic with pubsub and print out the messages using the java ipfs api
satazor has joined #ipfs
Have-Quick has quit [Quit: Have-Quick]
satazor has quit [Ping timeout: 260 seconds]
user_51 has joined #ipfs
user51 has quit [Ping timeout: 240 seconds]
smaddock has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
satazor has quit [Read error: Connection reset by peer]
satazor_ has quit [Ping timeout: 240 seconds]
Forkk has quit [Quit: No Ping reply in 180 seconds.]
Forkk has joined #ipfs
matijja has quit [Ping timeout: 260 seconds]
fredthomsen has joined #ipfs
fredthomsen has quit [Client Quit]
gmoro has joined #ipfs
reit has quit [Ping timeout: 256 seconds]
plexigras has quit [Quit: WeeChat 2.1]
plexigras has joined #ipfs
satazor has joined #ipfs
datamann has quit [Ping timeout: 260 seconds]
satazor has quit [Ping timeout: 260 seconds]
lampadedromy has quit [Read error: Connection reset by peer]
tsglove has quit [Quit: Leaving]
matijja has joined #ipfs
tsglove has joined #ipfs
satazor has joined #ipfs
satazor has quit [Remote host closed the connection]
satazor has joined #ipfs
dimitarvp has joined #ipfs
fyber has quit [Quit: Ping timeout (120 seconds)]
fyber has joined #ipfs
satazor has quit [Ping timeout: 264 seconds]
reit has joined #ipfs
matijja has quit [Ping timeout: 260 seconds]
fleeky has quit [Ping timeout: 256 seconds]
fleeky has joined #ipfs
leolrrj has quit [Remote host closed the connection]
leolrrj has joined #ipfs
leolrrj has quit [Ping timeout: 260 seconds]
clemo has joined #ipfs
therabbit_ has quit [Quit: therabbit_]
janhonwewe[m] has joined #ipfs
zrc has joined #ipfs
zrc has quit [Client Quit]
zrc has joined #ipfs
zrc has quit [Client Quit]
hugomrdias has quit [Quit: Connection closed for inactivity]
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
Guest60246 has joined #ipfs
ericxtang has joined #ipfs
satazor has joined #ipfs
Encrypt has joined #ipfs
satazor has quit [Remote host closed the connection]
satazor has joined #ipfs
ashark has joined #ipfs
leolrrj has joined #ipfs
satazor has quit [Ping timeout: 245 seconds]
smaddock has joined #ipfs
leolrrj has quit [Ping timeout: 252 seconds]
leolrrj has joined #ipfs
<daftaupe>
Hello, I'm trying to build go-ipfs on dragonfly, I'm using go build -v -tags nofuse -o ./cmd/ipfs/ipfs ./cmd/ipfs but there's no output (except that it's exluding all files from fuse/node) , and no error... is there a way to make the build a bit more verbose ?
<djdv>
daftaupe: Usually for Go, no news is good news. If there's no error it should have built sucessfully
<daftaupe>
djdv, well that's what I know, but in that there's nothing produced, which is rather weird
<djdv>
that is strange, perhaps it is the double "ipfs" in "./cmd/ipfs/ipfs"
<djdv>
for me, when building with go alone (without make) I tend to cd into cmd/ipfs and do `go install -tags nofuse`
jmill has joined #ipfs
<djdv>
I tend to encounter simillar problems when trying to build from the source root (no error, no binary, libs installed in go pkg though)
<daftaupe>
alright, let me try
<djdv>
ignore my remark about the double "ipfs", I didn't notice that was the output, but cd'ing into it might still help
<daftaupe>
I'm open to every remark :D
<djdv>
as long as it works ;^)
<daftaupe>
hehe
<daftaupe>
it doesn't seem to be better
<djdv>
:^(
<daftaupe>
thanks anyway djdv
<djdv>
I guess another thing to try may be using gmake
<djdv>
there is an install_unsupported target
<daftaupe>
yup I try with gmake and install_unsupported
<daftaupe>
hmm it ends with gmake: *** [Rules.mk:116: install_unsupported] Error 1
<djdv>
could it be gx is encountering problems?
<djdv>
that line seems to be `gx install --global`
<djdv>
in master*
ericxtang has quit [Remote host closed the connection]
<daftaupe>
ipfs daemon running good on DragonFlyBSD :)
kmels has joined #ipfs
<lidel>
\o/
<djdv>
!!
<djdv>
echoing what I said earlier in the issue
reit has quit [Quit: Leaving]
tec__ has quit [Ping timeout: 240 seconds]
<daftaupe>
also the ipfs-companion add-on for firefox is really sweet, now I can open the link through my own gateway :)
tec__ has joined #ipfs
sz0 has joined #ipfs
kivutar has quit [Ping timeout: 256 seconds]
<Mr0grog>
Magik6k: Out of curiosity, is there a particular reason you recommended `config Reprovider.Strategy roots` instead of `config Reprovider.Strategy pinned` in https://github.com/ipfs/go-ipfs/issues/5013 ? Trying to make sure I understand why one would be preferable over the other, or if you were just going for the most conservative option.
<Magik6k>
Mr0grog: when you add really big dataset, it's pinned, so wether you provide pinned or all data, reprovider is still going try to provide all that blocks (it's slow (reproviding a block each 1-10s), throwing milions of blocks at it doesn't help). Optimally we'd have some strategy depending on content, e.g. provide directories and file roots.
<Mr0grog>
ahhh, I didn't realize the cost of reproviding a single block was nearly so high
reit has quit [Quit: Leaving]
<Mr0grog>
Magik6k: thanks
Mateon3 has joined #ipfs
Mateon2 has quit [Ping timeout: 252 seconds]
Deknos has left #ipfs [#ipfs]
Mateon3 is now known as Mateon2
smaddock has quit [Ping timeout: 260 seconds]
reit has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
satazor has joined #ipfs
satazor has quit [Remote host closed the connection]
satazor has joined #ipfs
satazor has quit [Remote host closed the connection]
satazor has joined #ipfs
todder has quit [Quit: is such a quitter...]
satazor has quit [Remote host closed the connection]
satazor has joined #ipfs
ericxtang has joined #ipfs
satazor has quit [Ping timeout: 245 seconds]
todder has joined #ipfs
jesse22 has joined #ipfs
rendar has quit []
fazo96 has joined #ipfs
fazo96_ has quit [Ping timeout: 260 seconds]
plexigras has quit [Ping timeout: 260 seconds]
droman has joined #ipfs
droman_ has quit [Ping timeout: 252 seconds]
plexigras has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Gratin>
lanzafame, und0ck3d[m] thanks for your help :)
jesse22 has joined #ipfs
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jmill has joined #ipfs
wolfen has joined #ipfs
Ishtv4n has quit [Ping timeout: 245 seconds]
jmill has quit [Client Quit]
droman has quit [Read error: Connection reset by peer]
droman has joined #ipfs
nemec has joined #ipfs
droman_ has joined #ipfs
droman has quit [Ping timeout: 245 seconds]
<victorbjelkholm>
daftaupe: sort of, hard to replicate, need to setup router-array to test with. Search github for "org:ipfs killing routers" and you'll see bunch of repos
nemec has quit [Ping timeout: 260 seconds]
<victorbjelkholm>
daftaupe: not abondonned, just haven't paid a lot of attention. Just went through all the PRs
espadrine_ has joined #ipfs
droman_ has quit [Quit: WeeChat 2.1]
fazo96 has quit [Quit: Konversation terminated!]
xelra has quit [Remote host closed the connection]
jmill has joined #ipfs
Ecran has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]