Skip to content

Instantly share code, notes, and snippets.

@jbis9051
Created November 15, 2019 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbis9051/3b60303e195900513ff5e2fee4d9bf57 to your computer and use it in GitHub Desktop.
Save jbis9051/3b60303e195900513ff5e2fee4d9bf57 to your computer and use it in GitHub Desktop.
$ journalctl -xe
-- Unit mysql.service has begun starting up.
Nov 15 14:03:29 webserver-tt audit[16495]: AVC apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld" name="
Nov 15 14:03:29 webserver-tt kernel: audit: type=1400 audit(1573826609.473:118): apparmor="DENIED" operation="open"
Nov 15 14:03:29 webserver-tt audit[16501]: AVC apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld" name="
Nov 15 14:03:29 webserver-tt kernel: audit: type=1400 audit(1573826609.533:119): apparmor="DENIED" operation="open"
Nov 15 14:03:29 webserver-tt mysqld[16501]: Initialization of mysqld failed: 0
Nov 15 14:03:29 webserver-tt systemd[1]: mysql.service: Control process exited, code=exited status=1
Nov 15 14:03:29 webserver-tt systemd[1]: mysql.service: Failed with result 'exit-code'.
Nov 15 14:03:29 webserver-tt systemd[1]: Failed to start MySQL Community Server.
-- Subject: Unit mysql.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has failed.
--
-- The result is RESULT.
Nov 15 14:03:29 webserver-tt systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
Nov 15 14:03:29 webserver-tt systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Automatic restarting of the unit mysql.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Nov 15 14:03:29 webserver-tt systemd[1]: Stopped MySQL Community Server.
-- Subject: Unit mysql.service has finished shutting down
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has finished shutting down.
Nov 15 14:03:29 webserver-tt systemd[1]: mysql.service: Start request repeated too quickly.
Nov 15 14:03:29 webserver-tt systemd[1]: mysql.service: Failed with result 'exit-code'.
Nov 15 14:03:29 webserver-tt systemd[1]: Failed to start MySQL Community Server.
-- Subject: Unit mysql.service has failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment