From owner-freebsd-current@FreeBSD.ORG Mon Aug 14 08:12:05 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75AC116A4E1 for ; Mon, 14 Aug 2006 08:12:05 +0000 (UTC) (envelope-from wilkinsa@obelix.dsto.defence.gov.au) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DB043D60 for ; Mon, 14 Aug 2006 08:11:59 +0000 (GMT) (envelope-from wilkinsa@obelix.dsto.defence.gov.au) Received: from ednmsw501.dsto.defence.gov.au (ednmsw501.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id k7E8A2iC019391 for ; Mon, 14 Aug 2006 17:40:02 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw501.dsto.defence.gov.au (Content Technologies SMTPRS 4.3.17) with ESMTP id for ; Mon, 14 Aug 2006 17:41:53 +0930 Received: from ednex510.dsto.defence.gov.au (ednex510.dsto.defence.gov.au [131.185.2.170]) by muttley.dsto.defence.gov.au (8.11.3/8.11.3) with ESMTP id k7E858708231 for ; Mon, 14 Aug 2006 17:35:08 +0930 (CST) Received: from obelix.dsto.defence.gov.au ([203.6.60.208]) by ednex510.dsto.defence.gov.au with Microsoft SMTPSVC (6.0.3790.1830); Mon, 14 Aug 2006 17:35:07 +0930 Received: from obelix.dsto.defence.gov.au (localhost [127.0.0.1]) by obelix.dsto.defence.gov.au (8.13.7/8.13.7) with ESMTP id k7E84qKY040233 for ; Mon, 14 Aug 2006 16:04:52 +0800 (WST) (envelope-from wilkinsa@obelix.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by obelix.dsto.defence.gov.au (8.13.7/8.13.7/Submit) id k7E84pi5040232 for freebsd-current@freebsd.org; Mon, 14 Aug 2006 16:04:51 +0800 (WST) (envelope-from wilkinsa) Date: Mon, 14 Aug 2006 16:04:51 +0800 From: "Wilkinson, Alex" To: freebsd-current@freebsd.org Message-ID: <20060814080451.GG16176@obelix.dsto.defence.gov.au> Mail-Followup-To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 X-OriginalArrivalTime: 14 Aug 2006 08:05:07.0605 (UTC) FILETIME=[5B570C50:01C6BF78] X-TM-AS-Product-Ver: SMEX-7.0.0.1345-3.52.1006-14624.000 X-TM-AS-Result: No--1.100000-0.000000-31 Subject: ggatec(8) - ioctl(/dev/ggctl): Invalid argument. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 08:12:05 -0000 Hi all, I am trying to use ggatec(8) on 5-STABLE to mount a device file on a 7-CURRENT and am seeing the following error: # sudo ggatec create -vo ro hostname /dev/da0s1 info: Connected to the server: obelix:3080. debug: Sending initial packet. debug: Receiving initial packet. error: ggatec: ioctl(/dev/ggctl): Invalid argument. error: Exiting. Any ideas ? -aW