From owner-freebsd-stable@FreeBSD.ORG Thu Dec 18 04:34:58 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B03B82A; Thu, 18 Dec 2014 04:34:58 +0000 (UTC) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 364A618D1; Thu, 18 Dec 2014 04:34:58 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id rd3so593669pab.0; Wed, 17 Dec 2014 20:34:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CbNmfSiaQmVYuamwh9/JGQINzmJ0YQuNQyavHnwWsDU=; b=W9PugLHiCTo/MYVJ6QX9HJDzCbZnNlUehwyKSm245PXmEV/1jO90nI2LNLdyxZKI/y yDvsvYFgFiyccz/NNocexSeqCHBw0+RChSvXSPx8uVStcKcpr6ZJoPVC5DH15EfXx/Km soDOk+j0NrhmJ7m5jJNvyKm+NCyOrKrlIaE1sM2e/KW5ITV2aLL6I/IUYD30jKl0924g kLKTez23miR8FVSnf2J3VSdJgUt3Sjiq86cf0aydwpzDD3zoTZ6K7//7EByH/2Dl2bnA ffvS9D2EUPCQZsHsTHEb5u00FUsrn7An3xHxXfW2/k205+epafwnZaGaM7E4xE390Anq 5+6A== MIME-Version: 1.0 X-Received: by 10.70.45.17 with SMTP id i17mr68294pdm.13.1418877297717; Wed, 17 Dec 2014 20:34:57 -0800 (PST) Received: by 10.70.94.167 with HTTP; Wed, 17 Dec 2014 20:34:57 -0800 (PST) In-Reply-To: <54923507.5030908@ShaneWare.Biz> References: <5488F58D.7060708@ShaneWare.Biz> <201412161129.57704.jhb@freebsd.org> <5490BF55.3020108@ShaneWare.Biz> <2129928.1Q3VzLjDQL@ralph.baldwin.cx> <54923507.5030908@ShaneWare.Biz> Date: Wed, 17 Dec 2014 22:34:57 -0600 Message-ID: Subject: Re: Help debugging stable/10 From: Adam Vande More To: Shane Ambler Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-stable@freebsd.org" , Hans Petter Selasky , mjg@freebsd.org, Alexander Motin , Shane Ambler , John Baldwin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-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: Thu, 18 Dec 2014 04:34:58 -0000 On Wed, Dec 17, 2014 at 7:59 PM, Shane Ambler wrote: > > On 18/12/2014 01:00, John Baldwin wrote: > >> On Wednesday, December 17, 2014 09:55:09 AM Shane Ambler wrote: >> >>> I think it was in RC3 I got errors of - >>> xptioctl: pass driver is not in the kernel >>> xptioctl: put "device pass" in your kernel config file >>> a couple of times with the USB memstick - again not recently. >>> >> >> Interesting. Perhaps take 'pass' back out then as the cure seems worse >> than >> the disease. :) Can you figure out what processes are running when those >> errors are logged? Whatever is calling xptioctl() is triggering this I >> believe. >> >> > I haven't altered the kernel config. That was an old error I got a few > times when I had issues with the USB device insertion not registering. > I think I saw it 3 times and it was a continuous repeat on the console. > It only showed when things went bad so I wasn't convinced I needed to add > it. Just mentioned as it appeared to be USB related and might hint > to what triggers the USB system to falter. > > Could be a red herring too. There are previous mentions of that error being tickled by hald. Disabling it or preventing it from attacking your device might be a workaround. -- Adam