10/08/2010 2:55 PM
post70109
|
Here's what I have in my build file:
/proc/boot/inetd.conf = {
ftp stream tcp nowait root /proc/boot/ftpd in.ftpd -l
telnet stream tcp nowait root /proc/boot/telnetd in.telnetd
shell stream tcp nowait root /proc/boot/rshd in.rshd
login stream tcp nowait root /proc/boot/rlogind in.rlogind
}
/etc/services = {
ftp 21/tcp
telnet 23/tcp
login 513/tcp
shell 514/tcp cmd # no passwords used
}
/etc/passwd = {
root::0:0:Superuser:/root:/bin/sh
}
On 10-10-08 2:49 PM, "Dave Markland" <community-noreply@qnx.com> wrote:
> Yes, I have updated the inet.conf file and the services file for the telnet. I
> think part of my issue is I don't have any visibility into what error is
> acturally happening. With the -d option on the inetd invocation, I would have
> expected to see some sort of debug info in syslog but it is clear of any inet
> issues.
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post70108
>
--
Hugh Brown (613) 591-0931 ext. 2209 (voice)
QNX Software Systems Ltd. (613) 591-3579 (fax)
175 Terence Matthews Cres. email: hsbrown@qnx.com
Kanata, Ontario, Canada.
K2M 1W8
|
|
|