On Thu, 6 Sep 2001, Pablo Manalastas wrote:
> 1. How do you enable telnet, ftp, etc. services?
> To enable telnet, for example, I had to do the following
> vi /etc/xinetd.d/telnet # change "disable=yes"
> # to "disable=no"
> and then restart xinetd as follows:
> /etc/rc.d/init.d/xinetd restart
>
> Now "telnet" works, but "telnet hostname 25" does not
> so "sendmail" fails to deliver mail. How does one get
> sendmail to work? Help!
chkconfig telnet on
chkconfig ftp on
service xinetd restart
> 2. I upgrade to linux-2.4.9 from linux-2.4.2-?, the redhat 7.1
> default. I copy /usr/src/linux-2.4.2-?/configs/kernel*i386*smp.config
> to /usr/src/linux/.config, do make menuconfig ; make dep ; make bzImage ;
> etc. Then I boot with the new kernel, and lo and behold,
> nfs breaks. I do the following
>
> modprobe nfs
> vi /etc/exports
> /etc/rc.d/init.d/nfs start
>
> The system complains that nfs cannot work because some sunprc
> service can not be found. Why?
chkconfig portmap on
service portmap start
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]