Query regarding tutorials (Please have a quick read of me!)

Paul Vixie vixie at fsi.io
Sun Aug 26 05:57:30 UTC 2018


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



More information about the freebsd-virtualization mailing list