lgierth changed the topic of #ipfs to: Update to v0.4.2, the v03x network's EOL/end-of-life approaches: July 7th -- IPFS - InterPlanetary File System -- https://github.com/ipfs/ipfs -- FAQ: https://git.io/voEh8 -- Channel logs: https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://git.io/vVBS0 -- Sprints: https://git.io/voEAh
<lgierth> i wonder if that "objects will be dropped" note is still a thing
<lgierth> because i'm pretty sure the registry-mirror objects were bigger than 10MB
<lgierth> oh wait david introduced some sharding there i think
<jbenet> not yet... we will...
<lgierth> ?
<lgierth> yes yes -- but i think david introduced some custom adhoc sharding to registry-mirror to circumvent this 1MB object size limit
<lgierth> Kubuxu: would these malformed block names potentially crash gc?
Boomerang has quit [Quit: Leaving]
<kpcyrd> jbenet: is it possible to `ls` those?
<jbenet> wa7son: are you guys pushing the webrebels videos to youtube? would like to watch them at 2x
<jbenet> (also linking to specific time code...)
<jbenet> kpcyrd: yeah of course :)
ipfs-newbie has joined #ipfs
<ipfs-newbie> ne 1 here?
<lgierth> ipfs-newbie: yes, exactly 582 people -- you can just ask, without asking to ask :)
vakla has joined #ipfs
<ipfs-newbie> I usually wait when I pop in a channel, but didn't see any discussion in 30 seconds. With this many people here, I figured it was a lot of afk, bots, and stuff
<kpcyrd> jbenet: how close are those to being available in go-ipfs?
ashark has joined #ipfs
<lgierth> good question! sharding spec jbenet? :P
<ipfs-newbie> my question, is I get the basic premise of ipfs. is there any benefit or reasons to run an ipfs node, other than you want to support the network?
<lgierth> you might want to *use* ipfs? :)
<voxelot> im always lurking, no life, what's up ipfs-newbie
<kpcyrd> btw, is a node that does not store objects useful to the ipfs network?
<ipfs-newbie> ok, I think I'm a little tained because I just read a post on steemit from an application level how they say they will use ipfs on their backend. someone said there may not be enough ipfs nodes yet for that to be 100% effective
<lgierth> kpcyrd: yes, for IPNS, and peer routing
<jbenet> kpcyrd lgierth: i've passed it onto whyrusleeping. we agreed on using HAMTs, which are great persistent data structs.
<jbenet> "there may not be enough nodes..." i dont think they understand how IPFS works.
<lgierth> jbenet: a great! that's cool -- sharding's coming!
<lgierth> ipfs-newbie: part of the idea of ipfs is that there will be no backend or server anymore -- right now we're working on ipfs in javascript which can run in browser and websites, and it's already partly usable
<lgierth> :')
<ipfs-newbie> I'll give you a scenario similar you want to download say an old tv show off of bittorrent, only 10 seeders. meanwhile something else has 1800 seeders
stoogenmeyer has joined #ipfs
<ipfs-newbie> in ipfs could a similar situation occur? only 10 seeders of a particular jpg
<jbenet> <3
<kpcyrd> jbenet: I would add a workaround with `ipfs object patch add-link` and hope I stay below 1MB until it's ready
<lgierth> ipfs-newbie: we usually don't do copyright infringement here -- in general your ipfs node only stores what you add yourself, or request yourself. there will be tools for multiple nodes to agree on keeping a set of things available (ipfs-cluster)
<kpcyrd> ipfs-newbie: ideally, if you are interested in content staying around, you can `ipfs pin` it on some of your nodes
<lgierth> and there's also going to be filecoin, a cryptocurrency for rewarding nodes for keeping things available
<ipfs-newbie> i know about the copyright thing. i only used bittorrent because its p2p and most everyone knows about how seeders work on that
<voxelot> file availability is a frequent question here, excited to work on filecoin.
<ipfs-newbie> AHH you just answered my question jbenet
<ipfs-newbie> there is a reward for participating. many people will want to seed, store, share and forward as much as they can. :)
<jbenet> ipfs-newbie: :) search the faq -- usually someone has already asked the common questions.
<jbenet> ipfs-newbie: yes and no, the reward is a _different_ protocol.
<jbenet> (layered on top)
<ipfs-newbie> thanks. reading faq now. git links always confuse me into readme files that are uncomfortable on the eyes. I normally stray from them. human habit.
<kpcyrd> ipfs-newbie: I'm working on exporting my mirror server into ipfs, so you can access it with https://gateway.ipfs.io/ipns/mirror.rxv.cc/. Should be at least as reliable as using it with regular http. If nobody is seeding the files, the mirror is
stoogenmeyer has quit [Ping timeout: 244 seconds]
<lgierth> Kubuxu: nevermind, that gc crash was fixed in https://github.com/ipfs/go-datastore/commit/6c88d25f0
<child> oooh
<lgierth> kpcyrd: you can drop the gateway. btw
<child> what's ipfs-cluster going to be written in and why isn't it erlang?
<jbenet> child: pull requests accepted :)
<kpcyrd> lgierth: I can't, assuming the user doesn't have ipfs installed :)
<lgierth> that was "gateway." -- i meant you can just go ipfs.io/ipfs/<hash>
<kpcyrd> ah. `gateway.` is deprecated?
<lgierth> there are no plans to drop it, but it's only there for historical reasons -- ipfs.io used to be a github page
<jbenet> child: but more seriously, that's a good question. because core team is not yet erlang pro, and we find Go super maintainable and useful for distributed systems. dont get me wrong, LOVE erlang's model, but the life in Go is quite good.
<ipfs-newbie> these feels like a version of fideonet in simplistic terms but on steriods and a much larger design. one bbs creates a message board, and its up to all the other fideonet bbs if they want to carry that particular topic / message board too
gsf has quit [Ping timeout: 272 seconds]
gsf has joined #ipfs
<ipfs-newbie> <-- showing my age
<jbenet> kpcyrd: we'll lug around gateway.ipfs.io because there are lots of links out there pointing to it. of all people on the internet, We are one of the few people not allowed to break links
<lgierth> ipfs-newbie: yeah there are plenty of distributed systems from the last 40 years to draw ideas from!
Senji has quit [Ping timeout: 276 seconds]
<lgierth> jbenet: kpcyrd: aand it's also useful to keep around so people can point CNAME records at it (ipfs.io itself has more than just A/AAAA records)
<ipfs-newbie> so I am reading about blockstack and namecoin for decentralized dns in conjunction with ipfs. any other leading technologies? decentralized dns is something i am very interested to use with ipfs for true decentralization
<lgierth> ipfs-newbie: you might find kadnode interesting too: https://github.com/mwarning/kadnode
<ipfs-newbie> thanks. i have to watch all 3 to see which one becomes most popular.
<lgierth> and gnunet's gns: https://www.gnunet.org/gns
<ipfs-newbie> thanks lgierth (now 4) :)
<ipfs-newbie> i just wanted to post this link, so you can see where the ipfs thing got me going and I cant stop until I learn as much as I can. now that you've got me a foundation to start my research, I'll stop asking questions here and concentrate on more educated questions later.
cypher has joined #ipfs
ianopolous has joined #ipfs
<jbenet> lgierth: may be good to document that reason somewhere, so we dont screw that up :) -- part of the "why we run this infra" doc we need
gmcquillan has joined #ipfs
gmcquillan is now known as gmcquillan_
Senji has joined #ipfs
ylp has quit [Ping timeout: 264 seconds]
<lgierth> oh yep
ylp has joined #ipfs
Qwertie has joined #ipfs
pguth has quit [Remote host closed the connection]
tmg has joined #ipfs
pguth has joined #ipfs
r04r is now known as zz_r04r
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
<kpcyrd> lgierth: added a progress bar to `add-link`. feels slow, but made it bearable
<kpcyrd> I'm also using a cache to speed up hash + hash
<lgierth> :):)
stoogenmeyer has joined #ipfs
<lgierth> i'll review if you want
<kpcyrd> lgierth: I hope 0ad isn't updated anymore :)
<kpcyrd> that would cause cache invalidation because $empty + $new = $new
Combined2857 has joined #ipfs
<lgierth> ugh
<lgierth> you can rm-link too you know?
<lgierth> :)
<kpcyrd> lgierth: people keep saying that, but I think that would make things more complex and less obvious correct
stoogenmeyer has quit [Ping timeout: 276 seconds]
<lgierth> fair enough
<kpcyrd> lgierth: diff'ing lists is harder to read and verify it's correct
reit has joined #ipfs
<lgierth> how deep is the dir?
<lgierth> for f in dir, if object.has(f), next, else, object.addlink(f), fi, for l in object.links, if isfile(l), next, else, object.rmlink(l), fi
<lgierth> that gets funny if the directory changes while it runs :)
fractex has quit [Ping timeout: 250 seconds]
<kpcyrd> lgierth: I think this is the largest folder: https://gateway.ipfs.io/ipns/mirror.rxv.cc/archlinux/pool/community
<kpcyrd> lgierth: btw, I'm getting `Path Resolve error: could not resolve name.` every few requests
<kpcyrd> on the gateway
<lgierth> yeah me to right now
<lgierth> once
<kpcyrd> lgierth: as soon as I get it running I'm going to try getting my updates from there.
<lgierth> :):)
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
jaboja has quit [Ping timeout: 252 seconds]
gmcquillan_ has quit [Quit: gmcquillan_]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ashark has quit [Ping timeout: 246 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
stoogenmeyer has joined #ipfs
ruby32 has quit [Remote host closed the connection]
ruby32 has joined #ipfs
ruby32 has quit [Remote host closed the connection]
ruby32 has joined #ipfs
jo_mo has quit [Quit: jo_mo]
ylp has quit [Ping timeout: 264 seconds]
ashark has joined #ipfs
ylp has joined #ipfs
ruby32 has quit [Remote host closed the connection]
ruby32 has joined #ipfs
stoogenmeyer has quit [Ping timeout: 272 seconds]
ylp has quit [Ping timeout: 264 seconds]
ylp has joined #ipfs
jo_mo has joined #ipfs
ruby32 has quit [Remote host closed the connection]
ruby32 has joined #ipfs
apiarian has quit [Ping timeout: 240 seconds]
jo_mo has quit [Client Quit]
apiarian has joined #ipfs
<kpcyrd> lgierth: the next ipfs-mirror run should finish in reasonable time
jo_mo has joined #ipfs
<kpcyrd> (or at least has a progress indicator to make it less boring while it's warming up the cache)
ylp has quit [Ping timeout: 264 seconds]
jo_mo has quit [Client Quit]
ylp has joined #ipfs
jo_mo has joined #ipfs
Oatmeal has quit [Ping timeout: 264 seconds]
<jbenet> @kpcyrd: that's pretty sweet. until sharding arrives, you can make sharding like we do in the repo. "filename.tar" --> "fi/le/na/me.tar"
<whyrusleeping> i'm planning on starting the sharding work next week
<jbenet> <3
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to master: https://git.io/vKfTi
<ipfsbot> go-ipfs/master 50a7df6 Jeromy Johnson: Merge pull request #2937 from ipfs/feature/docker-dev-suffix...
<whyrusleeping> jbenet: hows it goin? havent seen you on irc in a while
ylp has quit [Ping timeout: 264 seconds]
<jbenet> whyrusleeping: mmm i've been poking my head in here the last week. i haunt the place
ylp has joined #ipfs
<whyrusleeping> you aint dead yet! no haunting allowed :P
<davidar> jbenet: yeah, we've missed you :)
<kpcyrd> jbenet: that would break pacman
<jbenet> davidar: <3 ooof. i owe you so many github comments
<jbenet> davidar: i'll be getting to them shortly, particularly the IPLD ones
<jbenet> kpcyrd: ah ok bummer.
<davidar> :D
rgrinberg has joined #ipfs
ylp has quit [Ping timeout: 264 seconds]
<kpcyrd> lgierth: I've added another folder: https://ipfs.io/ipns/mirror.rxv.cc/archlinux/
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Ping timeout: 276 seconds]
Oatmeal has joined #ipfs
ylp has joined #ipfs
ylp has quit [Ping timeout: 264 seconds]
ylp has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping created feat/auto-migrate (+1 new commit): https://git.io/vKfk1
<ipfsbot> go-ipfs/feat/auto-migrate 3ca23aa Jeromy: Automatically download and run migrations if needed...
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #2939: Automatically download and run migrations if needed (master...feat/auto-migrate) https://git.io/vKfkH
ylp has quit [Ping timeout: 264 seconds]
ruby32 has quit [Read error: Connection reset by peer]
ruby32 has joined #ipfs
ruby32d has joined #ipfs
stoogenmeyer has joined #ipfs
tg has quit [Quit: Leaving]
ylp has joined #ipfs
ruby32 has quit [Ping timeout: 244 seconds]
igi-111 has joined #ipfs
<kpcyrd> lgierth, whyrusleeping, Kubuxu: I've successfully `pacman -Suy`'d from http://127.0.0.1:8080/ipns/mirror.rxv.cc/archlinux/$repo/os/$arch
tg has joined #ipfs
<kpcyrd> it looks like ipns is a bit flappy, but after you got the objects locally, it's faster than internet
<whyrusleeping> kpcyrd: wooo!
ylp has quit [Ping timeout: 264 seconds]
dmr has quit [Ping timeout: 250 seconds]
ipfs-newbie has quit []
<mythmon> kpcyrd: nice!
Combined2857 has quit [Quit: Leaving]
ylp has joined #ipfs
<kpcyrd> adding `Server = http://127.0.0.1:8080/ipns/mirror.rxv.cc/archlinux/$repo/os/$arch` to the beginning of /etc/pacman.d/mirrorlist would try to get the file from local ipfs, and if that doesn't work, fall back to the regular mirrors
jo_mo has quit [Quit: jo_mo]
stoogenmeyer has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
<whyrusleeping> kpcyrd: i'm gonna have to try this out :)
PrinceOfPeeves has quit [Read error: Connection reset by peer]
jedahan has quit [Quit: Textual IRC Client: www.textualapp.com]
rgrinberg has quit [Ping timeout: 252 seconds]
ylp has quit [Ping timeout: 264 seconds]
ashark has quit [Ping timeout: 240 seconds]
em-ly has joined #ipfs
ylp has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
ylp has quit [Ping timeout: 264 seconds]
herzmeister has quit [Ping timeout: 244 seconds]
ylp has joined #ipfs
ashark has joined #ipfs
captain_morgan has quit [Remote host closed the connection]
ruby32d has quit [Remote host closed the connection]
ylp has quit [Ping timeout: 264 seconds]
ashark has quit [Ping timeout: 264 seconds]
ylp has joined #ipfs
stoogenm_ has joined #ipfs
ylp has quit [Ping timeout: 264 seconds]
stoogenm_ has quit [Ping timeout: 258 seconds]
palkeo has quit [Ping timeout: 276 seconds]
meadman has quit [Read error: Connection reset by peer]
meadman has joined #ipfs
disgusting_wall has quit [Quit: Connection closed for inactivity]
f[x] has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
palkeo has joined #ipfs
ylp has joined #ipfs
Arakela007 has joined #ipfs
<jbenet> !pin QmRFFywpgAixu9fJwbrV8j8xNB8edHMDAPDvi7PVwTUsmL for posterity
<pinbot> now pinning /ipfs/QmRFFywpgAixu9fJwbrV8j8xNB8edHMDAPDvi7PVwTUsmL
<wa7son> jbenet: it wasn't the plan, but I like the 2x feature request :) Can I get you to go to #opbeat and say it there?
<wa7son> jbenet: it might even be something that can be easily enabled
<jbenet> wa7son: linking to specific part of videos is important
<jbenet> wa7son does your player do that? may also be good to allow linking directly to one page without loading a ton of videos
<jbenet> it's super slow and kills bandwidth
<wa7son> jbenet: absolutely!
Foxcool has joined #ipfs
stoogenmeyer has joined #ipfs
<wa7son> jbenet: tell vanja in #opbeat - he's the guy in charge of the video hosting
koshii has quit [Ping timeout: 244 seconds]
firebird_ has joined #ipfs
koshii has joined #ipfs
stoogenmeyer has quit [Ping timeout: 264 seconds]
<wa7son> jbenet: I'll of course forward your request, but the more people that say it the better
<jbenet> wa7son okay, thanks! will do
ylp has quit [Ping timeout: 272 seconds]
f[x] has quit [Ping timeout: 260 seconds]
ylp has joined #ipfs
ylp has quit [Ping timeout: 250 seconds]
Arakela0_ has joined #ipfs
Arakela007 has quit [Read error: Connection reset by peer]
ashark has joined #ipfs
firebird_ has quit [Ping timeout: 276 seconds]
zorglub27 has joined #ipfs
ashark has quit [Ping timeout: 246 seconds]
herzmeister has joined #ipfs
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Ping timeout: 264 seconds]
igi-111 has quit [Ping timeout: 260 seconds]
ylp has joined #ipfs
ylp has quit [Ping timeout: 258 seconds]
ashark has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ashark has quit [Ping timeout: 276 seconds]
tg has quit [Quit: Leaving]
tg has joined #ipfs
firebird_ has joined #ipfs
ylp has joined #ipfs
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Ping timeout: 244 seconds]
ylp has quit [Ping timeout: 272 seconds]
firebird_ has quit [Ping timeout: 276 seconds]
mildred has joined #ipfs
espadrine has joined #ipfs
stoogenmeyer has joined #ipfs
mildred has quit [Read error: Connection reset by peer]
firebird_ has joined #ipfs
mildred has joined #ipfs
cemerick has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
stoogenmeyer has quit [Ping timeout: 246 seconds]
dignifiedquire has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
rendar has joined #ipfs
Encrypt has joined #ipfs
jokoon has joined #ipfs
ashark has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ashark has quit [Ping timeout: 246 seconds]
mildred has quit [Ping timeout: 250 seconds]
corvinux has joined #ipfs
tg has quit [Quit: Leaving]
tg has joined #ipfs
stoogenmeyer has joined #ipfs
Senji has quit [Disconnected by services]
Senj has joined #ipfs
stoogenmeyer has quit [Ping timeout: 276 seconds]
haarts has joined #ipfs
em-ly has quit [Quit: Connection closed for inactivity]
tibor has joined #ipfs
daviddias has joined #ipfs
sugarpuff has joined #ipfs
kitcambridge has joined #ipfs
davidar_ has joined #ipfs
weex has joined #ipfs
ebarch has joined #ipfs
chittti[m] has joined #ipfs
mafintosh has joined #ipfs
weex is now known as Guest27115
chittti[m] has left #ipfs [#ipfs]
vijayee_ has quit [Ping timeout: 246 seconds]
vijayee_ has joined #ipfs
jokoon has quit [Quit: Leaving]
Encrypt has quit [Quit: Coming back]
Encrypt has joined #ipfs
stoogenmeyer has joined #ipfs
ed_t has joined #ipfs
stoogenmeyer has quit [Ping timeout: 250 seconds]
cemerick has quit [Ping timeout: 240 seconds]
<ed_t> ipfs built from git will not start
<multivac> ed_t: 2016-05-23 - 04:07:32 <Kubuxu> tell ed_t no it will not, I upgraded yamux which requires updating chain of 3 dependencies.
vijayee_ has quit [Ping timeout: 276 seconds]
<ed_t> it builds and installs fine but gets:
<ed_t> ul 03 07:30:00 grover systemd[1335]: Started IPFS daemon.
<ed_t> Jul 03 07:30:00 grover ipfs[26530]: Initializing daemon...
<ed_t> Jul 03 07:30:00 grover systemd[1335]: ipfs.service: Main process exited, code=exited, status=1/FAILURE
<ed_t> Jul 03 07:30:00 grover systemd[1335]: ipfs.service: Unit entered failed state.
zz_r04r is now known as r04r
espadrine has quit [Ping timeout: 264 seconds]
zorglub27 has quit [Ping timeout: 264 seconds]
jaboja has joined #ipfs
<ed_t> fs-repo-migrations
<ed_t> can you PLEASE not hide the requirement for this?
<ed_t> I would be really really really nice it if appeared in the journalctl log
Foxcool has quit [Remote host closed the connection]
ashark has joined #ipfs
teaso has quit [Read error: Connection reset by peer]
ashark has quit [Ping timeout: 240 seconds]
<ed_t> eg either the Main process exited message should have a status like status=2/fs-repo-migration required
<ed_t> or there should be a message before the failure mentioning the fs-repo-migration is required
Foxcool has joined #ipfs
vijayee_ has joined #ipfs
<ed_t> ideally it should be automated though I fully understand that its a 'dangerous' command and a user's okay is a good idea
teaso has joined #ipfs
reit has quit [Ping timeout: 252 seconds]
cemerick has joined #ipfs
computerfreak has joined #ipfs
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Ping timeout: 276 seconds]
dignifiedquire has quit [Quit: Connection closed for inactivity]
jaboja has quit [Ping timeout: 252 seconds]
cemerick has quit [Ping timeout: 250 seconds]
firebird_ has quit [Remote host closed the connection]
cwahlers has joined #ipfs
j12t has quit [Remote host closed the connection]
<lgierth> ed_t: we have a pull request being reviewed for that right today
<lgierth> agreed that it's not acceptable :)
<lgierth> it'll ask you whether you want it to download and run the migration for you
__uguu__ has quit [Quit: WeeChat 1.5]
__uguu__ has joined #ipfs
ashark has joined #ipfs
<apiarian> how does the filesystem mount deal with ipfs objects that are not "files", for example raw json without the magic "i am file" bytes?
ashark has quit [Ping timeout: 264 seconds]
Encrypt has quit [Quit: Quitte]
zorglub27 has joined #ipfs
zero-ghost has quit [Quit: Leaving.]
zero-ghost has joined #ipfs
stoogenmeyer has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
ianopolous has quit [Ping timeout: 244 seconds]
zorglub27 has quit [Ping timeout: 240 seconds]
vijayee_ has quit [Ping timeout: 260 seconds]
whyrusleeping has quit [Ping timeout: 276 seconds]
zorglub27 has joined #ipfs
apiarian has quit [Ping timeout: 260 seconds]
tmg has quit [Ping timeout: 260 seconds]
vijayee_ has joined #ipfs
apiarian has joined #ipfs
j12t has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
herzmeister has quit [Quit: Leaving]
Boomerang has joined #ipfs
<lgierth> good question -- it should only show unixfs objects ("files")
<lgierth> try it out
<lgierth> i gotta run
ruby32 has joined #ipfs
ruby32d has joined #ipfs
ruby32 has quit [Ping timeout: 250 seconds]
vijayee_ has quit [Ping timeout: 260 seconds]
herzmeister has joined #ipfs
ruby32d has quit [Remote host closed the connection]
cwahlers has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<nicolagreco> if I know the multiaddress of a peer that has the hash that I want, can I directly connect without asking to the DHT?
reit has joined #ipfs
<nicolagreco> also, I have just installed go-ipfs on two machines on the local network and I cant exchange files amongst those
Biozen has joined #ipfs
<Biozen> Hello
<Kubuxu> ed_t: it is in logs, just higher up
<Biozen> Guys, I have a question, for how long will I seed a file to other nodes?
jaboja has joined #ipfs
<Kubuxu> Biozen: you mean after you accessed it?
Encrypt has joined #ipfs
Combined2857 has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
<Biozen> Yes after I have accessed it
<nicolagreco> the file that I am sharing is about 2gb
<Kubuxu> until you run `ipfs repo gc` or until storage watermark (few GB) is reached.
<Kubuxu> nicolagreco: you can get multiaddr with `ipfs id` and then connect with `ipfs swarm connect MULTIADDR`
<nicolagreco> ccccccetdnhrditlkkiebddbvegirernbedghjhvebti
<nicolagreco> (sorry)
PrinceOfPeeves has joined #ipfs
<nicolagreco> Kubuxu: on one of the machines I get a multicast error (udp failed or similar)
<Kubuxu> use tcp based multiaddr
ashark has joined #ipfs
<Biozen> thank you for the answer
ruby32 has joined #ipfs
vijayee has joined #ipfs
ruby32d has joined #ipfs
<nicolagreco> Kubuxu: `16:28:35.920 ERROR mdns: mdns lookup error: failed to bind to any multicast udp port mdns.go:130`
<Kubuxu> nicolagreco: it is for local peers discovery
<nicolagreco> Kubuxu: strange, we are on the same network though
ashark has quit [Ping timeout: 244 seconds]
<Kubuxu> There could be few reasons for it to fail.
<Kubuxu> Try connecting directly with addresses from `ipfs id` of one node and `ipfs swarm connect` on the other
koshii has quit [Quit: ZNC - http://znc.in]
ruby32 has quit [Ping timeout: 250 seconds]
Combined2857 has quit [Quit: Leaving]
<nicolagreco> this should be the one /ip4/192.168.0.3/tcp/4001/ipfs/QmTrQSXAAvcykGGoS3Lr3Euv9oxHEsxPSn7w1ZkdwyWXWx
<nicolagreco> Kubuxu, right?
<kpcyrd> nicolagreco: yes
<nicolagreco> I get failure: dial backoff and dial attempt failed
<nicolagreco> they alternate as errors
Biozen has quit [Quit: Page closed]
<Kubuxu> interesting
ruby32d has quit [Remote host closed the connection]
<Kubuxu> are you sure that computers done have firewalls filtering 4001?
koshii has joined #ipfs
koshii has quit [Quit: ZNC - http://znc.in]
kseistru1 has quit [Quit: bbl]
kseistrup has joined #ipfs
jo_mo has joined #ipfs
ruby32 has joined #ipfs
ianopolous has joined #ipfs
espadrine has joined #ipfs
rgrinberg has joined #ipfs
disgusting_wall has joined #ipfs
MadcapJake has quit [Read error: Connection reset by peer]
ruby32 has quit [Ping timeout: 250 seconds]
j12t has joined #ipfs
Madcap^Jake^ has joined #ipfs
Madcap^Jake^ is now known as MadcapJake
j12t has quit [Ping timeout: 252 seconds]
jaboja has quit [Ping timeout: 258 seconds]
rgrinberg has quit [Ping timeout: 258 seconds]
rgrinberg has joined #ipfs
zorglub27 has quit [Ping timeout: 240 seconds]
rardiol has joined #ipfs
hanDerPeder[m] has joined #ipfs
Encrypt has quit [Quit: Coming back]
Encrypt has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
ashark has joined #ipfs
ruby32 has joined #ipfs
ruby32d has joined #ipfs
rardiol has quit [Ping timeout: 258 seconds]
ruby32 has quit [Ping timeout: 246 seconds]
ruby32d has quit [Remote host closed the connection]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
ruby32d has joined #ipfs
j12t has joined #ipfs
s_kunk has joined #ipfs
ruby32d has quit [Remote host closed the connection]
cketti has joined #ipfs
cketti has quit [Changing host]
cketti has joined #ipfs
zorglub27 has joined #ipfs
Boomerang has quit [Quit: Leaving]
<ipfsbot> [go-ipfs] whyrusleeping tagged v0.4.3-dev at master: https://git.io/vKfzj
hanDerPeder[m] has left #ipfs ["User left"]
f[x] has joined #ipfs
ashark has quit [Ping timeout: 250 seconds]
stoogenmeyer has quit [Remote host closed the connection]
MahaDev_ has joined #ipfs
cemerick has joined #ipfs
cketti has quit [Quit: Leaving]
whyrusleeping has joined #ipfs
cketti has joined #ipfs
squawker has joined #ipfs
cemerick has quit [Remote host closed the connection]
cemerick has joined #ipfs
rardiol has joined #ipfs
jaboja has joined #ipfs
stoogenmeyer has joined #ipfs
koshii has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ashark has joined #ipfs
rgrinberg has quit [Ping timeout: 258 seconds]
cwahlers has joined #ipfs
Foxcool has quit [Ping timeout: 264 seconds]
MahaDev_ has quit [Quit: Leaving]
Foxcool has joined #ipfs
cemerick has quit [Ping timeout: 276 seconds]
dignifiedquire has joined #ipfs
reit has quit [Ping timeout: 250 seconds]
zorglub27 has quit [Ping timeout: 264 seconds]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
jo_mo has quit [Quit: jo_mo]
leotreasure has quit [Quit: leotreasure]
Guest27115 is now known as weex
weex has quit [Changing host]
weex has joined #ipfs
Tv` has joined #ipfs
zorglub27 has joined #ipfs
jaboja has quit [Ping timeout: 240 seconds]
ashark has quit [Ping timeout: 276 seconds]
espadrine has quit [Ping timeout: 264 seconds]
ashark has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
corvinux has quit [Ping timeout: 276 seconds]
jaboja has joined #ipfs
captain_morgan has joined #ipfs
Encrypt has quit [Quit: Quitte]
arpu has joined #ipfs
rgrinberg has joined #ipfs
stoogenmeyer has joined #ipfs
matoro has quit [Ping timeout: 276 seconds]
matoro has joined #ipfs
Boomerang has joined #ipfs
davidak has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu force-pushed feature/bloom-cache from 7060a27 to 926d79e: https://git.io/voKhz
<ipfsbot> go-ipfs/feature/bloom-cache faf0294 Jakub Sztandera: Replace write_cache with bloom_cache...
<ipfsbot> go-ipfs/feature/bloom-cache ea2b202 Jakub Sztandera: Add bloom filter...
<ipfsbot> go-ipfs/feature/bloom-cache d4f8087 Jakub Sztandera: Improve ARC caching...
<ipfsbot> [go-ipfs] Kubuxu force-pushed feature/bloom-cache from 926d79e to 5d83d89: https://git.io/voKhz
<ipfsbot> go-ipfs/feature/bloom-cache 5d83d89 Jakub Sztandera: blocks/blockstore: Add bloom filter...
stoogenmeyer has quit [Remote host closed the connection]
corvinux has joined #ipfs
cemerick has joined #ipfs
Akaibu has joined #ipfs
<davidak> is there still a limit of 1 ipns name per node?
<whyrusleeping> davidak: currently, yes
<whyrusleeping> that will change soon
[ol] has quit [Remote host closed the connection]
<lgierth> soon(tm)
[ol] has joined #ipfs
[ol] is now known as Guest91976
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
Guest91976 is now known as [ol]
[ol] is now known as Guest93548
mildred has joined #ipfs
<jbenet> davidak: you can use https://github.com/whyrusleeping/ipns-pub meanwhile
aluu has joined #ipfs
<davidak> a workaround for the 1 name per private key by having multiple private keys?
cemerick has quit [Ping timeout: 264 seconds]
<davidak> jbenet: has elon musk planned to use IPFS on mars or said anything about the project?
<aluu> vakla hey whats good
Encrypt has joined #ipfs
igi-111 has joined #ipfs
<lgierth> davidak: there's this little tool: https://github.com/whyrusleeping/ipns-pub
<davidak> lgierth: jbenet just gave me this link :)
Guest93548 has quit [Quit: Reconnecting]
[ol]_ has joined #ipfs
corvinux has quit [Ping timeout: 272 seconds]
<lgierth> ooh yeah i didn't notice
stoogenm_ has joined #ipfs
[ol]_ is now known as _ol
_ol has quit [Client Quit]
_ol_ has joined #ipfs
_ol_ is now known as _ol
_ol is now known as [ol]_
stoogenm_ has quit [Ping timeout: 260 seconds]
<jbenet> is there a davida[a-z] secret society?
<davidak> i also noticed there are more of them. but i don't know them
<lgierth> yeeeaaah that's what one of *them* would say
<ion> Is daviddias the secret society's black sheep?
<davidak> maybe
zootella has joined #ipfs
mildred has quit [Read error: Connection reset by peer]
mildred has joined #ipfs
a1uz10nn has joined #ipfs
a1uz10nn has quit [Client Quit]
corvinux has joined #ipfs
<davidak> what hash is ipfs using?
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ntninja[m]1 is now known as ntninja
<lgierth> the hashing algorithms are pluggable, right now the default is sha256 -- check out https://github.com/jbenet/multihash
aluu has quit [Ping timeout: 276 seconds]
<jbenet> daviddias should change to: davidas
<jbenet> ion: yeah he probably broke from the fold
matoro has quit [Ping timeout: 272 seconds]
<daviddias> Ahah I'm the glitch
<daviddias> Must go back to the source
<davidak> so when we have the sha256 hash of a file, we can try if it's available on IPFS. so we could implement downloading source tarballs in Nix without editing the package definition which has always a hash https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/kernel/linux-4.5.nix#L9
tmg has joined #ipfs
<lgierth> davidak: no, the files aren't stored in ipfs as-is, they're chunked and wrapped in a data structure
<lgierth> you can use ipfs add -n to get a hash
<davidak> lgierth: i thought the ipfs is the hash of the files content?
<lgierth> it's not :)
<davidak> *the ipfs hash
<lgierth> it's similar to how bittorrent chunks files so they can be exchanged easier
zootella has quit [Quit: zootella]
<davidak> ok. is a compatibility planned that a ipfs chunk can get downloaded from a bittorrent client?
<whyrusleeping> whyrusleeping@mars ~> uptime
<whyrusleeping> 17:57:37 up 670 days, 2:37, 1 user, load average: 0.26, 0.35, 0.85
<lgierth> bittorrent clients can add ipfs support -- interoparibility between the bittorrent mainline dht and ipfs's bitswap is very very unlikely
<lgierth> whyrusleeping: load average is more interesting that uptime anyhow :)
<lgierth> props to digitalocean's datacenter for 670 days of uninterrupted power supply :D
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
<ipfsbot> [js-ipfs] diasdavid created greenkeeper-rimraf-2.5.3 (+1 new commit): https://git.io/vKf1y
<ipfsbot> js-ipfs/greenkeeper-rimraf-2.5.3 13cac3e greenkeeperio-bot: chore(package): update rimraf to version 2.5.3...
matoro has joined #ipfs
corvinux has quit [Ping timeout: 276 seconds]
stoogenmeyer has joined #ipfs
<davidak> whyrusleeping: as i always say, a high uptime is not good. it is bad because it means you are running an old kernel with unfixed vulnerabilitys
<davidak> (my company has also servers with uptime > 600)
<ipfsbot> [js-ipfs] greenkeeperio-bot opened pull request #346: rimraf@2.5.3 breaks build ⚠️ (master...greenkeeper-rimraf-2.5.3) https://git.io/vKfMG
stoogenmeyer has quit [Ping timeout: 264 seconds]
<multivac> OperationalError: database is locked (file "/usr/local/lib/python2.7/dist-packages/sopel/db.py", line 64, in execute)
<davidak> but its only webhosting. security is less important than i prefer
<padz> win 17
<whyrusleeping> davidak: hot patchesssss
mildred has quit [Ping timeout: 276 seconds]
<davidak> you are using some fancy technology to patch the kernel without rebooting?
<kpcyrd> pushed a new version, new hashes are calculated every hour: https://ipfs.io/ipns/mirror.rxv.cc/archlinux/
Boomerang has quit [Ping timeout: 264 seconds]
<Kubuxu> Hmm: oad average: 240.32, 179.50, 80.41
<kpcyrd> I'm running a modified version of go-ipfs that allows me to put large objects
<davidak> Kubuxu: that is very high if you have no 240 cpu cores
<Kubuxu> davidak: no just 24 cores, but it is because we use io throttling
<davidak> ok
jo_mo has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
reit has joined #ipfs
<davidak> i like the comparison of pinning with bookmarking, but you also save the content. it would be useful to have a list with page title or file name to find content again
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
zorglub27 has quit [Quit: zorglub27]
stoogenmeyer has joined #ipfs
f[x] has quit [Ping timeout: 276 seconds]
igi-111 has quit [Quit: Leaving]
ashark has quit [Ping timeout: 276 seconds]
toxip has quit [Ping timeout: 246 seconds]
toxip has joined #ipfs
reit has quit [Quit: Leaving]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
Senj has quit [Ping timeout: 252 seconds]
Encrypt has quit [Quit: Quitte]
cemerick has joined #ipfs
r04r is now known as zz_r04r
computerfreak has quit [Remote host closed the connection]
rgrinberg has quit [Ping timeout: 276 seconds]
tmg has quit [Ping timeout: 244 seconds]
tmg has joined #ipfs
rgrinberg has joined #ipfs
Arakela0_ has quit [Remote host closed the connection]
zootella has joined #ipfs
zootella has quit [Client Quit]
ashark has joined #ipfs