Skip to content

Instantly share code, notes, and snippets.

View Crispy1975's full-sized avatar
☠️
Trying not to break everything...

Crispy Crispy1975

☠️
Trying not to break everything...
View GitHub Profile
couchdb_1 | [debug] 2020-05-20T06:04:27.128283Z nonode@nohost <0.111.0> -------- Supervisor couch_log_sup started couch_log_monitor:start_link() at pid <0.114.0>
couchdb_1 | [debug] 2020-05-20T06:04:27.129928Z nonode@nohost <0.111.0> -------- Supervisor couch_log_sup started config_listener_mon:start_link(couch_log_sup, nil) at pid <0.115.0>
couchdb_1 | [info] 2020-05-20T06:04:27.130078Z nonode@nohost <0.11.0> -------- Application couch_log started on node nonode@nohost
couchdb_1 | [debug] 2020-05-20T06:04:27.132703Z nonode@nohost <0.119.0> -------- Supervisor folsom_sup started folsom_sample_slide_sup:start_link() at pid <0.120.0>
couchdb_1 | [debug] 2020-05-20T06:04:27.133735Z nonode@nohost <0.119.0> -------- Supervisor folsom_sup started folsom_meter_timer_server:start_link() at pid <0.121.0>
couchdb_1 | [debug] 2020-05-20T06:04:27.134670Z nonode@nohost <0.119.0> -------- Supervisor folsom_sup started folsom_metrics_histogram_ets:start_link() at pid <0.122.0>
couchdb_1 | [error] 2020-05-19T12:33:03.543823Z nonode@nohost emulator -------- Too many processes
couchdb_1 | [error] 2020-05-19T12:33:03.544552Z nonode@nohost <0.315.0> -------- CRASH REPORT Process chttpd_auth_cache (<0.315.0>) with 0 neighbors crashed with reason: system_limit at erlang:spawn_opt/1 <= erlang:spawn_monitor/3 <= chttpd_auth_cache:spawn_changes/1(line:141) <= chttpd_auth_cache:handle_info/2(line:126) <= gen_server:try_dispatch/4(line:616) <= gen_server:handle_msg/6(line:686) <= proc_lib:init_p_do_apply/3(line:247); initial_call: {chttpd_auth_cache,init,['Argument__1']}, ancestors: [chttpd_sup,<0.292.0>], message_queue_len: 0, messages: [], links: [<0.293.0>], dictionary: [], trap_exit: false, status: running, heap_size: 4185, stack_size: 27, reductions: 411791
couchdb_1 | [error] 2020-05-19T12:33:03.545101Z nonode@nohost <0.293.0> -------- Supervisor chttpd_sup had child chttpd_auth_cache started with chttpd_auth_cache:start_link() at <0.315.0> exit with reason system
# Fail2Ban configuration file
#
# Author: Yaroslav Halchenko
#
# $Revision$
#
[Definition]
# Option: failregex
# Fail2Ban configuration file
#
# Author: Cyril Jaquier
#
# $Revision$
#
[INCLUDES]
# Read common prefixes. If any customizations available -- read them from
FROM ubuntu:trusty
MAINTAINER Crispy1975 "https://example.com"
# Kill old apt cache
RUN rm -R /var/lib/apt/lists/* -vf
# Update and install
RUN apt-get update \
&& apt-get install -y htop vim supervisor mcrypt bash-completion cron bash rsyslog nginx \
&& apt-get install -y git-core curl openssh-client \
@Crispy1975
Crispy1975 / gist:b12c3978de970cfab9c0a85b2a242a3a
Created April 5, 2016 16:24
Dokku `ps:rebuild <app>` Output
+ case "$(lsb_release -si)" in
++ lsb_release -si
+ export DOKKU_DISTRO=ubuntu
+ DOKKU_DISTRO=ubuntu
+ export DOKKU_IMAGE=gliderlabs/herokuish
+ DOKKU_IMAGE=gliderlabs/herokuish
+ export DOKKU_LIB_ROOT=/var/lib/dokku
+ DOKKU_LIB_ROOT=/var/lib/dokku
+ export PLUGIN_PATH=/var/lib/dokku/plugins
+ PLUGIN_PATH=/var/lib/dokku/plugins
@Crispy1975
Crispy1975 / gist:e9930c8cef7846e24bc2
Created September 10, 2015 16:06
New Dokku Deploy Error
-----> Cleaning up...
-----> Building app from herokuish...
-----> Installing ENV in build environment ...
remote: Unable to find image 'app/app:latest' locally
remote: Pulling repository app/app
remote: time="2015-09-10T16:00:16Z" level=fatal msg="Error: image app/app:latest not found"
To dokku@example.com:app
! [remote rejected] appBuild_unminified -> master (pre-receive hook declined)
error: failed to push some refs to 'dokku@example.com:app'