Advertisement
Guest User

Untitled

a guest
Jan 25th, 2017
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. [root@localhost data]# /home/minecraft/multicraft/bin/multicraft -n start
  2. Multicraft 2.1.1 - Minecraft Server Manager Daemon
  3. Loading configuration from /home/minecraft/multicraft/multicraft.conf
  4. Starting daemon
  5. 01.25 11:31:55 DEBUG Logging to file /home/minecraft/multicraft/multicraft.log
  6. 01.25 11:31:55 INFO Multicraft 2.1.1 starting
  7. 01.25 11:31:55 DEBUG Build 612030
  8. 01.25 11:31:55 DEBUG Daemon listening on 127.0.0.1:25465
  9. 01.25 11:31:56 INFO Running in Dynamic License mode
  10. 01.25 11:31:56 DEBUG Stream encoding: UTF-8 in, UTF-8 out
  11. 01.25 11:31:56 INFO Daemon ID 1
  12. 01.25 11:31:56 INFO Using SQLite3 database.
  13. 01.25 11:31:56 DEBUG Started new Database Thread-2
  14. 01.25 11:31:56 DEBUG Auto-detected CA bundle path: /etc/pki/tls/certs/ca-bundle.crt
  15. 01.25 11:31:56 INFO Daemon started, waiting for requests...
  16. 01.25 11:31:56 CRITICAL Failed to connect to SQLite: unable to open database file
  17. 01.25 11:31:56 INFO Using SQLite3 database.
  18. 01.25 11:31:56 INFO Multicraft is listening on 127.0.0.1:25465
  19. 01.25 11:31:56 ERROR Database connection failed.
  20. 01.25 11:31:56 INFO FTP: Starting FTP server on 0.0.0.0:21, pid=10193
  21. 01.25 11:31:56 CRITICAL Failed to connect to SQLite: unable to open database file
  22. 01.25 11:31:56 ERROR Database connection failed.
  23. 01.25 11:31:56 CRITICAL Failed to connect to SQLite: unable to open database file
  24. 01.25 11:31:56 ERROR Database connection failed.
  25. 01.25 11:31:56 CRITICAL Failed to connect to SQLite: unable to open database file
  26. 01.25 11:31:56 ERROR Database connection failed.
  27. 01.25 11:31:56 CRITICAL Failed to connect to SQLite: unable to open database file
  28. 01.25 11:31:56 ERROR Database connection failed.
  29. 01.25 11:31:56 WARNING Setting daemon info failed, please update your database.
  30. 01.25 11:31:56 CRITICAL Failed to connect to SQLite: unable to open database file
  31. 01.25 11:31:56 WARNING Setting daemon info failed, please update your database.
  32. 01.25 11:31:56 ERROR Database connection failed.
  33. 01.25 11:31:56 CRITICAL Failed to connect to SQLite: unable to open database file
  34. 01.25 11:31:56 ERROR Database connection failed.
  35. 01.25 11:31:56 CRITICAL Failed to connect to SQLite: unable to open database file
  36. 01.25 11:31:56 ERROR Database connection failed.
  37. 01.25 11:31:56 CRITICAL Failed to connect to SQLite: unable to open database file
  38. 01.25 11:31:56 ERROR Database connection failed.
  39. 01.25 11:31:56 DEBUG Verified License
  40. 01.25 11:31:56 INFO Completed version check, remote version: 2.1.1
  41. 01.25 11:32:16 CRITICAL Failed to connect to SQLite: unable to open database file
  42. 01.25 11:32:16 ERROR Database connection failed.
  43. 01.25 11:32:16 WARNING Setting daemon info failed, please update your database.
  44. 01.25 11:32:16 CRITICAL Failed to connect to SQLite: unable to open database file
  45. 01.25 11:32:16 ERROR Database connection failed.
  46. 01.25 11:32:16 CRITICAL Failed to connect to SQLite: unable to open database file
  47. 01.25 11:32:16 ERROR Database connection failed.
  48.  
  49.  
  50. -------------------------------
  51.  
  52. ## The daemon will run under this user (not used for Windows)
  53. user = minecraft
  54. ## Directories created by Multicraft will have the owner set to
  55. ## the user and the group set to the webUser (not used for Windows)
  56. ## default: same as "user"
  57. webUser = apache
  58.  
  59. ## The daemon will listen on the following IP/port.
  60. ## 0.0.0.0 to listen on all available interfaces (all IPs). Note that
  61. ## you will have to use the "externalIp" setting below if you set this
  62. ## to 0.0.0.0 as the control panel needs to know where to connect.
  63. ip = 127.0.0.1
  64. port = 25465
  65.  
  66. ## If the external address is different from the listen address
  67. ## you can set the external address here. This setting will be saved
  68. ## to the DB and used by the control panel to connect to the daemon.
  69. ## default: same as "ip"
  70. #externalIp =
  71.  
  72. ## The connection password for daemon communication
  73. ## !! Change this when you set Multicraft to listen on a public IP !!
  74. ## The same password will have to be used on the panel side in the file:
  75. ## protected/config/config.php
  76. password = kj85DR564Ndf
  77.  
  78. ## Remote IP restrictions for daemon connections. This is a comma separated
  79. ## list of IPs that are allowed to connect to this daemon. Empty for all
  80. ## remote IPs allowed.
  81. ## default: empty
  82. #allowedIps = 127.0.0.1
  83.  
  84.  
  85. ## The database containing daemon
  86. ## default: sqlite:data.db (-> "baseDir"/"dataDir"/data.db)
  87. #database = sqlite:data.db
  88. database = sqlite:/var/www/html/protected/data/data.db
  89. ## Example for MySQL connections:
  90. #database = mysql:host=127.0.0.1;dbname=multicraft_daemon
  91. #dbUser = youruser
  92. #dbPassword = yourpassword
  93. #dbCharset = utf8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement