Drab: remote controlled frontend framework for Phoenix

And it needed something called fswatch, which is not in the repositories for linux here apparently, so built it manually. Now it is crashing on startup with:

{"Kernel pid terminated",application_controller,"{application_terminated,drab_poc,shutdown}"}
Kernel pid terminated (application_controller) ({application_terminated,drab_poc,shutdown})

Crash dump is being written to: erl_crash.dump...done

I’m not immediately sure where to proceed from here… >.>

I added SASL and got a puke of your Supervisor is crashing due to too many restarts of children Sentix, this Sentix thing seems kind of… borked…:

=SUPERVISOR REPORT==== 19-May-2017::14:31:24 ===
     Supervisor: {local,'Elixir.DrabPoc.Supervisor'}
     Context:    shutdown
     Reason:     reached_max_restart_intensity
     Offender:   [{pid,<0.385.0>},
                  {id,'Elixir.Sentix'},
                  {mfargs,
                      {'Elixir.Sentix',start_link,
                          [access_log,
                           [<<"/home/overminddl1/blah.log">>],
                           [{monitor,inotify_monitor},
                            {latency,1},
                            {filter,[updated]}]]}},
                  {restart_type,permanent},
                  {shutdown,5000},
                  {child_type,worker}]

Sentix has a wonderful lack of logs, so no clue what it is complaining about…