KASSERT fail in uvm_page.c in latest -7

2014-10-18 Thread Stephen Borrill
Just updated my netbsd-7 sources and built and installed a new release from it (amd64). Now GENERIC will not boot, when trying to start init it fails the KASSERT on line 1226 of uvm/uvm_page.c: KASSERT(obj == NULL || mutex_owned(obj-vmobjlock)) -- Stephen

Re: Problemns after updating from 6.1.4 to 6.1.5

2014-10-20 Thread Stephen Borrill
On Sun, 19 Oct 2014, John Nemeth wrote: On Oct 20, 6:38am, Paul Goyette wrote: } On Sun, 19 Oct 2014, John Nemeth wrote: } } } * I have to load the kernel from an external partition using grub, and } }thus have to edit grub's menu.lst config file! } } } } * The booted kernel is

Re: KASSERT fail in uvm_page.c in latest -7

2014-10-20 Thread Stephen Borrill
On Sat, 18 Oct 2014, Stephen Borrill wrote: Just updated my netbsd-7 sources and built and installed a new release from it (amd64). Now GENERIC will not boot, when trying to start init it fails the KASSERT on line 1226 of uvm/uvm_page.c: KASSERT(obj == NULL || mutex_owned(obj-vmobjlock

PXE entry invalid, so PXE boot hangs

2015-03-27 Thread Stephen Borrill
I'm trying to PXE boot an x86 box. The setup works fine on all my other kit, but on the problem one I see: booting netbsd - starting in 0 seconds. pxe_init: bad cksum (0xbc) for PXENV+ at 0x900d8 PXE BIOS Version 2.1 *hang* I'm prepared for a flaky BIOS, but it does boot pxelinux and Citrix

Re: MegaRAID 3008/3108

2015-06-05 Thread Stephen Borrill
) Stephen Borrill net...@precedence.co.uk wrote: Anyone working on adding support for SYMBIOS MEGARAID 3108 (0x1000/0x005d) or 3008 (0x1000/0x005f)? These are supported in OpenBSD by the mfii driver which also supports the MEGARAID 2208 (0x1000/0x005b). In NetBSD, the mfi(4) driver was extended

MegaRAID 3008/3108

2015-06-03 Thread Stephen Borrill
Anyone working on adding support for SYMBIOS MEGARAID 3108 (0x1000/0x005d) or 3008 (0x1000/0x005f)? These are supported in OpenBSD by the mfii driver which also supports the MEGARAID 2208 (0x1000/0x005b). In NetBSD, the mfi(4) driver was extended to support the 2208 (Thunderbolt) rather than

Re: Lenovo T500 hang - down to DRM

2016-06-10 Thread Stephen Borrill
On Sun, 5 Jun 2016, Michael van Elst wrote: On Sat, Jun 04, 2016 at 04:15:15PM +0100, Stephen Borrill wrote: Under Windows it is cool and I get 6-hour battery life... Does it have an ATI graphics card and also Intel graphics? Yes. And that's the root of the hanging problem. If Integrated

Re: Lenovo T500 hang

2016-06-03 Thread Stephen Borrill
On Thu, 2 Jun 2016, Roy Marples wrote: On 2016-06-01 10:54, Stephen Borrill wrote: Somewhere after 7.0_RC2, a problem started where the machine hangs right at the end of the kernel boot just before it prints the boot device: pad0: outputs: 44100Hz, 16-bit, stereo audio1 at pad0: half duplex

Re: Lenovo T500 hang

2016-06-04 Thread Stephen Borrill
On Fri, 3 Jun 2016, Michael van Elst wrote: net...@precedence.co.uk (Stephen Borrill) writes: Does it run at a sensible temperature? Mine runs very hot and runs the battery down very quickly. Probably needs some cleaning and/or there is a problem with the fan and heat-pipes. Under Windows

Re: Lenovo T500 hang - down to DRM

2016-06-10 Thread Stephen Borrill
On Fri, 10 Jun 2016, Stephen Borrill wrote: On Sun, 5 Jun 2016, Michael van Elst wrote: On Sat, Jun 04, 2016 at 04:15:15PM +0100, Stephen Borrill wrote: Under Windows it is cool and I get 6-hour battery life... Does it have an ATI graphics card and also Intel graphics? Yes. And that's

Lenovo T500 hang

2016-06-01 Thread Stephen Borrill
Somewhere after 7.0_RC2, a problem started where the machine hangs right at the end of the kernel boot just before it prints the boot device: pad0: outputs: 44100Hz, 16-bit, stereo audio1 at pad0: half duplex, playback, capture *** HANGS HERE *** boot device: wd0 root on wd0a dumps on wd0b The

Re: USB scanners and PR 50340

2016-03-21 Thread Stephen Borrill
On Fri, 18 Mar 2016, Gary Duzan wrote: =>Dave Tyson writes: => =>> I note that PR 50340 has been closed and with the latest pkgsrc =>>under current (amd64) my Mustek 1200 UB scanner seems to work OK =>>- but I have comment out the uscanner device in the kernel and use

Re: The NPF firewall leaks! (was Re: in_cksum: out of data)

2016-12-06 Thread Stephen Borrill
On Tue, 6 Dec 2016, Tom Ivar Helbekkmo wrote: Tom Ivar Helbekkmo writes: So far, I have just one improvement suggestion for npf: the ability to use sets instead of singletons in rules is great, but needs to be extended to letting sets of addresses and networks cross

M.2 SSDs and Marvell 88SE9230 SATA

2018-07-03 Thread Stephen Borrill
Any informed guesses whether M.2 SSDs will work if I buy them for my Lenovo server? Based on the following, I've determined they should be Marvell 88SE9230: https://discussions.citrix.com/topic/396920-unable-to-install-xen-server-75-onto-lenovo-m2-drive/ Only 88SE91XX is currently explicitly

Re: DHCP client: dhclient vs dhcpcd ?

2018-02-01 Thread Stephen Borrill
On Thu, 1 Feb 2018, Thomas Mueller wrote: On Wed, Jan 31, 2018 at 1:18 PM, KIRIHARA Masaharu wrote: NetBSD has two DHCP clients; dhclient(8) and dhcpcd(8). What's the difference? Which is better to use? On Wed, 31 Jan 2018 13:47:42 +0100, Benny Siegert responded: I

dmesg | grep -c "not configured" = 240...

2018-02-19 Thread Stephen Borrill
So I've just got a Lenovo ThinkSystem SR630 and: # dmesg | grep -c "not configured" 240 http://www.netbsd.org/~sborrill/sr630.dmesg.txt Main issues are missing Ethernet (Intel X722) and RAID controller: vendor 8086 product 37d2 (ethernet network, revision 0x09) at pci7 dev 0 function 0 not

Re: M.2 SSDs and Marvell 88SE9230 SATA

2018-07-10 Thread Stephen Borrill
On Tue, 3 Jul 2018, Stephen Borrill wrote: Any informed guesses whether M.2 SSDs will work if I buy them for my Lenovo server? Based on the following, I've determined they should be Marvell 88SE9230: https://discussions.citrix.com/topic/396920-unable-to-install-xen-server-75-onto-lenovo-m2

Re: mfii0 kudos to bouyer@ Was Re: dmesg | grep -c "not configured" = 240...

2018-12-05 Thread Stephen Borrill
On Tue, 4 Dec 2018, Martin Husemann wrote: On Tue, Dec 04, 2018 at 07:17:59PM +, Mike Pumford wrote: One thing that surprised me was that I was testing with the USB install image but instead of landing in sysinst I ended up at a a login prompt which was unexpected. Could this be because the

Re: Running NetBSD-current in PV mode under Xen

2018-11-30 Thread Stephen Borrill
On Thu, 29 Nov 2018, Chavdar Ivanov wrote: I was trying to respond to and old pr of mine - https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=47486 - and went through the installation of XCP-NG (after I found out about the existence of this project and that Citrix has apparently changed

Re: mfii0 kudos to bouyer@ Was Re: dmesg | grep -c "not configured" = 240...

2018-11-30 Thread Stephen Borrill
On Thu, 29 Nov 2018, Manuel Bouyer wrote: On Thu, Nov 29, 2018 at 03:56:37PM +, Stephen Borrill wrote: [snip] The other missing driver is handled by mpii in OpenBSD (SAS3408). Our mpii doesn't yet support any SAS3 cards. [ 1.048805] vendor 1000 product 00af (SAS mass storage

Re: mfii0 kudos to bouyer@ Was Re: dmesg | grep -c "not configured" = 240...

2018-11-29 Thread Stephen Borrill
On Mon, 26 Nov 2018, Stephen Borrill wrote: Thanks Manuel! [ 1.048805] mfii0 at pci11 dev 0 function 0: "RAID 930-8i 2GB Flash", firmware 50.3.0-1075, 2048MB cache [ 1.048805] mfii0: interrupting at ioapic4 pin 2 [ 1.048805] scsibus0 at mfii0: 64 targets, 8 luns

mfii0 kudos to bouyer@ Was Re: dmesg | grep -c "not configured" = 240...

2018-11-26 Thread Stephen Borrill
1:3.0 noencl dmesg | grep -c "not configured" = 239 :-) On Mon, 19 Feb 2018, Stephen Borrill wrote: So I've just got a Lenovo ThinkSystem SR630 and: # dmesg | grep -c "not configured" 240 http://www.netbsd.org/~sborrill/sr630.dmesg.txt Main issues are missing

Re: XEN3_DOMU no longer shutting down or rebooting

2019-03-04 Thread Stephen Borrill
On Fri, 1 Mar 2019, Chavdar Ivanov wrote: On 3/1/19 в 1:02 AM, Mathew, Cherry G.: Would be could to know the dom0 versions it broke under, please. The DOMU is tCentOS 7.6, the virtualizer is XCP-NG v.7.6. That's not what Cherry's asking for. Try the output of xl dmesg on XCP-NG. Near the

Re: modload & xen and -current 9.99.60

2020-05-11 Thread Stephen Borrill
On Fri, 8 May 2020, Manuel Bouyer wrote: On Fri, May 08, 2020 at 02:55:10PM +0200, Frank Kardel wrote: I checked to same kernel in an instance with memory=2048 and it just works. Using todays kernel also works woth memory=2048. Using memory=65536 for the xen instance gives a surprising

Re: xen & uefi

2020-03-20 Thread Stephen Borrill
On Fri, 20 Mar 2020, Brad Spencer wrote: Patrick Welche writes: Is booting into xen from uefi meant to work? I have a slightly unorthdox set up, but get: NetBSD/x86 EFI Boot (x64), Revision 1.1 (Tue Jan 28 13:49:42 UTC 2020) (from) ... Start @ 0xce60 [1=0xce982000-0xce9820ec]...

Re: NetBSD-7.0 boots OK and NetBSD-8.0 hangs/crashes during boot on a MacBook7,1

2020-07-06 Thread Stephen Borrill
On Mon, 6 Jul 2020, Martin Husemann wrote: On Mon, Jul 06, 2020 at 05:07:51PM +0100, Mike Pumford wrote: A quick look around suggests that some of the very high end gaming ones don't. Also assuming users will actually be able to find a cable to actually hook up the motherboard COM port is

Re: sdmmc_mem_enable failed with error 60

2021-01-29 Thread Stephen Borrill
On Tue, Mar 24, 2020 at 03:48:03PM +, Patrick Welche wrote: Last time I played with my raspberry pi zero w, I couldn't see the network card and saw sdmmc_mem_enable failed with error 60 Now I'm seeing the same thing on a new amd64 laptop trying to use another new 32GB microsd card. I

Re: ixg wierdness

2021-12-23 Thread Stephen Borrill
On Wed, 22 Dec 2021, Patrick Welche wrote: On Wed, Dec 22, 2021 at 01:34:25PM +0100, Hauke Fath wrote: On Wed, 22 Dec 2021 12:26:21 +, Patrick Welche wrote: The box in 53155 is Hauke's - also a Dell, but slightly different model. he@, not hauke@ -- no Dell boxes here. Sorry - Havard's!

Re: random lockups (now suspecting zfs)

2023-11-07 Thread Stephen Borrill
On Sat, 4 Nov 2023, Simon Burge wrote: Hi Greg, Greg Troxel wrote: Fri, Oct 20, 2023 at 01:11:15PM -0400, Greg Troxel wrote: A different machine has locked up, running recent netbsd-10. I was doing pkgsrc rebuilds in zfs, in a dom0 with 4G of RAM, with 8G total physical. It has a private

ipmi0: incorrect critical max

2023-03-17 Thread Stephen Borrill
On an HP Microserver Gen10 Plus, I found that soon after booting, I get the following alert: ipmi0: critical over limit on '11-LOM-CORE' If powerd is running (the default), it shuts the machine down (so basically as soon as it hits multi-user). envstat shows that CritMax is zero:

Re: ipmi0: incorrect critical max

2023-03-21 Thread Stephen Borrill
On Sat, 18 Mar 2023, Lloyd Parkes wrote: On 18/03/23 05:14, Stephen Borrill wrote: On an HP Microserver Gen10 Plus, I found that soon after booting, I get the following alert: ...   Current  CritMax  WarnMax  WarnMin  CritMin  Unit [ipmi0]    11-LOM-CORE:    59.253