From owner-freebsd-current@freebsd.org Wed Nov 15 10:05:01 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 32683DD81D3 for ; Wed, 15 Nov 2017 10:05:01 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com [209.85.223.182]) (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 ECDAC64890; Wed, 15 Nov 2017 10:05:00 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f182.google.com with SMTP id u42so1013141ioi.9; Wed, 15 Nov 2017 02:05:00 -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=ReUoP85OR6hy/uJT7tCz0OsbRy0+dtx/LDvM8JS4zog=; b=HKPtaxIjmZVawB5O2qsPgOku4bssxBU8ODqRkWosAi4mCGiF18AEwY/S3cYEVaXpYZ bUnZyuoYI4Wm2uZJx0zfwtaWQFmmXOpFFRpbDfQCBotOdsmhGrwuzVezIWd29YoGsWla x7HwVP+34s9dS4pl0NXcfmsAO+bRIdGX4V+I3ixN14lIbcvhyMnIql7bU+TZb7MlX6CB 35oYyp91fprexU0BQ406EaZIbRB38vbZIi8oUEgJ0hk09DPDNek22YE0+ebjV8AAeg4K J6SbC3O+wfzOoUI/u5EeFn0CEQ9rLRvCBqSLMWMnjcd2gamKG1E13lrD+N9wFRi+cxjY zUaw== X-Gm-Message-State: AJaThX41FVprw4J/8s0C2C7FVrepvSlqtWb78NTIbsfNTM82ah1RlClW FPcr9+/6YIJZ4OMgWuUG8J3r3YZY X-Google-Smtp-Source: AGs4zMYi4/OWvuPNXkTRTk771kUaCYsQPfnabCQ8efUfmzW8TEHNiCDoG7LENvOfJdTlsAeAb1AlUQ== X-Received: by 10.107.51.208 with SMTP id z199mr17962534ioz.146.1510739906310; Wed, 15 Nov 2017 01:58:26 -0800 (PST) Received: from mail-io0-f171.google.com (mail-io0-f171.google.com. [209.85.223.171]) by smtp.gmail.com with ESMTPSA id 16sm3068245iof.84.2017.11.15.01.58.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 01:58:25 -0800 (PST) Received: by mail-io0-f171.google.com with SMTP id i38so1008615iod.2; Wed, 15 Nov 2017 01:58:25 -0800 (PST) X-Received: by 10.107.131.99 with SMTP id f96mr15507931iod.215.1510739905149; Wed, 15 Nov 2017 01:58:25 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.164.130 with HTTP; Wed, 15 Nov 2017 01:58:24 -0800 (PST) In-Reply-To: References: From: Conrad Meyer Date: Wed, 15 Nov 2017 01:58:24 -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: Wed, 15 Nov 2017 10:05:01 -0000 Hi Wolfram, Looks like the same issue as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223531 . Best, Conrad On Wed, Nov 15, 2017 at 1:31 AM, Wolfram Schneider wrote: > Hi, > > I have a virtual machine running with FreeBSD 11-stable at a cloud > provider. It runs fine. I tried to upgrade to FreeBSD 12-current and > the kernel panics at boot time with: > > make_dev_alias_v bad si_name (error=22) si_name=vtcon/ org.qemu.guest_agent.0) > > and hangs. Lucky, I still can boot from kernel.old and bring the machine up. > > any idea whats wrong here? > > -Wolfram > > -- > Wolfram Schneider https://wolfram.schneider.org > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"