Re: [PATCH] inet(4) man page

2019-10-30 Thread Jason McIntyre
On Tue, Oct 29, 2019 at 02:55:42PM +0100, Martin wrote: > Hi > > Small improvment for the inet(4) manpage. This makes it consistent with > inet6(4). > > Kind regards, > > Martin > fixed, thanks. jmc > Index: inet.4 > === > RCS

Re: ix(4) need support for X553

2019-10-30 Thread sven falempin
https://github.com/dohnuts/wip/blob/master/ixgbe.diff Needs lots of cleaning On Wed, Oct 30, 2019 at 6:59 AM Joerg Goltermann wrote: > Hello, > > I have a new Lanner NCA-1510A (with a Intel C3558) which has some > X553 SGMII ethernet ports. Unfortunately there is no support in ix(4) > for this

Re: snmp(1) better handling of key material

2019-10-30 Thread Martijn van Duren
On 10/30/19 6:45 AM, Martijn van Duren wrote: > In copying over the net-snmp semantics for snmp-v3/USM I got a bit too > lenient in handling the keys. This diff tries to rectify that. > > This diff does basically two things: > 1) Try to push people to use passphrases from stdin. > 2) Clean up

ix(4) need support for X553

2019-10-30 Thread Joerg Goltermann
Hello, I have a new Lanner NCA-1510A (with a Intel C3558) which has some X553 SGMII ethernet ports. Unfortunately there is no support in ix(4) for this type. Is anyone working on an update for the ix(4) to support the new hardware? I took a look at the actual ix(4) and it's a bit confusing.

Re: Opportunistic DoT for unwind(8)

2019-10-30 Thread Otto Moerbeek
Hi, I got *very* little feedback on this request for testing. If not enough enough testing is done, I'll either abandon the diff or commit it as-is, introducing bugs that could have been prevented. Both are not good. So get going! -Otto

iwm: switch 7260 devices to new firmware

2019-10-30 Thread Stefan Sperling
This switches 7260 iwm(4) devices to the iwm-7260-17 firmware image which has been available via fw_update in -current for a while. iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 7260" rev 0x73, msi iwm0: hw rev 0x140, fw ver 17.-1078622920.0, address xx:xx:xx:xx:xx:xx This firmware

Re: Opportunistic DoT for unwind(8)

2019-10-30 Thread Matthias Schmidt
Hi Otto, * Otto Moerbeek wrote: > Hi, > > I got *very* little feedback on this request for testing. > > If not enough enough testing is done, I'll either abandon the diff or > commit it as-is, introducing bugs that could have been prevented. Both > are not good. So get going! I have your diff

/bin/cp: overwrite symlink with file pointed to by symlink

2019-10-30 Thread Christopher Zimmermann
Hi, I admit this is a very special case, but anyway this is what I hit: $ touch blub; ln -s blub blab; ls -l; cp -f blub blab total 0 lrwxr-xr-x 1 madroach wheel 4 Oct 30 17:39 blab -> blub -rw-r--r-- 1 madroach wheel 0 Oct 30 17:39 blub cp: blab and blub are identical (not copied). Now

flex: dead code around flex_die()

2019-10-30 Thread Michael Mikonos
Hello, The macro flex_die(), defined in flexdef.h, never returns. Instead it does FLEX_EXIT() which longjmp()s back to flex_main() before exiting. The following patch removes some dead code, as statements after flex_die() are never reached. Does this look OK? - Michael Index: tables.c

Re: Opportunistic DoT for unwind(8)

2019-10-30 Thread Remi Locherer
Hi Otto, On Wed, Oct 30, 2019 at 03:57:15PM +0100, Otto Moerbeek wrote: > Hi, > > I got *very* little feedback on this request for testing. > > If not enough enough testing is done, I'll either abandon the diff or > commit it as-is, introducing bugs that could have been prevented. Both > are

SATA HDD hot-plugging question

2019-10-30 Thread sysadmin
Hello. Does the ahci driver support SATA HDD hot-plugging? There is no information about it in the ahci(4) man page. I have an HP Compaq 8000 Elite Convertible Minitower Business PC (https://www.support.hp.com/us-en/product/hp-compaq-8000-elite-convertible-minitower-pc/4065889/manuals). Its

Re: Opportunistic DoT for unwind(8)

2019-10-30 Thread Stuart Henderson
On 2019/10/30 15:57, Otto Moerbeek wrote: > Hi, > > I got *very* little feedback on this request for testing. > > If not enough enough testing is done, I'll either abandon the diff or > commit it as-is, introducing bugs that could have been prevented. Both > are not good. So get going! > >

Re: SATA HDD hot-plugging question

2019-10-30 Thread Chris Cappuccio
sysadmin [r...@bh0.amt.ru] wrote: > Hello. > > Does the ahci driver support SATA HDD hot-plugging? There is no > information about it in the ahci(4) man page. although it isn't supported today, i think it would be fairly easy to do if you have an itch for it.

Re: ix(4) need support for X553

2019-10-30 Thread Stuart Henderson
On 2019/10/30 07:34, sven falempin wrote: > https://github.com/dohnuts/wip/blob/master/ixgbe.diff > > Needs lots of cleaning > > On Wed, Oct 30, 2019 at 6:59 AM Joerg Goltermann wrote: > > > Hello, > > > > I have a new Lanner NCA-1510A (with a Intel C3558) which has some > > X553 SGMII

Re: rpki-client change way TAL are loaded

2019-10-30 Thread Claudio Jeker
On Mon, Oct 21, 2019 at 02:14:15PM +0200, Claudio Jeker wrote: > On Sun, Oct 20, 2019 at 12:46:44PM -0600, Theo de Raadt wrote: > > There has been an update to > > > > https://www.ietf.org/rfcdiff?url2=draft-ietf-sidrops-https-tal-05 > > > > Which permits comments in the tal files. I