From owner-freebsd-geom@FreeBSD.ORG Sun Mar 25 20:10:14 2012 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35C77106566B for ; Sun, 25 Mar 2012 20:10:14 +0000 (UTC) (envelope-from eric.saintetienne@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id E6ABA8FC34 for ; Sun, 25 Mar 2012 20:10:13 +0000 (UTC) Received: by vcmm1 with SMTP id m1so5556944vcm.13 for ; Sun, 25 Mar 2012 13:10:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=v3HY1cKs23qT3O/eOgn+qfPtun2a21kst40uXoVDYB0=; b=XdnchrrjW9S+yClVbjOn3Y5LNeUSSfpSs4xxILgbLGQ9RX8YN6jQukGgBj/BDgxzT+ W1vTbsd+eU1PKwwHs7V6Hu7wmLtp5eSMtvnVO1j4uaxpxYn5/8mYWHBQgvOSvPSdX/E1 qGzJ5mq5PKO6KzW72AHa0amuWAjxB6tX1PA8NrMHr/fu7f8kJ+vWB9woI1Yej0/fbp3o 5hGCeF0CugNtEYS+mehRXJt+OE7GaFTABKG5BrI0AMzb+qHbloOkFHxFF1Wx9UUH3MO6 nXbGeo3c4G9i5uQV/oPKiGW8TP2gNBRmWPDaZIQX/jFTBj2aaKsryQdr10jMudwx+d56 gEQg== Received: by 10.220.116.68 with SMTP id l4mr9033485vcq.4.1332706213346; Sun, 25 Mar 2012 13:10:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.149.9 with HTTP; Sun, 25 Mar 2012 13:09:43 -0700 (PDT) From: Eric Saint-Etienne Date: Sun, 25 Mar 2012 21:09:43 +0100 Message-ID: To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: geom gate freezes the system X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2012 20:10:14 -0000 GEOM Gate just freeze after transfering a couple of MB: Freebsd 8.2 (64 bits) on VMWare Player 4.0.2, fresh install. All done as root: created /etc/gg.exports: # 127.0.0.0/8 RW /usr/tmp/file generated /usr/tmp/file (40 MB) using dd: # dd if=/dev/zero of=/usr/tmp/file bs=512 count=80000 run ggated # ggated run ggatec:ggatec create localhost /usr/tmp/file # ggate0 created a new filesystem and mounted it: # newfs /dev/ggate0 # mount /dev/ggate0 /root/mnt Copy files: # cp -R /usr /root/mnt After 6.1MB cp is stuck in a system call (Ctrl+C and Ctrl+Z display ^C and ^Z) I know it's 6.1 MB because that's waht df says. Many other disk I/Os are stuck (ls -l never returns, but I can create a file with cat ans shell redirection) 'halt' or 'reboot' also just hang forever. No message/error printed in the console Will try with a 32 bits freebsd 8.2 (on VMware as I don't have a 2nd machine) Thank you