Skip to content

Instantly share code, notes, and snippets.

@glasgowm148

glasgowm148/hax Secret

Created August 15, 2019 10:31
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 glasgowm148/c89d81c97bc3e6759dadb7e898edf3a1 to your computer and use it in GitHub Desktop.
Save glasgowm148/c89d81c97bc3e6759dadb7e898edf3a1 to your computer and use it in GitHub Desktop.
[mark@li666-14 ~]$ systemctl start ghost.service
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to manage system services or units.
Authenticating as: mark
Password:
==== AUTHENTICATION COMPLETE ===
Job for ghost.service failed because the control process exited with error code. See "systemctl status ghost.service" and "journalctl -xe" for details.
[mark@li666-14 ~]$ systemctl status ghost.service
● ghost.service - Ghost BLOG service
Loaded: loaded (/usr/lib/systemd/system/ghost.service; disabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Thu 2019-08-15 10:30:19 UTC; 6s ago
Process: 15622 ExecStart=/usr/bin/ghost start (code=exited, status=217/USER)
Aug 15 10:30:19 li666-14 systemd[1]: ghost.service: control process exited, code=exited status=217
Aug 15 10:30:19 li666-14 systemd[1]: Failed to start Ghost BLOG service.
Aug 15 10:30:19 li666-14 systemd[1]: Unit ghost.service entered failed state.
Aug 15 10:30:19 li666-14 systemd[1]: ghost.service failed.
Aug 15 10:30:19 li666-14 systemd[1]: ghost.service holdoff time over, scheduling restart.
Aug 15 10:30:19 li666-14 systemd[1]: Stopped Ghost BLOG service.
Aug 15 10:30:19 li666-14 systemd[1]: start request repeated too quickly for ghost.service
Aug 15 10:30:19 li666-14 systemd[1]: Failed to start Ghost BLOG service.
Aug 15 10:30:19 li666-14 systemd[1]: Unit ghost.service entered failed state.
Aug 15 10:30:19 li666-14 systemd[1]: ghost.service failed.
[mark@li666-14 ~]$ journalctl -xe
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- The process /usr/bin/ghost could not be executed and failed.
--
-- The error number returned by this process is 3.
Aug 15 10:30:19 li666-14 systemd[1]: ghost.service: control process exited, code=exited status=217
Aug 15 10:30:19 li666-14 systemd[1]: Failed to start Ghost BLOG service.
-- Subject: Unit ghost.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ghost.service has failed.
--
-- The result is failed.
Aug 15 10:30:19 li666-14 systemd[1]: Unit ghost.service entered failed state.
Aug 15 10:30:19 li666-14 systemd[1]: ghost.service failed.
Aug 15 10:30:19 li666-14 systemd[1]: ghost.service holdoff time over, scheduling restart.
Aug 15 10:30:19 li666-14 systemd[1]: Stopped Ghost BLOG service.
-- Subject: Unit ghost.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ghost.service has finished shutting down.
Aug 15 10:30:19 li666-14 systemd[1]: start request repeated too quickly for ghost.service
Aug 15 10:30:19 li666-14 systemd[1]: Failed to start Ghost BLOG service.
-- Subject: Unit ghost.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ghost.service has failed.
--
-- The result is failed.
Aug 15 10:30:19 li666-14 systemd[1]: Unit ghost.service entered failed state.
Aug 15 10:30:19 li666-14 systemd[1]: ghost.service failed.
Aug 15 10:30:22 li666-14 sshd[15606]: Address 162.243.94.34 maps to mbopigps.website, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
Aug 15 10:30:22 li666-14 sshd[15606]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=162.243.94.34 user=root
Aug 15 10:30:22 li666-14 sshd[15606]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 15 10:30:24 li666-14 sshd[15606]: Failed password for root from 162.243.94.34 port 60508 ssh2
Aug 15 10:30:24 li666-14 sshd[15606]: Received disconnect from 162.243.94.34 port 60508:11: Bye Bye [preauth]
Aug 15 10:30:24 li666-14 sshd[15606]: Disconnected from 162.243.94.34 port 60508 [preauth]
Aug 15 10:30:26 li666-14 sshd[15629]: Invalid user areyes from 124.156.170.94 port 47404
Aug 15 10:30:26 li666-14 sshd[15629]: input_userauth_request: invalid user areyes [preauth]
Aug 15 10:30:26 li666-14 sshd[15629]: pam_unix(sshd:auth): check pass; user unknown
Aug 15 10:30:26 li666-14 sshd[15629]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=124.156.170.94
Aug 15 10:30:28 li666-14 sshd[15629]: Failed password for invalid user areyes from 124.156.170.94 port 47404 ssh2
Aug 15 10:30:28 li666-14 sshd[15629]: Received disconnect from 124.156.170.94 port 47404:11: Bye Bye [preauth]
Aug 15 10:30:28 li666-14 sshd[15629]: Disconnected from 124.156.170.94 port 47404 [preauth]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment