Guest User

Untitled

a guest
Nov 16th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
  2. [s6-init] ensuring user provided files have correct perms...exited 0.
  3. [fix-attrs.d] applying ownership & permissions fixes...
  4. [fix-attrs.d] done.
  5. [cont-init.d] executing container initialization scripts...
  6. [cont-init.d] 01-envfile: executing...
  7. [cont-init.d] 01-envfile: exited 0.
  8. [cont-init.d] 10-adduser: executing...
  9.  
  10. -------------------------------------
  11. _ ()
  12. | | ___ _ __
  13. | | / __| | | / \
  14. | | \__ \ | | | () |
  15. |_| |___/ |_| \__/
  16.  
  17.  
  18. Brought to you by linuxserver.io
  19. -------------------------------------
  20.  
  21. To support LSIO projects visit:
  22. https://www.linuxserver.io/donate/
  23. -------------------------------------
  24. GID/UID
  25. -------------------------------------
  26.  
  27. User uid: 1000
  28. User gid: 1000
  29. -------------------------------------
  30.  
  31. [cont-init.d] 10-adduser: exited 0.
  32. [cont-init.d] 20-config: executing...
  33. [cont-init.d] 20-config: exited 0.
  34. [cont-init.d] 30-keygen: executing...
  35. generating self-signed keys in /config/keys, you can replace these with your own keys if required
  36. Generating a RSA private key
  37. ............................................+++++
  38. ....+++++
  39. writing new private key to '/config/keys/cert.key'
  40. -----
  41. [cont-init.d] 30-keygen: exited 0.
  42. [cont-init.d] 50-config: executing...
  43. Generating BookStack app key for first run
  44. App Key set to base64:D+PoFCPDC5crXPiExMjIKzRQlT0PPMcV/2ExdBBrNm0= you can modify the file to update /config/BOOKSTACK_APP_KEY.txt
  45. Running config - db_user set
  46. /var/run/s6/etc/cont-init.d/50-config: line 77: warning: command substitution: ignored null byte in input
  47. /var/run/s6/etc/cont-init.d/50-config: line 77: warning: command substitution: ignored null byte in input
  48.  
  49. Illuminate\Database\QueryException : SQLSTATE[HY000] [1045] Access denied for user 'bookstack_admin'@'192.168.0.8' (using password: YES) (SQL: select * from information_schema.tables where table_schema = bookstack and table_name = migrations and table_type = 'BASE TABLE')
  50.  
  51. at /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:669
  52. 665| // If an exception occurs when attempting to run a query, we'll format the error
  53. 666| // message to include the bindings with SQL, which will make this exception a
  54. 667| // lot more helpful to the developer instead of just the database's errors.
  55. 668| catch (Exception $e) {
  56. > 669| throw new QueryException(
  57. 670| $query, $this->prepareBindings($bindings), $e
  58. 671| );
  59. 672| }
  60. 673|
  61.  
  62. Exception trace:
  63.  
  64. 1 Doctrine\DBAL\Driver\PDOException::("SQLSTATE[HY000] [1045] Access denied for user 'bookstack_admin'@'192.168.0.8' (using password: YES)")
  65. /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31
  66.  
  67. 2 PDOException::("SQLSTATE[HY000] [1045] Access denied for user 'bookstack_admin'@'192.168.0.8' (using password: YES)")
  68. /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27
  69.  
  70. Please use the argument -v to see more details.
  71. [cont-init.d] 50-config: exited 0.
  72. [cont-init.d] 99-custom-files: executing...
  73. [custom-init] no custom files found exiting...
  74. [cont-init.d] 99-custom-files: exited 0.
  75. [cont-init.d] done.
  76. [services.d] starting services
  77. [services.d] done.
  78.  
Add Comment
Please, Sign In to add comment