Re: Psyche and xinetd

2002-12-11 Thread Mark C
terminal for Windows. Make sure that > you install openssh. > > /sbin/chkconfig telnet on > > will fix your problem. Not ever setup a telnet server (always used ssh), but as the telent server is running from xinetd, I presume that the server is off by default, check to make su

Re: Psyche and xinetd

2002-12-11 Thread Michael Schwendt
ould be running > fine. > > xinetd is listed in the services as running (just to be on the safe > side I restarted it). > > But I'm not able to telnet to the computer. Not even telnet localhost > works. Run: # rpm --query telnet-server # chkconfig telnet on Then try aga

Re: Psyche and xinetd

2002-12-11 Thread Taylor, ForrestX
Bob Grover wrote: I've set up with lokkit so that the security is custom and I've allowed incoming telnet, www, ftp, and ssh. /sbin/service iptables status shows that things should be running fine. xinetd is listed in the services as running (just to be on the safe side I restarted

Psyche and xinetd

2002-12-11 Thread Bob Grover
I've set up with lokkit so that the security is custom and I've allowed incoming telnet, www, ftp, and ssh. /sbin/service iptables status shows that things should be running fine. xinetd is listed in the services as running (just to be on the safe side I restarted it). But I

Re: Xinetd Redirect Problems

2002-12-06 Thread Tommy McNeely
it laid out, but it works :) --On Thursday, December 05, 2002 06:37:47 PM -0700 Guy Fraser <[EMAIL PROTECTED]> wrote: Why bother with a redirect, just run your sshd with a "-p 21" option. Guy Greg Gatlin wrote: I updated my xinetd to the newest version with up2date and my r

Re: Xinetd Redirect Problems

2002-12-05 Thread Greg Gatlin
I have to do the better. :) On Thu, 2002-12-05 at 19:37, Guy Fraser wrote: > Why bother with a redirect, just run your sshd with a "-p 21" option. > > Guy > > Greg Gatlin wrote: > > I updated my xinetd to the newest version with up2date and my redire

Re: Xinetd Redirect Problems

2002-12-05 Thread Guy Fraser
Why bother with a redirect, just run your sshd with a "-p 21" option. Guy Greg Gatlin wrote: I updated my xinetd to the newest version with up2date and my redirect is no longer functioning. I upgraded to xinetd-2.3.7-5. My redirect is so I can get to my box from work. They block p

Xinetd Redirect Problems

2002-12-05 Thread Greg Gatlin
I updated my xinetd to the newest version with up2date and my redirect is no longer functioning. I upgraded to xinetd-2.3.7-5. My redirect is so I can get to my box from work. They block port 22 and leave 21 open. Here is my xinetd configuration that worked before the upgrade: service ssh-ftp

xinetd errata in 7.x VERY BROKEN

2002-11-18 Thread Warren Togami
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=76146 For a month now the xinetd-2.3.9 errata package for Red Hat 7.x has been published. As this Bugzilla report shows, this package is amazingly broken and causing service failures after a certain number of connections. I have personally

Re: xinetd

2002-11-14 Thread Eric Wood
Several people do run sendmail through xinetd. It's not as effecient as standalone but you get all the control xinetd offer such as access lists. I don't have a xinetd entry for sendmail but I seen one come throught the xinetd list last week. -eric wood - Original Message - F

Re: xinetd

2002-11-13 Thread John
On Wed, 13 Nov 2002, Javier Gostling wrote: > On Wed, Nov 13, 2002 at 10:43:28AM -0800, jdow wrote: > > > Xinetd is what spawns some of the connections, such as mail, > > telnet, or ftp. > > Not mail. Both sendmail and postfix are standalone programs. Unless you > ha

Re: xinetd

2002-11-13 Thread jdow
IMAP and POP3 mail, silly. {^_-} - Original Message - From: "Javier Gostling" <[EMAIL PROTECTED]> On Wed, Nov 13, 2002 at 10:43:28AM -0800, jdow wrote: > Xinetd is what spawns some of the connections, such as mail, > telnet, or ftp. Not mail. Both sendmail and

Re: xinetd

2002-11-13 Thread Javier Gostling
On Wed, Nov 13, 2002 at 10:43:28AM -0800, jdow wrote: > Xinetd is what spawns some of the connections, such as mail, > telnet, or ftp. Not mail. Both sendmail and postfix are standalone programs. Unless you have switched to another mail package which does not come in the RH CDs.

xinetd

