Hide Forgot
Description of problem: On system boot, systemd runs the rdma and opensm to bring up their respective subsystems. Unfortunately, it runs the systemd script first. Since systemd needs rdma to be up in order to do anything, it fails. Version-Release number of selected component (if applicable): opensm-3.3.12-1.fc17.x86_64 How reproducible: Always Steps to Reproduce: 1.configure a machine with rdma and opensm 2.boot it 3.confirm that opensmd is not running, and must be started by hand. Actual results: No opensmd running Expected results: opensmd running Additional info: My configuration has two IB subnets, and opensmd is configured to run on both of them.
Same problem here on Fedora 16 with opensm-3.3.12-1.fc16.x86_64, the /etc/init.d/opensm script contains this directive: # Required-Start: $openib Whilst /etc/init.d/rdma has: # Provides: rdma Changing the /etc/init.d/opensm script to "Required-Start: $rdma" doesn't seem to help though.
You have to fix both the rdma script and the opensm script (which I did). Fixing one doesn't solve the other one.
opensm-3.3.13-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/opensm-3.3.13-1.fc16
opensm-3.3.13-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/opensm-3.3.13-1.fc15
opensm-3.3.13-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/opensm-3.3.13-1.fc17
Package opensm-3.3.13-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing opensm-3.3.13-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-2661/opensm-3.3.13-1.fc17 then log in and leave karma (feedback).
opensm-3.3.13-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
opensm-3.3.13-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
opensm-3.3.13-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.