[patch] Skip DHCP responsefile if no interface is given

2016-11-26 Thread Matthew Martin
Don't force the user to pick an interface if the responsefile is on a disk. - Matthew Martin Index: install.sub === RCS file: /cvs/src/distrib/miniroot/install.sub,v retrieving revision 1.932 diff -u -p -r1.932 install.sub --- insta

test TSC timecounter

2016-11-26 Thread Reyk Floeter
Hi, we have figured out that the acpihpet(4) timecounter is extremely slow on recent Intel platforms, especially on Skylake. This diff adds the TSC timecounter if it is an invariant TSC and the diff enables it by default on Skylake or newer. Non-invariant TSCs are not intended to be supported as

cwm bind changes

2016-11-26 Thread Okan Demirmen
Hi cwm users, In an effort to normalize all the bindings added over time, as well as those now duplicated since many keyboard vs mouse bindings are now the same, the below diff splits the bindings into a few categories: window, group, menu and pointer. These new ones should match their actual func

Re: UEFI install fails on Hetzner EX51

2016-11-26 Thread Jiri B
On Wed, Nov 23, 2016 at 03:29:55PM +0100, Leo Unglaub wrote: > Hey, > > On 11/23/16 15:17, Mark Kettenis wrote: > >Right, something like that would work if you copy the OpenBSD EFI > >bootloader into /EFI/OpenBSD/BOOTX64.EFI on the EFI system partition > >first. > > why do i have to copy the EFI

Re: man page fix: bioctl -d does not delete anything

2016-11-26 Thread Daniel Jakots
On Sat, 26 Nov 2016 16:40:41 +0100, Stefan Sperling wrote: > I think "delete" is too strong a word and confusing in the context > of hard disks. What really happens is that the volume is "detached" > and can be reattached later (either manually with bioctl(8), or it > will auto-assemble). > > ok?

man page fix: bioctl -d does not delete anything

2016-11-26 Thread Stefan Sperling
I think "delete" is too strong a word and confusing in the context of hard disks. What really happens is that the volume is "detached" and can be reattached later (either manually with bioctl(8), or it will auto-assemble). ok? Index: bioctl.8 ==

Re: ospfd - handling mtu changes

2016-11-26 Thread Remi Locherer
On Sat, Nov 26, 2016 at 09:39:40AM +0100, Jeremie Courreges-Anglas wrote: > Remi Locherer writes: > > > Hi, > > > > I ran into problems with mtu sizes on interfaces (gif in my case) and > > ospfd. mtu was not the same on both sites so adjacency could not be > > formed. The mtu mismatch is also lo

Re: ospfd - handling mtu changes

2016-11-26 Thread Jeremie Courreges-Anglas
Remi Locherer writes: > Hi, > > I ran into problems with mtu sizes on interfaces (gif in my case) and > ospfd. mtu was not the same on both sites so adjacency could not be > formed. The mtu mismatch is also logged by ospfd. > > Just changing the MTU with ifconfig is not enough in such a case. I d