Dropbear Error Message

Rob Landley rob at landley.net
Wed Jun 16 14:37:09 WST 2010


On Tuesday 15 June 2010 22:03:10 생각하기 wrote:
> Hi all
> I have some error when i connect dropbear arise
...
> 172.16.0.11:60769 [12487] Jan 02 16:00:33 exit after auth (root):
> chown(/dev/ttyp1, 0, 21869564) failed: Read-only file system

Dropbear attempted to change the ownership of /dev/ttyp1 but your /dev 
directory is on a read-only filesystem, so the ownership can't be changed.

You can try:

A) making the /dev directory writeable.
B) logging in without a tty (the -T option, that's capital T)
C) mounting the devpts filesystem on /dev/pts and configuring dropbear to use 
it.

Rob
-- 
GPLv3: as worthy a successor as The Phantom Meanace, as timely as Duke Nukem 
Forever, and as welcome as New Coke.


More information about the Dropbear mailing list