Description of problem: /etc/rc.d/init.d/opensm refers refers to obsolete $openib and /etc/ofed /opensm.conf. The references shall be replaced with $rdma and /etc/rdma/opensm.conf Version-Release number of selected component (if applicable): opensm-3.3.12-1.fc16.x86_64 Actual results: egrep 'Required-Start| config:' /etc/rc.d/init.d/opensm # config: /etc/ofed/opensm.conf # Required-Start: $openib Expected results: egrep 'Required-Start| config:' /etc/rc.d/init.d/opensm # config: /etc/rdma/opensm.conf # Required-Start: $rdma Additional info: #!/bin/bash # # Bring up/down opensm # # chkconfig: - 15 85 # description: Activates/Deactivates InfiniBand Subnet Manager # config: /etc/ofed/opensm.conf # ### BEGIN INIT INFO # Provides: opensm # Default-Stop: 0 1 2 3 4 5 6 # Required-Start: $openib # Short-Description: Starts/Stops the InfiniBand Subnet Manager # Description: Starts/Stops the InfiniBand Subnet Manager ### END INIT INFO
> The references shall be replaced with $rdma and /etc/rdma/opensm.conf Sorry, it shall be just rdma (not $rdma). # Required-Start: rdma
This has already been partially fixed. The opensm you are testing is not the latest available. However, I forgot to update the config: statement and only got the Required-Start and Required-Stop statements. The next update will fix the config line too.
opensm-3.3.13-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/opensm-3.3.13-2.fc16
opensm-3.3.13-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/opensm-3.3.13-2.fc17
opensm-3.3.13-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/opensm-3.3.13-2.fc15
Package opensm-3.3.13-2.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-2.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-3770/opensm-3.3.13-2.fc17 then log in and leave karma (feedback).
opensm-3.3.13-2.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-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.
opensm-3.3.13-2.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.