Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the release .tar.gz files #1

Closed
bsnapko opened this issue Jun 20, 2018 · 2 comments
Closed

Question about the release .tar.gz files #1

bsnapko opened this issue Jun 20, 2018 · 2 comments

Comments

@bsnapko
Copy link

bsnapko commented Jun 20, 2018

Hello,

This is a minor question about the download release .tar.gz files.

When downloading release files from the GitHub opensm release URL :
https://github.com/linux-rdma/opensm/releases

The file names seem to have the project name prepended to the expected file name and version number. The expected download file release name was constructed using the OFA previous release names. e.g. opensm-3.3.20.tar.gz

For example, Downloading a .tar.gz file for opensm-3.3.20 results in a file named opensm-opensm-3.3.20.tar.gz

This double project name results in the .tar.gz directories to have the double project name.
For example, extracting the 3.3.20 release .tar.gz file would result in this directory naming.
opensm-opensm-3.3.20/NEWS
opensm-opensm-3.3.20/README

Is this double project name planned and will be used going forward in future releases?

Thank you for your help.

@hnrose
Copy link
Contributor

hnrose commented Jun 20, 2018

The OpenSM git repo was recently moved from the OFA server to github. Here is the announcement that I sent:

Subject: [ANNOUNCE] opensm git repo is now moved from OFA server to github.com linux-rdma
Date: Tue, 12 Jun 2018 10:02:45 -0400
From: Hal Rosenstock hal@dev.mellanox.co.il
To: ewg@lists.openfabrics.org, linux-rdma@vger.kernel.org linux-rdma@vger.kernel.org

The opensm git repo on the OFA server (http://git.openfabrics.org/?p=~halr/opensm.git) is now obsolete
and has been moved to the linux-rdma project in github.com (https://github.com/linux-rdma/opensm).

Original releases (tar balls) are available on http://downloads.openfabrics.org/management/

Last release was opensm-3.3.20 on June 9, 2016

Note the sentence about the original releases (tar balls). The github releases are not the original releases. Does the 3.3.20 release in http://downloads.openfabrics.org/management/ do the same thing ?

Official github releases for OpenSM will start with the 3.3.21 release. It will be fixed there.

-- Hal

@bsnapko
Copy link
Author

bsnapko commented Jun 20, 2018

Does the 3.3.20 release in http://downloads.openfabrics.org/management/ do the same thing ?
No, the 3.3.20 does not have the double project name.

Thank you for your help.

@hnrose hnrose closed this as completed Jul 25, 2018
hnrose pushed a commit that referenced this issue Nov 30, 2018
Core was generated by `/usr/sbin/opensm -F /opt/wd/i'.
Program terminated with signal 6, Aborted.
 #0  0x000000394e632925 in raise () from /lib64/libc.so.6
 #0  0x000000394e632925 in raise () from /lib64/libc.so.6
 #1  0x000000394e634105 in abort () from /lib64/libc.so.6
 #2  0x000000394e670837 in __libc_message () from /lib64/libc.so.6
 #3  0x000000394e676166 in malloc_printerr () from /lib64/libc.so.6
 #4  0x0000000000431b56 in destroy_routing_engines (osm=0x7fff01bddbb0) at osm_opensm.c:284
 #5  0x0000000000431cc0 in osm_opensm_destroy (p_osm=0x7fff01bddbb0) at osm_opensm.c:343
 #6  0x000000000040dadd in main (argc=3, argv=0x7fff01c0c268) at main.c:1280

Fixes: 7f98069 ("osm_opensm.c: destroy_routing_engines should destroy the default routing engine")
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants