Antw: Re: The keyword 'static' in Makefile of user source folder

2012-06-29 Thread Ulrich Windl
Mike Christie micha...@cs.wisc.edu schrieb am 28.06.2012 um 19:44 in Nachricht 4fec9817.2050...@cs.wisc.edu: On 06/28/2012 08:00 AM, Legend.Ji wrote: I confused why the static link mode is used when link the iscsistart? Any answer will be helpful, thanks. When iscsistart was created

HELP! iscsiadm: No records found! and iscsiadm: connection to discovery failed

2012-06-29 Thread rgc-iscsi
I am trying to connect to two iscsi drives already set up on a NAS drive. Windows can easily connect to these but the server being used to run back ups is linux/debian 6.0.4 with kernel 2.6.32-5-686-bigmem and open-iscsi is newest i believe. I have checked this forum and others trying to find

Re: HELP! iscsiadm: No records found! and iscsiadm: connection to discovery failed

2012-06-29 Thread Mike Christie
On 06/29/2012 01:27 PM, rgc-iscsi wrote: I am trying to connect to two iscsi drives already set up on a NAS drive. Windows can easily connect to these but the server being used to run back ups is linux/debian 6.0.4 with kernel 2.6.32-5-686-bigmem and open-iscsi is newest i believe. I have

Re: HELP! iscsiadm: No records found! and iscsiadm: connection to discovery failed

2012-06-29 Thread rgc-iscsi
How do I setup the acls? The var/log/messages is very long. Here some lines: I'm not sure of the 139.169.246.129 address. Feb 27 12:07:40 ddshost kernel: [5360471.243943] martian source 139.169.246.129 from 10.29.6.179, on dev br0 Feb 27 12:07:40 ddshost kernel: [5360471.243945] ll header:

Re: HELP! iscsiadm: No records found! and iscsiadm: connection to discovery failed

2012-06-29 Thread rgc-iscsi
Yes the 10.29... address is correct. I can ping it from the linux though with response and I can connect and mnt the cifs share on the drive also. It is not currently connected to the cifs share though. I will see if my coworker can check with wireshark since I do not have it on my computer

[PATCH] BNX2I: Removed the reference to the netdev-base_addr

2012-06-29 Thread Eddie Wai
The netdev-base_addr parameter has been deprecated in the L2 bnx2 driver. This is used by bnx2i for the BARn iomapping. This patch will directly reference the pci_resource_start instead of using the deprecated netdev-base_addr. Signed-off-by: Eddie Wai eddie@broadcom.com ---

Re: HELP! iscsiadm: No records found! and iscsiadm: connection to discovery failed

2012-06-29 Thread Mike Christie
On 06/29/2012 02:53 PM, rgc-iscsi wrote: Yes the 10.29... address is correct. I can ping it from the linux though with response and I can connect and mnt the cifs share on the drive also. It is not currently connected to the cifs share though. I will see if my coworker can check with

Re: HELP! iscsiadm: No records found! and iscsiadm: connection to discovery failed

2012-06-29 Thread Mike Christie
Could you also tell me what type of NAS drive you have? And you are sure it has iscsi enabled, right? When you said Windows can easily connect did you meant with iscsi and you still have it setup to do iscsi? On 06/29/2012 08:56 PM, Mike Christie wrote: On 06/29/2012 02:53 PM, rgc-iscsi

Re: [PATCH] BNX2I: Removed the reference to the netdev-base_addr

2012-06-29 Thread Mike Christie
On 06/29/2012 06:37 PM, Eddie Wai wrote: The netdev-base_addr parameter has been deprecated in the L2 bnx2 driver. This is used by bnx2i for the BARn iomapping. This patch will directly reference the pci_resource_start instead of using the deprecated netdev-base_addr. Signed-off-by: Eddie Wai

Re: [PATCH] cxgb4i: tcp push bit fix

2012-06-29 Thread Mike Christie
On 06/28/2012 06:49 PM, k...@chelsio.com wrote: [PATCH] cxgb4i: tcp push bit fix From: Karen Xie k...@chelsio.com Fixed the parentheses so the tcp push bit would be sent properly. Signed-off-by: Karen Xie k...@chelsio.com Looks ok to me. Reviewed-by: Mike Christie micha...@cs.wisc.edu --