Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] mosh-server vs dropbear vs openwrt
@ 2013-10-21 21:21 Dave Taht
  2013-10-21 21:27 ` [Cerowrt-devel] [mosh-devel] " Alex Chernyakhovsky
  2013-10-22  3:02 ` Anders Kaseorg
  0 siblings, 2 replies; 9+ messages in thread
From: Dave Taht @ 2013-10-21 21:21 UTC (permalink / raw)
  To: mosh-devel, cerowrt-devel

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äht

Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Cerowrt-devel] [mosh-devel] mosh-server vs dropbear vs openwrt
  2013-10-21 21:21 [Cerowrt-devel] mosh-server vs dropbear vs openwrt Dave Taht
@ 2013-10-21 21:27 ` Alex Chernyakhovsky
  2013-10-21 21:30   ` Dave Taht
  2013-10-22  3:02 ` Anders Kaseorg
  1 sibling, 1 reply; 9+ messages in thread
From: Alex Chernyakhovsky @ 2013-10-21 21:27 UTC (permalink / raw)
  To: Dave Taht; +Cc: mosh-devel, cerowrt-devel

Do you have devpts mounted on /dev/pts?

Sincerely,
-Alex


On Mon, Oct 21, 2013 at 5:21 PM, Dave Taht <dave.taht@gmail.com> 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äht
>
> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Cerowrt-devel] [mosh-devel] mosh-server vs dropbear vs openwrt
  2013-10-21 21:27 ` [Cerowrt-devel] [mosh-devel] " Alex Chernyakhovsky
@ 2013-10-21 21:30   ` Dave Taht
  2013-10-21 21:53     ` Quentin Smith
  0 siblings, 1 reply; 9+ messages in thread
From: Dave Taht @ 2013-10-21 21:30 UTC (permalink / raw)
  To: Alex Chernyakhovsky; +Cc: mosh-devel, cerowrt-devel

On Mon, Oct 21, 2013 at 2:27 PM, Alex Chernyakhovsky <achernya@mit.edu> wrote:
> Do you have devpts mounted on /dev/pts?
>
> Sincerely,
> -Alex
>
>
> On Mon, Oct 21, 2013 at 5:21 PM, Dave Taht <dave.taht@gmail.com> 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äht
>>
>> 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=/,upperdir=/overlay)
tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)


-- 
Dave Täht

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Cerowrt-devel] [mosh-devel] mosh-server vs dropbear vs openwrt
  2013-10-21 21:30   ` Dave Taht
@ 2013-10-21 21:53     ` Quentin Smith
  2013-10-21 22:16       ` Dave Taht
  0 siblings, 1 reply; 9+ messages in thread
From: Quentin Smith @ 2013-10-21 21:53 UTC (permalink / raw)
  To: Dave Taht; +Cc: mosh-devel, Alex Chernyakhovsky, cerowrt-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2238 bytes --]

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.

--Quentin

On Mon, 21 Oct 2013, Dave Taht wrote:

> On Mon, Oct 21, 2013 at 2:27 PM, Alex Chernyakhovsky <achernya@mit.edu> wrote:
>> Do you have devpts mounted on /dev/pts?
>>
>> Sincerely,
>> -Alex
>>
>>
>> On Mon, Oct 21, 2013 at 5:21 PM, Dave Taht <dave.taht@gmail.com> 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äht
>>>
>>> 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=/,upperdir=/overlay)
> tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
> devpts on /dev/pts type devpts (rw,relatime,mode=600)
> debugfs on /sys/kernel/debug type debugfs (rw,noatime)
>
>
> -- 
> Dave Täht
>
> _______________________________________________
> mosh-devel mailing list
> mosh-devel@mit.edu
> http://mailman.mit.edu/mailman/listinfo/mosh-devel
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Cerowrt-devel] [mosh-devel] mosh-server vs dropbear vs openwrt
  2013-10-21 21:53     ` Quentin Smith
@ 2013-10-21 22:16       ` Dave Taht
  2013-10-21 22:55         ` Outback Dingo
  2013-10-21 23:03         ` Quentin Smith
  0 siblings, 2 replies; 9+ messages in thread
From: Dave Taht @ 2013-10-21 22:16 UTC (permalink / raw)
  To: Quentin Smith; +Cc: mosh-devel, Alex Chernyakhovsky, cerowrt-devel

On Mon, Oct 21, 2013 at 2:53 PM, Quentin Smith <quentin@mit.edu> 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 <achernya@mit.edu>
>> wrote:
>>>
>>> Do you have devpts mounted on /dev/pts?
>>>
>>> Sincerely,
>>> -Alex
>>>
>>>
>>> On Mon, Oct 21, 2013 at 5:21 PM, Dave Taht <dave.taht@gmail.com> 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äht
>>>>
>>>> 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=/,upperdir=/overlay)
>> tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
>> devpts on /dev/pts type devpts (rw,relatime,mode=600)
>> debugfs on /sys/kernel/debug type debugfs (rw,noatime)
>>
>>
>> --
>> Dave Täht
>>
>> _______________________________________________
>> mosh-devel mailing list
>> mosh-devel@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/mosh-devel



-- 
Dave Täht

Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Cerowrt-devel] [mosh-devel] mosh-server vs dropbear vs openwrt
  2013-10-21 22:16       ` Dave Taht
@ 2013-10-21 22:55         ` Outback Dingo
  2013-10-21 23:03         ` Quentin Smith
  1 sibling, 0 replies; 9+ messages in thread
From: Outback Dingo @ 2013-10-21 22:55 UTC (permalink / raw)
  To: Dave Taht; +Cc: mosh-devel, Quentin Smith, Alex Chernyakhovsky, cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 3710 bytes --]

mosh requires  UTF-8 native locale to run, i fought with it for a while,
but finally got it working and thats what it needs.


On Mon, Oct 21, 2013 at 6:16 PM, Dave Taht <dave.taht@gmail.com> wrote:

> On Mon, Oct 21, 2013 at 2:53 PM, Quentin Smith <quentin@mit.edu> 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 <achernya@mit.edu>
> >> wrote:
> >>>
> >>> Do you have devpts mounted on /dev/pts?
> >>>
> >>> Sincerely,
> >>> -Alex
> >>>
> >>>
> >>> On Mon, Oct 21, 2013 at 5:21 PM, Dave Taht <dave.taht@gmail.com>
> 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äht
> >>>>
> >>>> 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=/,upperdir=/overlay)
> >> tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
> >> devpts on /dev/pts type devpts (rw,relatime,mode=600)
> >> debugfs on /sys/kernel/debug type debugfs (rw,noatime)
> >>
> >>
> >> --
> >> Dave Täht
> >>
> >> _______________________________________________
> >> mosh-devel mailing list
> >> mosh-devel@mit.edu
> >> http://mailman.mit.edu/mailman/listinfo/mosh-devel
>
>
>
> --
> Dave Täht
>
> Fixing bufferbloat with cerowrt:
> http://www.teklibre.com/cerowrt/subscribe.html
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>

[-- Attachment #2: Type: text/html, Size: 5693 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Cerowrt-devel] [mosh-devel] mosh-server vs dropbear vs openwrt
  2013-10-21 22:16       ` Dave Taht
  2013-10-21 22:55         ` Outback Dingo
@ 2013-10-21 23:03         ` Quentin Smith
  1 sibling, 0 replies; 9+ messages in thread
From: Quentin Smith @ 2013-10-21 23:03 UTC (permalink / raw)
  To: Dave Taht; +Cc: mosh-devel, Alex Chernyakhovsky, cerowrt-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 3630 bytes --]

On Mon, 21 Oct 2013, Dave Taht wrote:

> On Mon, Oct 21, 2013 at 2:53 PM, Quentin Smith <quentin@mit.edu> 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.

mosh does require locale support. It's possible you could build locale 
support only into the mosh binary, and not the rest of the system, though 
that would be a hack as mosh expects all terminal output to be in UTF-8.

> ssh thebox ls / works....

Try "ssh thebox -tt ls /". This will force a pty allocation, and possibly 
trigger the same error.

--Quentin

>
>>
>> --Quentin
>>
>>
>> On Mon, 21 Oct 2013, Dave Taht wrote:
>>
>>> On Mon, Oct 21, 2013 at 2:27 PM, Alex Chernyakhovsky <achernya@mit.edu>
>>> wrote:
>>>>
>>>> Do you have devpts mounted on /dev/pts?
>>>>
>>>> Sincerely,
>>>> -Alex
>>>>
>>>>
>>>> On Mon, Oct 21, 2013 at 5:21 PM, Dave Taht <dave.taht@gmail.com> 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äht
>>>>>
>>>>> 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=/,upperdir=/overlay)
>>> tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
>>> devpts on /dev/pts type devpts (rw,relatime,mode=600)
>>> debugfs on /sys/kernel/debug type debugfs (rw,noatime)
>>>
>>>
>>> --
>>> Dave Täht
>>>
>>> _______________________________________________
>>> mosh-devel mailing list
>>> mosh-devel@mit.edu
>>> http://mailman.mit.edu/mailman/listinfo/mosh-devel
>
>
>
> -- 
> Dave Täht
>
> Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Cerowrt-devel] [mosh-devel] mosh-server vs dropbear vs openwrt
  2013-10-21 21:21 [Cerowrt-devel] mosh-server vs dropbear vs openwrt Dave Taht
  2013-10-21 21:27 ` [Cerowrt-devel] [mosh-devel] " Alex Chernyakhovsky
@ 2013-10-22  3:02 ` Anders Kaseorg
  2013-10-22  3:06   ` Dave Taht
  1 sibling, 1 reply; 9+ messages in thread
From: Anders Kaseorg @ 2013-10-22  3:02 UTC (permalink / raw)
  To: Dave Taht; +Cc: mosh-devel, cerowrt-devel

On Mon, 21 Oct 2013, Dave Taht wrote:
> 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

Yes, there seems to be a problem with dropbear not liking ‘ssh -n -tt’ (or 
‘ssh -tt </dev/null’).  This was also reported at 
https://github.com/keithw/mosh/issues/464 .

Anders

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Cerowrt-devel] [mosh-devel] mosh-server vs dropbear vs openwrt
  2013-10-22  3:02 ` Anders Kaseorg
@ 2013-10-22  3:06   ` Dave Taht
  0 siblings, 0 replies; 9+ messages in thread
From: Dave Taht @ 2013-10-22  3:06 UTC (permalink / raw)
  To: Anders Kaseorg; +Cc: mosh-devel, dropbear, cerowrt-devel

OK, well...

On Mon, Oct 21, 2013 at 8:02 PM, Anders Kaseorg <andersk@mit.edu> wrote:
> On Mon, 21 Oct 2013, Dave Taht wrote:
>> 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
>
> Yes, there seems to be a problem with dropbear not liking ‘ssh -n -tt’ (or
> ‘ssh -tt </dev/null’).  This was also reported at
> https://github.com/keithw/mosh/issues/464 .

Not sure if that patch is the right thing, but for sure ssh -n -tt
doesn't work to my dropbear instance.

> Anders



-- 
Dave Täht

Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-10-22  3:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-21 21:21 [Cerowrt-devel] mosh-server vs dropbear vs openwrt Dave Taht
2013-10-21 21:27 ` [Cerowrt-devel] [mosh-devel] " Alex Chernyakhovsky
2013-10-21 21:30   ` Dave Taht
2013-10-21 21:53     ` Quentin Smith
2013-10-21 22:16       ` Dave Taht
2013-10-21 22:55         ` Outback Dingo
2013-10-21 23:03         ` Quentin Smith
2013-10-22  3:02 ` Anders Kaseorg
2013-10-22  3:06   ` Dave Taht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox