Re: [PATCH 1/1] Bug fix on IPC address copy

2014-01-09 Thread c . hendrickson09
Did this not get merged? I'm seeing a connection refused in a strace output of iscsiadm -m session -P 3 20599 write(1, Target: iqn.2010-01.com.myhostname..., 53) = 53 20599 write(1, \tCurrent Portal: 172.16.0.115:32..., 37) = 37 20599 write(1, \tPersistent Portal: 172.16.0.115..., 40) = 40

Re: [PATCH 1/1] Bug fix on IPC address copy

2014-01-09 Thread Mike Christie
A version of the patch has been merged in the upstream tree. Not sure if it has made it into all the distos. On 1/3/14 11:45 AM, c.hendrickso...@gmail.com wrote: Did this not get merged? I'm seeing a connection refused in a strace output of iscsiadm -m session -P 3 20599 write(1, Target:

Re: [PATCH 1/1] Bug fix on IPC address copy

2013-12-01 Thread Bart Van Assche
On 11/18/13 22:59, Mike Christie wrote: On 11/14/2013 05:53 PM, micha...@cs.wisc.edu wrote: From: Yufei Ren yufei@stonybrook.edu Got can not connect to iSCSI daemon (111)! error during starting iscsi service by: $ iscsiadm -m node --loginall=all Traced down and found that the sun_path

Re: [PATCH 1/1] Bug fix on IPC address copy

2013-11-19 Thread Mike Christie
On 11/18/2013 03:59 PM, Mike Christie wrote: On 11/14/2013 05:53 PM, micha...@cs.wisc.edu wrote: From: Yufei Ren yufei@stonybrook.edu Got can not connect to iSCSI daemon (111)! error during starting iscsi service by: $ iscsiadm -m node --loginall=all Traced down and found that the

Re: [PATCH 1/1] Bug fix on IPC address copy

2013-11-18 Thread Mike Christie
On 11/14/2013 05:53 PM, micha...@cs.wisc.edu wrote: From: Yufei Ren yufei@stonybrook.edu Got can not connect to iSCSI daemon (111)! error during starting iscsi service by: $ iscsiadm -m node --loginall=all Traced down and found that the sun_path was mis-used in both iscsid and

Re: Antw: [PATCH 1/1] Bug fix on IPC address copy

2013-11-15 Thread Mike Christie
On 11/15/2013 01:09 AM, Ulrich Windl wrote: micha...@cs.wisc.edu schrieb am 15.11.2013 um 00:53 in Nachricht 1384473233-4711-1-git-send-email-micha...@cs.wisc.edu: From: Yufei Ren yufei@stonybrook.edu Got can not connect to iSCSI daemon (111)! error during starting iscsi service by: $

Re: [PATCH 1/1] Bug fix on IPC address copy

2013-11-15 Thread The Lee-Man
On Thursday, November 14, 2013 11:09:37 PM UTC-8, Uli wrote: mich...@cs.wisc.edu javascript: schrieb am 15.11.2013 um 00:53 in Nachricht 1384473233-4711-1-git-send-email-micha...@cs.wisc.edu javascript:: From: Yufei Ren yufe...@stonybrook.edu javascript: Got can not connect to

Antw: [PATCH 1/1] Bug fix on IPC address copy

2013-11-14 Thread Ulrich Windl
micha...@cs.wisc.edu schrieb am 15.11.2013 um 00:53 in Nachricht 1384473233-4711-1-git-send-email-micha...@cs.wisc.edu: From: Yufei Ren yufei@stonybrook.edu Got can not connect to iSCSI daemon (111)! error during starting iscsi service by: $ iscsiadm -m node --loginall=all Traced