Skip to content

Instantly share code, notes, and snippets.

@xcojonny
Last active December 4, 2023 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xcojonny/34e91ee0e2861fcaf8b843d3b2e2f7fb to your computer and use it in GitHub Desktop.
Save xcojonny/34e91ee0e2861fcaf8b843d3b2e2f7fb to your computer and use it in GitHub Desktop.
Gitea Log
gitea-app | 2023/12/04 10:20:26 ...nvironment-to-ini.go:99:runEnvironmentToIni() [I] Settings saved to: "/data/gitea/conf/app.ini"
gitea-app | Server listening on :: port 22.
gitea-app | Server listening on 0.0.0.0 port 22.
gitea-app | 2023/12/04 11:20:27 cmd/web.go:223:runWeb() [I] Starting Gitea on PID: 16
gitea-app | 2023/12/04 11:20:27 cmd/web.go:106:serveInstall() [I] Gitea version: 1.20.6 built with GNU Make 4.4.1, go1.20.11 : bindata, timetzdata, sqlite, sqlite_unlock_notify
gitea-app | 2023/12/04 11:20:27 cmd/web.go:107:serveInstall() [I] App path: /usr/local/bin/gitea
gitea-app | 2023/12/04 11:20:27 cmd/web.go:108:serveInstall() [I] Work path: /data/gitea
gitea-app | 2023/12/04 11:20:27 cmd/web.go:109:serveInstall() [I] Custom path: /data/gitea
gitea-app | 2023/12/04 11:20:27 cmd/web.go:110:serveInstall() [I] Config file: /data/gitea/conf/app.ini
gitea-app | 2023/12/04 11:20:27 cmd/web.go:111:serveInstall() [I] Prepare to run install page
gitea-app | 2023/12/04 11:20:27 ...es/setting/mailer.go:237:loadMailerFrom() [I] Mail Service Enabled
gitea-app | 2023/12/04 11:20:28 cmd/web.go:285:listen() [I] Listen: http://0.0.0.0:3000
gitea-app | 2023/12/04 11:20:28 cmd/web.go:289:listen() [I] AppURL(ROOT_URL): http://localhost:3000/
gitea-app | 2023/12/04 11:20:28 ...s/graceful/server.go:62:NewServer() [I] Starting new Web server: tcp:0.0.0.0:3000 on PID: 16
gitea-db | 2023-12-04 11:20:25+01:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.10.2+maria~ubu2204 started.
gitea-db | 2023-12-04 11:20:26+01:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
gitea-db | 2023-12-04 11:20:26+01:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.10.2+maria~ubu2204 started.
gitea-db | 2023-12-04 11:20:26+01:00 [Note] [Entrypoint]: MariaDB upgrade not required
gitea-db | 2023-12-04 11:20:26 0 [Note] mariadbd (server 10.10.2-MariaDB-1:10.10.2+maria~ubu2204) starting as process 1 ...
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: Number of transaction pools: 1
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
gitea-db | 2023-12-04 11:20:26 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: Completed initialization of buffer pool
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: File system buffers for log disabled (block size=4096 bytes)
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: 128 rollback segments are active.
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: log sequence number 1270412; transaction id 3278
gitea-db | 2023-12-04 11:20:26 0 [Note] Plugin 'FEEDBACK' is disabled.
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
gitea-db | 2023-12-04 11:20:26 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.
gitea-db | 2023-12-04 11:20:26 0 [Note] Server socket created on IP: '0.0.0.0'.
gitea-db | 2023-12-04 11:20:26 0 [Note] Server socket created on IP: '::'.
gitea-db | 2023-12-04 11:20:26 0 [Note] mariadbd: ready for connections.
gitea-db | Version: '10.10.2-MariaDB-1:10.10.2+maria~ubu2204' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
gitea-db | 2023-12-04 11:20:26 0 [Note] InnoDB: Buffer pool(s) load completed at 231204 11:20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment