Re: Docker on FreeBSD

2016-01-28 Thread Matthew Veety
On Fri, 29 Jan 2016, Sergey Zakharchenko wrote: Hello Ryan, 2016-01-21 23:15 GMT+03:00 Ryan Holt : Finished building a FreeBSD Head system today with the intent of using Docker. My condolences. Is there a workaround to getting DNS inside of a container aside from

Re: Docker on FreeBSD

2016-01-28 Thread Sergey Zakharchenko
Hello Ryan, 2016-01-21 23:15 GMT+03:00 Ryan Holt : > Finished building a FreeBSD Head system today with the intent of using Docker. My condolences. > Is there a workaround to getting DNS inside of a container aside from > manually building each image? The basic reason is no

Re: bhyve with Linux guest, how to safely handle updates?

2016-01-28 Thread Neel Natu
Hi Dean, On Thu, Jan 28, 2016 at 10:55 AM, dweimer wrote: > On 2016-01-26 8:13 pm, Sergey Manucharian wrote: >> >> Excerpts from dweimer's message from Tue 26-Jan-16 19:07: >>> >>> >>> Is there anything that normally needs to be done after a Linux kernel >>> update to

Re: bhyve with Linux guest, how to safely handle updates?

2016-01-28 Thread dweimer
On 2016-01-26 8:13 pm, Sergey Manucharian wrote: Excerpts from dweimer's message from Tue 26-Jan-16 19:07: Is there anything that normally needs to be done after a Linux kernel update to refresh the grub2-bhyve setup? The kernel update should not have any effect since grub-bhyve uses the

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 --- Comment #1 from Roger Pau Monné --- I've already told Wei that creating your own bounce buffer is a bad idea. Instead you should use the BUSDMA API and let it take care of the bouncing when necessary:

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 --- Comment #2 from Hongjiang --- Yes, the final fix should be using BUSDMA. Temporarily we still used the customized bounce buffer. The code review for this patch: https://reviews.freebsd.org/D5097 -- You are

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 Mark Linimon changed: What|Removed |Added Keywords||patch

Re: bhyve with Linux guest, how to safely handle updates?

2016-01-28 Thread Julian Elischer
On 29/01/2016 3:13 AM, Neel Natu wrote: Hi Dean, On Thu, Jan 28, 2016 at 10:55 AM, dweimer wrote: On 2016-01-26 8:13 pm, Sergey Manucharian wrote: Excerpts from dweimer's message from Tue 26-Jan-16 19:07: Is there anything that normally needs to be done after a Linux