KennyStetler

Members
  • Posts

    1
  • Joined

  • Last visited

KennyStetler's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Followed Spaceinvaderone's tut. Have had nextcloud/swag/mariadb up and working for several weeks, but it always seems to break when i have not changed anything. I have reset up twice now. This second time it has been working, but the server recently stop responding.. Looks like Mariadb might be the problem: Getting this in the logs: [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 40-initialise-db: executing... [cont-init.d] 40-initialise-db: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. UMASK corrected from 022 to 0640 ... 220723 10:12:49 mysqld_safe Logging to '/config/databases/e22dede0bd2c.err'. 220723 10:12:49 mysqld_safe Starting mariadbd daemon with databases from /config/databases when i go look at the error file mention above I get this: 220721 20:29:01 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended 220721 20:29:06 mysqld_safe Starting mariadbd daemon with databases from /config/databases 2022-07-21 20:29:06 0 [Note] /usr/bin/mariadbd (mysqld 10.5.16-MariaDB-log) starting as process 338 ... 2022-07-21 20:29:06 0 [Note] InnoDB: Uses event mutexes 2022-07-21 20:29:06 0 [Note] InnoDB: Compressed tables use zlib 1.2.12 2022-07-21 20:29:06 0 [Note] InnoDB: Number of pools: 1 2022-07-21 20:29:06 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2022-07-21 20:29:06 0 [Note] InnoDB: Using Linux native AIO 2022-07-21 20:29:06 0 [Note] InnoDB: Initializing buffer pool, total size = 268435456, chunk size = 134217728 2022-07-21 20:29:06 0 [Note] InnoDB: Completed initialization of buffer pool 2022-07-21 20:29:06 0 [Note] InnoDB: 128 rollback segments are active. 2022-07-21 20:29:06 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-07-21 20:29:06 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-07-21 20:29:06 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-07-21 20:29:06 0 [Note] InnoDB: 10.5.16 started; log sequence number 279823334; transaction id 978966 2022-07-21 20:29:06 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-07-21 20:29:06 0 [Note] InnoDB: Loading buffer pool(s) from /config/databases/ib_buffer_pool 2022-07-21 20:29:06 0 [Note] Server socket created on IP: '::'. 2022-07-21 20:29:06 0 [Note] Reading of all Master_info entries succeeded 2022-07-21 20:29:06 0 [Note] Added new Master_info '' to hash table 2022-07-21 20:29:06 0 [Note] /usr/bin/mariadbd: ready for connections. Version: '10.5.16-MariaDB-log' socket: '/run/mysqld/mysqld.sock' port: 3306 MariaDB Server 2022-07-21 20:29:06 0 [Note] InnoDB: Buffer pool(s) load completed at 220721 20:29:06 2022-07-21 20:30:01 4 [Warning] IP address '172.17.0.1' could not be resolved: Name does not resolve 2022-07-23 9:12:40 0 [Note] /usr/bin/mariadbd (initiated by: unknown): Normal shutdown 2022-07-23 9:12:40 0 [Note] Event Scheduler: Purging the queue. 0 events 2022-07-23 9:12:40 0 [Note] InnoDB: FTS optimize thread exiting. 2022-07-23 9:12:40 0 [Note] InnoDB: Starting shutdown... 2022-07-23 9:12:40 0 [Note] InnoDB: Dumping buffer pool(s) to /config/databases/ib_buffer_pool 2022-07-23 9:12:40 0 [Note] InnoDB: Buffer pool(s) dump completed at 220723 9:12:40 2022-07-23 9:12:41 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2022-07-23 9:12:41 0 [Note] InnoDB: Shutdown completed; log sequence number 303410820; transaction id 1086881 2022-07-23 9:12:41 0 [Note] /usr/bin/mariadbd: Shutdown complete HELP? I've tried the "skip-name-resolve" trick in the /etc/my.cnf file but unraid won't let me edit those files, not sure how to do it.