Advertisement
Guest User

Untitled

a guest
Oct 24th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. $ docker-compose up
  2. Creating volume "mariadb" with default driver
  3. Creating mariadb ... done
  4. Attaching to mariadb
  5. mariadb | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
  6. mariadb | [s6-init] ensuring user provided files have correct perms...exited 0.
  7. mariadb | [fix-attrs.d] applying ownership & permissions fixes...
  8. mariadb | [fix-attrs.d] done.
  9. mariadb | [cont-init.d] executing container initialization scripts...
  10. mariadb | [cont-init.d] 01-envfile: executing...
  11. mariadb | [cont-init.d] 01-envfile: exited 0.
  12. mariadb | [cont-init.d] 10-adduser: executing...
  13. mariadb |
  14. mariadb | -------------------------------------
  15. mariadb | _ ()
  16. mariadb | | | ___ _ __
  17. mariadb | | | / __| | | / \
  18. mariadb | | | \__ \ | | | () |
  19. mariadb | |_| |___/ |_| \__/
  20. mariadb |
  21. mariadb |
  22. mariadb | Brought to you by linuxserver.io
  23. mariadb | -------------------------------------
  24. mariadb |
  25. mariadb | To support LSIO projects visit:
  26. mariadb | https://www.linuxserver.io/donate/
  27. mariadb | -------------------------------------
  28. mariadb | GID/UID
  29. mariadb | -------------------------------------
  30. mariadb |
  31. mariadb | User uid: 1001
  32. mariadb | User gid: 1001
  33. mariadb | -------------------------------------
  34. mariadb |
  35. mariadb | [cont-init.d] 10-adduser: exited 0.
  36. mariadb | [cont-init.d] 30-config: executing...
  37. mariadb | [cont-init.d] 30-config: exited 0.
  38. mariadb | [cont-init.d] 40-initialise-db: executing...
  39. mariadb | Setting Up Initial Databases
  40. mariadb | Installing MariaDB/MySQL system tables in '/config/databases' ...
  41. mariadb | 2021-10-24 20:42:47 0 [ERROR] mysqld: File '/config/log/mysql/mariadb-bin.index' not found (Errcode: 13 "Permission denied")
  42. mariadb | 2021-10-24 20:42:47 0 [ERROR] Aborting
  43. mariadb |
  44. mariadb | Installation of system tables failed! Examine the logs in
  45. mariadb | /config/databases for more information.
  46. mariadb |
  47. mariadb | The problem could be conflicting information in an external
  48. mariadb | my.cnf files. You can ignore these by doing:
  49. mariadb |
  50. mariadb | shell> /usr/bin/mysql_install_db --defaults-file=~/.my.cnf
  51. mariadb |
  52. mariadb | You can also try to start the mysqld daemon with:
  53. mariadb |
  54. mariadb | shell> /usr/bin/mysqld --skip-grant-tables --general-log &
  55. mariadb |
  56. mariadb | and use the command line tool /usr/bin/mysql
  57. mariadb | to connect to the mysql database and look at the grant tables:
  58. mariadb |
  59. mariadb | shell> /usr/bin/mysql -u root mysql
  60. mariadb | mysql> show tables;
  61. mariadb |
  62. mariadb | Try 'mysqld --help' if you have problems with paths. Using
  63. mariadb | --general-log gives you a log in /config/databases that may be helpful.
  64. mariadb |
  65. mariadb | The latest information about mysql_install_db is available at
  66. mariadb | https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
  67. mariadb | You can find the latest source at https://downloads.mariadb.org and
  68. mariadb | the maria-discuss email list at https://launchpad.net/~maria-discuss
  69. mariadb |
  70. mariadb | Please check all of the above before submitting a bug report
  71. mariadb | at https://mariadb.org/jira
  72. mariadb |
  73. mariadb | 2021-10-24 20:42:47 0 [Note] mysqld (mysqld 10.5.12-MariaDB-log) starting as process 295 ...
  74. mariadb | 2021-10-24 20:42:47 0 [ERROR] mysqld: File '/config/log/mysql/mariadb-bin.index' not found (Errcode: 13 "Permission denied")
  75. mariadb | 2021-10-24 20:42:47 0 [ERROR] Aborting
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement