From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 91AC021F100 for ; Mon, 21 Oct 2013 15:16:26 -0700 (PDT) Received: by mail-wi0-f170.google.com with SMTP id l12so5882293wiv.3 for ; Mon, 21 Oct 2013 15:16:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=FVTtI1gdY+MV7kstsyJBjKDs5o0Rb79Z6sLVgwuvtrY=; b=JLh7Qs8J95mjrXkAhQMwdr9/d9OdNKwzSRF5TcSIRFoYSjfrLFP9o12FMxhPK2Cpg0 oPu9fWf/qgL0u5xhuNErBms11/gsgjzK6/keQRpgx62VM1YoHtfRbkUFmOE/+fLDdyMD GV7FB1/RxrXvxv6gznWijjsOxa0mc18Lqf+I85pbh3JGmq5fFTuA+KM5lgAHzsyPCfGH qGhwwZMHR1Tcw1P6MSK3NaIobN18jUe3WnWfsJFzJjvl1mW7dkDacCZkMU1BWkHVRokK y4XVqK/IyibptTfSqbJK8R9URY30b61fMCggaJovhF2ZJMTix/du2C/mX5CbFbdgx62a plSw== MIME-Version: 1.0 X-Received: by 10.180.13.113 with SMTP id g17mr11786970wic.19.1382393784646; Mon, 21 Oct 2013 15:16:24 -0700 (PDT) Received: by 10.217.67.202 with HTTP; Mon, 21 Oct 2013 15:16:24 -0700 (PDT) In-Reply-To: References: Date: Mon, 21 Oct 2013 15:16:24 -0700 Message-ID: From: Dave Taht To: Quentin Smith Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: mosh-devel@mit.edu, Alex Chernyakhovsky , "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] [mosh-devel] mosh-server vs dropbear vs openwrt X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 22:16:27 -0000 On Mon, Oct 21, 2013 at 2:53 PM, Quentin Smith wrote: > Are you able to run mosh-server by hand and connect to it? ("How do I run > the mosh client and server separately?" on the FAQ, if you don't know how= to > do that.) These look like errors from dropbear. I am pretty ignorant of how mosh-server actually works, but this is a pretty obvious error message... root@cerowrt:~# mosh-server mosh-server needs a UTF-8 native locale to run. Unfortunately, the local environment ([no charset variables]) specifies the character set "ASCII", The client-supplied environment ([no charset variables]) specifies the character set "ASCII". /bin/sh: locale: not found Building in locale support will eat some cpu and flash. I'll see what that takes. Still, I don't think this error is related to not being able to open a tty. ssh thebox ls / works.... > > --Quentin > > > On Mon, 21 Oct 2013, Dave Taht wrote: > >> On Mon, Oct 21, 2013 at 2:27 PM, Alex Chernyakhovsky >> wrote: >>> >>> Do you have devpts mounted on /dev/pts? >>> >>> Sincerely, >>> -Alex >>> >>> >>> On Mon, Oct 21, 2013 at 5:21 PM, Dave Taht wrote: >>>> >>>> I have a basically compiling mosh-server for openwrt in my >>>> ceropackages-3.3 repository for a while now, >>>> pulling from commit 45bba44c83d0b5f6da32327bbcbd2a42d22adbb2 for mosh. >>>> >>>> I'm still getting this error, and I'm puzzled as to what to point >>>> fingers at. >>>> >>>> Mon Oct 21 21:18:04 2013 authpriv.err dropbear[2995]: >>>> ioctl(TIOCSCTTY): Input/output error >>>> Mon Oct 21 21:18:04 2013 authpriv.err dropbear[2995]: /dev/pts/1: No >>>> such file or directory >>>> Mon Oct 21 21:18:04 2013 authpriv.err dropbear[2995]: open /dev/tty >>>> failed - could not set controlling tty: No such device or address >>>> Mon Oct 21 21:18:05 2013 authpriv.info dropbear[2994]: Exit (root): >>>> Disconnect received >>>> >>>> >>>> -- >>>> Dave T=E4ht >>>> >>>> Fixing bufferbloat with cerowrt: >>>> http://www.teklibre.com/cerowrt/subscribe.html >>>> >>>> _______________________________________________ >>>> mosh-devel mailing list >>>> mosh-devel@mit.edu >>>> http://mailman.mit.edu/mailman/listinfo/mosh-devel >> >> >> yes: >> >> root@cerowrt:~# mount >> /dev/root on /rom type squashfs (ro,relatime) >> proc on /proc type proc (rw,noatime) >> sysfs on /sys type sysfs (rw,noatime) >> tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime) >> /dev/mtdblock5 on /overlay type jffs2 (rw,noatime) >> overlayfs:/overlay on / type overlayfs >> (rw,noatime,lowerdir=3D/,upperdir=3D/overlay) >> tmpfs on /dev type tmpfs (rw,relatime,size=3D512k,mode=3D755) >> devpts on /dev/pts type devpts (rw,relatime,mode=3D600) >> debugfs on /sys/kernel/debug type debugfs (rw,noatime) >> >> >> -- >> Dave T=E4ht >> >> _______________________________________________ >> mosh-devel mailing list >> mosh-devel@mit.edu >> http://mailman.mit.edu/mailman/listinfo/mosh-devel --=20 Dave T=E4ht Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.= html