Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi
When I boot my debian install with the cable plugged in, telnetd and wuftpd work fine.
However when I boot without the cable, the daemons do not start.
If i plug the cable in after booting, a watchdog message comes up saying that the cable was detected. However, my question is, how do I get telnetd and wuftp to autostart when a connection is detected?
Ps. I know they aren't the most secure of servers however the machine they are on will never be on the internet so security is no concern.
Typically telnet service can be run as 1)Stand-alone daemon 2) From inetd (/usr/sbin/inetd, /etc/inetd.conf).
In your system how does telnetd start?
Remember if you're using inetd method your will not see a process for "telnetd" unless someone actually does a telnet into the system.
Typically telnet service can be run as 1)Stand-alone daemon 2) From inetd (/usr/sbin/inetd, /etc/inetd.conf).
In your system how does telnetd start?
Remember if you're using inetd method your will not see a process for "telnetd" unless someone actually does a telnet into the system.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.