-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
i am usin centos 7 and i installed munge but when i use sudo systemctl start munge the output is the next:
Job for munge.service failed because the control process exited with error code. See "systemctl status munge.service" and "journalctl -xe" for details
The output of systemctl status munge.service is:
[ayv@localhost ~]$ systemctl status munge.service
● munge.service - MUNGE authentication service
Loaded: loaded (/usr/local/lib/systemd/system/munge.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since mar 2020-12-15 12:54:34 CST; 13s ago
Docs: man:munged(8)
Process: 27039 ExecStart=/usr/local/sbin/munged (code=exited, status=217/USER)
dic 15 12:54:34 localhost.localdomain systemd[1]: Starting MUNGE authentication service...
dic 15 12:54:34 localhost.localdomain systemd[1]: munge.service: control process exited, code=exited status=217
dic 15 12:54:34 localhost.localdomain systemd[1]: Failed to start MUNGE authentication service.
dic 15 12:54:34 localhost.localdomain systemd[1]: Unit munge.service entered failed state.
dic 15 12:54:34 localhost.localdomain systemd[1]: munge.service failed.
when i use journalctl -xe
[ayv@localhost ~]$ journalctl -xe
--
-- Unit munge.service has begun starting up.
dic 15 13:34:34 localhost.localdomain systemd[28155]: Failed at step USER spawning /usr/local/sbin/munged: No such process
-- Subject: Process /usr/local/sbin/munged could not be executed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- The process /usr/local/sbin/munged could not be executed and failed.
--
-- The error number returned by this process is 3.
dic 15 13:34:34 localhost.localdomain systemd[1]: munge.service: control process exited, code=exited status=217
dic 15 13:34:34 localhost.localdomain systemd[1]: Failed to start MUNGE authentication service.
-- Subject: Unit munge.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit munge.service has failed.
--
-- The result is failed.
dic 15 13:34:34 localhost.localdomain systemd[1]: Unit munge.service entered failed state.
dic 15 13:34:34 localhost.localdomain systemd[1]: munge.service failed.
dic 15 13:34:34 localhost.localdomain sudo[28141]: pam_unix(sudo:session): session closed for user root
dic 15 13:34:34 localhost.localdomain polkitd[735]: Unregistered Authentication Agent for unix-process:28149:190086631 (system bus name :1.8395, objec
dic 15 13:34:35 localhost.localdomain sshd[28147]: Invalid user fernie from 94.237.100.214 port 55116
dic 15 13:34:35 localhost.localdomain sshd[28147]: input_userauth_request: invalid user fernie [preauth]
dic 15 13:34:35 localhost.localdomain sshd[28147]: pam_unix(sshd:auth): check pass; user unknown
dic 15 13:34:35 localhost.localdomain sshd[28147]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=94-237-100-
dic 15 13:34:35 localhost.localdomain sshd[28145]: Received disconnect from 206.189.122.115 port 50832:11: Bye Bye [preauth]
dic 15 13:34:35 localhost.localdomain sshd[28145]: Disconnected from 206.189.122.115 port 50832 [preauth]
dic 15 13:34:37 localhost.localdomain sshd[28147]: Failed password for invalid user fernie from 94.237.100.214 port 55116 ssh2
dic 15 13:34:37 localhost.localdomain sshd[28147]: Received disconnect from 94.237.100.214 port 55116:11: Bye Bye [preauth]
dic 15 13:34:37 localhost.localdomain sshd[28147]: Disconnected from 94.237.100.214 port 55116 [preauth]
dic 15 13:34:42 localhost.localdomain sshd[28163]: Address 104.131.46.166 maps to tcwebadmin.com, but this does not map back to the address - POSSIBLE
dic 15 13:34:42 localhost.localdomain sshd[28163]: Invalid user csserver from 104.131.46.166 port 55672
dic 15 13:34:42 localhost.localdomain sshd[28163]: input_userauth_request: invalid user csserver [preauth]
dic 15 13:34:42 localhost.localdomain sshd[28163]: pam_unix(sshd:auth): check pass; user unknown
dic 15 13:34:42 localhost.localdomain sshd[28163]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=104.131.46.
dic 15 13:34:44 localhost.localdomain sshd[28163]: Failed password for invalid user csserver from 104.131.46.166 port 55672 ssh2
dic 15 13:34:44 localhost.localdomain sshd[28163]: Received disconnect from 104.131.46.166 port 55672:11: Bye Bye [preauth]
dic 15 13:34:44 localhost.localdomain sshd[28163]: Disconnected from 104.131.46.166 port 55672 [preauth]
dic 15 13:34:47 localhost.localdomain sshd[28161]: Invalid user sybsrj from 122.146.196.217 port 41349
dic 15 13:34:47 localhost.localdomain sshd[28161]: input_userauth_request: invalid user sybsrj [preauth]
dic 15 13:34:47 localhost.localdomain sshd[28161]: pam_unix(sshd:auth): check pass; user unknown
dic 15 13:34:47 localhost.localdomain sshd[28161]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=122.146.196
Sombody help me please,
i tryed looking for this issue but i can't founded nothing!