From owner-freebsd-current@freebsd.org Thu Nov 16 00:12:16 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 979A0DEF7EB for ; Thu, 16 Nov 2017 00:12:16 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f49.google.com (mail-it0-f49.google.com [209.85.214.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66B7D64037; Thu, 16 Nov 2017 00:12:16 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f49.google.com with SMTP id f187so3900062itb.1; Wed, 15 Nov 2017 16:12:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=slLoHyU/BXLz9eh45tzg65KMZHcFzRJKb3yB3Nhm2ow=; b=UB6aTyHGBnj8MmRae5ebRrzc03Fpc+4fmuMtUmly3rbbrokbdfgPRzaprKd4xpmUZs HbOJ7R3edWvgIoVhWsHnFldxtR5uloJCPJMf3Brymu/VrVHsXydkTj9RCBPg0fGy6Ce4 /Cpf8yAXbhQ+vrj8CrS0AVKvCTUmwVtBwEXabPJA2DruukiNW3tYL+TgoWXN1xpqQ/A9 leldxuYcLYyFx6kHxO3jSjtUDV4QGuJ1wojH9iP1AsmMfJ/+XPMUYuWswKzwVYRWUf5J v07KvBKbfWT5IldhN3q0UnkUHzklhHvGlHI8OZn/6RqjkmNgQ8lypwOnDieKc7hwl1pz Y/vA== X-Gm-Message-State: AJaThX4A4kt5P/XUz7eHY2NacsGhO7eoko6zmc0xde57ZK1fHBn8YW9r uvX30l/KUkkAAA3iHpO6juQajSSq X-Google-Smtp-Source: AGs4zMYkHstQGH804NIzT0G+hRXAvvI5eMgqG1mb/1Eqy/TUpBqXY2nyQgs9MYw7h5n87yxIeNRZ9Q== X-Received: by 10.36.246.136 with SMTP id u130mr20748487ith.129.1510771307238; Wed, 15 Nov 2017 10:41:47 -0800 (PST) Received: from mail-it0-f54.google.com (mail-it0-f54.google.com. [209.85.214.54]) by smtp.gmail.com with ESMTPSA id q1sm6915385itc.9.2017.11.15.10.41.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 10:41:47 -0800 (PST) Received: by mail-it0-f54.google.com with SMTP id 72so2906150itl.5; Wed, 15 Nov 2017 10:41:47 -0800 (PST) X-Received: by 10.36.228.68 with SMTP id o65mr21937394ith.128.1510771306998; Wed, 15 Nov 2017 10:41:46 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.165.150 with HTTP; Wed, 15 Nov 2017 10:41:46 -0800 (PST) In-Reply-To: References: From: Conrad Meyer Date: Wed, 15 Nov 2017 10:41:46 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: kernel panic: make_dev_alias_v bad si_name (error=22) si_name=vtcon/ org.qemu.guest_agent.0) To: Wolfram Schneider Cc: freebsd-current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 16 Nov 2017 00:12:16 -0000 Hi Wolfram, I believe r305900 broke it. I don't have any patch or workaround, sorry. It wouldn't be too hard for someone interested in virtualization to fix the issue. Please follow up in the bug :-). Best, Conrad On Wed, Nov 15, 2017 at 7:16 AM, Wolfram Schneider wrote: > Hi Conrad, > > thanks for the hint. Do you know which commit may broke the driver? Is > there any patch or workaround? > > I do not have access to the physical machine, only full root access to > the guest. I don't want to bother with the cloud provider, I'm happy > that they offer FreeBSD at all as a default installation. > > -Wolfram