On Jun 26, 2013, at 8:55 AM, Jan Vesely <[email protected]> wrote: > From: Jan Vesely <[email protected]> > > Without this patch connections to iscsiuio fail, and strace prints: > > connect(8, {sa_family=AF_FILE, path=@"ISCSID_UIP_ABSTRACT_NAMESPACE"}, 32) = > -1 ECONNREFUSED (Connection refused) > > Note that updating mgmt_ipc_listen and ipc_connect to use sizeof(addr) instead > of the precomputed values also fixes the issue. > Looks like "(Null bytes in the name have no special significance.)" [man 7 > unix] is the culprit here. >
I think I like that idea better since we would not have to worry about this issue all the time. However, I merged your patch in commit id 3d7df63cc2978abf33733234ddbc50d075039ce3 for now. I will loom into the sizeof addr suggestion when I get time. Thanks. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/groups/opt_out.
