RHEL 7.6, srp_daemon not starting automatically
I noticed that my "srp_daemon" is not starting automatically after [re]boot, and I have to start it manually. Does anybody else having the same problem?
I enabled the daemon:
[root@dbt2 ~]# systemctl enable srp_daemon
Created symlink from /etc/systemd/system/remote-fs-pre.target.wants/srp_daemon.service to /usr/lib/systemd/system/srp_daemon.service.
[root@dbt2 ~]#
After rebooting the system, this is what I find
[root@dbt2 ~]# multipath -r
Sep 24 14:33:19 | 3600605b00bba92901fc88b9112e47264: ignoring map
[root@dbt2 ~]#
I have to start the srp_daemon manually
[root@dbt2 ~]# systemctl status srp_daemon
● srp_daemon.service - Daemon that discovers and logs in to SRP target systems
Loaded: loaded (/usr/lib/systemd/system/srp_daemon.service; enabled; vendor preset: disabled)
Active: inactive (dead)
Docs: man:srp_daemon
file:/etc/srp_daemon.conf
[root@dbt2 ~]#
[root@dbt2 ~]#
[root@dbt2 ~]# systemctl start srp_daemon
[root@dbt2 ~]#
[root@dbt2 ~]# systemctl status srp_daemon
● srp_daemon.service - Daemon that discovers and logs in to SRP target systems
Loaded: loaded (/usr/lib/systemd/system/srp_daemon.service; enabled; vendor preset: disabled)
Active: active (exited) since Mon 2018-09-24 14:33:55 UTC; 1s ago
Docs: man:srp_daemon
file:/etc/srp_daemon.conf
Process: 14167 ExecStart=/usr/libexec/srp_daemon/start_on_all_ports (code=exited, status=0/SUCCESS)
Main PID: 14167 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/srp_daemon.service
Sep 24 14:33:55 dbt2 systemd[1]: Starting Daemon that discovers and logs in to SRP target systems...
Sep 24 14:33:55 dbt2 systemd[1]: Started Daemon that discovers and logs in to SRP target systems.
[root@dbt2 ~]#
Responses
Hi Marcelo,
This appears to be a bug ... I suggest that you report it on https://bugzilla.redhat.com. :)
Regards,
Christian
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
