Re: adding existing ipv6 network route returns ENOMEM instead of EEXIST if loopback route also exists

2020-11-25 Thread Alexander V . Chernikov
21.11.2020, 22:48, "Guy Yur" : > Hi, > > When adding a route with a netmask, add_route() in route_ctl.c > adds the route with destination address masked. > If the add failed (for example, the route exists) it calls > lookup_prefix() with the original unmasked destination. Thank you for the report!

Re: git tools for building in base?

2020-11-25 Thread tech-lists
Hi, On Tue, Nov 24, 2020 at 09:59:15PM -0700, Warner Losh wrote: On Tue, Nov 24, 2020 at 2:19 PM tech-lists wrote: As subject - what will there be in base to interact with the new git repo? I mean, right now, for svn there is svnlite. What for git? 'pkg add git' is your choice now. Should

Re: git tools for building in base?

2020-11-25 Thread Baptiste Daroussin
On Tue, Nov 24, 2020 at 09:59:15PM -0700, Warner Losh wrote: > On Tue, Nov 24, 2020 at 2:19 PM tech-lists wrote: > > > As subject - what will there be in base to interact with the new git repo? > > I mean, right now, for svn there is svnlite. What for git? > > > > 'pkg add git' is your choice no

Re: git tools for building in base?

2020-11-25 Thread Shawn Webb
On Wed, Nov 25, 2020 at 04:00:50PM +0100, Baptiste Daroussin wrote: > On Tue, Nov 24, 2020 at 09:59:15PM -0700, Warner Losh wrote: > > On Tue, Nov 24, 2020 at 2:19 PM tech-lists wrote: > > > > > As subject - what will there be in base to interact with the new git repo? > > > I mean, right now, fo

Re: git tools for building in base?

2020-11-25 Thread Mark Linimon
On Tue, Nov 24, 2020 at 09:59:15PM -0700, Warner Losh wrote: > We hope to have it finished in time for 13.0. I also feel that it should be more a "requirement". I don't see the rush in getting 13.0 out the door. There is a lot to get working (especially in ports-land). mcl _

Re: git tools for building in base?

2020-11-25 Thread Christian Weisgerber
On 2020-11-25, Warner Losh wrote: >> Shouldn't it be in base before the move to git? > > We will have got (from OpenBSD: Game Of Trees) in the future. It isn't > quite there yet, however, so it's not in base. Since got can't fetch from http(s) yet, there was talk of setting up anon-ssh access.

zpool export: umount failed, device inexplicably busy (lsof found nothing)

2020-11-25 Thread Graham Perrin
On 11/10/2020 11:21, Graham Perrin wrote: On 06/10/2020 21:29, Graham Perrin wrote: lsof finds no open file. How else might I tell why the device is busy? Mobile hard disk drive, USB. The same problem this morning, root@momh167-gjp4-8570p:~ # zpool export Transcend cannot unmount '/V

Re: git tools for building in base?

2020-11-25 Thread Warner Losh
On Wed, Nov 25, 2020 at 6:16 AM tech-lists wrote: > Hi, > > On Tue, Nov 24, 2020 at 09:59:15PM -0700, Warner Losh wrote: > >On Tue, Nov 24, 2020 at 2:19 PM tech-lists wrote: > > > >> As subject - what will there be in base to interact with the new git > repo? > >> I mean, right now, for svn ther

Re: git tools for building in base?

2020-11-25 Thread Warner Losh
On Wed, Nov 25, 2020 at 9:25 AM Christian Weisgerber wrote: > On 2020-11-25, Warner Losh wrote: > > >> Shouldn't it be in base before the move to git? > > > > We will have got (from OpenBSD: Game Of Trees) in the future. It isn't > > quite there yet, however, so it's not in base. > > Since got c

Re: git tools for building in base?

2020-11-25 Thread Warner Losh
On Wed, Nov 25, 2020 at 8:09 AM Mark Linimon wrote: > On Tue, Nov 24, 2020 at 09:59:15PM -0700, Warner Losh wrote: > > We hope to have it finished in time for 13.0. > > I also feel that it should be more a "requirement". > > I don't see the rush in getting 13.0 out the door. There is a lot to >

possible usb3-connected hard drive spin down causing lag

2020-11-25 Thread tech-lists
Hi, I have a usb3-connected harddrive. dmesg shows this: [...] da0: Fixed Direct Access SPC-4 SCSI device [...] running current-r367806-arm64 I think it might be auto-spinning-down or auto-sleeping. It's making initial interaction lag of 2-3 seconds. Is there a sysctl or something somewhere w