From owner-freebsd-stable@FreeBSD.ORG Sun Mar 21 08:56:34 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75B5916A4CF for ; Sun, 21 Mar 2004 08:56:34 -0800 (PST) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E06C43D31 for ; Sun, 21 Mar 2004 08:56:34 -0800 (PST) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cs.huji.ac.il with esmtp id 1B56FT-000GRY-1q for freebsd-stable@freebsd.org; Sun, 21 Mar 2004 18:56:31 +0200 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: freebsd-stable@freebsd.org In-Reply-To: Message from Danny Braniss of "Fri, 19 Mar 2004 19:55:20 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 21 Mar 2004 18:56:30 +0200 From: Danny Braniss Message-Id: Subject: Re: cancontrol not working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 16:56:34 -0000 > hi, > with a quiet resent -stable, camcontrol is giving: > > dev# camcontrol devlist > camcontrol: error sending CAMIOCOMMAND ioctl: Invalid argument > > anybody else seeing this? else i guess something got screwed at this end > (not the first time :-) solved! the KERNCONF file had: options MAXDSIZ="((2*1024-1)*1024*1024)" # this solved thread problems reducing it further to MAXDSIZ="(2000*1024*1024)" solved it danny