X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by lists.alpinelinux.org (Postfix) with ESMTP id 6D11D1EB598 for ; Mon, 19 Apr 2010 09:10:41 +0000 (UTC) Received: by bwz5 with SMTP id 5so4511767bwz.20 for ; Mon, 19 Apr 2010 02:10:40 -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:cc:content-type; bh=UVFWvCGsTZZA3cg4kWcYa40uBTbPHFeF4lKhssk0dvw=; b=V+9BhRBRFsnz/CGmDfm4zG5WpUGFd/uNYzwjiRz5bea0H9AilVhhV2aScIHXnWq7cp AlNwdbUWi29tAwV07qEG8OyMpDxFy8afgteL+i+xRlDe7R7amNI4Crtb91JWypzoDPd3 fK0xFO74n41RQdhH9LZUCtlHEvD1HS0+i6biw= 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 :cc:content-type; b=t8ndtNd1jYQbvMv/cU6NXX0efPUCQIqS/4xjSLeLeIhRUuBOIAXmwhFivigBZn7Kp7 HSmUwy96zTJnIAzH6x3ZR43OxQephP9G/Xp35ZlwbdYtBCEOSQuXaLPPPBT0V9SLyAKJ dgqL7bcqXmwQ0e/SXmOWZC3nR+2g2iYdTyWxg= 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.204.57.144 with HTTP; Mon, 19 Apr 2010 02:10:40 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Apr 2010 11:10:40 +0200 Received: by 10.204.74.98 with SMTP id t34mr4363805bkj.154.1271668240231; Mon, 19 Apr 2010 02:10:40 -0700 (PDT) Message-ID: Subject: Re: [alpine-devel] iscsi issue From: Natanael Copa To: Carlo Landmeter Cc: Alpine-devel Content-Type: text/plain; charset=ISO-8859-1 On Sat, Apr 17, 2010 at 11:56 AM, Carlo Landmeter wrote: > Hi, > > Im trying to setup a iscsi server with AL but it have some issues with > install the kernel module: > > storage:/etc# apk add iscsitarget-grsec > (1/4) Installing mkinitfs (2.0_rc7-r0) > (2/4) Installing linux-firmware (2.6.32.9-r3) > (3/4) Installing linux-grsec (2.6.32.9-r3) > ERROR: Failed to extract lib/modules/2.6.32.9-grsec/modules.alias: > Read-only file system This sounds like you are trying to install on a run-from-ram setup which uses modloop. I think iscsitarget is on the modloop (cramfs image) already so you dont need install the package. > 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. You can workaround it with: insmod /lib/modules/extra/iscsi/iscsi_trgt.ko If you add it to issue tracker I'll verify its fixed in 1.10.2 whenever that is released. thanks! -- Natanael Copa --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---