lgierth changed the topic of #ipfs to: Current release: go-ipfs v0.4.4 on dist.ipfs.io | Dev chatter: #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0 | Sprints: https://git.io/voEAh
ylp has quit [Ping timeout: 250 seconds]
infinity0 has joined #ipfs
vtomole has quit [Ping timeout: 260 seconds]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
bastianilso_____ has quit [Quit: bastianilso_____]
fleeky__ has joined #ipfs
<substack> should I make an issue for the hung `ipfs cat` command?
<substack> I get this very consistently on the peermaps data, it hasn't yet worked
<substack> ls works fine and the local web ui works fine
fleeky_ has quit [Ping timeout: 258 seconds]
ppham has joined #ipfs
<lgierth> mh!
<lgierth> using 0.4.4? there's plenty of stuff in master that might fix it
<lgierth> there's 0.4.5-pre1 and there's gonna be a pre2 in the next couple of days though
lgierth changed the topic of #ipfs to: Current release: go-ipfs v0.4.4 on dist.ipfs.io, also try v0.4.5-pre1 :) | Dev chatter: #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0 | Sprints: https://git.io/voEAh
ppham has quit [Remote host closed the connection]
ppham has joined #ipfs
ppham has quit [Remote host closed the connection]
maxlath has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
<substack> using 0.4.4 yes
maxlath has quit [Quit: maxlath]
ivo_ has quit [Ping timeout: 245 seconds]
wallacoloo____ has joined #ipfs
ivo_ has joined #ipfs
ppham has joined #ipfs
wallacoloo____ has quit [Read error: Connection reset by peer]
ianopolous has quit [Remote host closed the connection]
gully-foyle has quit [Ping timeout: 264 seconds]
pfrazee has quit [Remote host closed the connection]
gully-foyle has joined #ipfs
ppham has quit [Remote host closed the connection]
kevina has quit [Quit: Leaving]
ppham has joined #ipfs
ppham_ has joined #ipfs
herzmeister has quit [Quit: Leaving]
pfrazee has joined #ipfs
herzmeister has joined #ipfs
ppham has quit [Ping timeout: 268 seconds]
_whitelogger has joined #ipfs
ygrek_ has quit [Ping timeout: 260 seconds]
Akaibu has quit []
ianopolous has joined #ipfs
utanapishtim has joined #ipfs
vtomole has joined #ipfs
Akaibu has joined #ipfs
ianopolous has quit [Ping timeout: 246 seconds]
ppham_ has quit [Remote host closed the connection]
ppham has joined #ipfs
ppham has quit [Remote host closed the connection]
wallacoloo____ has joined #ipfs
ppham has joined #ipfs
ppham has quit [Remote host closed the connection]
ppham has joined #ipfs
ppham has quit [Remote host closed the connection]
robattila256 has joined #ipfs
Guest109033[m] has joined #ipfs
mguentner2 has quit [Quit: WeeChat 1.6]
mguentner has joined #ipfs
ygrek_ has joined #ipfs
mguentner2 has joined #ipfs
pfrazee has quit [Remote host closed the connection]
mguentner has quit [Ping timeout: 250 seconds]
Guest109068[m] has joined #ipfs
tmg__ has joined #ipfs
tmg has quit [Ping timeout: 258 seconds]
DiCE1904 has joined #ipfs
DiCE1904 has quit [Read error: Connection reset by peer]
stevelord[m] has joined #ipfs
utanapishtim has quit [Ping timeout: 260 seconds]
compile[m] has joined #ipfs
pfrazee has joined #ipfs
pfrazee has quit [Ping timeout: 248 seconds]
wallacoloo____ has quit [Quit: wallacoloo____]
wallacoloo____ has joined #ipfs
bluebell_ has joined #ipfs
wallacoloo____ has quit [Quit: wallacoloo____]
wallacoloo____ has joined #ipfs
chris613 has quit [Quit: Leaving.]
wallacoloo____ has quit [Quit: wallacoloo____]
john3 has quit [Ping timeout: 260 seconds]
infinity0 has quit [Ping timeout: 256 seconds]
infinity0 has joined #ipfs
riotnewuser[m] has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
eibriel has quit [Read error: Connection reset by peer]
ygrek_ has quit [Ping timeout: 268 seconds]
rendar has joined #ipfs
sperg has joined #ipfs
eibriel has joined #ipfs
Mateon1 has quit [Read error: Connection reset by peer]
reit has joined #ipfs
sperg has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
<whyrusleeping> substack: got an example of a thing where cat is failing?
<whyrusleeping> i wanna try debugging it
<whyrusleeping> (also please do file an issue, that seems quite weird)
<whyrusleeping> gozala: yeah, orbitdb requires the user is running a local node
bluebell_ has left #ipfs [#ipfs]
<whyrusleeping> but that node could be go-ipfs or js-ipfs ( cc haad daviddias and dignifiedquire for confirmation)
<dignifiedquire> confirmed
<substack> whyrusleeping: ipfs cat QmXJ8KkgKyjRxTrEDvmZWZMNGq1dk3t97AVhF1Xeov3kB4/meta.json
<whyrusleeping> substack: huh, that cats out immediately for me
<substack> it hangs forever on my machine, which is also seeding that archive
<substack> this has stopped my progress getting the peermaps prototype out the door :/
<substack> I'm using 0.4.4 of go-ipfs
<substack> the binary dist from the web site
<whyrusleeping> substack: can you give me the output of 'curl localhost:5001/debug/pprof/goroutine\?debug=2'
<substack> commands like `ipfs ls` work
<whyrusleeping> while the cat is hanging
<substack> QmZxfDhQ1n2wQKayXyQ8FeV59XHdvKvPmSWqyS5hTVxaNH
arpu has quit [Ping timeout: 264 seconds]
<whyrusleeping> thanks, investigating...
<whyrusleeping> substack: are you also running an 'add' command at the same time?
<substack> I ran `ipfs add` afterward
<substack> well, the first time I piped it in but that didn't work and then `ipfs add` also hung until I restarted the daemon
<whyrusleeping> hrm... okay. I'm seeing some weird things in there. Gonna relocate from this coffee shop and investigate further, but i recommend trying to use the 0.4.5 pre1 release. I think it fixes the cat issue (we switched up a few things)
<substack> here's another run: QmVbWkbaxkhixHb3zwmzDBUCTuFnEyYfD43faXE8r4NVRz
<whyrusleeping> substack: also, Jay/Julia from sudo room says Hi :)
<substack> I started trying to build the 0.4.5 release but I am unfamiliar with how to set up a go env
<substack> got a bit lost setting up GOPATH
<whyrusleeping> yeahhh....
<whyrusleeping> theyre doing away with that soon
<whyrusleeping> i normally set GOPATH=$HOME/gopkg
<whyrusleeping> then you can `go get -d github.com/ipfs/go-ipfs`
<whyrusleeping> cd $GOPATH/src/github.com/ipfs/go-ipfs && make build
<whyrusleeping> and that *should* do it all for you
<substack> really... peculiar way to set up a language
<substack> I have never used anything that works like that
<whyrusleeping> yeah... its kinda like the global node_modules folder, except it doesnt have a default to /usr/node_modules (or whatever that ends up being)
<whyrusleeping> we do have prebuilt binaries for the pre-release version
<whyrusleeping> on the dists page its hidden away under 'all versions'
tmg__ is now known as tmg
<substack> now getting this error: QmNRTdSeGyhjDGGhDyH96j6S1bFvrN2NaHZoa5Wwh6izi2
<substack> ok I will try the prebuilt
unilovelight[m] has joined #ipfs
<whyrusleeping> cannot find package "runtime", ehhhhh
<whyrusleeping> yeah, just try the prebuilt
<whyrusleeping> heading out, be back in a bit
<substack> works
<substack> ipfs cat is not hanging anymore for me now
Drakster[m] has left #ipfs ["User left"]
pfrazee has joined #ipfs
pfrazee has quit [Ping timeout: 258 seconds]
infinity0 has quit [Remote host closed the connection]
<substack> using the node api, I keep getting "not valid multihash" errors when I try to ipfs.cat() or ipfs.get()
<substack> ipfs.ls() seems to work as I would expect
infinity0 has joined #ipfs
john3 has joined #ipfs
john3 has quit [Ping timeout: 260 seconds]
<substack> there's an `ipfs resolve` for that on the command-line but I don't see a corresponding method in ipfs-api
bastianilso_____ has joined #ipfs
<substack> figured something out
<substack> now streaming peermap wsen queries from ipfs
gully-foyle has quit [Ping timeout: 250 seconds]
ianopolous has joined #ipfs
gully-foyle has joined #ipfs
Encrypt has joined #ipfs
xelra has quit [Quit: ZNC - http://znc.in]
xelra has joined #ipfs
<whyrusleeping> substack: awesome to hear!
<whyrusleeping> the 'not valid multihash' thing is new? (happens on 0.4.5 and not on 0.4.4?)
<substack> the multihash errors are from ipfs-api in node
<substack> but I figured out a workaround for now
<whyrusleeping> hrm... okay. We should be testing that in CI, i'll make a note of it
<substack> ipfs-api doesn't like it when I use urls like QmXJ8KkgKyjRxTrEDvmZWZMNGq1dk3t97AVhF1Xeov3kB4/meta.json
<substack> which `ipfs cat` is fine with
<whyrusleeping> ooooh, its probably expecting *just* a hash, which isnt correct
<whyrusleeping> cc daviddias ^
<substack> is there any way to check how much of peermaps people have downloaded from my computer?
<substack> I don't want to announce until at least 1 or 2 other computers have the complete dataset
<substack> because my internet is flaky af right now
<whyrusleeping> its hard to check if they have the entire thing, you can check a given hash with 'ipfs dht findprovs <hash>'
<whyrusleeping> whats the dataset hash again?
<substack> QmXJ8KkgKyjRxTrEDvmZWZMNGq1dk3t97AVhF1Xeov3kB4
<whyrusleeping> i'll make sure its at least three or four places
<substack> thanks!
<substack> the main thing is that it needs to upload from my laptop to elsewhere and it's 38G
<whyrusleeping> syncing now with my home NAS box, on a gig fiber line :D
<substack> nice
<whyrusleeping> i think i have most of it already
<substack> the internet uplink here is pretty good but it crashes every 5-10 minutes :/
<whyrusleeping> thats rather unfortunate
bastianilso_____ has quit [Quit: bastianilso_____]
herzmeister has quit [Quit: Leaving]
<whyrusleeping> alright, its 'working'. I'll report back later when those two boxes finish syncing
arzale[m] has joined #ipfs
Encrypt has quit [Quit: Quit]
<ianopolous> am I right in thinking that in cbor, merkle links are encoded as a single element map with a key of "/" and either bytes of a cid or a multiaddr string as the value?
dramforever has joined #ipfs
pfrazee has joined #ipfs
pfrazee has quit [Ping timeout: 268 seconds]
taaem has quit [Read error: Connection reset by peer]
john3 has joined #ipfs
taaem has joined #ipfs
john3 has quit [Ping timeout: 260 seconds]
herzmeister has joined #ipfs
bastianilso_____ has joined #ipfs
<jbenet> i believe that in cbor we use a special tag-- but i may be wrong
<jbenet> cc daviddias.
<jbenet> ianopolous check the js-ipld and go-ipld versions
Kingsquee has quit [Quit: Konversation terminated!]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
maxlath has joined #ipfs
infinity0 has quit [Ping timeout: 250 seconds]
apiarian has quit [Quit: Textual IRC Client: www.textualapp.com]
infinity0 has joined #ipfs
tmg has quit [Ping timeout: 258 seconds]
apiarian has joined #ipfs
Encrypt has joined #ipfs
bastianilso_____ has quit [Quit: bastianilso_____]
espadrine has joined #ipfs
maxlath has quit [Quit: maxlath]
espadrine has quit [Ping timeout: 260 seconds]
pfrazee has joined #ipfs
infinity0 has quit [Ping timeout: 268 seconds]
infinity0 has joined #ipfs
pfrazee has quit [Ping timeout: 260 seconds]
MDude has quit [Ping timeout: 258 seconds]
infinity0 has quit [Remote host closed the connection]
<herzmeister> i think it should become somewhat a best practice to link to files in the form of /ipfs/bla9238rw9ehfelongfuckinghash32c#catpicture.jpg -- so with a "comment" indicating what the actual file is. do you agree?
infinity0 has joined #ipfs
tg has quit [Quit: Leaving]
pfrazee has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
tg has joined #ipfs
ppham has joined #ipfs
<Kubuxu> herzmeister: you can wrap the file into directory then you have normal filename
<Kubuxu> ipfs add -w
john3 has joined #ipfs
john3 has quit [Ping timeout: 260 seconds]
<vtomole> I got this after "ipfs add":46434: too many open files client.go:247, What does it mean?
<vtomole> I haven't opened the file i'm adding...
pfrazee has quit [Remote host closed the connection]
MDude has joined #ipfs
ppham has quit [Remote host closed the connection]
ZaZ has joined #ipfs
<herzmeister> Kubuxu: yeah but directory names and actual file names might change. though directory hashes change too when filenames change (i guess), old versions eventually won't be seeded anymore
<herzmeister> so not so inline with the idea of the "permanent web"
s4y has joined #ipfs
john3 has joined #ipfs
jager has quit [Read error: Connection reset by peer]
jager_ has joined #ipfs
dramforever has quit [Ping timeout: 252 seconds]
gully-foyle has quit [Ping timeout: 245 seconds]
bastianilso_____ has joined #ipfs
espadrine has joined #ipfs
jonnycrunch has joined #ipfs
espadrine has quit [Ping timeout: 260 seconds]
cholcombe has quit [Ping timeout: 258 seconds]
jonnycrunch has quit [Ping timeout: 265 seconds]
chris613 has joined #ipfs
espadrine has joined #ipfs
Encrypt has quit [Quit: Quit]
jager_ has quit [Ping timeout: 265 seconds]
jager has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
pfrazee has joined #ipfs
kulelu88 has joined #ipfs
nukast has joined #ipfs
nukast has left #ipfs [#ipfs]
ZaZ has quit [Read error: Connection reset by peer]
espadrine has quit [Ping timeout: 260 seconds]
Guest109539[m] has joined #ipfs
gully-foyle has joined #ipfs
ygrek_ has joined #ipfs
Famicoman[m] has joined #ipfs
vtomole has quit [Ping timeout: 260 seconds]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 258 seconds]
ckwaldon1 is now known as ckwaldon
john4 has joined #ipfs
john3 has quit [Ping timeout: 260 seconds]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 256 seconds]
ckwaldon1 is now known as ckwaldon
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
Ronsor has quit [Ping timeout: 245 seconds]
Ronsor has joined #ipfs
nicolasloubet[m] has joined #ipfs
ckwaldon has quit [Ping timeout: 258 seconds]
ckwaldon1 has joined #ipfs
ckwaldon1 is now known as ckwaldon
sprint-helper1 has joined #ipfs
sprint-helper has quit [Write error: Broken pipe]
dmr has quit [Quit: Leaving]
cholcombe has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
MDude has quit [Ping timeout: 258 seconds]
herzmeister[m]1 has left #ipfs ["User left"]
MDude has joined #ipfs
cypherhippie[m] has joined #ipfs
cypherhippie[m] has left #ipfs [#ipfs]
f4 has joined #ipfs
eibriel has quit [Quit: Leaving.]
pfrazee has quit [Remote host closed the connection]
tmg has joined #ipfs
john has joined #ipfs
john is now known as Guest36485
john4 has quit [Ping timeout: 260 seconds]
Guest36485 has quit [Ping timeout: 260 seconds]
john has joined #ipfs
john is now known as Guest21781
Guest21781 is now known as john1
M-mikael has left #ipfs ["User left"]
davidderus[m] has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
zeppi673[m] has joined #ipfs
<kewde[m]> Is there a github fork/branch which tracks the Tor development?
<substack> is there a way to make the js-ipfs-api tests not run every test? the suite takes ages and I want to test one small thing
MDude has quit [Remote host closed the connection]
nonaTure has joined #ipfs
f4 has quit [Ping timeout: 265 seconds]
Kingsquee has joined #ipfs
<substack> a fix for the error I was getting earlier
<substack> I tried to add a test for it, but wrangling the test setup is more of a project than I feel like taking on right now
Encrypt has joined #ipfs
7YUAAX3UV has joined #ipfs
7YUAAX3UV has quit [Remote host closed the connection]
ppham has joined #ipfs
ppham has quit [Remote host closed the connection]
ppham has joined #ipfs
Encrypt has quit [Quit: Sleeping time!]