From owner-freebsd-mips@FreeBSD.ORG Sat Jan 18 02:12:58 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A009A31B; Sat, 18 Jan 2014 02:12:58 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C05110B1; Sat, 18 Jan 2014 02:12:58 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id e16so4262472qcx.38 for ; Fri, 17 Jan 2014 18:12:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Hv8fw6oYuFFkmzpFKI+wvwEJS/9xYtOUT2BZaTXsDQE=; b=BEtr6qRFxwHZowRXXeS+BM9OWFkWWqpnxpZv/rGVbGMP0Xqj6WjCyUAqBv3JFZ8v5W 4xah4PJkACR/H7z8w4v6x9yRWnrY19hhN/I93zm//ZrUdp9h5WR9Pqy0vbGdJMUpHAIk 7HZAnNKiBVt3sYRVYn9N0C+b8Un8/gIdTGqsYHQSCqKLYj5sLo1ilpYBV6si/LGMHTbS IcGb1A96LzA6sdIdqMChHK5QV5xN1Lmzlnz22z1O/9mq83/Zd8G7d6Vbg7gxFRtSRoGe Od37JPc62gDlO7TuafmMDIJ2oGdY5hHd+CI/8jZdZ6xebuWxyxsUm4mzqixCEnrYv9Xv q7sw== MIME-Version: 1.0 X-Received: by 10.140.98.135 with SMTP id o7mr8248799qge.102.1390011177534; Fri, 17 Jan 2014 18:12:57 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Fri, 17 Jan 2014 18:12:57 -0800 (PST) In-Reply-To: <52D9C946.1080301@rewt.org.uk> References: <52D94DFA.1090002@rewt.org.uk> <20140117113957.ad3166f3f267a182ee344316@FreeBSD.org> <65734554-982B-4E5E-8662-3775A2FB76B9@bsdimp.com> <52D9C946.1080301@rewt.org.uk> Date: Fri, 17 Jan 2014 18:12:57 -0800 X-Google-Sender-Auth: ZMACSV70V5AlfR7XAUTJY-bTI6Y Message-ID: Subject: Re: Mikrotik CRS125 From: Adrian Chadd To: Joe Holden Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jan 2014 02:12:58 -0000 Something is oddly broken there. I've not seen this on the mips32 boards but i haven't tried recently. I'll go spin up one later tonight. -a On 17 January 2014 16:22, Joe Holden wrote: > On 17/01/2014 23:10, Warner Losh wrote: >> >> >> On Jan 17, 2014, at 12:39 PM, Stanislav Sedov wrote: >> >>> On Fri, 17 Jan 2014 15:36:26 +0000 >>> Joe Holden mentioned: >>> >>>> So, thought I'd have a crack at booting FreeBSD on it, got it booting >>>> from nfs, but: >>>> >>>> Jan 1 00:06:13 crs125 getty[888]: tcsetattr /dev/ttyu0: Invalid >>>> argument >>>> Jan 1 00:06:13 crs125 getty[889]: tcsetattr /dev/ttyu0: Invalid >>>> argument >>>> Jan 1 00:06:13 crs125 getty[890]: tcsetattr /dev/ttyu0: Invalid >>>> argument >>>> Jan 1 00:06:13 crs125 getty[891]: tcsetattr /dev/ttyu0: Invalid >>>> argument >>>> Jan 1 00:06:14 crs125 getty[892]: tcsetattr /dev/ttyu0: Invalid >>>> argument >>>> Jan 1 00:06:14 crs125 init: getty repeating too quickly on port >>>> /dev/ttyu0, sleeping 30 secs >>>> >>> >>> This sounds like the kernel and world are inconsistent. Are you >>> sure you're not booting 10x world on HEAD kernel or vice versa? I >>> saw something similar once when I had unmatching world and kernel. >> >> >> What does ls /dev/tty* tell you? >> >> Warner >> > What is expected really: > > root@crs125:~ # ls -la /dev/tty* > crw------- 1 root wheel 0x18 Jan 1 00:00 /dev/ttyu0 > crw------- 1 root wheel 0x19 Jan 1 00:00 /dev/ttyu0.init > crw------- 1 root wheel 0x1a Jan 1 00:00 /dev/ttyu0.lock > > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"