nwf has quit [Read error: Connection reset by peer]
nwf has joined #sandstorm
nwf_ has joined #sandstorm
nwf has quit [Disconnected by services]
nwf_ is now known as nwf
pie_ has joined #sandstorm
isd has quit [Ping timeout: 248 seconds]
isd has joined #sandstorm
isd has quit [Ping timeout: 256 seconds]
pie_ has quit [Changing host]
pie_ has joined #sandstorm
afuentes has quit [Ping timeout: 245 seconds]
dlitz has quit [Ping timeout: 245 seconds]
jemc has quit [Ping timeout: 246 seconds]
jemc has joined #sandstorm
isd has joined #sandstorm
ill_logic has joined #sandstorm
mnutt has joined #sandstorm
<anthropy>
is it normal that containerized apps can't reach websites from inside? Wordpress fails to download and install a plugin, and some other plugin is saying it can't resolve hostnames..
kineticrootkit[m has quit [Read error: Connection reset by peer]
srenatus[m] has quit [Read error: Connection reset by peer]
jason_nstar[m] has quit [Read error: Connection reset by peer]
gillisig has quit [Read error: Connection reset by peer]
eternaleye has quit [Read error: Connection reset by peer]
nolan_d has quit [Read error: Connection reset by peer]
indoleringmatrix has quit [Read error: Connection reset by peer]
krs[m] has quit [Write error: Connection reset by peer]
davidar has quit [Write error: Connection reset by peer]
hannes[m]1 has quit [Write error: Connection reset by peer]
alaeri[m] has quit [Read error: Connection reset by peer]
Simon[m] has quit [Read error: Connection reset by peer]
M-hrjet has quit [Write error: Connection reset by peer]
Zertrin[m] has quit [Write error: Connection reset by peer]
wakest has quit [Write error: Connection reset by peer]
jemc has quit [Ping timeout: 272 seconds]
hannes[m]1 has joined #sandstorm
mnutt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<isd>
anthropy: yeah, the default is no external access; apps are considered untrusted, and "phoning home" with sensitive information is part of the threat model.
<isd>
There are ways of requesting access to various things from the platform, but a naive port of an existing web app isn't going to do that correctly.
<anthropy>
isd: I kinda expected as much, super neat it's that extensive, but is there a way I can get these plugins to work?
<anthropy>
ah
<isd>
I haven't poked at the wordpress package, so I don't know
<isd>
but it requires the use of some platform-specific APIs.
<anthropy>
I haven't developed apps for sandstorm yet but I can imagine I suppose
<isd>
would be the place to file bugs re: sandstorm integration
<anthropy>
oh, thanks, I'll look into it though it's technically third party stuff (plugins)
<isd>
you're welcome.
gillisig has joined #sandstorm
Simon[m] has joined #sandstorm
indoleringmatrix has joined #sandstorm
Zertrin[m] has joined #sandstorm
nolan_d has joined #sandstorm
wakest has joined #sandstorm
kineticrootkit[m has joined #sandstorm
M-hrjet has joined #sandstorm
krs[m] has joined #sandstorm
davidar has joined #sandstorm
srenatus[m] has joined #sandstorm
jason_nstar[m] has joined #sandstorm
alaeri[m] has joined #sandstorm
eternaleye has joined #sandstorm
Jan2 has joined #sandstorm
Jan\ has quit [Ping timeout: 258 seconds]
NwS has joined #sandstorm
fonfon has joined #sandstorm
afuentes has joined #sandstorm
fonfon has quit [Ping timeout: 245 seconds]
Aurelius has quit [Ping timeout: 265 seconds]
Aurelius has joined #sandstorm
NwS has quit [Quit: See you in Isla de Muerte!]
Aurelius has quit [Ping timeout: 246 seconds]
Aurelius has joined #sandstorm
fonfon has joined #sandstorm
Aurelius has quit [Ping timeout: 272 seconds]
Aurelius has joined #sandstorm
jemc has joined #sandstorm
fonfon has quit [Ping timeout: 245 seconds]
bodisiw has joined #sandstorm
afuentes has quit [Quit: Leaving]
jaredbidlow has quit [Remote host closed the connection]
Jan2 has quit [Excess Flood]
wolcen has quit [Ping timeout: 248 seconds]
Jan2 has joined #sandstorm
Telesight has joined #sandstorm
mnutt has joined #sandstorm
GauntletLizard has quit [Read error: Connection reset by peer]
fonfon has joined #sandstorm
wolcen has joined #sandstorm
nonaTure has joined #sandstorm
<nonaTure>
hihi
<nonaTure>
having issues with a rocket.chat grain. it suddently stopped working for everybody. download of zip backup also fails to be re-installed. what to do?
<dwrensha>
eek
<dwrensha>
does the grain log have any errors in it?
<nonaTure>
shall it print something when I reload the grain? don't see timestamps
<nonaTure>
last bit of the log.... http://pastebin.com/apc0eri4 guess the errors are slack bridge related. will try to switch it off.but not sure if relevant.
<nonaTure>
the grain just stays the spinning wheel of death, no change
<dwrensha>
yep, I can reproduce
<dwrensha>
enabling the slack bridge make the grain unable to launch
<dwrensha>
:(
<nonaTure>
how can I switchc off the slack bridge from command line?
<dwrensha>
that might be tricky
<nonaTure>
edit mongodb entry?
<dwrensha>
the state is probably store in rocket.chat's mongo db
<dwrensha>
so you would need to figure out how to launch a mongod and then how to connect to it
<nonaTure>
I guess more people will experience this problem, can we have an easier fix?
<nonaTure>
I guess the sandbox/wiredTigerDb is not it... or is it?
<dwrensha>
yeah that's where the database lives
<nonaTure>
so it is a wiredtiger flavoured mongodb?
<dwrensha>
yep
<nonaTure>
pretty annoying bug
<nonaTure>
never got the slackbridge to work... now it crashed all..
<nonaTure>
and can't simply delete it from the filesystem
<nonaTure>
and restart the server lol
<nonaTure>
but good to learn more about sandstorm
<nonaTure>
so far I really enjoyed everything, thus I wanted to know more about how it works anyways...
<nonaTure>
maybe somebody has an idea how I can try to fix the bug easiest (or disable the plugin) and report to github issues... would be great!
<nonaTure>
rocket chat was meteor, right? did meteor not have a nice way to switchc off plugins via command line? do these cmdline tools still work with sandstorm hosting meteor?
<nonaTure>
@dwrensha, are you working wiht sandstorm?
dograt has quit [*.net *.split]
aggelos__ has quit [*.net *.split]
mokomull has quit [*.net *.split]
mokomull has joined #sandstorm
aggelos_ has joined #sandstorm
dograt has joined #sandstorm
<nonaTure>
can't connect via mongo shell to wiredtiger... how does one do so?
<dwrensha>
you first need to start mongod and tell it where to look for the data
<dwrensha>
then you can connect to it with "mongo", the shell command