Advice for Users trying to help Driver Developers

2019-08-02 Thread Tom Smyth
Hello all, I was wondering as a user, what sort of testing and feedback can I give to driver developers that would be useful /helpful in improving driver functionality and performance in OpenBSD. Im particularly interested in OpenBSD Network performance. what tools / tests provide useful

Re: Best 1Gbe NIC

2019-08-02 Thread Brian Brombacher
I find cheap PCI-Express and PCI-X em(4) cards suffice for my needs. 990-992 Mbps with tcpbench. > On Aug 2, 2019, at 11:26 AM, Claudio Jeker wrote: > >> On Fri, Aug 02, 2019 at 12:28:58PM +0100, Andy Lemin wrote: >> Ahhh, thank you! >> >> I didn’t realise this had changed and now the

Re: Kerberos SSH routing tables problem

2019-08-02 Thread Stuart Henderson
On 2019-07-29, Predrag Punosevac wrote: > Hi Misc, > > I am using Edgerouter lite as a firewall/DNS cashing resolver for one of > our remote location > > ubnt1# uname -mrsv > OpenBSD 6.5 GENERIC.MP#0 octeon > > The desktops behind the firewall have to use Kerberised SSH to perform > some work on

Re: problem to copy a (possibly large) file over a network device

2019-08-02 Thread Stuart Henderson
On 2019-08-01, Rudolf Sykora wrote: > (The problem stays with scp, or anything, once a network device > (localhost is enough) participates.) (For your tar | nc, you'll need nc -N or nc -w1 or something to shutdown the connection after the end of file, though this is beside the point if other

Re: su - root => segmentation fault

2019-08-02 Thread dmitry.sensei
But we have some bug in heimdal's su  пт, 2 авг. 2019 г., 20:27 dmitry.sensei : > Ok. Thanks. > > пт, 2 авг. 2019 г., 20:25 Stuart Henderson : > >> On 2019-08-02, dmitry.sensei wrote: >> > Lol! >> > ORLOV-NB$ kdump -f ktrace.out >> > 58118 ktrace RET ktrace 0 >> > 58118 ktrace CALL >>

Re: su - root => segmentation fault

2019-08-02 Thread dmitry.sensei
Ok. Thanks. пт, 2 авг. 2019 г., 20:25 Stuart Henderson : > On 2019-08-02, dmitry.sensei wrote: > > Lol! > > ORLOV-NB$ kdump -f ktrace.out > > 58118 ktrace RET ktrace 0 > > 58118 ktrace CALL > execve(0x7f7d9100,0x7f7d9710,0x7f7d9730) > > 58118 ktrace NAMI

Re: Best 1Gbe NIC

2019-08-02 Thread Claudio Jeker
On Fri, Aug 02, 2019 at 12:28:58PM +0100, Andy Lemin wrote: > Ahhh, thank you! > > I didn’t realise this had changed and now the drivers are written with > full knowledge of the interface. That is an overstatement but we know for sure a lot more about these cards then many other less open ones.

Re: su - root => segmentation fault

2019-08-02 Thread Stuart Henderson
On 2019-08-02, dmitry.sensei wrote: > Lol! > ORLOV-NB$ kdump -f ktrace.out > 58118 ktrace RET ktrace 0 > 58118 ktrace CALL execve(0x7f7d9100,0x7f7d9710,0x7f7d9730) > 58118 ktrace NAMI "*/usr/local/heimdal/bin/su*" > 58118 ktrace ARGS > [0] = "su" > [1]

Re: AMDGPU in current issue

2019-08-02 Thread Oriol Demaria
Been using since yesterday a custom kernel with amdgpu, on a Ryzen 5 PRO 2500U, as I saw many commits. For me now the display is now usable and stable, still minor issues, so I can use the laptop with external monitor. In exchange I tried to hibernate, which was working with the UEFI vesa

Re: Best 1Gbe NIC

2019-08-02 Thread Andy Lemin
Ahhh, thank you! I didn’t realise this had changed and now the drivers are written with full knowledge of the interface. So that would make Intel Server NICs (i350 for example) some of the best 1Gbe cards nowadays then? Thanks :) Andy Sent from a teeny tiny keyboard, so please excuse typos

AMDGPU + Radeon RX570

2019-08-02 Thread Jens Griepentrog
Dear Listeners, Three weeks ago I compiled a current kernel on top of OpenBSD 6.5-current (GENERIC.MP) #128: Fri Jul 12 09:59:59 MDT 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP using the kernel configuration file $ more AMDGPU #   $OpenBSD: GENERIC.MP,v 1.14

Re: Best 1Gbe NIC

2019-08-02 Thread Jonathan Gray
On Fri, Aug 02, 2019 at 09:19:09AM +0100, Andy Lemin wrote: > Hi list, > > I know this is a rather classic question, but I have searched a lot on this > again recently, and I just cannot find any conclusive up to date information? > > I am looking to buy the best 1Gbe NIC possible for OpenBSD

Re: Dell PE R740, Intel X710 QuadPort & LACP not working

2019-08-02 Thread Joerg Streckfuss
Am 01.08.19 um 14:55 schrieb Joerg Streckfuss: Hi Misc, we bought two new Dell PowerEdges R740. Each System has 3 intel X770 based quadport sfp+ nics. Onboard are two further intel i350 based sfp+ ports. Correction - Of course I mean 3 intel X710 based quadport sfp+ nics and two intel x520

Best 1Gbe NIC

2019-08-02 Thread Andy Lemin
Hi list, I know this is a rather classic question, but I have searched a lot on this again recently, and I just cannot find any conclusive up to date information? I am looking to buy the best 1Gbe NIC possible for OpenBSD and the only official comments I can find relate to 3COM for ISA, or

Re: su - root => segmentation fault

2019-08-02 Thread dmitry.sensei
Lol! ORLOV-NB$ kdump -f ktrace.out 58118 ktrace RET ktrace 0 58118 ktrace CALL execve(0x7f7d9100,0x7f7d9710,0x7f7d9730) 58118 ktrace NAMI "*/usr/local/heimdal/bin/su*" 58118 ktrace ARGS [0] = "su" [1] = "-" [2] = "root" ORLOV-NB$ whereis su