From owner-freebsd-virtualization@FreeBSD.ORG Thu Feb 27 14:38:57 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 233AE700 for ; Thu, 27 Feb 2014 14:38:57 +0000 (UTC) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E33A010CD for ; Thu, 27 Feb 2014 14:38:56 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id r10so2494057pdi.7 for ; Thu, 27 Feb 2014 06:38:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dokukino.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=S/vHGh/sH8ADxx75OpzCsMhQSxZ0RPG7smkiHDPt1kk=; b=ov3B51CvTBX0hy8zAx5Zas2ZvsUOicvKYgbSnvQZezCP+9SupDtiSAjYZCCnmvxOn+ z1/GOsLobTUoTSjze34KMSCLWYkL31lcJEzKea8qwELFd5S7rqlk4bOY0yEQOhRGTANE p5os/d6WKYphHpqnq4+q9XJnSr+pgA/E1lNKE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=S/vHGh/sH8ADxx75OpzCsMhQSxZ0RPG7smkiHDPt1kk=; b=hNdGM/du7+enBsJD1LZ1CVDqW+Pm+8Lfinw2u36b484Un0/4yDUe3E548+GogNNopQ 0v6E5Qr20P3uaT+ziCq09AAml7IPGoIPtou00k6rWoNLJA1eDNiTI+e8adb63kyGHN9S IcUNkGGgJXxMshqXgAE9n0n0mFTYfRaZt8JS6Lo+e8kjWohhWcM4iqvPGrndKaqVxzoY EPlxULedDCkH3B+8BW+5EEV+C9nt3IS6CuEVNu4zcjt7S2Kbxb+ih1e1JaQpFfk+K7Nj dKZm/KCiDQaXTLzZ3w7dCdw6d4CEIVgvYsOGa6QN4Oaw++JT09RuQPzS5hUHKfzVAcuW bU5w== X-Gm-Message-State: ALoCoQnwnmFIEspN8L+94RM4yDTIaSYBoCX/o16/UnRJOSZUjXZuJqEheDd4/Ru5xgEatYe7ooR6 X-Received: by 10.66.145.166 with SMTP id sv6mr15775411pab.31.1393511936472; Thu, 27 Feb 2014 06:38:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.29.100 with HTTP; Thu, 27 Feb 2014 06:38:16 -0800 (PST) In-Reply-To: References: <52E63047.3040709@callfortesting.org> From: Takuya ASADA Date: Thu, 27 Feb 2014 16:38:16 +0200 Message-ID: Subject: Re: CFT: vmrc Virtual Machine rc script To: Matt Donovan Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 27 Feb 2014 14:38:57 -0000 2014-02-27 16:25 GMT+02:00 Matt Donovan : > The error is coming from the openbsd.conf line 21 > The error is due to a syntax errror in your openbs.conf. Can you post your > configuration as it appears you have an extra ). > It's true, but I even never changes it. Which means the configuration file is may broken by default. This line: grub_boot_cmd="echo -e \"kopenbsd -h com0 (hd0,openbsd1)/bsd\nboot\" | grub-bhyve -r hd0 -m "${host_vmroot}/${vm_name}/device.map" -M "$vm_ram" "$vm_name""