Re: Crashes very early during boot

2016-11-01 Thread Paul de Weerd
Some progress. I was able to pxeboot bsd.rd from an even newer snapshot: >> OpenBSD/amd64 PXEBOOT 3.28 boot> boot bsd.rd

Re: Crashes very early during boot

2016-11-01 Thread Paul de Weerd
Quick follow-up: boot(8) give the following for this machine's memory layout: boot> machine memory Region 0: type 1 at 0x0 for 632KB Region 1: type 2 at 0x9e000 for 8KB Region 2: type 2 at 0xe for 128KB Region 3: type 1 at 0x10 for 3136000KB Region 4: type 9 at 0xbf78e000 for 8KB Region

Crashes very early during boot

2016-11-01 Thread Paul de Weerd
Hi all, I just upgraded one of my machines to -current and was surprised that it didn't come back after reboot. Here's what I found on the serial console: >> OpenBSD/amd64 BOOT 3.33 boot> booting hd0a:/bsd: 6926928+2204680+258112+0+671744 [72+732792+486466]=0xac4d88 entry point at 0x1001000

Re: regression from 6.0 to -current: local connection on rdomain

2016-11-01 Thread Andreas Bartelt
On 11/01/16 10:25, Nils Frohberg wrote: On Tue, Nov 01, 2016 at 09:36:07AM +0100, Sebastien Marie wrote: I experiment problem with local connection on specific rdomain. You're probably running into the same problem as described here: http://marc.info/?l=openbsd-tech=147766567226714=2

Re: regression from 6.0 to -current: local connection on rdomain

2016-11-01 Thread Nils Frohberg
On Tue, Nov 01, 2016 at 09:36:07AM +0100, Sebastien Marie wrote: > I experiment problem with local connection on specific rdomain. You're probably running into the same problem as described here: http://marc.info/?l=openbsd-tech=147766567226714=2 -- The Moon is Waxing Crescent (2% of Full)

regression from 6.0 to -current: local connection on rdomain

2016-11-01 Thread Sebastien Marie
Hi, I experiment problem with local connection on specific rdomain. I tried to make a simple and reproductible environment. Here in 6.0: # ifconfig vether0 create # ifconfig vether0 rdomain 99 # ifconfig vether0 inet 192.168.0.1 up # nc -v -V 99 -l 8080 on other term (on same host): # nc -v