Advertisement
Guest User

Untitled

a guest
May 8th, 2016
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. ***
  2. *** Welcome to Multicraft!
  3. ***
  4.  
  5. This installer will help you get Multicraft up and running.
  6. No changes are made to the system until all of the required information has been collected.
  7.  
  8. NOTE: This script automates the installation as described on the Multicraft webs ite. Use it at your own risk.
  9.  
  10.  
  11. Run each Minecraft server under its own user? (Multicraft will create system use rs): [y]/n
  12. Run Multicraft under this user: [minecraft]
  13. User not found. Create user 'minecraft' on start of installation? [y]/n
  14. Install Multicraft in: [/home/minecraft/multicraft]
  15. If you have a license key you can enter it now: [no] C63C-8745-277E-0447
  16. If you control multiple machines from one control panel you need to assign each daemon a unique ID (requires a Dynamic or custom license). Daemon ID? [1]
  17.  
  18.  
  19. Will the PHP frontend run on this machine? [y]/n n
  20. IP the daemon will bind to: [104.192.1.66] 104.192.2.107
  21. Port the daemon to listen on: [25465]
  22. Please enter a new daemon password (use the same password in the last step of the panel installer) [none]
  23.  
  24. Enable builtin FTP server? [y]/n
  25. IP the FTP server will listen on (empty for same as daemon): [104.192.2.107]
  26. FTP server port: [21]
  27. Block FTP upload of .jar files and other executables (potentially dangerous plugins)? [y]/n
  28.  
  29.  
  30.  
  31. MySQL is the recommended database type but it requires you to have a MySQL server available.
  32. SQLite is more light weight and it will work fine for small installations up to 10 servers.
  33. For multiple daemons on a single panel MySQL is required.
  34.  
  35. Database type: mysql
  36.  
  37. NOTE: This is for the daemon config, the front end has an installation routine for database configuration and initialization.
  38. Database host: [127.0.0.1] 104.192.2.107
  39. Database name: [multicraft_daemon]
  40. Database user: [root]
  41. Database password: []
  42. ***
  43. *** Please use the control panel to initialize the database.
  44. ***
  45.  
  46. which: no java in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
  47. Path to java program: [/usr/bin/java]
  48.  
  49. NOTE: Any running daemon will be stopped!
  50. Ready to install Multicraft. Start installation? [y]/n
  51.  
  52. ***
  53. *** INSTALLING
  54. ***
  55.  
  56.  
  57. Creating user 'minecraft'
  58.  
  59. Creating directory '/home/minecraft/multicraft'
  60.  
  61. Ensuring the home directory exists and is owned and writable by the user
  62.  
  63. Installing 'bin/' to '/home/minecraft/multicraft/'
  64. Installing 'jar/' to '/home/minecraft/multicraft/'
  65. Installing 'launcher/' to '/home/minecraft/multicraft/'
  66. Installing 'scripts/' to '/home/minecraft/multicraft/'
  67. Installing 'templates/' to '/home/minecraft/multicraft/'
  68. Installing 'eula.txt' to '/home/minecraft/multicraft/'
  69. Installing 'multicraft.conf.dist' to '/home/minecraft/multicraft/'
  70. Installing 'default_server.conf.dist' to '/home/minecraft/multicraft/'
  71. Installing 'server_configs.conf.dist' to '/home/minecraft/multicraft/'
  72.  
  73. Installing license key
  74.  
  75. Generating 'multicraft.conf'
  76.  
  77. Setting owner of '/home/minecraft/multicraft' to 'minecraft'
  78. Setting special file permissions
  79.  
  80. * NOTE: The PHP frontend will not be installed on this machine. Please put the contents of the directory 'panel/' in the www root of the machine you want to run the PHP frontend on and run the installer (install.php).
  81. Temporarily starting daemon to set DB permissions.
  82. Traceback (most recent call last):
  83. File "<string>", line 4, in <module>
  84. File "/usr/local/lib/python2.7/site-packages/PyInstaller-3.0+1ae0be1-py2.7.egg/PyInstaller/loader/pyimod03_importers.py", line 517, in load_module
  85. ImportError: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /home/minecraft/multicraft/bin/libcrypto.so.0.9.8)
  86. mcbootstrap returned -1
  87.  
  88.  
  89. ***
  90. *** Installation complete!
  91. ***
  92. ***
  93.  
  94. PLEASE READ:
  95.  
  96. Before starting the daemon you need to run the control panel installer to initialize your database. (example: http://your.address/multicraft/install.php)
  97.  
  98. The daemon WILL NOT work correctly as long as the database hasn't been initialized.
  99.  
  100.  
  101. After running the control panel installer start the daemon using the following command:
  102. /home/minecraft/multicraft/bin/multicraft start
  103.  
  104.  
  105. If there are any issues, please check the log file: '/home/minecraft/multicraft/multicraft.log'
  106.  
  107.  
  108. After reading the instructions above, press [Enter] to continue.
  109.  
  110.  
  111. In case you want to rerun this script you can save the entered settings.
  112. Save entered settings? ([y]/n)
  113. Saving settings to 'setup.config'.
  114. IMPORTANT: Make sure this file is not accessible by unauthorized users.
  115.  
  116. [root@BUF21 multicraft]# /home/minecraft/multicraft/bin/multicraft start
  117. Traceback (most recent call last):
  118. File "<string>", line 4, in <module>
  119. File "/usr/local/lib/python2.7/site-packages/PyInstaller-3.0+1ae0be1-py2.7.egg/PyInstaller/loader/pyimod03_importers.py", line 517, in load_module
  120. ImportError: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /home/minecraft/multicraft/bin/libcrypto.so.0.9.8)
  121. mcbootstrap returned -1
  122. [root@BUF21 multicraft]#
  123. [root@BUF21 multicraft]# /home/minecraft/multicraft/bin/multicraft start
  124. Traceback (most recent call last):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement