Re: [expert] What rpm is telnetd in?

2000-05-01 Thread Russ Johnson
Ron, as I said before, I don't think it's the "binary" telnetd, as Linux doesn't use that. It's probably the "directory" telnetd, which will contain the binary "login", which you need whether you do inbound telnet or not. Russ "Ron Johnson, Jr." wrote: > John Aldrich wrote: > > > > On Sun, 30 A

Re: [expert] What rpm is telnetd in?

2000-05-01 Thread John Aldrich
On Mon, 01 May 2000, you wrote: > > I already asked. He won't answer that... > He's using Mandrake 6.0. Apparently Mandrake didn't split server & client until AFTER 6.0. I guess. And, since I"m no longer running Mandrake 6.0 (not even running Mandrake right now) I can't tell for sure. *shrug*

Re: [expert] What rpm is telnetd in?

2000-05-01 Thread Ron Johnson, Jr.
John Aldrich wrote: > > On Sun, 30 Apr 2000, you wrote: > > Of course the client and server are separate packages. However, > > telnetd is the telnet Daemon, and is therefore part of the SERVER. You > > don't need a daemon for a client. > > > Ok. But if the guy doesn't have telnet-server instal

Re: [expert] What rpm is telnetd in?

2000-05-01 Thread Ron Johnson, Jr.
AG wrote: > > On Sun, 30 Apr 2000, Ron Johnson wrote: > > | Dave Lers wrote: > | > > | > telnet-server > | > | H. Since I have telnetd, but don't have the telnet-server > | rpm, where does /usr/sbin/in.telnetd come from? > | > | Is there an rpm command to find which rpm contains a certain >

Re: [expert] What rpm is telnetd in?

2000-05-01 Thread Russ Johnson
I suspect it's just the directory telnetd, which contains the binary "login". He'll need that. Russ John Aldrich wrote: > On Sun, 30 Apr 2000, you wrote: > > Of course the client and server are separate packages. However, > > telnetd is the telnet Daemon, and is therefore part of the SERVER.

Re: [expert] What rpm is telnetd in?

2000-05-01 Thread Russ Johnson
My point exactly... Or didn't you see the at the end of that sentence Gary Bunker wrote: > You only need the telnet Daemon running if you intend to telnet into > your machine. The Client can run without a local daemon, it just needs > a daemon on the server it wishes to communicate with.

Re: [expert] What rpm is telnetd in?

2000-05-01 Thread John Aldrich
On Sun, 30 Apr 2000, you wrote: > > WHY you aren't reading closely is beyond me: I'm using Mdk6.0. > You are looking at *stable/current*, which is 7.0-2. > > This may be one of the changes Mdk made when they moved from > being a RH clone. > > This is from my Mdk6.0 CD-ROM: > $ ls /cdrom/Mandr

Re: [expert] What rpm is telnetd in?

2000-05-01 Thread John Aldrich
On Sun, 30 Apr 2000, you wrote: > Of course the client and server are separate packages. However, > telnetd is the telnet Daemon, and is therefore part of the SERVER. You > don't need a daemon for a client. > Ok. But if the guy doesn't have telnet-server installed, how the heck did he get the t

Re: [expert] What rpm is telnetd in?

2000-05-01 Thread Brian T. Schellenberger
Check out the "cooker" links for the most up-to-date "official" stuff, which, however, may or may not be compatible with the current production release. You can also try rpmfind.net. ptah wrote: > > Dave Lers wrote: > > > telnet-server > > this maybe an obvious answer, but where can I find m

Re: [expert] What rpm is telnetd in?

