On Sat, Jul 22, 2017 at 08:13:03PM +0300, G wrote:
> I already enable vmd. I though enable vmd was enough
> I haven't run rcctl start vmd but when I tried it I get
> # rcctl start vmd
> vmd(failed)
Pick an option:
1. Re-run rcctl with debugging output:
# rcctl -d start vmd
2. Run vmd manually. Per the vmd(8) man page, you may add -v
one or more times for additional information.
# vmd -v
> On 07/22/17 20:03, Josh Grosse wrote:
> > On Sat, Jul 22, 2017 at 07:30:19PM +0300, G wrote:
> >> Hello.
> >> Im following vmctl manual and i get.
> >>
> >> # vmctl create disk.img -s 4.5G
> >> vmctl: imagefile created
> >> # vmctl start "myvm" -m 1G -i 1 -b /bsd -d disk.img
> >> vmctl: connect: /var/run/vmd.sock: No such file or directory
> >>
> >> Any ideas?
> >
> > You must start the vmd(8) daemon.
> >
> > # rcctl enable vmd
> > # rcctl start vmd
> >
>