2002-11-13 Thread Marek
Hi When i boot up i have xinetd running at 90% CPU, kill it and all still works, any ideas ? -- Marek -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: xinetd

2002-11-13 Thread jdow
Disconnect the network. Put up a really "thick" firewall. Stop all traffic to the machine in any case. Is xinetd still busy? Run chkrootkit on the machine. Is it REALLY clean? A little more history of the machine might be useful. Xinetd is what spawns some of the connections, such as ma

Re: chkconfig xinetd services

2002-10-31 Thread Miguel M
Tony wrote: So does this: chkconfig --list | grep 3:o (which is a lot cleaner). You are right! So following your line of thought I guess the minimal regex would be of this type chkconfig --list | grep 0 :-) Thank you all! Miguel __

Re: chkconfig xinetd services

2002-10-31 Thread Tony Nugent
On Thu Oct 31 2002 at 19:43, Michael Schwendt wrote: > On Thu, 31 Oct 2002 13:21:19 -0500 (EST), [EMAIL PROTECTED] wrote: > > > =>chkconfig --list |grep -v "xinetd b\|^[^a-z]" > > => > > Grep is the wrong way to go. You don't want to remove ju

Re: chkconfig xinetd services

2002-10-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 31 Oct 2002 14:34:23 -0600, Miguel M wrote: > I like the grep solution in the way that > Hal Burgiss and Michael Schwendt have suggested, Full credit goes to Hal, because if I had been the first to reply, I might have chosen something lame'n'

Re: chkconfig xinetd services

2002-10-31 Thread Miguel M
my system because it lists more than 15 services before the xinetd based services. Regards, Miguel _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

Re: chkconfig xinetd services

2002-10-31 Thread Eric Wood
Why can't you run it through "grep -v" or "head -15" thereby ignoring the lines you don't want? -eric - Original Message - From: "Miguel M" <[EMAIL PROTECTED]> > Hi! > > How can I prevent the "xinetd based services" >

Re: chkconfig xinetd services

2002-10-31 Thread Hal Burgiss
On Thu, Oct 31, 2002 at 01:21:19PM -0500, [EMAIL PROTECTED] wrote: > => > =>chkconfig --list |grep -v "xinetd b\|^[^a-z]" > => > Grep is the wrong way to go. You don't want to remove just one line. You > want to remove all lines including and after "xin

Re: chkconfig xinetd services

2002-10-31 Thread Miguel M
Hal Burgiss wrote: chkconfig --list |grep -v "xinetd\|^[^a-z]" Not well tested ... Elegant solution Hal, thank you very much! I have modified your regex in order to list the xinetd super server itself: chkconfig --list |grep -v "xinetd b\|^[^a-z]&quo

Re: chkconfig xinetd services

2002-10-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 31 Oct 2002 13:21:19 -0500 (EST), [EMAIL PROTECTED] wrote: > =>chkconfig --list |grep -v "xinetd b\|^[^a-z]" > => > Grep is the wrong way to go. You don't want to remove just one line. > You want to rem

Re: chkconfig xinetd services

2002-10-31 Thread steveo
On Thu, 31 Oct 2002, Michael Schwendt wrote: =>-BEGIN PGP SIGNED MESSAGE- =>Hash: SHA1 => =>On Thu, 31 Oct 2002 11:53:01 -0500, Hal Burgiss wrote: => =>> On Thu, Oct 31, 2002 at 10:42:03AM -0600, Miguel M wrote: =>> > Hi! =>> > =>> > How ca

Re: chkconfig xinetd services

2002-10-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 31 Oct 2002 11:53:01 -0500, Hal Burgiss wrote: > On Thu, Oct 31, 2002 at 10:42:03AM -0600, Miguel M wrote: > > Hi! > > > > How can I prevent the "xinetd based services" > > to be displayed by "chkco

Re: chkconfig xinetd services

2002-10-31 Thread Hal Burgiss
On Thu, Oct 31, 2002 at 10:42:03AM -0600, Miguel M wrote: > Hi! > > How can I prevent the "xinetd based services" > to be displayed by "chkconfig --list"? > > I have some scripts which worked well under RHL6.2 > with the output of chkconfig, howeve

chkconfig xinetd services

2002-10-31 Thread Miguel M
Hi! How can I prevent the "xinetd based services" to be displayed by "chkconfig --list"? I have some scripts which worked well under RHL6.2 with the output of chkconfig, however the xinetd section in RHL8 breaks the consistency of the format and also my scripts :-( Thanks