Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. sudo apt purge apparmor
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. python3-apparmor python3-libapparmor
  7. Use 'sudo apt autoremove' to remove them.
  8. The following packages will be REMOVED:
  9. apparmor* apparmor-utils* gnome-software-plugin-snap* snapd*
  10. 0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
  11. 2 not fully installed or removed.
  12. After this operation, 82.8 MB disk space will be freed.
  13. Do you want to continue? [Y/n] Y
  14. (Reading database ... 264909 files and directories currently installed.)
  15. Removing gnome-software-plugin-snap (3.30.6-2ubuntu10) ...
  16. Removing snapd (2.41+19.10.1) ...
  17. Removing apparmor-utils (2.13.3-5ubuntu1) ...
  18. Removing apparmor (2.13.3-5ubuntu1) ...
  19. Setting up mysql-server-8.0 (8.0.17-0ubuntu2) ...
  20. Renaming removed key_buffer and myisam-recover options (if present)
  21. mysqld will log errors to /var/log/mysql/error.log
  22. 2019-11-18T03:17:52.341454Z 0 [ERROR] [MY-011065] [Server] Unable to determine i
  23. f daemon is running: No such file or directory (rc=0).
  24. 2019-11-18T03:17:52.341466Z 0 [ERROR] [MY-010946] [Server] Failed to start mysql
  25. d daemon. Check mysqld error log.
  26. Warning: Unable to start the server.
  27. Job for mysql.service failed because the control process exited with error code.
  28. See "systemctl status mysql.service" and "journalctl -xe" for details.
  29. invoke-rc.d: initscript mysql, action "start" failed.
  30. ● mysql.service - MySQL Community Server
  31. Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: en
  32. abled)
  33. Active: activating (auto-restart) (Result: exit-code) since Sun 2019-11-17 22
  34. :17:53 EST; 5ms ago
  35. Process: 6388 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exit
  36. ed, status=0/SUCCESS)
  37. Process: 6396 ExecStart=/usr/sbin/mysqld (code=exited, status=2)
  38. Main PID: 6396 (code=exited, status=2)
  39. Status: "Server startup in progress"
  40. dpkg: error processing package mysql-server-8.0 (--configure):
  41. installed mysql-server-8.0 package post-installation script subprocess returned
  42. error exit status 1
  43. dpkg: dependency problems prevent configuration of mysql-server:
  44. mysql-server depends on mysql-server-8.0; however:
  45. Package mysql-server-8.0 is not configured yet.
  46.  
  47. dpkg: error processing package mysql-server (--configure):
  48. dependency problems - leaving unconfigured
  49. No apport report written because the error message indicates its a followup erro
  50. r from a previous failure.
  51. Processing triggers for desktop-file-utils (0.24-1ubun
  52. tu1) ...
  53. Processing triggers for mime-support (3.63ubuntu1) ...
  54. Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
  55. Processing triggers for man-db (2.8.7-3) ...
  56. Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
  57. Rebuilding /usr/share/applications/bamf-2.index...
  58. Errors were encountered while processing:
  59. mysql-server-8.0
  60. mysql-server
  61. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement