<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]
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
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?
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]