Skip to content

Instantly share code, notes, and snippets.

@ToxicMushroom
Created January 2, 2023 16:06
Show Gist options
  • Save ToxicMushroom/8163192355c7f97e9ab3cd953276cad9 to your computer and use it in GitHub Desktop.
Save ToxicMushroom/8163192355c7f97e9ab3cd953276cad9 to your computer and use it in GitHub Desktop.
15:51:32] [merlijn]@[bever] [/opt/mastodon]
>> docker compose logs -f
mastodon-web-1 | [custom-init] No custom services found, skipping...
mastodon-web-1 | s6-rc: info: service s6rc-oneshot-runner: starting
mastodon-web-1 | s6-rc: info: service s6rc-oneshot-runner successfully started
mastodon-web-1 | s6-rc: info: service fix-attrs: starting
mastodon-web-1 | s6-rc: info: service 00-legacy: starting
mastodon-web-1 | s6-rc: info: service fix-attrs successfully started
mastodon-web-1 | s6-rc: info: service legacy-cont-init: starting
mastodon-redis-1 | 1:C 02 Jan 2023 15:51:32.355 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
mastodon-redis-1 | 1:C 02 Jan 2023 15:51:32.355 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=1, just started
mastodon-redis-1 | 1:C 02 Jan 2023 15:51:32.355 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
mastodon-db-1 |
mastodon-db-1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
mastodon-db-1 |
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.356 * monotonic clock: POSIX clock_gettime
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.359 * Running mode=standalone, port=6379.
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.359 # Server initialized
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.359 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.360 * Loading RDB produced by version 7.0.7
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.360 * RDB age 2 seconds
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.360 * RDB memory usage when created 2.59 Mb
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.368 * Done loading RDB, keys loaded: 812, keys expired: 0.
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.368 * DB loaded from disk: 0.008 seconds
mastodon-redis-1 | 1:M 02 Jan 2023 15:51:32.368 * Ready to accept connections
mastodon-db-1 | 2023-01-02 15:51:32.522 UTC [1] LOG: starting PostgreSQL 14.6 on x86_64-pc-linux-musl, compiled by gcc (Alpine 12.2.1_git20220924-r4) 12.2.1 20220924, 64-bit
mastodon-db-1 | 2023-01-02 15:51:32.523 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
mastodon-db-1 | 2023-01-02 15:51:32.523 UTC [1] LOG: listening on IPv6 address "::", port 5432
mastodon-db-1 | 2023-01-02 15:51:32.538 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
mastodon-db-1 | 2023-01-02 15:51:32.582 UTC [22] LOG: database system was shut down at 2023-01-02 15:51:31 UTC
mastodon-db-1 | 2023-01-02 15:51:32.655 UTC [1] LOG: database system is ready to accept connections
mastodon-web-1 | s6-rc: info: service 00-legacy successfully started
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/01-envfile
mastodon-web-1 | cont-init: info: /etc/cont-init.d/01-envfile exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/01-migrations
mastodon-web-1 | [migrations] started
mastodon-web-1 | [migrations] 01-nginx-site-confs-default: skipped
mastodon-web-1 | [migrations] done
mastodon-web-1 | cont-init: info: /etc/cont-init.d/01-migrations exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/10-adduser
mastodon-web-1 | usermod: no changes
mastodon-web-1 |
mastodon-web-1 | -------------------------------------
mastodon-web-1 | _ ()
mastodon-web-1 | | | ___ _ __
mastodon-web-1 | | | / __| | | / \
mastodon-web-1 | | | \__ \ | | | () |
mastodon-web-1 | |_| |___/ |_| \__/
mastodon-web-1 |
mastodon-web-1 |
mastodon-web-1 | Brought to you by linuxserver.io
mastodon-web-1 | -------------------------------------
mastodon-web-1 |
mastodon-web-1 | To support LSIO projects visit:
mastodon-web-1 | https://www.linuxserver.io/donate/
mastodon-web-1 | -------------------------------------
mastodon-web-1 | GID/UID
mastodon-web-1 | -------------------------------------
mastodon-web-1 |
mastodon-web-1 | User uid: 911
mastodon-web-1 | User gid: 911
mastodon-web-1 | -------------------------------------
mastodon-web-1 |
mastodon-web-1 | cont-init: info: /etc/cont-init.d/10-adduser exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/11-folders
mastodon-web-1 | cont-init: info: /etc/cont-init.d/11-folders exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/12-samples
mastodon-web-1 | cont-init: info: /etc/cont-init.d/12-samples exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/13-nginx
mastodon-web-1 | cont-init: info: /etc/cont-init.d/13-nginx exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/14-php
mastodon-web-1 | cont-init: info: /etc/cont-init.d/14-php exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/15-keygen
mastodon-web-1 | using keys found in /config/keys
mastodon-web-1 | cont-init: info: /etc/cont-init.d/15-keygen exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/20-permissions
mastodon-web-1 | cont-init: info: /etc/cont-init.d/20-permissions exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/50-config
mastodon-web-1 | cont-init: info: /etc/cont-init.d/50-config exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/85-version-checks
mastodon-web-1 | cont-init: info: /etc/cont-init.d/85-version-checks exited 0
mastodon-web-1 | cont-init: info: running /etc/cont-init.d/99-custom-files
mastodon-web-1 | [custom-init] No custom files found, skipping...
mastodon-web-1 | cont-init: info: /etc/cont-init.d/99-custom-files exited 0
mastodon-web-1 | s6-rc: info: service legacy-cont-init successfully started
mastodon-web-1 | s6-rc: info: service init-mods: starting
mastodon-web-1 | s6-rc: info: service init-mods successfully started
mastodon-web-1 | s6-rc: info: service init-mods-package-install: starting
mastodon-web-1 | s6-rc: info: service init-mods-package-install successfully started
mastodon-web-1 | s6-rc: info: service init-mods-end: starting
mastodon-web-1 | s6-rc: info: service init-mods-end successfully started
mastodon-web-1 | s6-rc: info: service init-services: starting
mastodon-web-1 | s6-rc: info: service init-services successfully started
mastodon-web-1 | s6-rc: info: service legacy-services: starting
mastodon-web-1 | services-up: info: copying legacy longrun cron (no readiness notification)
mastodon-web-1 | services-up: info: copying legacy longrun mastodon (no readiness notification)
mastodon-web-1 | services-up: info: copying legacy longrun nginx (no readiness notification)
mastodon-web-1 | services-up: info: copying legacy longrun php-fpm (no readiness notification)
mastodon-web-1 | services-up: info: copying legacy longrun sidekiq (no readiness notification)
mastodon-web-1 | services-up: info: copying legacy longrun streaming (no readiness notification)
mastodon-web-1 | s6-rc: info: service legacy-services successfully started
mastodon-web-1 | s6-rc: info: service 99-ci-service-check: starting
mastodon-web-1 | [ls.io-init] done.
mastodon-web-1 | *** Starting sidekiq handling all queues with 5 threads ***
mastodon-web-1 | s6-rc: info: service 99-ci-service-check successfully started
mastodon-web-1 | WARN Starting streaming API server master with 3 workers
mastodon-web-1 | WARN Starting worker 1
mastodon-web-1 | WARN Worker 1 now listening on 127.0.0.1:4000
mastodon-web-1 | WARN Starting worker 3
mastodon-web-1 | WARN Worker 3 now listening on 127.0.0.1:4000
mastodon-web-1 | WARN Starting worker 2
mastodon-web-1 | WARN Worker 2 now listening on 127.0.0.1:4000
mastodon-web-1 | 2023-01-02T15:51:46.329Z pid=191 tid=6yb WARN: `config.options[:key] = value` is deprecated, use `config[:key] = value`: ["/app/www/lib/mastodon/redis_config.rb:38:in `<top (required)>'", "/app/www/config/application.rb:53:in `require_relative'"]
mastodon-web-1 | 2023-01-02T15:51:46.681Z pid=191 tid=6yb INFO: Booting Sidekiq 6.5.7 with Sidekiq::RedisConnection::RedisAdapter options {:driver=>:hiredis, :url=>"redis://redis:6379/0", :namespace=>nil}
mastodon-web-1 | => Booting Puma
mastodon-web-1 | => Rails 6.1.7 application starting in production
mastodon-web-1 | => Run `bin/rails server --help` for more startup options
mastodon-web-1 | 2023-01-02T15:51:51.301Z pid=191 tid=6yb INFO: Booted Rails 6.1.7 application in production environment
mastodon-web-1 | 2023-01-02T15:51:51.301Z pid=191 tid=6yb INFO: Running in ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux-musl]
mastodon-web-1 | 2023-01-02T15:51:51.301Z pid=191 tid=6yb INFO: See LICENSE and the LGPL-3.0 for licensing details.
mastodon-web-1 | 2023-01-02T15:51:51.301Z pid=191 tid=6yb INFO: Upgrade to Sidekiq Pro for more features and support: https://sidekiq.org
mastodon-web-1 | 2023-01-02T15:51:51.306Z pid=191 tid=6yb INFO: Loading Schedule
mastodon-web-1 | 2023-01-02T15:51:51.306Z pid=191 tid=6yb INFO: Scheduling scheduled_statuses_scheduler {"every"=>"5m", "class"=>"Scheduler::ScheduledStatusesScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.308Z pid=191 tid=6yb INFO: Scheduling trends_refresh_scheduler {"every"=>"5m", "class"=>"Scheduler::Trends::RefreshScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.309Z pid=191 tid=6yb INFO: Scheduling trends_review_notifications_scheduler {"every"=>"6h", "class"=>"Scheduler::Trends::ReviewNotificationsScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.310Z pid=191 tid=6yb INFO: Scheduling indexing_scheduler {"every"=>"5m", "class"=>"Scheduler::IndexingScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.311Z pid=191 tid=6yb INFO: Scheduling vacuum_scheduler {"cron"=>"13 4 * * *", "class"=>"Scheduler::VacuumScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.314Z pid=191 tid=6yb INFO: Scheduling follow_recommendations_scheduler {"cron"=>"19 8 * * *", "class"=>"Scheduler::FollowRecommendationsScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.316Z pid=191 tid=6yb INFO: Scheduling user_cleanup_scheduler {"cron"=>"23 5 * * *", "class"=>"Scheduler::UserCleanupScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.319Z pid=191 tid=6yb INFO: Scheduling ip_cleanup_scheduler {"cron"=>"47 4 * * *", "class"=>"Scheduler::IpCleanupScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.322Z pid=191 tid=6yb INFO: Scheduling pghero_scheduler {"cron"=>"0 0 * * *", "class"=>"Scheduler::PgheroScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.324Z pid=191 tid=6yb INFO: Scheduling instance_refresh_scheduler {"cron"=>"0 * * * *", "class"=>"Scheduler::InstanceRefreshScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.326Z pid=191 tid=6yb INFO: Scheduling accounts_statuses_cleanup_scheduler {"interval"=>"1 minute", "class"=>"Scheduler::AccountsStatusesCleanupScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.327Z pid=191 tid=6yb INFO: Scheduling suspended_user_cleanup_scheduler {"interval"=>"1 minute", "class"=>"Scheduler::SuspendedUserCleanupScheduler", "queue"=>"scheduler"}
mastodon-web-1 | 2023-01-02T15:51:51.328Z pid=191 tid=6yb INFO: Schedules Loaded
mastodon-web-1 | 2023-01-02T15:51:51.330Z pid=191 tid=6yb uniquejobs=upgrade_locks INFO: Already upgraded to 7.1.27
mastodon-web-1 | 2023-01-02T15:51:51.330Z pid=191 tid=6yb uniquejobs=reaper INFO: Starting Reaper
mastodon-web-1 | 2023-01-02T15:51:51.337Z pid=191 tid=2fw3 uniquejobs=reaper INFO: Nothing to delete; exiting.
mastodon-web-1 | 2023-01-02T15:51:51.337Z pid=191 tid=2fw3 uniquejobs=reaper INFO: Nothing to delete; exiting.
mastodon-web-1 | [190] Puma starting in cluster mode...
mastodon-web-1 | [190] * Puma version: 5.6.5 (ruby 3.0.4-p208) ("Birdie's Version")
mastodon-web-1 | [190] * Min threads: 5
mastodon-web-1 | [190] * Max threads: 5
mastodon-web-1 | [190] * Environment: production
mastodon-web-1 | [190] * Master PID: 190
mastodon-web-1 | [190] * Workers: 2
mastodon-web-1 | [190] * Restarts: (✔) hot (✖) phased
mastodon-web-1 | [190] * Preloading application
mastodon-web-1 | [190] * Listening on http://0.0.0.0:3000
mastodon-web-1 | [190] Use Ctrl-C to stop
mastodon-web-1 | [190] - Worker 0 (PID: 283) booted in 0.01s, phase: 0
mastodon-web-1 | [190] - Worker 1 (PID: 296) booted in 0.0s, phase: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment