Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. kingghost@slutb0x:/tmp$ sudo apt-get install -f
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  6. 1 not fully installed or removed.
  7. After this operation, 0 B of additional disk space will be used.
  8. Setting up mysql-community-server (8.0.18-1debian9) ...
  9. Failed to preset unit: File mysql.service: Link has been severed
  10. /usr/bin/deb-systemd-helper: error: systemctl preset failed on mysql.service: No such file or directory
  11. Failed to start mysql.service: Unit mysql.service not found.
  12. invoke-rc.d: initscript mysql, action "start" failed.
  13. Unit mysql.service could not be found.
  14. dpkg: error processing package mysql-community-server (--configure):
  15. installed mysql-community-server package post-installation script subprocess returned error exit status 5
  16. Errors were encountered while processing:
  17. mysql-community-server
  18. E: Sub-process /usr/bin/dpkg returned an error code (1)
  19. kingghost@slutb0x:/tmp$ sudo apt-get purge mysql-community-server
  20. Reading package lists... Done
  21. Building dependency tree
  22. Reading state information... Done
  23. The following packages will be REMOVED:
  24. mysql-community-server*
  25. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  26. 1 not fully installed or removed.
  27. After this operation, 162 kB disk space will be freed.
  28. Do you want to continue? [Y/n] y
  29. (Reading database ... 254696 files and directories currently installed.)
  30. Removing mysql-community-server (8.0.18-1debian9) ...
  31. Failed to stop mysql.service: Unit mysql.service not loaded.
  32. dpkg: error processing package mysql-community-server (--remove):
  33. installed mysql-community-server package pre-removal script subprocess returned error exit status 5
  34. dpkg: too many errors, stopping
  35. Failed to preset unit: File mysql.service: Link has been severed
  36. /usr/bin/deb-systemd-helper: error: systemctl preset failed on mysql.service: No such file or directory
  37. Failed to get unit file state for mysql.service: Link has been severed
  38. mysql.service is a disabled or a static unit, not starting it.
  39. Errors were encountered while processing:
  40. mysql-community-server
  41. Processing was halted because there were too many errors.
  42. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement