X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 2AA701EB598 for ; Mon, 19 Apr 2010 09:46:08 +0000 (UTC) Received: by wwa36 with SMTP id 36so2853416wwa.13 for ; Mon, 19 Apr 2010 02:46:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=4MhTvRbhudNd+CIDuHbzNR3a38PumWVfVzbh9jlQxjs=; b=M1f8K2+QiQZ7dPL+H8zcwVGilJwpriSZqhkgSWsHqdsRQp2TbmBsOrBfJjhLrWdBN2 WXo7/Bot86HixCBar15aJ/PB49xuuroDnAfZbsjmPDg9L12gbpUa8+n8t/uYW5R6yXxs xsElXVXyClR6SWoicSVBh5XIw1gd+JUai+nPU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=WQvLGWE+ppIVEwdaIRJLnhRTNuvod6JpZ6VPnqWiGyMIzQ/jp3VjcuF14ASfmmHMGP kVgxQbSraR/Zuwp+234ThPJRbrExpBj1HSlRTiaa1rUJjIVYPxpZ+MVQwo7HBbjz9zoJ dWpO8TnsbQyiajzltKeXC3ndFPmPpVeOv3EjE= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.216.37.80 with HTTP; Mon, 19 Apr 2010 02:46:05 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Apr 2010 11:46:05 +0200 Received: by 10.216.85.198 with SMTP id u48mr6428354wee.225.1271670365937; Mon, 19 Apr 2010 02:46:05 -0700 (PDT) Message-ID: Subject: Re: [alpine-devel] iscsi issue From: Leonardo Arena To: Alpine-devel Content-Type: text/plain; charset=ISO-8859-1 On Mon, Apr 19, 2010 at 11:10 AM, Natanael Copa wrote: [...] >> ERROR: linux-grsec-2.6.32.9-r3: Read-only file system >> Executing busybox-1.16.0-r7.trigger >> depmod: can't open 'modules.dep': Read-only file system >> storage:/etc# /etc/init.d/ietd start >> * net.core.rmem_max (112640) is lower than recommended 1048576 >> * net.core.rmem_default (112640) is lower than recommended 1048576 >> * net.core.wmem_max (112640) is lower than recommended 1048576 >> * net.core.wmem_default (112640) is lower than recommended 1048576 >> * net.ipv4.tcp_mem:min (45408) is lower than recommended 1048576 >> * net.ipv4.tcp_mem:default (60544) is lower than recommended 1048576 >> * net.ipv4.tcp_mem:max (90816) is lower than recommended 1048576 >> * net.ipv4.tcp_rmem:min (4096) is lower than recommended 1048576 >> * net.ipv4.tcp_rmem:default (87380) is lower than recommended 1048576 >> * net.ipv4.tcp_wmem:min (4096) is lower than recommended 1048576 >> * net.ipv4.tcp_wmem:default (16384) is lower than recommended 1048576 >> * Loading iSCSI-Target modules - iscsi_trgt... >> modprobe: module iscsi_trgt not found in modules.dep > > hum... looks like 1.10.1 is broken. The iscsi_trgt.ko is in wrong location. Natanael, that location was discussed together when I built open-iscsi. iirc, we decided to move custom/modified kernel modules to "extra" dir in order to prevent "overwriting" vanilla kernel modules. Let me know if you think I should move open-iscsi modules too. leo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---