X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by lists.alpinelinux.org (Postfix) with ESMTP id CDB851EB598 for ; Sat, 17 Apr 2010 09:56:10 +0000 (UTC) Received: by wyf28 with SMTP id 28so294149wyf.13 for ; Sat, 17 Apr 2010 02:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=yM6jxpVAPNRpHXzzIpPPO1q9ku7/WlTpE9a0PlnkfbI=; b=HuzsNHkjd4V76NDPlP5b1U/aI1zMEbcLtkJ/C6gVuHOZLqb4K3OrAwlpf6qpMblViP jD2Lx+YSms1JGdxkCfQMEgFe3ZklxACSC/ubLSKhgzjvfybBtfTnKEPIXI2n2+1gyfxY /MUt+hqHrYzeJALuzOI8BFR4/HUtnkA2bFr50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Ww8VOPOR4U90dZLetV7lNEFtTTc7rfgi1Z9eM9LqxxbPHry9w5MKodnJcmLKfSAMLO A70E9IqaKEKfSYV4c5zYktW/eiKE5zgH9uTDfNpJ8qCw81qQhahIjCo225eHQxhJPrEh s/JeAG2BCfwnSOpHxf2JX9Lmn5SVVm6GeiEPc= 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.152.227 with HTTP; Sat, 17 Apr 2010 02:56:08 -0700 (PDT) Date: Sat, 17 Apr 2010 11:56:08 +0200 Received: by 10.216.91.80 with SMTP id g58mr202791wef.181.1271498168963; Sat, 17 Apr 2010 02:56:08 -0700 (PDT) Message-ID: Subject: [alpine-devel] iscsi issue From: Carlo Landmeter To: Alpine-devel Content-Type: text/plain; charset=ISO-8859-1 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 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 [!!] * Starting iSCSI Enterprise Target... [!!] * ERROR: ietd failed to start I guess im missing a step here? -carlo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---