Re: Logging hanging. Invalid session - SOLVED

2015-02-05 Thread Nicolas Ecarnot
SOLVED by Mike. I'm sorry I did not see it at first time, but I accidentally installed the i686 version of the iscsiadm-utils package. What was weird though was that using this 32bits tool was successful for discovering the targets. But it wasn't able to login. I made a good cleanup into my

Re: [PATCHv2 0/9] Rewrite event handling

2015-02-05 Thread Andy Grover
On 02/05/2015 12:06 AM, Mike Christie wrote: I tried to just do: case EV_CONN_POLL: - actor_init(ev_context-actor, session_conn_poll, - ev_context); - actor_schedule(ev_context-actor); + actor_timer(ev_context-actor, 1,

Re: iscsid stop using system not working correctly

2015-02-05 Thread The Lee-Man
Thanks, Chris, for tracking down the systemd problem and reporting it. -- 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 open-iscsi+unsubscr...@googlegroups.com. To

[PATCH 2/2] Add some more debug logging to actor.c

2015-02-05 Thread Andy Grover
Since it's proven a little tricky. Signed-off-by: Andy Grover agro...@redhat.com --- usr/actor.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/usr/actor.c b/usr/actor.c index 2e1f038..8347cf6 100644 --- a/usr/actor.c +++ b/usr/actor.c @@ -92,16 +92,23