Re: Running FreeBSD docker images on non-FreeBSD hosts

2016-06-01 Thread Kurt Lidl
I'm acquainted with docker, but I don't know enough to understand why an image would run in a container on one OS but not in a container on another OS. I thought the whole point of docker was that, assuming the image worked at all, it worked regardless of which host you used. So that's an

Re: libvirt and rebooting of a bhyve VM

2014-08-20 Thread Kurt Lidl
On Tue, Aug 19, 2014, Craig Rodriques wrote: On Tue, Aug 19, 2014 at 12:18 PM, Allan Jude allanjude at freebsd.org wrote: The name of the vm is in the title of the bhyve process, but yes, it Hmm, OK, that would require me to grep the processes and send SIGTERM to the right pid. That's not

Re: Problems with bhyve's kgdb support and loadable modules

2014-05-05 Thread Kurt Lidl
On 5/3/14 11:01 PM, Peter Grehan wrote: Hi Kurt, Is there any reasonable tutorial for using kgdb with the bvmdebug kernel option? Not really (https://wiki.freebsd.org/BHyVe/gdb) In any event, 9.2 doesn't have bvmdebug, though it would be a simple backport. It's also not strictly

Problems with bhyve's kgdb support and loadable modules

2014-05-02 Thread Kurt Lidl
Is there any reasonable tutorial for using kgdb with the bvmdebug kernel option? A couple of folks I know have run into issues trying to debug a FreeBSD stable/9 kernel from their bhyve hosting machine (running stable/10). In particular, the loadable modules that are in use in the stable/9

booting bhyve off zfs - a cautionary tale

2014-03-26 Thread Kurt Lidl
Greetings all - I'm writing to report a solution to a puzzling problem that I've had for a while and just worked out a solution over the last two days. I've been working with the boot-bhyve-from-zfs patch that has been floating around for a while, and had good success with it initially. My

Re: CFT: Very rough draft of PetiteCloud 0.2.4 (Linux as a host)

2014-02-06 Thread Kurt Lidl
1. We'll be creating our own mailing list as soon as we can solve these technical issues: a. Mailman (under apache22) seems to insist on being on port 80. We have no machine that is on the public internet that has 80 not used by tomcat. Any ideas on how to fix this? (Both

Re: MAC addresses to use for BHyve VM's running under FreeBSD?

2014-02-05 Thread Kurt Lidl
On Feb 5, 2014, at 3:33 , Kai Gallasch k at free.de wrote: Am 05.02.2014 um 08:03 schrieb Craig Rodrigues: Hi, I am running many BHyve VM's and am using tap interfaces with a single bridge. I am configuring the IP addresses of these VM's via DHCP. I need to have separate MAC addresses for

Re: calcru runtime went backwards

2013-07-12 Thread Kurt Lidl
On 7/8/13 11:54 PM, Peter Grehan wrote: Hi Kurt, CPU: Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz (2300.13-MHz K8-class CPU) Looks like this Sandy Bridge has turbo-boost. First step is to disable that in the BIOS and see if that has any effect. How many vCPUs in the guest ? I was finally