whyrusleeping changed the topic of #ipfs to: IPFS - InterPlanetary File System - https://github.com/ipfs/ipfs -- channel logged at https://botbot.me/freenode/ipfs/ -- code of conduct at https://github.com/ipfs/community/blob/master/code-of-conduct.md -- sprints + work org at https://github.com/ipfs/pm/ -- community info at https://github.com/ipfs/community/
<Leer10> but if there's a solution I'd like to know
reit has quit [Ping timeout: 265 seconds]
demize has quit [Ping timeout: 240 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 252 seconds]
demize has joined #ipfs
shurcooL has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<Leer10> also when one adds a file to ipfs does it reference it to where the file is stored or is the file put into a some sort of storage in .ipfs?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
semidreamless has quit [Remote host closed the connection]
nessence has joined #ipfs
nessence has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
simonv3 has quit [Quit: Connection closed for inactivity]
nessence has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
Wallacoloo has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Wallacoloo has joined #ipfs
nessence has quit [Remote host closed the connection]
nessence has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zabirauf has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
cryptotec has quit [Ping timeout: 256 seconds]
<kyledrake> jbenet https://github.com/ipfs/go-ipfs/blob/master/README.md trying to figure out the diff between the staging an data volumes for the docker config
Wallacoloo has left #ipfs [#ipfs]
<jbenet> kyledrake: im not sure, staging used to be a tag / branch. maybe it's vestigial?
<jbenet> cc Luzifer o/
<Luzifer> Don't understand the question...
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
caseorganic_ has quit [Remote host closed the connection]
<Luzifer> O_o that export thing makes no sense to me...
<daviddias> feross ogd still up for the mesh train hack trip? :)
<daviddias> when will you be coming up?
zabirauf has joined #ipfs
<Luzifer> jbenet: I'll take a look into that later... Currently trying to get back to sleep after getting woken up by an fire dept alert...
reit has joined #ipfs
<Luzifer> (revoke that comment… I'm awake :()
zabirauf has quit [Ping timeout: 264 seconds]
<whyrusleeping> Luzifer: go to sleep its almost 6am
<Luzifer> whyrusleeping: I was at half past 2… then got woken up by an alert at 3:50… 40min in action, back to bed and unable to sleep now…
<Luzifer> (I'm part of the volunteer fire dept in my city)
<Luzifer> and just because someone who drank too much though it was a good idea to climb onto an unstable roof… *sighs*
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bergamin has joined #ipfs
<Luzifer> woah now I do understand what the export thing is used for…
<whyrusleeping> Luzifer: that sounds rather un-fun...
<Luzifer> whyrusleeping: yep. last night a call because some drunk person put a pizza into the oven and turned it into charcoal (triggering fire alarm in his flat)… this night that crap…
<Luzifer> kyledrake: the staging directory is only used for the `ipfs add` command way down the README and is totally optional if you don't plan to add files to that container but let it run as a network / gatway only node
<Luzifer> jbenet: ^^^
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bergamin has left #ipfs ["Leaving"]
<jbenet> thanks Luzifer
greenseth has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
greenseth has quit []
<bret> is there a way to add an http seed to an ipfs hash?
<bret> as a way to assist mirroring http content over ipfs
<nessence> jbenet: The round-trip could be avoided as a higher layer function. In general, links operate similarly. One can request Object[a,b,:data] or Object[a,b] and although object also has links c and d, the query mechanism can handle either. Just thinking out textually.
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
nessence_ has joined #ipfs
<jbenet> whyrusleeping: multiplex is broken
<jbenet> whyrusleeping: it assumes people call Serve exactly once. what if people don't receive? (i.e. do not call Serve)
nessence_ has quit [Remote host closed the connection]
<jbenet> whyrusleeping: spdystream does too, so i guess it can be ok. but this is annoying: https://github.com/jbenet/go-stream-muxer/commit/b51dccfd8b97a8dfc35e668537e611241e5991ef#diff-9448cb00f5d936556c9a215b23245158R130
nessence has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
nessence has joined #ipfs
rollick has quit [Ping timeout: 246 seconds]
rollick has joined #ipfs
hellertime has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> jbenet: so you think that NewConn should start the handler routines?
<whyrusleeping> that seems reasonable to me
<jbenet> whyrusleeping: maybe. either that or make the write calls write through. but that seems mroe complicated.
<jbenet> whyrusleeping btw, also daviddias brought up that stream muxer should match the net interface (like yamux and muxado), not spdystreams.
* whyrusleeping takes a look
<whyrusleeping> ah, so using 'Acccept' instead of a HandlerFunc style call?
semidreamless has joined #ipfs
semidreamless has quit [Ping timeout: 248 seconds]
nessence has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> whyrusleeping: yeah
qqueue has quit [Remote host closed the connection]
qqueue has joined #ipfs
semidreamless has joined #ipfs
nessence has joined #ipfs
nessence has quit [Remote host closed the connection]
<Luzifer> hmm maybe I should do nights like this more often… just finished coding a cool new feature for gobuilder and its not even 8am :D
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
nessence has joined #ipfs
domanic has joined #ipfs
PayasR has quit [Ping timeout: 264 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
PayasR has joined #ipfs
mesch has joined #ipfs
nessence has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 244 seconds]
mildred has joined #ipfs
semidreamless has quit [Quit: Leaving...]
caseorga_ has joined #ipfs
caseorga_ has quit [Ping timeout: 256 seconds]
<PayasR> how do i get the webui as demonstrated in the tutorial video?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
caseorga_ has joined #ipfs
qqueue has quit [Ping timeout: 248 seconds]
caseorga_ has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
reit has quit [Ping timeout: 256 seconds]
caseorga_ has joined #ipfs
caseorga_ has quit [Ping timeout: 264 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
PayasR has quit [Ping timeout: 252 seconds]
fleeky has quit [Quit: Leaving]
fleeky has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Wallacoloo has joined #ipfs
kbala has quit [Quit: Connection closed for inactivity]
PayasR has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
caseorga_ has joined #ipfs
caseorga_ has quit [Ping timeout: 248 seconds]
opn has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Wallacoloo has quit [Ping timeout: 248 seconds]
nessence has joined #ipfs
Encrypt has joined #ipfs
nessence has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
opn has quit [Ping timeout: 240 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
reit has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
reit has quit [Ping timeout: 256 seconds]
<jbenet> PayasR: just go to http://localhost:5001/webui
<Luzifer> woah reflect is the lord of the hell itself… but as soon as one gets used to it it's very useful…
caseorga_ has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
caseorga_ has quit [Ping timeout: 246 seconds]
reit has joined #ipfs
domanic has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Encrypt has quit [Quit: Lunch time!]
domanic has quit [Ping timeout: 246 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
switchy has joined #ipfs
switchy has left #ipfs ["Palaver http://palaverapp.com/"]
<cryptix> Luzifer: reflect should always be your last resort
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has joined #ipfs
Encrypt has joined #ipfs
caseorga_ has joined #ipfs
caseorga_ has quit [Ping timeout: 248 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mildred has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mildred has joined #ipfs
mildred has quit [Ping timeout: 240 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
chriscool has quit [Quit: Leaving.]
chriscool has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
hellertime has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
caseorga_ has joined #ipfs
caseorga_ has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
PayasR has quit [Ping timeout: 265 seconds]
infinity0 has quit [Ping timeout: 246 seconds]
infinity0 has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
caseorga_ has joined #ipfs
reit has quit [Quit: Leaving]
reit has joined #ipfs
caseorga_ has quit [Ping timeout: 265 seconds]
domanic has joined #ipfs
<Luzifer> cryptix: https://godoc.org/github.com/Luzifer/rconfig < Without reflect impossible to do…
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mesch has quit [Quit: Connection closed for inactivity]
hellertime has quit [Quit: Leaving.]
qqueue has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
qqueue has quit [Read error: Connection reset by peer]
caseorga_ has joined #ipfs
caseorga_ has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
silotis has quit [Remote host closed the connection]
silotis has joined #ipfs
notduncansmith has joined #ipfs
atrapado has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Tv` has joined #ipfs
caseorga_ has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
caseorga_ has left #ipfs [#ipfs]
qqueue has joined #ipfs
domanic has quit [Ping timeout: 256 seconds]
notduncansmith has joined #ipfs
domanic has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
semidreamless has joined #ipfs
Encrypt has quit [Quit: Eating time!]
<wking> lgierth: I'm looking through https://github.com/ipfs/infrastructure/tree/master/solarnet but I can't figure out how the hosts are initially provisioned. Do you know which base image they're running? Is that currently selected manually?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<lgierth> wking: yes that's currently manually, ubuntu 14.04
<lgierth> it uses upstart scripts so it's gonna need modifications for 15.04
<lgierth> i haven't actually bootstrapped a host with this myself, yet
<lgierth> i plan to this wekk
<lgierth> so there might be issues
<lgierth> wking: look at the monitoring branch for a better readme
<lgierth> that one's about to land
<wking> I'm not sure what the easiest way for me to test pull requests would be, but I'll try and write one up ;)
<wking> ah, maybe Ansible is just Python 2.7 (those slackers ;)
<lgierth> that would be cool to figure out
<lgierth> i've left the get-pip.py and py-docker installation untouched for now, didn't wanna open too much surface for possible issues
<lgierth> i'm not sure py-docker is even needed
<lgierth> one thing i remember right now is that the playbook doesn't really install docker itself
<lgierth> and we don't need fig either
<wking> just Python bindings, but maybe Ansible is using those bindings to manage the Docker daemon?
<lgierth> yeah i think so. just not sure
notduncansmith has joined #ipfs
<lgierth> when i started my quest the repo was a huge mess
<lgierth> :)
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 264 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<sprintbot> Sprint Checkin! [whyrusleeping jbenet cryptix wking lgierth krl kbala_ rht__ daviddias dPow chriscool gatesvp]
<wking> and that requires docker-py: http://docs.ansible.com/docker_module.html#requirements
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
atrapado has quit [Quit: Leaving]
<lgierth> wking: aight
<lgierth> yeah
<lgierth> good so at least that one can stay
<lgierth> i still want to write a provisioning tool which generates shell code that i can pipe into ssh
<wking> like "I'd like to run this script on the remote host"? Isn't that http://docs.ansible.com/script_module.html
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<lgierth> no, instead of generating python code like ansible, and doing the whole upload and ssh dance, it'd simply generate a pile of bash code
<lgierth> mytool site.yml | ssh root@host
reit has quit [Ping timeout: 256 seconds]
<wking> so like Ansible, except with Bash/shell on the remote host instead of Python?
<lgierth> yeah, and without ssh, leave that to a different tool
cerebralbosons has joined #ipfs
<wking> We need to teach hashpipe to hit IPFS gateways (or write a wrapping tool that does that), so you could: ssh root@host 'hashpipe --fetch QmYourScript | sh'
<lgierth> yeah and i wanna use ipfs for more of the bootstrapping
<wking> what would the different tool look like? You need some way to pass the task to the remote host, and SSH seems like a safe, portable way to do that
<lgierth> docker images of course, but als apt and npm repos
<lgierth> oh i do wanna use ssh!
<lgierth> i just dont wanna deal with it within the tool
<wking> ah, ok
<cerebralbosons> is there a way to get working error codes when calling the api with pin?
<cerebralbosons> the header doesn't return any
<cerebralbosons> and Code: 0 even if there's an error message
<whyrusleeping> cerebralbosons: the api should return an error if something failed. what are you running?
<cerebralbosons> 0.3.5
<Luzifer> ohai whyrusleeping :)
<whyrusleeping> Luzifer: hey there!
<whyrusleeping> cerebralbosons: are you using the API through curl?
<cerebralbosons> yeah, running locally
<cerebralbosons> also as a container on remote box, where it's called from the eris-cli tool
<whyrusleeping> what curl command are you running?
<whyrusleeping> and whats the response?
mildred has joined #ipfs
domanic has joined #ipfs
<cerebralbosons> localhost:5001/api/v0/pin/add?arg=[hash]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<cerebralbosons> header map[Content-Type:[application/json] Date:[Sun, 12 Jul 2015 19:59:39 GMT]]i body { "Message": "pin: invalid ipfs ref path", "Code": 0 }
<cerebralbosons> so with that response i would expect and "Code": 1
<cerebralbosons> there's a couple other error msgs that throw a 0
<whyrusleeping> hrm, yeah. i'm not sure what the Code means.
<whyrusleeping> what is the hash youre trying to pin?
<cerebralbosons> QmYXiH1thjWDLbsvEJLH6Xq4aYVYbyuR5CbHfhGjSXdUei
<cerebralbosons> it's returns " already pinned recursively"
<cerebralbosons> also with code 0
<cerebralbosons> so that's another issue, the pinning logic
nessence has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<daviddias> whyrusleeping: Ada is pretty awesome, thanks for the tip
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mildred1 has joined #ipfs
mildred has quit [Ping timeout: 265 seconds]
Encrypt has joined #ipfs
border has joined #ipfs
<border> hi, is it possible to list all the website/ressource of the network or it's all hidden services like tor ?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<lgierth> border: there is no anonimity, you can easily get a list of known nodes
<lgierth> there might later be a DHT variant which provides anonimity, but not at the moment
qqueue has quit [Ping timeout: 256 seconds]
<border> i did ipfs diag net | cut -d' ' -f2 but non of the hashes seem to respond
mildred has joined #ipfs
mildred1 has quit [Ping timeout: 240 seconds]
<lgierth> lgierth: do you want something like `ipfs swarm addrs`?
<lgierth> erm border ^
patcon has joined #ipfs
border has quit [Read error: Connection reset by peer]
hellertime has joined #ipfs
mildred1 has joined #ipfs
mildred has quit [Ping timeout: 255 seconds]
nessence has quit [Remote host closed the connection]
nessence has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mesch has joined #ipfs
chriscool has quit [Quit: Leaving.]
chriscool has joined #ipfs
border has joined #ipfs
* border back
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<Luzifer> jbenet: look, I build a fancy green dot into the build list… ;) https://gobuilder.me/github.com/ipfs/go-ipfs/cmd/ipfs (Sorry for the red dots, those builds do not carry meta information)
nessence has quit [Remote host closed the connection]
mildred1 has quit [Ping timeout: 246 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 246 seconds]
crest_ has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<border> how can i print a list all the website/ressource of the network ? kgier-- suggested `ipfs swarm addrs` but it don't seem to list usable hash
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Encrypt has quit [Quit: Quitte]
Wallacoloo has joined #ipfs
patcon has quit [Ping timeout: 256 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
keroberos has joined #ipfs
ianopolous has joined #ipfs
ianopolous has quit [Ping timeout: 246 seconds]
<daviddias> krl:
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has joined #ipfs
<kyledrake> Dear people better at sed than I: I need to replace this: "#discovery: https://discovery.etcd.io/<token>" with "discovery: `curl https://discovery.etcd.io/new`". If you know how to do this, it would be much appreciated. Thank you.
Wallacoloo has left #ipfs [#ipfs]
nessence has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]