Advertisement
Guest User

LogsNCloud

a guest
Aug 6th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. docker logs -f nextcloudpi
  2. rm: cannot remove '/etc/letsencrypt': Device or resource busy
  3. Starting PHP-fpm
  4. Starting Apache
  5. Starting mariaDB
  6. 2022-08-07 1:18:05 0 [Note] mysqld (mysqld 10.5.15-MariaDB-0+deb11u1) starting as process 109 ...
  7. 2022-08-07 1:18:05 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
  8. 2022-08-07 1:18:05 0 [Warning] The parameter innodb_buffer_pool_instances is deprecated and has no effect.
  9. 2022-08-07 1:18:05 0 [Note] InnoDB: Uses event mutexes
  10. 2022-08-07 1:18:05 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
  11. 2022-08-07 1:18:05 0 [Note] InnoDB: Number of pools: 1
  12. 2022-08-07 1:18:05 0 [Note] InnoDB: Using ARMv8 crc32 + pmull instructions
  13. 2022-08-07 1:18:05 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
  14. 2022-08-07 1:18:06 0 [Note] InnoDB: Using Linux native AIO
  15. 2022-08-07 1:18:06 0 [Note] InnoDB: Initializing buffer pool, total size = 268435456, chunk size = 134217728
  16. 2022-08-07 1:18:06 0 [Note] InnoDB: Completed initialization of buffer pool
  17. 2022-08-07 1:18:06 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=3049659502,3049659502
  18. 2022-08-07 1:18:06 0 [Note] InnoDB: Starting final batch to recover 35 pages from redo log.
  19. 2022-08-07 1:18:06 0 [Note] InnoDB: 128 rollback segments are active.
  20. 2022-08-07 1:18:06 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  21. 2022-08-07 1:18:06 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  22. 2022-08-07 1:18:06 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  23. 2022-08-07 1:18:06 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  24. 2022-08-07 1:18:06 0 [Note] InnoDB: 10.5.15 started; log sequence number 3050128541; transaction id 12393889
  25. 2022-08-07 1:18:06 0 [Note] InnoDB: Loading buffer pool(s) from /data/database/ib_buffer_pool
  26. 2022-08-07 1:18:06 0 [Note] Plugin 'FEEDBACK' is disabled.
  27. 2022-08-07 1:18:06 0 [Note] Server socket created on IP: '127.0.0.1'.
  28. 2022-08-07 1:18:07 0 [Note] Reading of all Master_info entries succeeded
  29. 2022-08-07 1:18:07 0 [Note] Added new Master_info '' to hash table
  30. 2022-08-07 1:18:07 0 [Note] mysqld: ready for connections.
  31. Version: '10.5.15-MariaDB-0+deb11u1' socket: '/run/mysqld/mysqld.sock' port: 3306 Debian 11
  32. 2022-08-07 1:18:08 0 [Note] InnoDB: Buffer pool(s) load completed at 220807 1:18:08
  33. 2022-08-07 1:18:10 3 [Warning] Access denied for user 'ncadmin'@'localhost' (using password: YES)
  34. Starting Redis
  35. Starting Cron
  36. Starting Postfix
  37. postsuper: Renamed to match inode number: 1 message
  38. postsuper: warning: QUEUE FILE NAMES WERE CHANGED TO MATCH INODE NUMBERS
  39. System config value trusted_domains => 1 set to string 172.17.0.2
  40. System config value trusted_domains => 6 set to string 192.168.1.48
  41. Provisioning
  42. Provisioning Redis password
  43. Updating NextCloud config with Redis password
  44. Provisioning MariaDB password
  45. Updating NextCloud config with MariaDB password
  46. Running nc-limits
  47. Using 774660096B for PHP
  48. Using 6 PHP threads
  49. Using 207888384 memory for the database
  50. 2022-08-07 1:18:33 0 [Note] mysqld (initiated by: root[root] @ localhost []): Normal shutdown
  51. 2022-08-07 1:18:33 0 [Note] Event Scheduler: Purging the queue. 0 events
  52. 2022-08-07 1:18:33 0 [Note] InnoDB: FTS optimize thread exiting.
  53. 2022-08-07 1:18:33 0 [Note] InnoDB: Starting shutdown...
  54. 2022-08-07 1:18:33 0 [Note] InnoDB: Dumping buffer pool(s) to /data/database/ib_buffer_pool
  55. 2022-08-07 1:18:33 0 [Note] InnoDB: Buffer pool(s) dump completed at 220807 1:18:33
  56. 2022-08-07 1:18:38 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  57. 2022-08-07 1:18:38 0 [Note] InnoDB: Shutdown completed; log sequence number 3050128757; transaction id 12393893
  58. 2022-08-07 1:18:38 0 [Note] mysqld: Shutdown complete
  59.  
  60. Stopping MariaDB database server: mariadbd.
  61. Starting MariaDB database server: mariadbd.
  62. Stopping redis-server: redis-server.
  63. Starting redis-server: redis-server.
  64. /usr/local/etc/library.sh: line 239: /usr/local/etc/ncp-config.d/nc-encrypt.cfg: No such file or directory
  65. Init done
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement