linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Telnet on ML410
@ 2007-08-07 18:02 khollan
  2007-08-07 20:09 ` khollan
  0 siblings, 1 reply; 2+ messages in thread
From: khollan @ 2007-08-07 18:02 UTC (permalink / raw)
  To: linuxppc-embedded


Hi

Im trying to get telnetd from busybox to work on my ML410.  Im running the
telnetd in the init.d but when I connect to the ML410 with telnet I just get
a blank screen without any prompt or login.  Any thoughts.  Here is my
inittab file if that will help, I think it has to do with how my console is
setup since Im using the uartlite.  Im new to this so any help would be
great.
::sysinit:/etc/init.d/rcS

# TERMINALS
#::askfirst:/bin/login
::askfirst:/sbin/getty -L 9600 ttyUL0

# What to do at the "Three Finger Salute"
# NOTE: This will not work over a serial port!
:12345:ctrlaltdel:/sbin/reboot

# What to do at shutdown/reboot
:6:shutdown:/bin/umount -a -r
:6:shutdown:/sbin/swapoff -a

# Stuff to do when restarting the init process
::restart:/sbin/init
-- 
View this message in context: http://www.nabble.com/Telnet-on-ML410-tf4231739.html#a12039337
Sent from the linuxppc-embedded mailing list archive at Nabble.com.

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

* Re: Telnet on ML410
  2007-08-07 18:02 Telnet on ML410 khollan
@ 2007-08-07 20:09 ` khollan
  0 siblings, 0 replies; 2+ messages in thread
From: khollan @ 2007-08-07 20:09 UTC (permalink / raw)
  To: linuxppc-embedded


Figured it out I needed to make device nodes 
cd /dev
mknod ptmx c 5 2
cd /dev/pts
mknod 0 c 136 0

-- 
View this message in context: http://www.nabble.com/Telnet-on-ML410-tf4231739.html#a12041502
Sent from the linuxppc-embedded mailing list archive at Nabble.com.

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

end of thread, other threads:[~2007-08-07 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-07 18:02 Telnet on ML410 khollan
2007-08-07 20:09 ` khollan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).