gopar has joined #sandstorm
mnutt_ has quit [Quit: mnutt_]
<dwrensha> heh, I guess my long "upstreamAuthor" field in GitWeb makes the install button render in the wrong place
<dwrensha> "make: Warning: File 'leveldown.target.mk' has modification time 1.2 s in the future"
<dwrensha> wat
<dwrensha> also, GrooveBasin in vagrant-spk works!
todayman has quit [Ping timeout: 250 seconds]
mnutt_ has joined #sandstorm
jadewang has quit [Remote host closed the connection]
jadewang has joined #sandstorm
gopar has quit [Remote host closed the connection]
todayman has joined #sandstorm
bb010g has joined #sandstorm
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
todayman has quit [Ping timeout: 250 seconds]
<dwrensha> so, what's the difference between /vagrant/ and /opt/app/ in a vagrant-spk box?
<dwrensha> the latter doesn't have the .sandstorm directory
<dwrensha> but I'm confused about why they both exist
<dwrensha> no wait, they both have .sandstorm
simonv3 has quit [Quit: Connection closed for inactivity]
joshbuddy has quit [Quit: joshbuddy]
todayman has joined #sandstorm
todayman has quit [Ping timeout: 244 seconds]
<zarvox> /vagrant is provided by default (and by default is the folder containing the Vagrantfile), we do not use it anywhere.
todayman has joined #sandstorm
geofft has quit [Quit: leaving]
geofft has joined #sandstorm
todayman has quit [Ping timeout: 256 seconds]
mnutt_ has quit [Quit: mnutt_]
jadewang_ has joined #sandstorm
jadewang has quit [Read error: Connection reset by peer]
mnutt_ has joined #sandstorm
mnutt_ has quit [Quit: mnutt_]
todayman has joined #sandstorm
todayman has quit [Ping timeout: 264 seconds]
todayman has joined #sandstorm
xcombelle has joined #sandstorm
xcombelle_ has joined #sandstorm
treyhunner has quit [Read error: Connection reset by peer]
treyhunner has joined #sandstorm
xcombelle_ has quit [Ping timeout: 250 seconds]
xcombelle has quit [Ping timeout: 245 seconds]
todayman has quit [Ping timeout: 260 seconds]
jadewang_ has quit [Remote host closed the connection]
erikoeurch has joined #sandstorm
xcombelle_ has joined #sandstorm
xcombelle_ has quit [Remote host closed the connection]
xcombelle has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 255 seconds]
joshbuddy has joined #sandstorm
bb010g has quit [Quit: Connection closed for inactivity]
xcombelle has quit [Remote host closed the connection]
YuviPanda is now known as _yuvi_
_yuvi_ is now known as _joevi_
_joevi_ is now known as _jovi_
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 265 seconds]
xcombelle has joined #sandstorm
erikoeurch has quit [Ping timeout: 246 seconds]
sasattack-deskto has quit [Ping timeout: 256 seconds]
sasattack-deskto has joined #sandstorm
erikoeurch has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 256 seconds]
erikoeurch has quit [Remote host closed the connection]
natea has joined #sandstorm
natea has quit [Client Quit]
natea has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 240 seconds]
treyhunner has quit [Read error: Connection reset by peer]
treyhunner has joined #sandstorm
achernya has quit [Ping timeout: 244 seconds]
mnutt_ has joined #sandstorm
achernya has joined #sandstorm
geofft has quit [Quit: leaving]
geofft has joined #sandstorm
geofft has quit [Remote host closed the connection]
geofft has joined #sandstorm
_jovi_ is now known as YuviPanda
mnutt_ has quit [Quit: mnutt_]
mnutt_ has joined #sandstorm
achernya has quit [Ping timeout: 244 seconds]
achernya has joined #sandstorm
mnutt_ has quit [Quit: mnutt_]
gopar has joined #sandstorm
sasattack-deskto has quit [Ping timeout: 255 seconds]
sasattack-deskto has joined #sandstorm
heliostatic has joined #sandstorm
mnutt_ has joined #sandstorm
NOTevil has joined #sandstorm
mnutt_ has quit [Quit: mnutt_]
ak5 has joined #sandstorm
<ak5> hey guys! nice project!
<ak5> wondering if I can setup wordpress to listen on port 80 and use the default domain. Would love to use this project as a publicfacing app + intranet type tools
<kentonv> ak5: There are instructions in the Wordpress dashboard (in the Sandstorm app) for how to connect it to a domain.
<kentonv> ak5: You'll need to use a separate hostname from your sandstorm server, but otherwise it works.
<kentonv> ak5: as for port 80, I think you should now be able to change your server's port to 80 in the config
<kentonv> that's something we enabled recently
<kentonv> but haven't tested much yet
<kentonv> (the Sandstorm server monitor will open port 80 before dropping its root privileges)
<kentonv> (this does mean you have to have installed the server with root privs, but that's the default)
mnutt_ has joined #sandstorm
<ak5> I see
<ak5> ok I already set it up so I think I am just going to use nginx proxy for now
<kentonv> ak5: that works too!
<kentonv> in fact that's what we do
<ak5> really cool
<ak5> keep up the good work
<kentonv> thanks!
<ak5> this is really the biggest problem in FOSS
<ak5> and the whole internet
<ak5> ...but you know this
<ak5> :)
<kentonv> indeed. :)
<ak5> thx~
heliostatic has quit [Quit: Be back later ...]
mnutt_ has quit [Quit: mnutt_]
<dwrensha> why do I get "Your connection is not private" for summit.debconf.org ?
<ak5> kentonv: for the reverse proxy - is there some kind of url on localhost that I can reach without logging in?
<kentonv> dwrensha: IIRC Debian people like to use a non-browser-approved CA, for which Debian installs root certificates.
<dwrensha> whyyy
<kentonv> dwrensha: Which really, really bothers me. I disabled them when I discovered it.
<kentonv> dwrensha: They were signed as "Software in the Public Interest". I guess they are ideologically aligned?
<kentonv> ak5: Hmm, not sure what you mean. You should point the proxy at localhost:6080 and tell it to forward along the Host header. If you're using nginx, see the example in our git repo.
<ak5> ah didn't see that
mnutt_ has joined #sandstorm
<ak5> kentonv: I want to proxy to a "grain"
<kentonv> ak5: Yep, everything hits the same port, and Sandstorm routes based on the Host header.
<kentonv> ak5: (You'll need to follow the DNS setup instructions in the Wordpress dashboard for it to work.)
<ak5> ok thanks will check it out
<dwrensha> kentonv: I suppose this allows the Debian folks to avoid forking $$ over to certificate authorities?
<kentonv> dwrensha: I guess?
<kentonv> dwrensha: I'm of course extrapolating all of this based on looking at the cert. I don't really know the story.
<kentonv> I did complain to paulproteus though. :)
<dwrensha> zarvox: can I tell vagrant-spk to name its VMs something other than sandstorm_default_<timestamp>?
mnutt_ has quit [Quit: mnutt_]
simonv3 has joined #sandstorm
ak5 has quit [Ping timeout: 265 seconds]
joshbuddy has quit [Quit: joshbuddy]
mnutt_ has joined #sandstorm
mnutt_ has quit [Quit: mnutt_]
mnutt_ has joined #sandstorm
mnutt_ has quit [Quit: mnutt_]
heliostatic has joined #sandstorm
xcombelle has quit [Remote host closed the connection]
mattl has quit [Ping timeout: 244 seconds]
prosodyContext has quit [Ping timeout: 244 seconds]
bpierre____ has quit [Ping timeout: 244 seconds]
peterood has quit [Ping timeout: 244 seconds]
gopar has quit [Ping timeout: 246 seconds]
treyhunner has quit [Ping timeout: 244 seconds]
decipherstatic_ has quit [Ping timeout: 244 seconds]
decipherstatic has joined #sandstorm
treyhunner has joined #sandstorm
mattl has joined #sandstorm
mnutt_ has joined #sandstorm
peterood has joined #sandstorm
bpierre____ has joined #sandstorm
simonv3 has quit [Ping timeout: 246 seconds]
simonv3 has joined #sandstorm
prosodyContext has joined #sandstorm
heliostatic has quit [Quit: Lingo: www.lingoirc.com]
neynah has joined #sandstorm
mnutt_ has quit [Quit: mnutt_]
gopar has joined #sandstorm
mnutt_ has joined #sandstorm
simonv3 has quit [Quit: Connection closed for inactivity]
mnutt_ has quit [Quit: mnutt_]
mnutt_ has joined #sandstorm
natea has quit [Quit: natea]
NOTevil has quit [Quit: Leaving]
_whitelogger has joined #sandstorm
cbaines has joined #sandstorm
natea has joined #sandstorm
joshbuddy has joined #sandstorm
sasattack-deskto has quit [Ping timeout: 255 seconds]
sasattack-deskto has joined #sandstorm
<dwrensha> heh, so it seems that to migrate from Niscu to Mongo 3.0, I'll need to include the niscud binary in my app.
natea has quit [Quit: natea]
<dwrensha> The good news: Mongo 3.0's "WiredTiger" storage engine makes things even smaller than Niscu.
<paulproteus> Hi ak5, I wonder if you were at Debconf! Anyway yay hi all.
<paulproteus> dwrensha: re: vagrant-spk VM name: Yeah in theory; I need to figure that out at some point.
<paulproteus> kentonv's analysis is right w/r/t Debian CA
<paulproteus> We (Debian) are working on removing it; I talked to one of the maintainers of ca-certificates.
<paulproteus> Neat dwrensha re: WiredTiger
mnutt_ has quit [Quit: mnutt_]
<XgF> dwrensha: Have they made Mongo architecture portable yet? :P
<dwrensha> XgF: no idea
<dwrensha> XgF: what does annoy me is that there is apparently no official Debian 8 build
<paulproteus> A Debian 7 build probably works fine on Debian 8, fwiw.
<paulproteus> Weird though.
<dwrensha> paulproteus: indeed, installing the wheezy package on jessie seems to work
eldios has joined #sandstorm
<eldios> yo guys
<eldios> I just checked my sandstorm installation and it turns out that CentOS7 kernel is old enough to not be usable anymore
<eldios> anyone has a meaningful workaround for that?
<eldios> for a production system :)
<eldios> I'm just thinking of moving to Ubuntu 14.04
<dwrensha> wow, RHEL and CentOS have really long release cycles
<eldios> and that's the latest and greatest you can have from them
<eldios> meh :/
<paulproteus> Ubuntu 14.04 would be fine, eldios.
<XgF> dwrensha: At work we are migrating from RHEL5 to RHEL6
<dwrensha> In case anyone's curious, here's how I accomplished a Niscu -> Mongo 3.0 migration: https://github.com/dwrensha/duoludo/blob/66ec5b09526d84f5091d4ad4d3abfe7ffc2d2598/.sandstorm/run-continue.sh#L8-L17
joshbuddy has quit [Read error: Connection reset by peer]
<XgF> logging into a RHEL5 box is pretty much like stepping through a time portal back to when I first started using Linux
joshbuddy has joined #sandstorm
<eldios> paulproteus: thanks for confirming
<paulproteus> Happy to help, eldios.
eldios has left #sandstorm ["http://quassel-irc.org - Chat comfortably. Anywhere."]
joshbuddy has quit [Quit: joshbuddy]
joshbuddy has joined #sandstorm
joshbuddy has quit [Client Quit]
isd has joined #sandstorm
patrickod has quit [K-Lined]
joshbuddy has joined #sandstorm