00:58
<
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?
01:02
Mitar has quit [Ping timeout: 240 seconds]
01:45
isd has quit [Quit: Leaving.]
01:46
Mitar has joined #sandstorm
03:14
isd has joined #sandstorm
03:29
<
isd >
Weblate looks pretty snazzy
03:31
<
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
05:07
_whitelogger has joined #sandstorm
07:08
isd has quit [Quit: Leaving.]
09:55
_whitelogger has joined #sandstorm
09:58
Telesight has joined #sandstorm
10:50
AZero has quit [Quit: Client Exiting]
10:59
AZero has joined #sandstorm
11:14
sadsand has joined #sandstorm
11:14
<
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.
11:16
<
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?
11:16
<
sadsand >
I am using sandcats.io domain
12:09
sadsand has joined #sandstorm
12:09
sadsand has quit [Client Quit]
12:09
sadsand has joined #sandstorm
12:21
<
sadsand >
i made a fresh install of sandstorm and recovered the sandcats domain, but I still get the same error
12:26
dwrensha has joined #sandstorm
12:28
<
sadsand >
hello, thanks for your answer.
12:28
<
sadsand >
so is there an easy workaround, by changing this line or downgrading?
12:29
<
dwrensha >
to debug this, I would try editing /opt/sandstorm/latest/sandstorm-main.js
12:29
<
dwrensha >
downgrading may be possible too
12:30
<
sadsand >
so 216 is the problematic one?
12:31
<
dwrensha >
and I think you can tell `sudo sandstorm update` to use that file then
12:31
<
dwrensha >
yeah, you would want to go back to 215
12:32
<
dwrensha >
also, you would need to edit your sandstorm.conf to prevent automatic upgrade for now
12:32
<
dwrensha >
UPDATE_CHANNEL=none
12:33
<
sadsand >
Ok i'm trying this..
12:34
<
sadsand >
I removed && port.fd and changed UPDATE_CHANNEL to none, and restarted the sandstorm service. Doesn't help
12:35
<
dwrensha >
yeah, just reverting that commit probably won't help
12:35
<
dwrensha >
can you do `console.log(port)` so that we can see what's getting passed in?
12:35
<
sadsand >
to how do i go about downgrading?
12:35
<
sadsand >
into the sandstorm-main.js file?
12:36
<
dwrensha >
i predict that it will be an easy fix once we figure out what's going on there
12:36
<
sadsand >
just somewhere after that? And so I change it back first?
12:36
<
sadsand >
ok, that would be nice :)
12:37
<
sadsand >
Ok without changing it back, it would crash then.. I'll have a try
12:37
<
dwrensha >
like, print out the port before the `if (typeof ...` line
12:38
<
sadsand >
{ fd: 5 }
12:38
<
sadsand >
this is the result for console.log(port) and (port.fd)
12:44
<
sadsand >
So you think, we will solve this? And if not, how would I go about installing the 215 version?
12:44
<
dwrensha >
what happens if you delete the "host" argument to listen()?
12:45
<
dwrensha >
if (typeof port == 'object') { return oldListen.call(this, port, cb); }
12:46
Mitar has quit [Ping timeout: 240 seconds]
12:47
<
sadsand >
its almost the same
12:48
<
sadsand >
Error: Invalid PORT specified
12:48
<
sadsand >
at Object.exports.main (packages/webapp/webapp_server.js:905:15)
12:48
<
sadsand >
at Function.run (/programs/server/profile.js:510:12)
12:48
<
sadsand >
at /programs/server/boot.js:390:5
12:48
<
sadsand >
at /programs/server/boot.js:376:27
12:48
<
sadsand >
at /programs/server/boot.js:387:11
12:48
<
sadsand >
** Front-end died immediately after starting.
12:48
<
sadsand >
** Sleeping for a bit before trying again...
12:48
<
sadsand >
** Shutting down due to signal
12:48
<
sadsand >
** Exiting
12:49
<
dwrensha >
then do `sudo sandstorm update sandstorm-215.tar.xz`
12:50
<
dwrensha >
then remember to re-enable automatic upgrades once the fix is in
12:51
<
sadsand >
Ok, what do you think?
12:52
<
sadsand >
will we fix it?
12:59
<
sadsand >
So I'm trying the downgrade now..
12:59
<
georgeowell >
We're having problems also
13:00
<
sadsand >
After downgrading I get other exceptions..
13:02
<
sadsand >
Ok sorry, that was my fault. I had a testing sandstorm instance still running
13:03
<
sadsand >
Thank you so much!
13:04
<
sadsand >
nano /opt/sandstorm/sandstorm.conf --> change to UPDATE_CHANNEL=none
13:04
<
sadsand >
then do `sudo sandstorm update sandstorm-215.tar.xz`
13:04
<
sadsand >
then remember to re-enable automatic upgrades once the fix is in
13:04
<
sadsand >
Worked for me!
13:04
samba__ has joined #sandstorm
13:11
<
georgeowell >
worked for me also
13:12
<
georgeowell >
sadsand: I added your method to the github issue
13:13
samba__ has quit [Ping timeout: 240 seconds]
13:13
<
sadsand >
please credits to dwrensha!
13:14
<
georgeowell >
will do:)
13:14
<
sadsand >
and maybe add the last line as well
13:14
<
sadsand >
then remember to re-enable automatic upgrades once the fix is in
13:15
<
georgeowell >
so I'm assuming there are other channels than dev for updates
13:16
<
georgeowell >
It's really a production setup for us
13:20
<
georgeowell >
as we deploy Sandstorm occasionally for clients
13:22
Telesight has quit [Ping timeout: 240 seconds]
13:23
<
dwrensha >
there's only one channel as far as I know
13:23
<
dwrensha >
maybe "dev" is a misnomer
13:25
Telesight has joined #sandstorm
13:30
<
georgeowell >
it isn't if it comes straight from git master :P
13:32
<
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.
13:33
<
georgeowell >
Yeh I think even a week's buffer would be good
13:36
Telesight has quit [Ping timeout: 260 seconds]
13:39
<
ocdtrekkie >
Mind you, in context, my proposal was written when builds were a weekly occurence.
13:40
<
ocdtrekkie >
But in most cases, fixes for anything this severe will always happen within a day or two, barring bus factor related issues.
13:41
<
georgeowell >
Yeh but that would mean a stable would be super stable ^.^
13:42
<
georgeowell >
channel*
13:54
Telesight has joined #sandstorm
14:03
samba__ has joined #sandstorm
14:12
samba__ has quit [Ping timeout: 240 seconds]
14:59
cromo has joined #sandstorm
15:39
<
cromo >
I haven't manually changed any configuration anywhere, so I'm not sure what's going on
15:41
<
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.
15:50
<
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.
16:49
mattia has joined #sandstorm
16:49
mattia is now known as Guest85360
16:50
Guest85360 is now known as matlamb
16:51
<
matlamb >
Is anybody around?
16:51
<
matlamb >
my sandstorm installation just updated itself and now it doesn't boot anymore
16:53
<
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:
16:54
<
biotim >
no problem
16:56
Lionel_Debroux_ has quit [Ping timeout: 240 seconds]
16:58
<
biotim >
version 217 is now up and working
16:58
<
biotim >
run "sandstorm update" to manually update.
16:58
<
biotim >
thanks to kentonv for the quick fix
17:00
<
matlamb >
just finish update to 217
17:00
<
matlamb >
everything seems to work. Thanks a lot!
17:04
matlamb has quit [Quit: Page closed]
17:22
taktoa has quit [Remote host closed the connection]
17:24
Telesight has quit [Remote host closed the connection]
17:26
Telesight has joined #sandstorm
17:32
isd has joined #sandstorm
17:54
isd has quit [Quit: Leaving.]
18:39
Lionel_Debroux has joined #sandstorm
18:47
biotim has quit [Ping timeout: 264 seconds]
18:50
eternaleye has quit [Ping timeout: 246 seconds]
18:51
gillisigurds has quit [Ping timeout: 240 seconds]
18:51
wakest has quit [Ping timeout: 255 seconds]
18:51
davidar has quit [Ping timeout: 255 seconds]
18:51
davidar_ has quit [Ping timeout: 255 seconds]
18:51
thekyriarchy has quit [Ping timeout: 246 seconds]
18:51
simonv3 has quit [Ping timeout: 276 seconds]
18:51
JonTheNiceGuy has quit [Ping timeout: 264 seconds]
18:51
M-hrjet has quit [Ping timeout: 252 seconds]
18:52
johndoe123[m] has quit [Ping timeout: 255 seconds]
18:52
nolan_d has quit [Ping timeout: 255 seconds]
18:52
hannes[m] has quit [Ping timeout: 255 seconds]
18:52
JulianFoad[m] has quit [Ping timeout: 276 seconds]
18:52
thejohnhenry[m] has quit [Ping timeout: 246 seconds]
19:10
Mitar has joined #sandstorm
19:40
davidar_ has joined #sandstorm
20:00
hannes[m] has joined #sandstorm
20:00
JulianFoad[m] has joined #sandstorm
20:00
eternaleye has joined #sandstorm
20:00
davidar has joined #sandstorm
20:00
nolan_d has joined #sandstorm
20:00
wakest has joined #sandstorm
20:00
thejohnhenry[m] has joined #sandstorm
20:00
JonTheNiceGuy has joined #sandstorm
20:00
biotim has joined #sandstorm
20:00
gillisigurds has joined #sandstorm
20:00
thekyriarchy has joined #sandstorm
20:00
M-hrjet has joined #sandstorm
20:01
johndoe123[m] has joined #sandstorm
20:01
simonv3 has joined #sandstorm
20:17
isd has joined #sandstorm
20:28
Telesight has quit [Remote host closed the connection]
22:23
harish has quit [Ping timeout: 240 seconds]
23:49
_whitelogger has joined #sandstorm