Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2018 05:57:22 +0000
From:      Paul Vixie <vixie@fsi.io>
To:        Paul Vixie <vixie@fsi.io>
Cc:        freebsd-virtualization@freebsd.org, Allan Jude <allanjude@freebsd.org>
Subject:   Re: Query regarding tutorials (Please have a quick read of me!)
Message-ID:  <8898849.4pPJjUbtcD@linux-9daj>
In-Reply-To: <5449454.ijkHvH96lN@linux-9daj>
References:  <CADdqeiO0mGtGuao6t4Nq_Ts4qG6Xqs54C=NzpVKuyyZqPSBAuw@mail.gmail.com> <fc5c9bf6-12e7-a01d-6cb2-83aace585a64@freebsd.org> <5449454.ijkHvH96lN@linux-9daj>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, August 26, 2018 5:54:47 AM UTC Paul Vixie wrote:
> On Sunday, August 26, 2018 2:46:42 AM UTC Allan Jude wrote:
> > On 2018-08-25 13:45, Paul Vixie wrote:
> > > ... i remain
> > > mystified by the behaviour of grub-bhyve, which usually fails (no
> > > meaningful error message) and seems like won't run from /etc/rc.local
> > > (must be run from a shell.) so, one of my bhyve servers can't restart
> > > automatically, and i don't know why. ...
> > 
> > What does the invocation look like?

trying again:

        grub-bhyve -r $defdev -m $vm.map -M $pm -c /dev/$sc $vm \
            > ${vm}.output 2>&1 \
            || {
                echo "grub-bhyve failed" >&2;
                exit 1;
        }

-- 
Vixie




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8898849.4pPJjUbtcD>