Re: Unable to clone open-iscsi git tree

2011-09-11 Thread Foo Bar
Hi, *.kernel.org is down for maintainance. See http://lwn.net/Articles/457142/ - Craig On 10 Sep., 21:37, Vivek S vivek...@gmail.com wrote: Hi, I get the below error when I try to clone the open-iscsi git tree Cloning into open-iscsi... git.kernel.org[0: 92.242.132.8]: errno=Connection

Re: Antw: [PATCH] open-iscsi-ldflags.patch

2011-09-07 Thread Foo Bar
Hi, -CFLAGS += $(OPTFLAGS) -O2 -fno-inline -Wall -Wstrict-prototypes -g +CFLAGS += $(OPTFLAGS) $(LDFLAGS) -Wall -Wstrict-prototypes -g Now $(LDFLAGS) are duplicated, right? Ulrich I am really bad at this. (: It's all good now, I hope. diff --git a/usr/Makefile b/usr/Makefile index

Re: PowerVault MD3200i/MD3220i

2011-08-26 Thread Foo Bar
On 26 Aug., 12:46, swejis jo...@wehay.com wrote: Greetings. Considering buying a PowerVault MD3200i/MD3220i. Anyone here using that target with open-iscsi ? And if so what is your experience ? Yes, I own such a box. I hate it a bit. Why? - rather low pricing, but lots of anti-features: no

Re: Antw: [PATCH] open-iscsi-ldflags.patch

2011-08-26 Thread Foo Bar
While patching it: Shouldn't -O2 -fno-inline be part of $(OPTFLAGS)? Ulrich I guess so - here is the patch with fixed OPTFLAGS, it's ok for merging now. :) Best regardsm Craig diff --git a/usr/Makefile b/usr/Makefile index 3ee0cb4..dcf78c2 100644 --- a/usr/Makefile +++ b/usr/Makefile @@

Re: open-iscsi-overflow-search-ibft

2011-08-26 Thread Foo Bar
Hi, your patch did not apply, I patched it against the current git tree: --- a/utils/fwparam_ibft/fwparam_ibft.c +++ b/utils/fwparam_ibft/fwparam_ibft.c @@ -415,7 +415,7 @@ char *search_ibft(unsigned char *start, int length) cur_ptr = (unsigned char *)start; for (cur_ptr =

Re: open-iscsi-synchronize-startup-settings

2011-08-26 Thread Foo Bar
Hi, On Aug 17, 2:07 pm, s...@i3.noreply.com wrote: From e7e8d62b02361c05e857cd87a68855725c3a72c7 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke h...@suse.de Date: Fri, 17 Jul 2009 16:00:39 +0200 Subject: [PATCH] Synchronize startup settings does not apply against current git tree. This one

[PATCH] open-iscsi-ldflags.patch

2011-08-17 Thread Foo Bar
Hi, attached you will find a patch for the Makefile to respect LDFLAGS. It would be nice to see it in the next release, thanks! diff --git a/usr/Makefile b/usr/Makefile index 3ee0cb4..5e3128a 100644 --- a/usr/Makefile +++ b/usr/Makefile @@ -30,7 +30,7 @@ DCB_OBJ= endif endif -OPTFLAGS ?= -O2