Re: FreeBSD 13 on bhyve freezes under load

2021-05-03 Thread Michael Gmelin
hough, isn't it? Or is this on the host? Best Michael -- Michael Gmelin ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"

Re: FreeBSD 13 on bhyve freezes under load

2021-05-03 Thread Michael Gmelin
ZFS arc usage). Also, make sure you're not low on diskspace (these are the two most common issues I encountered with hanging bhyve VMs - out of non-virtual memory and out of diskspace of the host machine filesystem). Some basic info on the host and your VM configuration might also h

Re: bhyve with wlan0

2020-11-29 Thread Michael Gmelin
> On 28. Nov 2020, at 19:30, Rodney W. Grimes > wrote: > >  >> >> As far as I remember it works just fine other than the standard caveats >> about bridging over wireless interfaces which involve some odd >> inconsistencies that could crop up from time to time especially with like >>

Re: Bhyve help

2020-05-05 Thread Michael Gmelin
You might want to read https://blog.grem.de/ayvn It also covers using vm-bhyve to manage vms and will explain some things about configuring the network. > On 6. May 2020, at 01:55, Brandon helsley wrote: > > Well how do i add a tap to the bridge the VM is on as well as my physical nic > >

Re: syncing bhyve instances

2018-01-23 Thread Michael Gmelin
> On 22. Jan 2018, at 20:47, tech-lists wrote: > >> On 22/01/2018 16:38, Paul Vixie wrote: >> for live sync you'll have to run software inside the guest that knows >> how to properly freeze state. for example if there's a live database of >> any kind you'll want it to be

Re: iocage no longer supported?

2016-04-12 Thread Michael Gmelin
onvered > about this decision. When I visit https://github.com/iocage/iocage is > now says "**No longer supported. iocage is being rewritten in a > differnt language." Does anybody have any details? > https://github.com/iocage/iocage/commit/3f394561a3dde55cd3ac7911

Re: High load average inside idle FreeBSD guest running on bhyve

2014-10-02 Thread Michael Gmelin
-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to freebsd-virtualization-unsubscr...@freebsd.org -- Michael Gmelin ___ freebsd-virtualization@freebsd.org mailing list

Re: Current problem reports assigned to freebsd-virtualization@FreeBSD.org

2014-02-03 Thread Michael Gmelin
etiquette for a reason, see http://www.freebsd.org/doc/en/articles/mailing-list-faq/etiquette.html ). Thank you. -- Michael Gmelin ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization

Re: Public Service Announcement: The name is bhyve

2014-01-24 Thread Michael Gmelin
On Fri, 24 Jan 2014 02:46:06 -0800 Michael Dexter edi...@callfortesting.org wrote: On 1/24/14 2:41 AM, Michael Gmelin wrote: Haters gonna hate? Lack of attention to detail != hate. I guess you didn't see the phoronix.com article on bhyve a few months ago. :) They pulled the worst

Re: bhyve: reboot stops vm

2014-01-20 Thread Michael Gmelin
-- Michael Gmelin ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to freebsd-virtualization-unsubscr...@freebsd.org

Re: Real Device with BHyve

2014-01-03 Thread Michael Gmelin
. - afaik the same thing the Dexter's vm0 script does now) and could then boot into it just fine. -- Michael Gmelin ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send

Re: Upcoming FreeBSD 10.x + bhyve ...

2013-12-02 Thread Michael Gmelin
in r258668, quite interested if this works ok for you. -- Michael Gmelin ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to freebsd-virtualization-unsubscr

Re: FreeBSD 9.1-Rel: Jail-rc startup of vnet jails with new configuration syntax

2013-11-07 Thread Michael Gmelin
syntax. Have you considered using sysutils/ezjail (the de-facto standard for managing jails under FreeBSD right now) or a similar port (sysutils/jailrc, sysutils/qjail etc.)? -- Michael Gmelin ___ freebsd-virtualization@freebsd.org mailing list http

Re: FreeBSD 9.1-Rel: Jail-rc startup of vnet jails with new configuration syntax

2013-11-07 Thread Michael Gmelin
On Thu, 7 Nov 2013 13:44:32 +0100 Michael Gmelin free...@grem.de wrote: On Thu, 07 Nov 2013 13:26:10 +0100 Kristen Nielsen k...@krn.dk wrote: Hi freebsd-virtualization list I am trying to figure out how to start configured jails within FreeBSD 9.1Release at boot time. I am

Re: rc-style script for bhyve VM provisioning and management

2013-11-03 Thread Michael Gmelin
, one rc script, that only provides non-destructive operations like (start|stop|restart|rcvar) and one called vm-admin which provides the provisions functions on top, e.g. service vm start vm0 # ok vm-admin start vm0 # ok service vm format vm0 ... # not ok vm-admin format vm0 ... # ok -- Michael

rc.d script for running bhyve in tmux

2013-11-01 Thread Michael Gmelin
service bhyve stop virt2 # stop individual service bhyve stop # stop all (by default ctrl-b d detaches from tmux). Cheers, Michael -- Michael Gmelin #!/bin/sh # # $FreeBSD: mgmelin # # PROVIDE: bhyve # REQUIRE: LOGIN # KEYWORD: nojail # # # Add the following lines to /etc/rc.conf to enable