rafaelmartins has quit [Remote host closed the connection]
rafaelmartins has joined #sandstorm
rustyrazorblade has joined #sandstorm
rustyrazorblade has quit [Client Quit]
amyers has joined #sandstorm
amyers has quit [Ping timeout: 250 seconds]
frigginglorious has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
<lukexj>
asheesh: im kinda thinking of giving up sandstorm and trying to do it by hand
<lukexj>
im not learning anything about hosting if i let sandstorm do it all for me
<lukexj>
is there any good way to delete sandstorm and get rid of all the data that sandstorm put on without messing with anything on my vps?
jacksingleton has quit [Ping timeout: 272 seconds]
c-mart has joined #sandstorm
ocdtrekkie has quit [Remote host closed the connection]
aldeka has quit [Remote host closed the connection]
ocdtrekkie has joined #sandstorm
aldeka has joined #sandstorm
jemc has joined #sandstorm
lukexj has quit [Quit: sudo rm -rf /home/life]
jemc has quit [Ping timeout: 258 seconds]
jadewang has quit [Remote host closed the connection]
frankier has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 246 seconds]
ocdtrekkie has quit [Remote host closed the connection]
aldeka has quit [Remote host closed the connection]
aldeka has joined #sandstorm
ocdtrekkie has joined #sandstorm
xet7 has joined #sandstorm
xet7_ has joined #sandstorm
frankier has quit [Ping timeout: 258 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 276 seconds]
frankier has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 244 seconds]
frankier has quit [Ping timeout: 258 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 250 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 272 seconds]
frankier has joined #sandstorm
aldeka has quit [Remote host closed the connection]
ocdtrekkie has quit [Remote host closed the connection]
aldeka has joined #sandstorm
aldeka has quit [Ping timeout: 250 seconds]
ocdtrekkie has joined #sandstorm
aldeka has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 272 seconds]
frankier has quit [Ping timeout: 258 seconds]
jadewang has joined #sandstorm
frankier has joined #sandstorm
jadewang has quit [Ping timeout: 240 seconds]
xet7_ has quit [Ping timeout: 240 seconds]
<NhanH>
I'm trying to import a big library in to Groove Basin. Normally that involves copy the files into the library folder that Groove Basin is monitoring, but I can't seem to find the installation folder for Groove Basin on a sandstorm install. Any suggestion on what I should do?
<dwrensha>
the grain ID can be read from the URL of the grain
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 250 seconds]
frankier has quit [Ping timeout: 246 seconds]
frigginglorious has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
frankier has joined #sandstorm
digitalcircuit has quit [Remote host closed the connection]
digitalcircuit has joined #sandstorm
frigginglorious has joined #sandstorm
jadewang has joined #sandstorm
jacksingleton has joined #sandstorm
jadewang has quit [Ping timeout: 246 seconds]
frigginglorious has quit [Quit: frigginglorious]
lukexj has joined #sandstorm
frigginglorious has joined #sandstorm
frigginglorious has quit [Client Quit]
aldeka has quit [Remote host closed the connection]
ocdtrekkie has quit [Remote host closed the connection]
neynah has joined #sandstorm
rustyrazorblade has joined #sandstorm
frigginglorious has joined #sandstorm
<frigginglorious>
So some dude at Toorcamp embedded a NFC chip inside me.
<frigginglorious>
i was trying to think of cool things to do with it.
<frigginglorious>
im thinking it should either give someone admin access to my sandstorm server
<frigginglorious>
or give them access to a specific grain.
<frigginglorious>
i dont think it can do both
aldeka has joined #sandstorm
ocdtrekkie has joined #sandstorm
jadewang has joined #sandstorm
rustyrazorblade has quit [Quit: rustyrazorblade]
jadewang has quit [Ping timeout: 240 seconds]
rustyrazorblade has joined #sandstorm
rustyrazorblade has quit [Client Quit]
rustyrazorblade has joined #sandstorm
Telesight has joined #sandstorm
joeyh has joined #sandstorm
rustyrazorblade has quit [Quit: rustyrazorblade]
frankier has quit [Remote host closed the connection]
jadewang has joined #sandstorm
rustyrazorblade has joined #sandstorm
jadewang has quit [Ping timeout: 272 seconds]
rustyrazorblade has quit [Client Quit]
kecors has joined #sandstorm
frankier has joined #sandstorm
Lionel_Debroux has joined #sandstorm
frankier has quit [Remote host closed the connection]
<lukexj>
whats toorcamp?
rustyrazorblade has joined #sandstorm
<Lionel_Debroux>
Hi :) I've noticed that Sandstorm Git HEAD tests fail to build when exceptions are disabled: src/kj/common-test.c++:225:75: error: 'EXPECT_DEATH_IF_SUPPORTED' was not declared in this scope
<Lionel_Debroux>
Other tests failing to build: src/kj/exception-test.c++ src/kj/mutex-test.c++ src/capnp/encoding-test.c++ src/capnp/orphan-test.c++ src/capnp/test-util.c++ ...
<Lionel_Debroux>
The original failure was on Debian sid amd64, but I've just reproduced it in a clean Debian Jessie amd64 debootstrap chroot (g++ 4.9): ./configure CXXFLAGS='-std=c++14 -fno-exceptions' && make -j8 && make check .
jadewang has joined #sandstorm
<Lionel_Debroux>
(actually, I meant Cap'n Proto, rather than Sandstorm proper)
jadewang has quit [Ping timeout: 244 seconds]
<asheesh>
Morning all!
kecors has quit [Ping timeout: 240 seconds]
kecors has joined #sandstorm
<asheesh>
Lionel_Debroux: Interesting; let me get back to you in a bit, but my guess is it's not designed for that. If you want an official answer, I suggest you file a bug against the capnproto github repo!
<Lionel_Debroux>
Indeed, maybe it's not designed for that anymore... An additional data point: building the 0.5.3 tests with the same CXXFLAGS works.
<dwrensha>
it's designed to work without exceptions
<dwrensha>
but we never use it that way, so it doesn't get tested often