Guest User

Untitled

a guest
Apr 16th, 2016
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. root@test:~# apt-get install percona-server-server-5.7
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following NEW packages will be installed:
  6. percona-server-server-5.7
  7. 0 upgraded, 1 newly installed, 0 to remove and 46 not upgraded.
  8. Need to get 0 B/17.0 MB of archives.
  9. After this operation, 131 MB of additional disk space will be used.
  10. Preconfiguring packages ...
  11. Selecting previously unselected package percona-server-server-5.7.
  12. (Reading database ... 36789 files and directories currently installed.)
  13. Preparing to unpack .../percona-server-server-5.7_5.7.11-4-1.jessie_amd64.deb ...
  14. Unpacking percona-server-server-5.7 (5.7.11-4-1.jessie) ...
  15. Processing triggers for man-db (2.7.0.2-5) ...
  16. Processing triggers for systemd (215-17+deb8u3) ...
  17. Setting up percona-server-server-5.7 (5.7.11-4-1.jessie) ...
  18. 2016-04-16T17:01:46.569722Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  19. 2016-04-16T17:01:46.581644Z 0 [ERROR] InnoDB: Linux Native AIO not supported. You can either move tmpdir to a file system that supports native AIO or you can set innodb_use_native_aio to FALSE to avoid this message.
  20. 2016-04-16T17:01:46.581693Z 0 [ERROR] InnoDB: Linux Native AIO check on tmpdirreturned error[22]
  21. 2016-04-16T17:01:46.581701Z 0 [Warning] InnoDB: Linux Native AIO disabled.
  22. 2016-04-16T17:01:47.052409Z 0 [Warning] InnoDB: New log files created, LSN=45790
  23. 2016-04-16T17:01:47.129624Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
  24. 2016-04-16T17:01:47.193184Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: e77bc8f5-03f4-11e6-b33e-ebe5b7e556fc.
  25. 2016-04-16T17:01:47.214595Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
  26. 2016-04-16T17:01:47.729450Z 0 [Warning] CA certificate ca.pem is self signed.
  27. 2016-04-16T17:01:47.799942Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
  28.  
  29.  
  30. * Percona Server is distributed with several useful UDF (User Defined Function) from Percona Toolkit.
  31. * Run the following commands to create these functions:
  32.  
  33. mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'"
  34. mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'"
  35. mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'"
  36.  
  37. * See http://www.percona.com/doc/percona-server/5.7/management/udf_percona_toolkit.html for more details
  38.  
  39.  
  40. Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details.
  41. invoke-rc.d: initscript mysql, action "start" failed.
  42. dpkg: error processing package percona-server-server-5.7 (--configure):
  43. subprocess installed post-installation script returned error exit status 1
  44. Processing triggers for systemd (215-17+deb8u3) ...
  45. Errors were encountered while processing:
  46. percona-server-server-5.7
  47. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment