Advertisement
Guest User

install CyberPanel Ubuntu 16.04 x86_64 error

a guest
Jan 7th, 2019
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.78 KB | None | 0 0
  1. [03-59-24-Mon-Jan-2019] #########################################################################
  2.  
  3. [03-59-24-Mon-Jan-2019] CyberPanel Make Migrations successful
  4.  
  5. [03-59-24-Mon-Jan-2019] #########################################################################
  6.  
  7.  
  8.  
  9.  
  10. [03-59-24-Mon-Jan-2019] #########################################################################
  11.  
  12. [03-59-24-Mon-Jan-2019] CyberPanel Migrate [download_install_CyberPanel]
  13.  
  14. [03-59-24-Mon-Jan-2019] #########################################################################
  15.  
  16. System check identified some issues:
  17.  
  18. WARNINGS:
  19. ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default'
  20. HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-sql-mode
  21. ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'rootdb'
  22. HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-sql-mode
  23. Operations to perform:
  24. Apply all migrations: admin, auth, backup, baseTemplate, contenttypes, databases, dns, emailMarketing, emailPremium, firewall, ftp, loginSystem, mailServer, managePHP, packages, s3Backups, sessions, websiteFunctions
  25. Running migrations:
  26. Applying contenttypes.0001_initial... OK
  27. Applying auth.0001_initial... OK
  28. Applying admin.0001_initial... OK
  29. Applying admin.0002_logentry_remove_auto_add... OK
  30. Applying contenttypes.0002_remove_content_type_name... OK
  31. Applying auth.0002_alter_permission_name_max_length... OK
  32. Applying auth.0003_alter_user_email_max_length... OK
  33. Applying auth.0004_alter_user_username_opts... OK
  34. Applying auth.0005_alter_user_last_login_null... OK
  35. Applying auth.0006_require_contenttypes_0002... OK
  36. Applying auth.0007_alter_validators_add_error_messages... OK
  37. Applying auth.0008_alter_user_username_max_length... OK
  38. Applying backup.0001_initial... OK
  39. Applying baseTemplate.0001_initial... OK
  40. Applying loginSystem.0001_initial... OK
  41. Applying packages.0001_initial... OK
  42. Applying websiteFunctions.0001_initial... OK
  43. Applying databases.0001_initial... OK
  44. Applying dns.0001_initial.../usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py:101: Warning: Converting column 'comment' from VARCHAR to TEXT
  45. return self.cursor.execute(query, args)
  46. Traceback (most recent call last):
  47. File "manage.py", line 22, in <module>
  48. execute_from_command_line(sys.argv)
  49. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 363, in execute_from_command_line
  50. utility.execute()
  51. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 355, in execute
  52. self.fetch_command(subcommand).run_from_argv(self.argv)
  53. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 283, in run_from_argv
  54. self.execute(*args, **cmd_options)
  55. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 330, in execute
  56. output = self.handle(*args, **options)
  57. File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/migrate.py", line 204, in handle
  58. fake_initial=fake_initial,
  59. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 115, in migrate
  60. state = self._migrate_all_forwards(state, plan, full_plan, fake=fake, fake_initial=fake_initial)
  61. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 145, in _migrate_all_forwards
  62. state = self.apply_migration(state, migration, fake=fake, fake_initial=fake_initial)
  63. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 244, in apply_migration
  64. state = migration.apply(state, schema_editor)
  65. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/migration.py", line 129, in apply
  66. operation.database_forwards(self.app_label, schema_editor, old_state, project_state)
  67. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/operations/models.py", line 97, in database_forwards
  68. schema_editor.create_model(model)
  69. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/base/schema.py", line 302, in create_model
  70. self.execute(sql, params or None)
  71. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/base/schema.py", line 119, in execute
  72. cursor.execute(sql, params)
  73. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 65, in execute
  74. return self.cursor.execute(sql, params)
  75. File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 94, in __exit__
  76. six.reraise(dj_exc_type, dj_exc_value, traceback)
  77. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 63, in execute
  78. return self.cursor.execute(sql)
  79. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", line 101, in execute
  80. return self.cursor.execute(query, args)
  81. File "/usr/local/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 205, in execute
  82. self.errorhandler(self, exc, value)
  83. File "/usr/local/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
  84. raise errorclass, errorvalue
  85. django.db.utils.OperationalError: (1709, 'Index column size too large. The maximum column size is 767 bytes.')
  86.  
  87.  
  88.  
  89. [03-59-30-Mon-Jan-2019] #########################################################################
  90.  
  91. [03-59-30-Mon-Jan-2019] CyberPanel Migrate failed, trying again, try number: 1
  92.  
  93. [03-59-30-Mon-Jan-2019] #########################################################################
  94.  
  95. System check identified some issues:
  96.  
  97. WARNINGS:
  98. ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default'
  99. HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-sql-mode
  100. ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'rootdb'
  101. HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-sql-mode
  102. Operations to perform:
  103. Apply all migrations: admin, auth, backup, baseTemplate, contenttypes, databases, dns, emailMarketing, emailPremium, firewall, ftp, loginSystem, mailServer, managePHP, packages, s3Backups, sessions, websiteFunctions
  104. Running migrations:
  105. Applying dns.0001_initial...Traceback (most recent call last):
  106. File "manage.py", line 22, in <module>
  107. execute_from_command_line(sys.argv)
  108. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 363, in execute_from_command_line
  109. utility.execute()
  110. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 355, in execute
  111. self.fetch_command(subcommand).run_from_argv(self.argv)
  112. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 283, in run_from_argv
  113. self.execute(*args, **cmd_options)
  114. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 330, in execute
  115. output = self.handle(*args, **options)
  116. File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/migrate.py", line 204, in handle
  117. fake_initial=fake_initial,
  118. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 115, in migrate
  119. state = self._migrate_all_forwards(state, plan, full_plan, fake=fake, fake_initial=fake_initial)
  120. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 145, in _migrate_all_forwards
  121. state = self.apply_migration(state, migration, fake=fake, fake_initial=fake_initial)
  122. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 244, in apply_migration
  123. state = migration.apply(state, schema_editor)
  124. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/migration.py", line 129, in apply
  125. operation.database_forwards(self.app_label, schema_editor, old_state, project_state)
  126. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/operations/models.py", line 97, in database_forwards
  127. schema_editor.create_model(model)
  128. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/base/schema.py", line 302, in create_model
  129. self.execute(sql, params or None)
  130. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/base/schema.py", line 119, in execute
  131. cursor.execute(sql, params)
  132. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 65, in execute
  133. return self.cursor.execute(sql, params)
  134. File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 94, in __exit__
  135. six.reraise(dj_exc_type, dj_exc_value, traceback)
  136. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 63, in execute
  137. return self.cursor.execute(sql)
  138. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", line 101, in execute
  139. return self.cursor.execute(query, args)
  140. File "/usr/local/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 205, in execute
  141. self.errorhandler(self, exc, value)
  142. File "/usr/local/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
  143. raise errorclass, errorvalue
  144. django.db.utils.OperationalError: (1050, "Table 'comments' already exists")
  145.  
  146.  
  147.  
  148. [03-59-31-Mon-Jan-2019] #########################################################################
  149.  
  150. [03-59-31-Mon-Jan-2019] CyberPanel Migrate failed, trying again, try number: 2
  151.  
  152. [03-59-31-Mon-Jan-2019] #########################################################################
  153.  
  154. System check identified some issues:
  155.  
  156. WARNINGS:
  157. ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default'
  158. HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-sql-mode
  159. ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'rootdb'
  160. HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-sql-mode
  161. Operations to perform:
  162. Apply all migrations: admin, auth, backup, baseTemplate, contenttypes, databases, dns, emailMarketing, emailPremium, firewall, ftp, loginSystem, mailServer, managePHP, packages, s3Backups, sessions, websiteFunctions
  163. Running migrations:
  164. Applying dns.0001_initial...Traceback (most recent call last):
  165. File "manage.py", line 22, in <module>
  166. execute_from_command_line(sys.argv)
  167. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 363, in execute_from_command_line
  168. utility.execute()
  169. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 355, in execute
  170. self.fetch_command(subcommand).run_from_argv(self.argv)
  171. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 283, in run_from_argv
  172. self.execute(*args, **cmd_options)
  173. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 330, in execute
  174. output = self.handle(*args, **options)
  175. File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/migrate.py", line 204, in handle
  176. fake_initial=fake_initial,
  177. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 115, in migrate
  178. state = self._migrate_all_forwards(state, plan, full_plan, fake=fake, fake_initial=fake_initial)
  179. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 145, in _migrate_all_forwards
  180. state = self.apply_migration(state, migration, fake=fake, fake_initial=fake_initial)
  181. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 244, in apply_migration
  182. state = migration.apply(state, schema_editor)
  183. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/migration.py", line 129, in apply
  184. operation.database_forwards(self.app_label, schema_editor, old_state, project_state)
  185. File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/operations/models.py", line 97, in database_forwards
  186. schema_editor.create_model(model)
  187. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/base/schema.py", line 302, in create_model
  188. self.execute(sql, params or None)
  189. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/base/schema.py", line 119, in execute
  190. cursor.execute(sql, params)
  191. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 65, in execute
  192. return self.cursor.execute(sql, params)
  193. File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 94, in __exit__
  194. six.reraise(dj_exc_type, dj_exc_value, traceback)
  195. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 63, in execute
  196. return self.cursor.execute(sql)
  197. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", line 101, in execute
  198. return self.cursor.execute(query, args)
  199. File "/usr/local/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 205, in execute
  200. self.errorhandler(self, exc, value)
  201. File "/usr/local/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
  202. raise errorclass, errorvalue
  203. django.db.utils.OperationalError: (1050, "Table 'comments' already exists")
  204.  
  205.  
  206.  
  207. [03-59-32-Mon-Jan-2019] #########################################################################
  208.  
  209. [03-59-32-Mon-Jan-2019] CyberPanel Migrate failed, trying again, try number: 3
  210.  
  211. [03-59-32-Mon-Jan-2019] #########################################################################
  212.  
  213.  
  214.  
  215.  
  216. [03-59-32-Mon-Jan-2019] #########################################################################
  217.  
  218. [03-59-32-Mon-Jan-2019] [ERROR] We are not able to CyberPanel Migrate return code: 1. Fatal error, see /var/log/installLogs.txt for full details [download_install_CyberPanel]
  219.  
  220. [03-59-32-Mon-Jan-2019] #########################################################################
  221.  
  222.  
  223. Something went wrong...
  224. root@test:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement