I think I've found the problem.
The /etc/rlinetd.conf file contains the following
directory "/etc/rlinetd.d";
service "telnet"
{
protocol tcp;
port "telnet";
user "root";
exec "in.telnetd";
server "/usr/sbin/tcpd";
}
service "auth"
Program fragment at line 33 delivered error syntax error''
----
So I assumed that the last 2 lines are incorrect, and went about fixing the rlinetd.conf templates. However, even if I remove the: service "auth" part of the template, I continue to have other errors like no ssh/web/ftp access. I can't even get to the e-smith manager.
I'm wondering what the default rlinetd.conf (and maybe all the corresponding rlinetd.d) template looks like. Could someone send that my way?
Any ideas are greatly apprecaited!!!
Thanks!!!
Matt