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
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
frigginglorious1 has joined #sandstorm
frigginglorious has quit [Ping timeout: 260 seconds]
frigginglorious1 is now known as frigginglorious
<abliss>
`Certificate was successfully renewed!`
<abliss>
I am now the proud owner of https://sandstorm.rapidraven.com through Google Domains! I'll send a PR tomorrow and document the process somewhere (github wiki?)
<abliss>
thanks for your help and for this awesome feature, kv
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
frigginglorious1 has joined #sandstorm
frigginglorious has quit [Ping timeout: 264 seconds]
frigginglorious1 is now known as frigginglorious
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
_whitelogger has joined #sandstorm
frigginglorious has quit [Ping timeout: 246 seconds]
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
strugee has quit [Remote host closed the connection]
strugee has joined #sandstorm
TimMc has quit [Quit: leaving]
TimMc has joined #sandstorm
frigginglorious has joined #sandstorm
frigginglorious1 has joined #sandstorm
frigginglorious has quit [Ping timeout: 264 seconds]
frigginglorious1 is now known as frigginglorious
frigginglorious has quit [Read error: Connection reset by peer]
<JacobWeisz[m]>
Piwik app is really old now. I know some people used it actively.
<isd>
They've since renamed the project to 'matomo'
<JacobWeisz[m]>
Yeah, it's usually a bad sign when our package has a name they haven't used for their app in years. :P
<isd>
Last updated september 6th 2016
<isd>
Looks like zarvox was the maintainer on that one.
<JacobWeisz[m]>
Hey, at least if someone wants to update it, the maintainer is around.
syf_z_otchlani has joined #sandstorm
<syf_z_otchlani>
hello
<syf_z_otchlani>
I run ss on aws ec2 medium, so I have 4 gig of ram
<syf_z_otchlani>
recently the server stops responding, command sudo sandstorm restart helps re-establishing connection
<syf_z_otchlani>
anyone knows what can be a problem here?
<isd>
Anything interesting in /opt/sandstorm/var/log/sandstorm.log?
<syf_z_otchlani>
cant really tell as there are no timestamps in the log??
<syf_z_otchlani>
Error: Requested session that no longer exists, and timed out waiting for client to restore it. <-- I don't know if this is significant
<syf_z_otchlani>
sandstorm/gateway.c++:935: info: Loading TLS key into Gateway
<syf_z_otchlani>
corrupted double-linked list
<isd>
That sounds relevant.
<isd>
Can you open an issue?
<syf_z_otchlani>
on github?
<isd>
Yes
<syf_z_otchlani>
one moment
<syf_z_otchlani>
#3324
<isd>
Thanks. I'll have a closer look later today.
<abliss>
syf_z_otchlani: can you post your sandstorm.conf ?
<abliss>
(i agree that this log would be much more informative if it had timestamps. Ian Denhardt: any reason we don't put timestamps in the log?)
<abliss>
(I also note that most of the crashes do not have stacktraces, though a couple are SIGABRTs and one is SIGSEGV, and those have stacks... but i'm skeptical whether those stacks will point squarely to what's corrupting the list)
<abliss>
syf_z_otchlani: could you also post the output of `sandstorm --version`?
<isd>
I agree timestamps in the logs would be a good idea.
frigginglorious1 has joined #sandstorm
frigginglorious has quit [Ping timeout: 258 seconds]
frigginglorious1 is now known as frigginglorious
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
<isd>
syf_z_otchlani: Is this a new system that you've just set up? If not, when did this problem start happening.
<JacobWeisz[m]>
So like, Ian, is it during the Sandcats check every 1-2 hours his gateway is crashing then?
<JacobWeisz[m]>
Or do you think it's completely unrelated?
<isd>
kentonv: is there a way to get ekam not to do static linking? I want to try to compile sandstorm with asan instrumentation, but clang doesn't support that for static binaries.
<isd>
It could be triggered by a periodic thing like that, or it could just be a probabalistic thing and so there's an expected value for how long you go between startup and the thing going wrong.
<isd>
The former would be easier to debug. But given that not everybody is seeing this it seems like the latter is more likely. But too soon to tell.
<isd>
Grumble. hitting problems building libsodium. Will stare at it more later.