Re: axen Ethernet device errors on both USB3.0 and USB2.0 ports

2018-08-14 Thread sc . dying
Hi, On 2018/08/14 08:19, Denis wrote: > I have 6.3 kernel compiled with option XHCI_debug and axen2.diff > implemented. > > I'm using lladdr option for /etc/hostname.axen0 to have the same IP addr > each session for different Ehternet adapters. > > Here is debug output when axen is connected:

Re: 6.4-beta, panic: mii_phy_setmedia (BCM762)

2018-08-14 Thread Stuart Henderson
On 2018/08/14 13:24, geannie wrote: > System: HP EliteDesk 705 G1 DM Business PC > Network card: Broadcom BCM762 > > Unable to do trace as USB keyboard is not working at ddb. > > How do I enable USB keyboard in ddb? sysctl machdep.forceukbd=1 (or add machdep.forceukbd=1 to /etc/sysctl.conf) if

Re: Super X11SPi-TF board, xhci0 at ... "Intel C620 xHCI" ... msiuvm_fault

2018-08-14 Thread Stuart Henderson
On 2018/08/14 21:11, Rupert Gallagher wrote: > How did you copy the stream? I am stuck with the java console not working. > >>> OpenBSD/amd64 BOOT 3.41 > > switching console to com1 ^^ serial console, probably via IPMI serial-over-lan. You can connect either with "ipmitool -I lanplus -H

Re: Super X11SPi-TF board, xhci0 at ... "Intel C620 xHCI" ... msiuvm_fault

2018-08-14 Thread Rupert Gallagher
How did you copy the stream? I am stuck with the java console not working. Sent from ProtonMail Mobile On Tue, Aug 14, 2018 at 18:59, Sebastian Benoit wrote: > SuperServer 5019P-MTR / Supermicro X11SPi-TF > > page faults bsd.rd on xhci discovery when booting. > > anything else i can check? > >

6.4-beta, panic: mii_phy_setmedia (BCM762)

2018-08-14 Thread geannie
System: HP EliteDesk 705 G1 DM Business PC Network card: Broadcom BCM762 Unable to do trace as USB keyboard is not working at ddb. How do I enable USB keyboard in ddb? I searched the archives and recent commits and was unable to find anything pertaining to this. I was able to choose bge0

panic: kernel diagnostic assertion "!cold" failed: file "/usr/src/sys/dev/pci/drm/i915/i915_gem.c", line 1499

2018-08-14 Thread Sebastian Benoit
Hi, kern.version=OpenBSD 6.4-beta (GENERIC.MP) #206: Sun Aug 12 22:55:59 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP on this hardware https://www.supermicro.com/products/system/1U/5019/SYS-5019P-MTR.cfm has a panic on boot: boot> >> OpenBSD/amd64

Super X11SPi-TF board, xhci0 at ... "Intel C620 xHCI" ... msiuvm_fault

2018-08-14 Thread Sebastian Benoit
SuperServer 5019P-MTR / Supermicro X11SPi-TF page faults bsd.rd on xhci discovery when booting. anything else i can check? probing: pc0 com0 mem[614K 1701M 932K 5M 30720M a20=on] disk: hd0+ hd1+* >>

Re: "sed -i" not renaming/moving temp-file with "q" command

2018-08-14 Thread Martijn van Duren
On 08/14/18 14:07, Todd C. Miller wrote: > On Tue, 14 Aug 2018 10:43:30 +0200, Martijn van Duren wrote: > >> The diff below fixes this. Note that I took special care to make a >> distinction between in place and normal for the 'q' command. >> When running normally the files are concatenated, so

Re: "sed -i" not renaming/moving temp-file with "q" command

2018-08-14 Thread Todd C. Miller
On Tue, 14 Aug 2018 10:43:30 +0200, Martijn van Duren wrote: > The diff below fixes this. Note that I took special care to make a > distinction between in place and normal for the 'q' command. > When running normally the files are concatenated, so we should quit > immediately. When running in in

Re: "sed -i" not renaming/moving temp-file with "q" command

2018-08-14 Thread Martijn van Duren
This does indeed seems like a bug to me. The -i flag should produce similar output for in place as it does without it. $ printf '1\n2\n3\n' | tee /tmp/test > /tmp/test1 $ sed 's/2/4/;2q' /tmp/test 1 4 $ sed -i 's/2/4/;2q' /tmp/test $ cat /tmp/test 1 2 3 $ cat /tmp/sedYwXsFr7jxg 1 4 So the

Re: axen Ethernet device errors on both USB3.0 and USB2.0 ports

2018-08-14 Thread Denis
I have 6.3 kernel compiled with option XHCI_debug and axen2.diff implemented. I'm using lladdr option for /etc/hostname.axen0 to have the same IP addr each session for different Ehternet adapters. Here is debug output when axen is connected: xhci0: port=2 change=0x04 xhci0: port=2 change=0x04