2000-05-01 Thread AG
On Sun, 30 Apr 2000, Ron Johnson wrote: | Dave Lers wrote: | > | > telnet-server | | H. Since I have telnetd, but don't have the telnet-server | rpm, where does /usr/sbin/in.telnetd come from? | | Is there an rpm command to find which rpm contains a certain | file? | | # rpm -qal | grep

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread Gary Bunker
You only need the telnet Daemon running if you intend to telnet into your machine. The Client can run without a local daemon, it just needs a daemon on the server it wishes to communicate with. Therefore, there is no need to install the TelnetD package unless you plan to host telnet services. U

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread Russ Johnson
Um, yes you do. A client without a daemon is like a key without a lock. Either way. Linux does not use "telnetd", it uses the superserver "inetd" and then that calls "in.telnetd" to start the inbound login session. That is what is installed by the telnet-server rpm. On my systems, the "telnetd"

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread Ron Johnson
John Aldrich wrote: > > On Sun, 30 Apr 2000, you wrote: > > > > THANK YOU! Apparently, Mdk6.0 integrated the telnet server > > and client... > > > > $ rpm -qf /usr/sbin/in.telnetd > > telnet-0.10-8mdk > > > I don't think so. Try again: > Current remote directory is /linux/mandrake/stable/current

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread Gary Bunker
Of course the client and server are separate packages. However, telnetd is the telnet Daemon, and is therefore part of the SERVER. You don't need a daemon for a client. On 30 Apr, John Aldrich wrote: > On Sun, 30 Apr 2000, you wrote: >> >> But then how come I have telnetd but don't have telnet

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread John Aldrich
On Sun, 30 Apr 2000, you wrote: > > THANK YOU! Apparently, Mdk6.0 integrated the telnet server > and client... > > $ rpm -qf /usr/sbin/in.telnetd > telnet-0.10-8mdk > I don't think so. Try again: Current remote directory is /linux/mandrake/stable/current/Mandrake/RPMS. ncftp .../current/Mandra

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread John Aldrich
On Sun, 30 Apr 2000, you wrote: > > But then how come I have telnetd but don't have telnet-server? > Listen closely as I repeat myself: THE TELNET SERVER IS A SEPARATE PACKAGE Just because you have "telnetd" does NOT mean you have telnet-server installed! That is a SEPARATE PACKAGE FROM TELN

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread Ron Johnson
Steve Philp wrote: > > Ron Johnson wrote: > > > > Dave Lers wrote: > > > > > > telnet-server > > > > H. Since I have telnetd, but don't have the telnet-server > > rpm, where does /usr/sbin/in.telnetd come from? > > > > Is there an rpm command to find which rpm contains a certain > > file? >

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread Ron Johnson
John Aldrich wrote: > > On Sun, 30 Apr 2000, you wrote: > > That was the 1st thing I tried. Those results were in my > > original post. Only the client rpms showed up... > > > Then you don't have the telnet-server RPM installed. Go to > your CD and install the server rpm. Or, even better instal

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread Steve Philp
Ron Johnson wrote: > > Dave Lers wrote: > > > > telnet-server > > H. Since I have telnetd, but don't have the telnet-server > rpm, where does /usr/sbin/in.telnetd come from? > > Is there an rpm command to find which rpm contains a certain > file? Try: rpm -qf -- Steve Philp,

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread John Aldrich
On Sun, 30 Apr 2000, you wrote: > That was the 1st thing I tried. Those results were in my > original post. Only the client rpms showed up... > Then you don't have the telnet-server RPM installed. Go to your CD and install the server rpm. Or, even better install SSH instead. SSH isn't as vulner

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread John Aldrich
On Sun, 30 Apr 2000, you wrote: > Dave Lers wrote: > > > telnet-server > > this maybe an obvious answer, but where can I find mandrake rpms that > were not included in my > 7.0 distriubtion? updates or new programs and such. I checked the main > ftp server under 7.0 and it was all the stuff I

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread Ron Johnson
John Aldrich wrote: > > On Sun, 30 Apr 2000, you wrote: > > Hello, > > > > grepping /etc/inetd.conf for telnet says this: > > telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd > > and doing "rpm -qa |grep tcp" produces > > tcp_wrappers-7.6-8mdk > > tcpdump-3.4-1mdk > > Where do I loo

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread Ron Johnson
Dave Lers wrote: > > telnet-server H. Since I have telnetd, but don't have the telnet-server rpm, where does /usr/sbin/in.telnetd come from? Is there an rpm command to find which rpm contains a certain file? # rpm -qal | grep telnetd /usr/man/man8/in.telnetd.8.bz2 /usr/man/man8/telnetd.8.

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread John Aldrich
On Sun, 30 Apr 2000, you wrote: > Hello, > > grepping /etc/inetd.conf for telnet says this: > telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd > and doing "rpm -qa |grep tcp" produces > tcp_wrappers-7.6-8mdk > tcpdump-3.4-1mdk > Where do I look, since I want to make sure that telnet

Re: [expert] What rpm is telnetd in?

2000-04-30 Thread ptah
Dave Lers wrote: > telnet-server this maybe an obvious answer, but where can I find mandrake rpms that were not included in my 7.0 distriubtion? updates or new programs and such. I checked the main ftp server under 7.0 and it was all the stuff I already had.. For example when a program like gn

Re: [expert] What rpm is telnetd in?

2000-04-29 Thread Dave Lers
telnet-server

[expert] What rpm is telnetd in?

2000-04-29 Thread Ron Johnson
Hello, grepping /etc/inetd.conf for telnet says this: telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd and doing "rpm -qa |grep tcp" produces tcp_wrappers-7.6-8mdk tcpdump-3.4-1mdk Where do I look, since I want to make sure that telnetd is at latest rev. Thanks, Ron -- +--