open-iscsi / open-isns

iSNS server and client for Linux
GNU Lesser General Public License v2.1
26 stars 22 forks source link

The command "isnsd --init" fails with useless error messages #32

Closed gonzoleeman closed 3 years ago

gonzoleeman commented 3 years ago

As mentioned in Issue #31, "isnsd --init" fails since the openssl change.

The output looks like:

# ./isnsd --init -d all
/etc/iscsi/initiatorname.iscsi: No such file or directory
Generating DSA parameters; this may take a while
+
Warning: Error generating DSA parameters - OpenSSL errors follow:
gonzoleeman commented 3 years ago

It looks like the problem is commit:

86bf736 General cleanup for the compiler. Which is strange, because that commit was not supposed to change any functionality. I will debug further.

gonzoleeman commented 3 years ago

ok, this is fixed with:

d3805876b641 Fix broken server authentication initialization. I also pushed:

c6d84a7a94bd Update version string to "0.100". Since we are at version 0.100, so "isnsadm -V" should reflect that!

gonzoleeman commented 3 years ago

closing this issue.