<
apiarian>
nice. well i'm heading off. whyrusleeping did you see that twin link in webui issue?
<
whyrusleeping>
apiarian: i didnt yet
<
whyrusleeping>
i dont normally pay close attention to the webui, i make dignifiedquire handle that :P
<
apiarian>
ya i took a look in there and remembered why i'm an api dev
computerfreak has quit [Quit: Leaving.]
gmcquillan_ has quit [Ping timeout: 260 seconds]
cketti has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ZaZ has quit [Quit: Leaving]
cketti has quit [Quit: Leaving]
Kane` has joined #ipfs
galois_d_ has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
wallacoloo has joined #ipfs
galois_d_ has joined #ipfs
galois_dmz has quit [Ping timeout: 258 seconds]
bsm117532 has quit [Killed (verne.freenode.net (Nickname regained by services))]
bsm1175321 has joined #ipfs
pfista has joined #ipfs
apiarian has quit [Ping timeout: 240 seconds]
apiarian has joined #ipfs
jbenet_train has joined #ipfs
herzmeister has quit [Quit: Leaving]
wallacoloo has quit [Read error: Connection reset by peer]
herzmeister has joined #ipfs
rgrinberg has joined #ipfs
harleyk_ is now known as harleyl
harleyl is now known as harleyk
pfista has quit [Ping timeout: 246 seconds]
reit has joined #ipfs
Kane` has quit [Remote host closed the connection]
bsm1175321 has quit [Remote host closed the connection]
Kane` has joined #ipfs
dmr has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
Oatmeal has quit [Ping timeout: 246 seconds]
ygrek_ has quit [Ping timeout: 260 seconds]
chriscool has joined #ipfs
Oatmeal has joined #ipfs
<
tmg>
Q: Why are go-libp2p-peer* not included in go-libp2p?
<
tmg>
...included is a bit ambiguous. Why are they in separate repos?
PrinceOfPeeves has quit [Quit: Leaving]
<
whyrusleeping>
tmg: so packages can use peer IDs without having to import go-ipfs or go-libp2p
<
whyrusleeping>
jbenet_train: sounds good
rardiol has quit [Ping timeout: 252 seconds]
<
tmg>
whyrusleeping: perhaps I misunderstand how go does importing
<
tmg>
does import ("io/outil") import all of "io" ?
pfista has joined #ipfs
chriscool has quit [Ping timeout: 260 seconds]
pfista has quit [Ping timeout: 260 seconds]
chriscool has joined #ipfs
chriscool has quit [Client Quit]
dmr has quit [Ping timeout: 250 seconds]
stoogenmeyer has quit [Remote host closed the connection]
<
whyrusleeping>
tmg: no, but the stdlib is special
<
whyrusleeping>
'go get github.com/A/B/C' will clone all of github.com/A/B
pfista has joined #ipfs
jbenet_train has quit [Quit: leaving]
iNodezzz has quit [Ping timeout: 276 seconds]
Oatmeal has quit [Ping timeout: 244 seconds]
multivac has quit [Remote host closed the connection]
chungy has joined #ipfs
ashark has quit [Ping timeout: 260 seconds]
<
kpcyrd>
whyrusleeping: I ran into the issue again, `ipfs add` is stuck, with or without daemon running
<
whyrusleeping>
kpcyrd: what are you adding?
<
kpcyrd>
whyrusleeping: archlinux mirror
<
whyrusleeping>
are there any symlinks involved?
<
kpcyrd>
whyrusleeping: it got better with current master
<
kpcyrd>
whyrusleeping: there shouldn't, but I can check
Oatmeal has joined #ipfs
<
kpcyrd>
the files it's stuck on are regular files
<
whyrusleeping>
how large?
<
kpcyrd>
whyrusleeping: it seems to get slower the more I add
<
whyrusleeping>
hows memory usage?
<
whyrusleeping>
and whats the total size of the add?
<
kpcyrd>
it's currently stuck on a file that's 1.9 MB
<
whyrusleeping>
are we talking terabytes here?
<
kpcyrd>
60 GB in total, partially added
<
whyrusleeping>
hrm... thats not huge
<
kpcyrd>
memory usage is 292M
<
kpcyrd>
on the daemon
<
whyrusleeping>
thats not bad either
<
whyrusleeping>
htm
<
whyrusleeping>
could i get a stack dump from the daemon while the add is stuck?
<
kpcyrd>
if you tell me how to do that :)
<
kpcyrd>
whyrusleeping: I'm also considering creating a droplet and reproduce it there, then give you access
<
whyrusleeping>
curl localhost:5001/debug/pprof/goroutine\?debug=2 > ipfs.stacks
Senji has quit [Ping timeout: 244 seconds]
Senji has joined #ipfs
<
whyrusleeping>
kpcyrd: try killing your daemon, then
<
whyrusleeping>
running ipfs config --bool Datastore.NoSync true
<
whyrusleeping>
then restarting and retrying the add
<
whyrusleeping>
kpcyrd: aside from that, what filesystem are you using? and what type of disks?
<
kpcyrd>
whyrusleeping: btrfs, regular HDDs in raid
<
whyrusleeping>
interesting
<
kpcyrd>
nosync made it a lot faster
<
whyrusleeping>
did it complete?
<
kpcyrd>
25800 / 65799
<
kpcyrd>
26500 / 65799
<
kpcyrd>
whyrusleeping: it really looks like it's going to complete :)
<
whyrusleeping>
sweet
<
whyrusleeping>
the stack trace just looked like the fsync syscalls were taking ages
rgrinberg has quit [Ping timeout: 260 seconds]
<
kpcyrd>
getting closer to 50%
iNodezzz has joined #ipfs
thufir has joined #ipfs
meadman has quit [Read error: Connection reset by peer]
diffalot_ has quit [Remote host closed the connection]
meadman has joined #ipfs
diffalot has joined #ipfs
matoro has quit [Ping timeout: 260 seconds]
tmg has quit [Ping timeout: 260 seconds]
matoro has joined #ipfs
mildred has joined #ipfs
pfista has quit [Ping timeout: 250 seconds]
corvinux has joined #ipfs
ylp has joined #ipfs
Tv` has quit [Quit: Connection closed for inactivity]
Kane` has quit [Remote host closed the connection]
zorglub27 has joined #ipfs
reit has quit [Ping timeout: 244 seconds]
ashark has joined #ipfs
mildred has quit [Remote host closed the connection]
ashark has quit [Ping timeout: 240 seconds]
<
kpcyrd>
whyrusleeping: it got slower again, looks like my disk is the bottleneck
<
kpcyrd>
whyrusleeping: ipfs add is also slower if you execute one add per file
mildred has joined #ipfs
<
kpcyrd>
around 1min for < 1 KB
<
kpcyrd>
stacktrace says it's syncing
Akaibu has quit [Quit: Connection closed for inactivity]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
palkeo has joined #ipfs
Akaibu has joined #ipfs
pfista has joined #ipfs
<
kpcyrd>
whyrusleeping: `ipfs daemon --offline` improves speed dramatically
s_kunk has quit [Ping timeout: 246 seconds]
s_kunk has joined #ipfs
ianopolous has quit [Ping timeout: 264 seconds]
chriscool has joined #ipfs
ashark has joined #ipfs
s_kunk has quit [Quit: Read error: Connection reset by beer]
s_kunk has joined #ipfs
ashark has quit [Ping timeout: 244 seconds]
Boomerang has joined #ipfs
tmg has joined #ipfs
palkeo has quit [Quit: Konversation terminated!]
tmg has quit [Changing host]
tmg has joined #ipfs
pfista has quit [Ping timeout: 244 seconds]
pfista has joined #ipfs
rendar has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
chriscool1 has joined #ipfs
chriscool has quit [Quit: Leaving.]
tmg has quit [Ping timeout: 244 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
chriscool1 has quit [Quit: Leaving.]
chriscool has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
chriscool has quit [Quit: Leaving.]
espadrine has joined #ipfs
<
richardlitt>
morning.
espadrine has quit [Ping timeout: 258 seconds]
Arakela007 has joined #ipfs
espadrine has joined #ipfs
jl is now known as demize
espadrine has quit [Read error: Connection reset by peer]
disgusting_wall has quit [Quit: Connection closed for inactivity]
corvinux has quit [Ping timeout: 258 seconds]
sivachandran has joined #ipfs
cemerick has joined #ipfs
Encrypt has joined #ipfs
computerfreak has joined #ipfs
computerfreak has quit [Client Quit]
nonaTure has joined #ipfs
apiarian has quit [Ping timeout: 272 seconds]
sivachandran has quit [Remote host closed the connection]
apiarian has joined #ipfs
tmg has joined #ipfs
<
sevcsik>
hi all, ipfs daemon runs out of memory on my 2GB box regularly. is this a memory leak, or normal behaviour?
<
slothbag>
pretty normal sevcsik, I think the devs are working hard to reduce this though
<
sevcsik>
great, thanks
Akaibu has quit [Quit: Connection closed for inactivity]
<
daviddias>
Kubuxu: are you around?
<
daviddias>
are you familiar with the mfs code in go-ipfs?
corvinux has joined #ipfs
corvinux has quit [Remote host closed the connection]
ashark has joined #ipfs
corvinux has joined #ipfs
corvinux has quit [Remote host closed the connection]
ashark has quit [Ping timeout: 244 seconds]
corvinux has joined #ipfs
corvinux has quit [Remote host closed the connection]
sivachandran has joined #ipfs
corvinux has joined #ipfs
corvinux has quit [Quit: Leaving]
corvinux has joined #ipfs
corvinux has quit [Remote host closed the connection]
corvinux has joined #ipfs
corvinux has quit [Client Quit]
martinkl_ has joined #ipfs
sivachan_ has joined #ipfs
sivachandran has quit [Ping timeout: 272 seconds]
sivachandran has joined #ipfs
sivachan_ has quit [Ping timeout: 252 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
zorglub27 has quit [Ping timeout: 250 seconds]
cemerick has quit [Ping timeout: 264 seconds]
Oatmeal has quit [Ping timeout: 240 seconds]
corvinux has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
cemerick has joined #ipfs
martinkl_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
martinkl_ has joined #ipfs
ashark has joined #ipfs
corvinux has quit [Ping timeout: 260 seconds]
robin[m] has joined #ipfs
Encrypt has quit [Quit: And now... eating time!]
Oatmeal has joined #ipfs
ashark has quit [Ping timeout: 252 seconds]
achin has quit [Changing host]
achin has joined #ipfs
cemerick has quit [Ping timeout: 240 seconds]
cemerick has joined #ipfs
ashark has joined #ipfs
stoogenmeyer has joined #ipfs
PrinceOfPeeves has joined #ipfs
rgrinberg has joined #ipfs
martinkl_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
herzmeister has quit [Quit: Leaving]
ruby32 has joined #ipfs
herzmeister has joined #ipfs
nonaTure has quit [Ping timeout: 240 seconds]
__uguu__ has joined #ipfs
martinkl_ has joined #ipfs
dignifiedquire has joined #ipfs
ashark has quit [Ping timeout: 258 seconds]
rardiol has joined #ipfs
Encrypt has joined #ipfs
ruby32 has quit [Ping timeout: 250 seconds]
tmg has quit [Ping timeout: 260 seconds]
slothbag has quit [Quit: Leaving.]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ruby32 has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
ashark has joined #ipfs
sivachandran has quit [Remote host closed the connection]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
sydbarrett74 has joined #ipfs
stoogenmeyer has joined #ipfs
chriscool1 has joined #ipfs
splintax has quit [Ping timeout: 250 seconds]
splintax has joined #ipfs
cmeik has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
dmr has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
stoogenmeyer has quit [Ping timeout: 260 seconds]
nonaTure has joined #ipfs
stoogenmeyer has joined #ipfs
reit has joined #ipfs
rardiol has quit [Ping timeout: 276 seconds]
ylp has quit [Quit: Leaving.]
taaem has quit [Read error: Connection reset by peer]
mildred has quit [Quit: Leaving.]
sevcsik has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
<
Kubuxu>
daviddias: I am not avaliable today for two more hours.
stoogenmeyer has quit [Remote host closed the connection]
<
Kubuxu>
sevcsik: we've fixed 3 memory leaks since 4 w
<
Kubuxu>
... 0.4.2, we expect things to get much better in 0.4.3
nonaTure has quit [Ping timeout: 276 seconds]
stoogenmeyer has joined #ipfs
nonaTure has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
<
sevcsik>
Kubuxu: cheers
nonaTure has quit [Ping timeout: 246 seconds]
ygrek_ has joined #ipfs
wking has quit [Ping timeout: 260 seconds]
nonaTure has joined #ipfs
ashark_ has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
wking has joined #ipfs
ashark_ has quit [Ping timeout: 252 seconds]
ygrek_ has quit [Ping timeout: 244 seconds]
<
whyrusleeping>
daviddias: wassup
chriscool1 has quit [Ping timeout: 260 seconds]
Encrypt has quit [Read error: Connection reset by peer]
Encrypt has joined #ipfs
<
ipfsbot>
js-ipfs/update-roadmap 4c7a9e8 David Dias: fix externals for simple-websocket-server
<
ipfsbot>
js-ipfs/update-roadmap ef0d2ef David Dias: scripts for isolated tests
<
ipfsbot>
js-ipfs/update-roadmap 663f809 David Dias: update the roadmap
Foxcool has quit [Ping timeout: 276 seconds]
<
ipfsbot>
js-ipfs/master d2b1c35 David Dias: Merge pull request #338 from ipfs/update-roadmap...
s_kunk has quit [Ping timeout: 272 seconds]
<
ipfsbot>
js-ipfs/greenkeeper-joi-8.4.2 97b8a89 greenkeeperio-bot: chore(package): update joi to version 8.4.2...
<
ipfsbot>
js-ipfs/master 92c1676 David Dias: chore: update contributors
<
ipfsbot>
js-ipfs/master 76bf64d David Dias: chore: release version v0.14.1
Foxcool has joined #ipfs
arpu has quit [Ping timeout: 252 seconds]
ashark_ has joined #ipfs
meadman has quit [Ping timeout: 276 seconds]
<
daviddias>
whyrusleeping: hey o/
<
daviddias>
whyrusleeping: how is it going?
<
whyrusleeping>
goin pretty good, been working on migrations all morning
<
whyrusleeping>
havent seen that issue yet
<
daviddias>
ah nice, didn't realise that the base32 thing was happening so soon
<
whyrusleeping>
yeap, its shipping with 0.4.3
ashark_ has quit [Ping timeout: 246 seconds]
<
whyrusleeping>
daviddias: i responded to your issue
<
whyrusleeping>
but if you want to do more realtime debugging i'm down for that too
stoogenmeyer has joined #ipfs
meadman has joined #ipfs
<
daviddias>
I'm too
<
daviddias>
zoom zoom?
<
whyrusleeping>
i dont drive a mazda, but sure
gmcquillan has joined #ipfs
arpu has joined #ipfs
gmcquillan is now known as gmcquillan_
stoogenmeyer has quit [Ping timeout: 244 seconds]
bsm1175321 has joined #ipfs
<
whyrusleeping>
requesting to join!
bsm1175321 is now known as bsm117532
bsm117532 has left #ipfs [#ipfs]
stoogenmeyer has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ygrek_ has joined #ipfs
s_kunk has joined #ipfs
ylp has joined #ipfs
disgusting_wall has joined #ipfs
nonaTure has quit [Ping timeout: 276 seconds]
palkeo has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
stoogenmeyer has quit [Remote host closed the connection]
erde74 has joined #ipfs
ianopolous has joined #ipfs
stoogenmeyer has joined #ipfs
ylp has quit [Ping timeout: 260 seconds]
pguth has quit [Remote host closed the connection]
ylp has joined #ipfs
pguth has joined #ipfs
martinkl_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
[tymat] has joined #ipfs
tymat has quit [Ping timeout: 244 seconds]
MJRider has quit [Ping timeout: 244 seconds]
MJRider has joined #ipfs
mpierce has joined #ipfs
livegnik has quit [Ping timeout: 244 seconds]
livegnik has joined #ipfs
ashark_ has joined #ipfs
Encrypt has quit [Quit: Quitte]
ashark_ has quit [Ping timeout: 276 seconds]
bsm117532 has joined #ipfs
martinkl_ has joined #ipfs
Boomerang has quit [Quit: Lost terminal]
reit has quit [Ping timeout: 258 seconds]
arpu has quit [Remote host closed the connection]
martinkl_ has quit [Client Quit]
dmr has quit [Ping timeout: 250 seconds]
flobs has joined #ipfs
cemerick has quit [Ping timeout: 240 seconds]
stoogenmeyer has quit [Remote host closed the connection]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
Encrypt has joined #ipfs
mildred has joined #ipfs
Tv` has joined #ipfs
stoogenmeyer has joined #ipfs
em-ly has joined #ipfs
erde74 has quit [Quit: Verlassend]
martinkl_ has joined #ipfs
dignifiedquire has joined #ipfs
zootella has joined #ipfs
zootella has quit [Client Quit]
jaboja has joined #ipfs
chriscool has joined #ipfs
rendar has quit [Ping timeout: 244 seconds]
chriscool has quit [Quit: Leaving.]
<
whyrusleeping>
kevina: i saw that
<
whyrusleeping>
it looks like we can get some nice gains from buffering
<
kevina>
(note: I edited my comment to include results from flatfs in case you missed it)
<
whyrusleeping>
nice!
<
kevina>
I am thinking at very least we should set the buffer size to 128 for key only queries.
<
whyrusleeping>
agreed
<
kevina>
Seeing how much performance we can get from a direct iterator on flatfs.
<
kevina>
The flatfs using two Goroutines and two channels.
<
kevina>
make that the flatfs query uses two Goroutines and two channels
ralphtheninja has joined #ipfs
computerfreak has joined #ipfs
ylp has quit [Ping timeout: 260 seconds]
ylp has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
taaem has joined #ipfs
rendar has joined #ipfs
ylp has quit [Ping timeout: 260 seconds]
chip_ has joined #ipfs
ylp has joined #ipfs
meadman has quit [Ping timeout: 260 seconds]
mildred has quit [Read error: Connection reset by peer]
mildred has joined #ipfs
meadman has joined #ipfs
chip_ has quit [Ping timeout: 250 seconds]
mildred has quit [Ping timeout: 250 seconds]
martinkl_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ashark_ has joined #ipfs
ashark_ has quit [Ping timeout: 246 seconds]
<
Codebird>
fail fail fail fail fail fail fail fail fail fail... this could be going better. So much old stuff on IPFS that can no longer be retrieved.
<
Codebird>
The curious thing is that most of it, I can get directories, but not the files within.
disgusting_wall has quit [Quit: Connection closed for inactivity]
ylp has quit [Ping timeout: 260 seconds]
ylp has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
zootella has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ylp has quit [Ping timeout: 260 seconds]
taaem has quit [Ping timeout: 240 seconds]
<
whyrusleeping>
Codebird: what version of ipfs?
ylp has joined #ipfs
<
whyrusleeping>
what content are you trying to get?
<
whyrusleeping>
maybe its all on the 0.3.X network?
<
whyrusleeping>
and the people hosting it havent upgraded yet
<
Codebird>
Most likely, yes.
<
Codebird>
And pretty much all of it. I'm gathering data for indexing.
<
whyrusleeping>
ah, gotcha
<
Codebird>
I found a couple of pages that contained indexes of IPFS sites, crawled from there.
<
Codebird>
There's a ton of copyright-infringing content. Fortunately, none of it is fetchable.
ashark has quit [Ping timeout: 244 seconds]
ylp has quit [Ping timeout: 260 seconds]
ylp has joined #ipfs
bsm117532 has quit [Remote host closed the connection]
Arakela007 has quit [Remote host closed the connection]
dignifiedquire has quit [Quit: Connection closed for inactivity]
rgrinberg has quit [Ping timeout: 246 seconds]
Encrypt has quit [Quit: Quitte]
sydbarrett74 has quit [Ping timeout: 240 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
cemerick has joined #ipfs
ruby32 has quit [Remote host closed the connection]
<
achin>
how can you tell it's copyright-infringing without seeing the content? based on the file names, perhaps?
stoogenmeyer has joined #ipfs
cemerick has quit [Ping timeout: 276 seconds]
stoogenmeyer has quit [Remote host closed the connection]
ashark has joined #ipfs
stoogenmeyer has joined #ipfs
jaboja has quit [Remote host closed the connection]
slothbag has joined #ipfs
zootella has quit [Quit: zootella]
Senji has quit [Ping timeout: 276 seconds]
zootella has joined #ipfs
zootella has quit [Client Quit]
palkeo has quit [Quit: Konversation terminated!]
rendar has quit [Quit: std::lower_bound + std::less_equal
*works* with a vector without duplicates!]
tmg has joined #ipfs
<
kyledrake>
So... a IPFS node with tens of thousands of IPNS keys...
zootella has joined #ipfs
matoro has quit [Ping timeout: 264 seconds]
cketti has joined #ipfs
matoro has joined #ipfs
rgrinberg has joined #ipfs
stoogenm_ has joined #ipfs
zootella has quit [Quit: zootella]