kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev | Public logs at https://botbot.me/freenode/sandstorm/
<kentonv> sounds like we wouldn't qualify for Transifex due to Oasis, but it's a sort of weird rule... what happens if someone "forks" Sandstorm, sets up Transifex for their fork, then contributes the translations back to the core project?
Mitar has quit [Ping timeout: 240 seconds]
isd has quit [Quit: Leaving.]
Mitar has joined #sandstorm
isd has joined #sandstorm
<isd> Weblate looks pretty snazzy
<isd> It looks like there are a handful of foss solutions for this. Would be neat to port one of them on sandstorm and run sandstorm's l10n infrastructure on oasis :P
_whitelogger has joined #sandstorm
isd has quit [Quit: Leaving.]
_whitelogger has joined #sandstorm
Telesight has joined #sandstorm
AZero has quit [Quit: Client Exiting]
AZero has joined #sandstorm
sadsand has joined #sandstorm
<sadsand> Hello over there, I have a problem with my sandstorm install, running on a ubuntu 14.04 machine. I did not change anything and from one second to the other it stopped working.
<sadsand> Which part of sandstorm is claiming the Invalid PORT? I tried a few port configurations in sandstorm.conf but it didn't help. Any ideas?
<sadsand> I am using sandcats.io domain
sadsand has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
sadsand has joined #sandstorm
sadsand has quit [Client Quit]
sadsand has joined #sandstorm
<sadsand> i made a fresh install of sandstorm and recovered the sandcats domain, but I still get the same error
dwrensha has joined #sandstorm
<dwrensha> sadsand: I'm guessing the problem has to do with this change: https://github.com/sandstorm-io/sandstorm/commit/8d45ddcdb627e3a2ab5e938311d66b871a5bb508
<dwrensha> other people are noticing too: https://github.com/sandstorm-io/sandstorm/issues/2993
<sadsand> hello, thanks for your answer.
<sadsand> so is there an easy workaround, by changing this line or downgrading?
<dwrensha> to debug this, I would try editing /opt/sandstorm/latest/sandstorm-main.js
<dwrensha> downgrading may be possible too
<dwrensha> you can grab the tarball you want from https://dl.sandstorm.io/
<sadsand> so 216 is the problematic one?
<dwrensha> and I think you can tell `sudo sandstorm update` to use that file then
<dwrensha> yeah, you would want to go back to 215
<dwrensha> also, you would need to edit your sandstorm.conf to prevent automatic upgrade for now
<dwrensha> UPDATE_CHANNEL=none
<sadsand> Ok i'm trying this..
<sadsand> I removed && port.fd and changed UPDATE_CHANNEL to none, and restarted the sandstorm service. Doesn't help
<dwrensha> yeah, just reverting that commit probably won't help
<sadsand> ok
<dwrensha> can you do `console.log(port)` so that we can see what's getting passed in?
<sadsand> to how do i go about downgrading?
<sadsand> into the sandstorm-main.js file?
<dwrensha> yeah
<dwrensha> i predict that it will be an easy fix once we figure out what's going on there
<sadsand> just somewhere after that? And so I change it back first?
<sadsand> ok, that would be nice :)
<sadsand> Ok without changing it back, it would crash then.. I'll have a try
<dwrensha> like, print out the port before the `if (typeof ...` line
<sadsand> { fd: 5 }
<sadsand> 5
<sadsand> this is the result for console.log(port) and (port.fd)
<sadsand> So you think, we will solve this? And if not, how would I go about installing the 215 version?
<dwrensha> what happens if you delete the "host" argument to listen()?
<dwrensha> if (typeof port == 'object') { return oldListen.call(this, port, cb); }
Mitar has quit [Ping timeout: 240 seconds]
<sadsand> its almost the same
<sadsand> Error: Invalid PORT specified
<sadsand> at Object.exports.main (packages/webapp/webapp_server.js:905:15)
<sadsand> at Function.run (/programs/server/profile.js:510:12)
<sadsand> at /programs/server/boot.js:390:5
<sadsand> at /programs/server/boot.js:376:27
<sadsand> at /programs/server/boot.js:387:11
<sadsand> ** Front-end died immediately after starting.
<sadsand> ** Sleeping for a bit before trying again...
<sadsand> ** Shutting down due to signal
<sadsand> ** Exiting
<dwrensha> to downgrade, download https://dl.sandstorm.io/sandstorm-215.tar.xz
<dwrensha> then do `sudo sandstorm update sandstorm-215.tar.xz`
<dwrensha> then remember to re-enable automatic upgrades once the fix is in
<sadsand> Ok, what do you think?
<sadsand> will we fix it?
<sadsand> So I'm trying the downgrade now..
<georgeowell> We're having problems also
<sadsand> After downgrading I get other exceptions..
<sadsand> Ok sorry, that was my fault. I had a testing sandstorm instance still running
<sadsand> Thank you so much!
<sadsand> so: to downgrade, download https://dl.sandstorm.io/sandstorm-215.tar.xz
<sadsand> nano /opt/sandstorm/sandstorm.conf --> change to UPDATE_CHANNEL=none
<sadsand> then do `sudo sandstorm update sandstorm-215.tar.xz`
<sadsand> then remember to re-enable automatic upgrades once the fix is in
<sadsand> Worked for me!
samba__ has joined #sandstorm
<georgeowell> worked for me also
<georgeowell> sadsand: I added your method to the github issue
samba__ has quit [Ping timeout: 240 seconds]
<sadsand> please credits to dwrensha!
<georgeowell> will do:)
<sadsand> and maybe add the last line as well
<sadsand> then remember to re-enable automatic upgrades once the fix is in
<georgeowell> so I'm assuming there are other channels than dev for updates
<georgeowell> It's really a production setup for us
<georgeowell> as we deploy Sandstorm occasionally for clients
Telesight has quit [Ping timeout: 240 seconds]
<dwrensha> there's only one channel as far as I know
<dwrensha> maybe "dev" is a misnomer
Telesight has joined #sandstorm
<georgeowell> it isn't if it comes straight from git master :P
<ocdtrekkie> Standing issue on release channels: https://github.com/sandstorm-io/sandstorm/issues/2536
<ocdtrekkie> Kenton's pretty good about fixing breaking bugs fairly quickly, but it'd definitely be nice if there was a stable channel folks using in a production/company environment could set to just maybe get builds a week or two late.
<georgeowell> Yeh I think even a week's buffer would be good
Telesight has quit [Ping timeout: 260 seconds]
<ocdtrekkie> Mind you, in context, my proposal was written when builds were a weekly occurence.
<ocdtrekkie> But in most cases, fixes for anything this severe will always happen within a day or two, barring bus factor related issues.
<georgeowell> Yeh but that would mean a stable would be super stable ^.^
<georgeowell> channel*
sadsand has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Telesight has joined #sandstorm
samba__ has joined #sandstorm
samba__ has quit [Ping timeout: 240 seconds]
cromo has joined #sandstorm
<cromo> Hey all, found out this morning that I couldn't hit my instance, and found this in the logs: https://gist.github.com/cromo/869b3f1681b526807cb59b0bdb901c3c
<cromo> I haven't manually changed any configuration anywhere, so I'm not sure what's going on
<cromo> There's some stuff before that error about checking certs, but it says that it's not time to renew those just yet, so I think it's unrelated.
<sknebel> cromo: seems like the last update is broken, people suggested downgrading manually and turning off updates for now earlier: https://botbot.me/freenode/sandstorm/2017-10-22/?msg=92597744&page=1
<cromo> That got me back up and running, thanks. Also found the issue on Github and am following it so I know when to turn updates back on.
cromo has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
mattia has joined #sandstorm
mattia is now known as Guest85360
Guest85360 is now known as matlamb
<matlamb> Hi all
<matlamb> Is anybody around?
<matlamb> my sandstorm installation just updated itself and now it doesn't boot anymore
<biotim> There's an issue with version 216. You can downgrade to 215 as a workaround, or kenton should have a fix in soon for the current version:
<matlamb> thanks!
<biotim> no problem
Lionel_Debroux_ has quit [Ping timeout: 240 seconds]
<biotim> version 217 is now up and working
<biotim> run "sandstorm update" to manually update.
<biotim> thanks to kentonv for the quick fix
<matlamb> just finish update to 217
<matlamb> everything seems to work. Thanks a lot!
matlamb has quit [Quit: Page closed]
taktoa has quit [Remote host closed the connection]
Telesight has quit [Remote host closed the connection]
Telesight has joined #sandstorm
isd has joined #sandstorm
isd has quit [Quit: Leaving.]
Lionel_Debroux has joined #sandstorm
biotim has quit [Ping timeout: 264 seconds]
eternaleye has quit [Ping timeout: 246 seconds]
gillisigurds has quit [Ping timeout: 240 seconds]
wakest has quit [Ping timeout: 255 seconds]
davidar has quit [Ping timeout: 255 seconds]
davidar_ has quit [Ping timeout: 255 seconds]
thekyriarchy has quit [Ping timeout: 246 seconds]
simonv3 has quit [Ping timeout: 276 seconds]
JonTheNiceGuy has quit [Ping timeout: 264 seconds]
M-hrjet has quit [Ping timeout: 252 seconds]
johndoe123[m] has quit [Ping timeout: 255 seconds]
nolan_d has quit [Ping timeout: 255 seconds]
hannes[m] has quit [Ping timeout: 255 seconds]
JulianFoad[m] has quit [Ping timeout: 276 seconds]
thejohnhenry[m] has quit [Ping timeout: 246 seconds]
Mitar has joined #sandstorm
davidar_ has joined #sandstorm
hannes[m] has joined #sandstorm
JulianFoad[m] has joined #sandstorm
eternaleye has joined #sandstorm
davidar has joined #sandstorm
nolan_d has joined #sandstorm
wakest has joined #sandstorm
thejohnhenry[m] has joined #sandstorm
JonTheNiceGuy has joined #sandstorm
biotim has joined #sandstorm
gillisigurds has joined #sandstorm
thekyriarchy has joined #sandstorm
M-hrjet has joined #sandstorm
johndoe123[m] has joined #sandstorm
simonv3 has joined #sandstorm
isd has joined #sandstorm
Telesight has quit [Remote host closed the connection]
harish has quit [Ping timeout: 240 seconds]
_whitelogger has joined #sandstorm