[Bug 273557] Regression preventing bhyve from running inside a jail without IP after f74147e26999, breaks support for jailing bhyve with IPv4 and IPv6 disabled

2023-10-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273557

Graham Perrin  changed:

   What|Removed |Added

Summary|Regression preventing bhyve |Regression preventing bhyve
   |from running inside a jail  |from running inside a jail
   |without IP after|without IP after
   |f74147e26999838e03a522bf59e |f74147e26999, breaks
   |a33bef470d356) breaks   |support for jailing bhyve
   |support for jailing bhyve   |with IPv4 and IPv6 disabled
   |with IPv4 and IPv6  |
   |disabled. Patch included.   |
   Keywords|patch   |

-- 
You are receiving this mail because:
You are the assignee for the bug.


Re: bhyve guests: what clock source to use?

2023-10-18 Thread Sean McBride
Thanks for your reply Paul.

I guess what I'm ignorant of is: are the time sources available for the guest 
OS to choose from the same as the host's?  i.e. are they basically passed 
through?  Or are they emulated or altered by bhyve?

Cheers,

Sean


On 14 Oct 2023, at 22:23, Paul Vixie wrote:

> in the old days i used to have to hard wire it. now it picks the same value i 
> used to hard code. ntpd encountered chaos with other values.
>
> kern.timecounter.hardware: TSC-low
>
> i don't know if this has become an urban legend since i last fought it.
>
> re:
>
> Sean McBride wrote on 2023-10-11 11:28:
>> Hi all,
>>
>> As part of debugging a problem I'm having, I'd like to understand:
>>
>> What clock source should bhyve guests use?  tsc? hpet? acpi_pm?  What are 
>> pros/cons of the choices?  Does it depend on the guest OS? (for me FreeBSD 
>> and Ubuntu)  Should it match the host?
>>
>> Thanks,
>>
>> Sean
>>
>
>
> -- 
> P Vixie