Re: [PATCH 2/3] iscsi tools: added ping support

2012-03-05 Thread Mike Christie
On 02/16/2012 02:45 AM, vikas.chaudh...@qlogic.com wrote: + + rc = iface_conf_read(iface); + if (rc) { + log_error(Could not read iface %s (%d)., iface-name, rc); + goto ping_exit; + } + + if (strcmp(iface-bootproto, dhcp) !strstr(iface-ipaddress,

Re: [PATCH 1/2] iscsi-tools: Add support to display CHAP list and delete

2012-03-05 Thread Mike Christie
On 02/27/2012 06:10 AM, vikas.chaudh...@qlogic.com wrote: +/* chap fields */ +#define CHAP_INDEX chap.chap_tbl_idx +#define CHAP_USERNAMEchap.username +#define CHAP_PASSWORDchap.password +#define CHAP_PASSWORD_LENchap.password_length +#define

Re: [PATCH 2/3] iscsi tools: added ping support

2012-03-05 Thread Vikas Chaudhary
-Original Message- From: Mike Christie micha...@cs.wisc.edu Date: Mon, 5 Mar 2012 03:35:09 -0800 To: Vikas Chaudhary vikas.chaudh...@qlogic.com Cc: open-iscsi@googlegroups.com open-iscsi@googlegroups.com, Ravi Anand ravi.an...@qlogic.com, Lalit Chandivade lalit.chandiv...@qlogic.com

Re: [PATCH 1/2] iscsi-tools: Add support to display CHAP list and delete

2012-03-05 Thread Vikas Chaudhary
-Original Message- From: Mike Christie micha...@cs.wisc.edu Date: Mon, 5 Mar 2012 03:42:13 -0800 To: open-iscsi@googlegroups.com open-iscsi@googlegroups.com Cc: Vikas Chaudhary vikas.chaudh...@qlogic.com, Lalit Chandivade lalit.chandiv...@qlogic.com, Ravi Anand ravi.an...@qlogic.com,

sleeping function called from invalid context at net/core/sock.c:1532 : iscsi_tcp_task_xmit

2012-03-05 Thread sharon
Hi, I am using the open iscsi initiator 2.0-870 Nov 21 14:20:50 localhost kernel: iscsi: registered transport (tcp) Nov 21 14:20:50 localhost iscsid: transport class version 2.0-870. iscsid version 2.0-870 kernel version is 2.6.19-1 We are getting this trace intermittently in our logs.. Has

Issue with KERNEL 2.6.36

2012-03-05 Thread Pierre-Henry DELIEGE
Hello all, I need your help because I'm a little bit lost after spending 2 days reading this group and other documents on the web. Here is my issue: We have created our own Linux distribution using LFS (kernel 2.6.36.4) and it's working pretty good. Yeaaahhh ! We would like to

TR: Installation and configuration on a Linux From Scratch distribution

2012-03-05 Thread phdeliege
Hello all, I need your help because I'm a little bit lost after spending 2 days reading this group and other documents on the web. Here is my issue: We have created our own Linux distribution using LFS (kernel 2.6.36.4) and it's working pretty good. Yeaaahhh ! We would like to implement

Re: sleeping function called from invalid context at net/core/sock.c:1532 : iscsi_tcp_task_xmit

2012-03-05 Thread Mike Christie
On 02/29/2012 08:50 PM, sharon wrote: Hi, I am using the open iscsi initiator 2.0-870 Nov 21 14:20:50 localhost kernel: iscsi: registered transport (tcp) Nov 21 14:20:50 localhost iscsid: transport class version 2.0-870. iscsid version 2.0-870 kernel version is 2.6.19-1 Are you using

iSNS authentication

2012-03-05 Thread junky_fel...@yahoo.co.in
Hi, The RFC4171 says that iSNS unicast messages SHOULD NOT include the authentication block but rather should rely on IPsec security mechanisms. Why the open iSNS code sends authentication block (with Security enabled) along with all unicast messages like registration, query etc ? Is there a