From owner-freebsd-sparc64@freebsd.org Thu Sep 8 21:41:26 2016 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8431BD27CD for ; Thu, 8 Sep 2016 21:41:26 +0000 (UTC) (envelope-from syseng@gfsys.co.uk) Received: from cust-smtp-auth2.fasthosts.net.uk (smtp-out-60.livemail.co.uk [213.171.216.60]) by mx1.freebsd.org (Postfix) with ESMTP id 7E5F169B for ; Thu, 8 Sep 2016 21:41:24 +0000 (UTC) (envelope-from syseng@gfsys.co.uk) Received: from [192.9.200.226] (unknown [81.133.228.57]) by cust-smtp-auth2.fasthosts.net.uk (Postfix) with ESMTPA id 98BF87425A3; Thu, 8 Sep 2016 22:41:23 +0100 (BST) Message-ID: <57D1DB03.2050800@gfsys.co.uk> Date: Thu, 08 Sep 2016 21:41:23 +0000 From: Chris User-Agent: Mozilla/5.0 (X11; SunOS sun4u; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Marius Strobl CC: freebsd-sparc64@freebsd.org Subject: Re: Fwd: FreeBSD Sparc 11.0 RC1 Install Problem References: <57C6F3B9.6080705@gfsys.co.uk> <20160907215106.GA49013@alchemy.franken.de> In-Reply-To: <20160907215106.GA49013@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 21:41:26 -0000 On 09/07/16 21:51, Marius Strobl wrote: > > Hi, > > while syscons(4) and vt(4) don't play well together on sparc64 when > both are compiled into the same kernel (as it's the case for 11.0-RC2 > GENERIC), I can't actually trigger a boot hang with that combo. > Unfortunately, the information provided above also doesn't make much > sense; e. g. vt(4) already is the default with 11.0-RC2 GENERIC so > setting it via loader.conf is redundant and it remains unclear what > vt(4) is doing, i. e. whether it is driving some hardware (or at > least trying to). > How did you obtain the nexus0 line or see that the boot hangs after > uhub2; are you using LOM or serial console? Is there actually a > graphics card in that machine? What happens if you use a custom > built kernel without vt(4)? > > Marius > A bit more info. Rebuilt the kernel today with sc and some other unneeded stuff commented out. The system hangs using a command line reboot, so the problem is repeatable. Dropping into ilom and doing a reset produces the same result, but power off and back on and the system boots normally. System hangs after the last line below: > vent timer "tick" frequency 1504000000 Hz quality 1000 > Timecounters tick every 1.000 msec > usbus0: 12Mbps Full Speed USB v1.0 > usbus1: 12Mbps Full Speed USB v1.0 > ugen0.1: at usbus0 > uhub0: on usbus0 > ugen1.1: at usbus1 > uhub1: on usbus1 > usbus2: 480Mbps High Speed USB v2.0 > ugen2.1: at usbus2 > uhub2: on usbus2 > (da0:mpt0:0:0:0): UNMAPPED > da0 at mpt0 bus 0 scbus2 target 0 lun 0 > uhub0: 3 ports with 3 removable, self powered > da0: Fixed Direct Access SPC-4 SCSI device > uhub1: 3 ports with 3 removable, self powered > da0: Serial Number 000924F5B2JE PCV5B2JE > da0: 300.000MB/s transfers > da0: Command Queueing enabled > da0: 140009MB (286739329 512 byte sectors) > SMP: AP CPU #1 Launched! > cd0 at ata2 bus 0 scbus0 target 0 lun 0 > cd0: Trying to mount root from ufs:/dev/da0a [rw]... > Removable CD-ROM SCSI device > cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) > cd0: Attempt to query device size failed: NOT READY, Medium not present > uhub2: 8 ports with 8 removable, self powered This is on a V215 machine and would expect the same on a 245, as it uses the same m/b. Haven't tried others... Chris