From owner-freebsd-virtualization@FreeBSD.ORG Mon May 26 00:26:10 2014 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B22CB909; Mon, 26 May 2014 00:26:10 +0000 (UTC) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (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 5506721AB; Mon, 26 May 2014 00:26:10 +0000 (UTC) Received: by mail-qg0-f49.google.com with SMTP id a108so11015223qge.22 for ; Sun, 25 May 2014 17:26:09 -0700 (PDT) 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=ous1KBjAa7rZWKa3jRV1LGFdoki9zNcRqJlyJOXiyko=; b=Xcly2lTJwa3AN6zSvk/PHxh0+aJkcJrayznBSqsFeK6TD09hInXRvG4KcIZBHpoHz4 te/nQiIpbgDuClFYOoSdxufEc8RMhJj8NzHmXNqjQ3qt6SJulE5z4bnkvOq/TB0ZVdgt E0/eUB3G2R+9X3EfNjZQTkf1ckrpq4tACm356AueakN47JKTPbkKz8AtoGkCl8Jtwm6k NVjecB0AxDGrDMfDhz5ynL4QVLXzvBtXxOY7Ti0+Wjdl9kps0KboLDHfFSPrZWKjnQgM ILDA7pnwA4K+H8+5l/78Qi2k5TJy9nrcNRqn5zvqVFtnqoEOe12EOmbBf/yGU0512szv P5kg== MIME-Version: 1.0 X-Received: by 10.140.32.97 with SMTP id g88mr25591051qgg.17.1401063969244; Sun, 25 May 2014 17:26:09 -0700 (PDT) Received: by 10.140.48.37 with HTTP; Sun, 25 May 2014 17:26:09 -0700 (PDT) In-Reply-To: <20140525015017.GB50490@mouf.net> References: <20140525015017.GB50490@mouf.net> Date: Sun, 25 May 2014 17:26:09 -0700 Message-ID: Subject: Re: bhyve ahci issue From: Neel Natu To: Steve Wills Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-virtualization@freebsd.org" , Tycho Nightingale X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 00:26:10 -0000 Hi Steve, On Sat, May 24, 2014 at 6:50 PM, Steve Wills wrote: > Hi, > > A bhyve VM I run had this: > > pid 79784 (bhyve), uid 0: exited on signal 6 (core dumped) > > and the only thing on the console was this: > > ahcich0: Timeout on slot 27 port 0 > ahcich0: is 00000000 cs 00000000 ss ffffffff rs ffffffff tfd 50 serr 00000000 cmd 1000c017 > (ada0:ahcich0:0:0:0): READ_FPDMA_QUEUED. ACB: 60 48 ca a6 6a 40 0b 00 00 00 00 00 > (ada0:ahcich0:0:0:0): CAM status: Command timeout > (ada0:ahcich0:0:0:0): Retrying command > Assertion failed: (aior != NULL), function ahci_handle_dma, file /usr/src/usr.sbin/bhyve/pci_ahci.c, line 493. > > I guess the disks were just too busy? > Are you running 10.0 or HEAD? I *think* that this was fixed in r263322 but Tycho (cc-ed) can answer this definitively. http://svnweb.freebsd.org/base?view=revision&revision=263322 best Neel > Steve > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org"