Re: [newbie] inetd.conf

2003-02-18 Thread g
mo, along with other replies you have received, i would suggest you try 'man find'. 'man' is your friend, 'find' is your helper, when you learn to use them. to locate a file, as inetd.conf and all associated, using find / -name "*inetd.conf*" -print > find-inetd less find-inetd hthif. p

RE: [newbie] inetd.conf

2003-02-18 Thread Robert Wideman
>> /etc/xinetd.conf inetd has changed in recent months. It used to be all configured in inetd.conf/inetd, but it has changed to xinetd.conf/xinetd. Inetd was all a single file, xinetd has separated out each service into its own file in /etc/xinetd.d/ directory. There you will find the samething

Re: [newbie] inetd.conf

2003-02-18 Thread Stephen Kuhn
On Tue, 2003-02-18 at 18:01, mohammad soroushian wrote: > Hi all, > Where is "inetd.conf", please? I searched for it in > /etc, > but can not find. > Thanks /etc/xinetd.conf That's what you're looking for! -- Wed, 19 Feb 2003 07:25:00 +1100 7:25am up 1 day, 16:21, 5 users, load average: 0.

RE: [newbie] inetd.conf

2003-02-18 Thread Gene Brown
If you are using a newer version Mandrake (above 7 i think) you should be looking for the xinetd.d directory located in /etc Cheers Gene > -Original Message- > From: mohammad soroushian [mailto:[EMAIL PROTECTED]] > Sent: 18 February 2003 07:01 > To: [EMAIL PROTECTED] > S

[newbie] inetd.conf

2003-02-18 Thread mohammad soroushian
Hi all, Where is "inetd.conf", please? I searched for it in /etc, but can not find. Thanks __ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com Want to buy your Pack or Services from MandrakeSoft? Go to ht

Re: [newbie] - inetd.conf file?

2002-05-15 Thread Charlie
On May 15, 2002 08:55 pm, John McQuillen wrote: > > Sorry about the signature tag, Fortune seems possessed sometimes. ;-) > > -- > > If you want to tame fortune for sig purposes, use 'fortune -s' to > request a short fortune! > > Regards, > > John... ~~~

Re: [newbie] - inetd.conf file?

2002-05-15 Thread John McQuillen
> > Sorry about the signature tag, Fortune seems possessed sometimes. ;-) > -- If you want to tame fortune for sig purposes, use 'fortune -s' to request a short fortune! Regards, John... Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] - inetd.conf file?

2002-05-15 Thread Charlie
On May 15, 2002 12:54 pm, Schwenk, Jeanie wrote: > Thanks to everyone for their help. Installed the xinetd rpm and everything > is working fine now. > > Jeanie ~ Happy to hear it! Sorry about the signature tag, Fortune seems possessed somet

RE: [newbie] - inetd.conf file?

2002-05-15 Thread Schwenk, Jeanie
Thanks to everyone for their help. Installed the xinetd rpm and everything is working fine now. Jeanie Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

RE: [newbie] - inetd.conf file?

2002-05-14 Thread Michael Viron
---Original Message- >From: Gerald Waugh [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, May 14, 2002 2:18 PM >To: [EMAIL PROTECTED] >Subject: Re: [newbie] - inetd.conf file? > > >On Tuesday 14 May 2002 04:53 pm, Schwenk, Jeanie wrote: >> It is not running and there is no /var/

Re: [newbie] - inetd.conf file?

2002-05-14 Thread Michael Viron
Actually, this has nothing to do with the version of the kernel you are running--it has to do with the version of the distro you are running. Inetd was replaced by xinetd in Mandrake 7.2, relevant files include /etc/xinetd.conf, and the directory /etc/xinetd.d/ . Michael Viron -- Michael Viron C

Re: [newbie] - inetd.conf file?

2002-05-14 Thread Darwin Gottfried
On Wed, 15 May 2002, Michael Adams wrote: [...] > > Cant see it in software manager with 8.2 Powerpack. > I get xinitrc-2.4.4-60mdk and wizard-xinit-1.0.6-1mdk. > > Went to http://www.rpmfind.net/ and searched on xinit, got back all > xinitrc's. I may be out in left feild here but could this b

Re: [newbie] - inetd.conf file?

2002-05-14 Thread Michael Adams
On Wednesday 15 May 2002 11:43 am, Gerald Waugh wrote: > On Tuesday 14 May 2002 05:34 pm, Schwenk, Jeanie wrote: > > No such file /etc/rc.d/init.d/xinetd > > chkconfig --list | grep xinetd comes up empty > > chkconfig --level 345 xinetd onerrors because there is no xinetd > > > > I thought

Re: [newbie] - inetd.conf file?

2002-05-14 Thread Gerald Waugh
On Tuesday 14 May 2002 05:34 pm, Schwenk, Jeanie wrote: > No such file /etc/rc.d/init.d/xinetd > chkconfig --list | grep xinetd comes up empty > chkconfig --level 345 xinetd onerrors because there is no xinetd > > I thought xinetd was installed as a basic part of linux. I think I'll just

Re: [newbie] - inetd.conf file?

2002-05-14 Thread Gerald Waugh
On Tuesday 14 May 2002 05:34 pm, Schwenk, Jeanie wrote: > No such file /etc/rc.d/init.d/xinetd > chkconfig --list | grep xinetd comes up empty > chkconfig --level 345 xinetd onerrors because there is no xinetd > > I thought xinetd was installed as a basic part of linux. I think I'll just

Re: [newbie] - inetd.conf file?

2002-05-14 Thread Dave Conroy
Hi Gerald, Tuesday, May 14, 2002, 10:17:34 PM, you wrote: GW> On Tuesday 14 May 2002 04:53 pm, Schwenk, Jeanie wrote: >> It is not running and there is no /var/run/xinetd.pid. I installed the OS >> just a couple weeks ago, could something simply not have been installed? GW> what happens if you

RE: [newbie] - inetd.conf file?

2002-05-14 Thread Schwenk, Jeanie
llers back that this is not a good thing. Thanks. Jeanie -Original Message- From: Gerald Waugh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 2:18 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] - inetd.conf file? On Tuesday 14 May 2002 04:53 pm, Schwenk, Jeanie wrote: > I

Re: [newbie] - inetd.conf file?

2002-05-14 Thread Gerald Waugh
On Tuesday 14 May 2002 04:53 pm, Schwenk, Jeanie wrote: > It is not running and there is no /var/run/xinetd.pid. I installed the OS > just a couple weeks ago, could something simply not have been installed? what happens if you start it /etc/rc.d/init.d/xinetd start What does chkconfig --list

Re: [newbie] - inetd.conf file?

2002-05-14 Thread Charlie
On May 14, 2002 01:39 pm, Schwenk, Jeanie wrote: > I did a find as root from root. I have an /etc/xinetd.d/ but there is no > xinetd.conf or inetd.conf anywhere. Nor is there a daemon process for > either. > > I guess I should explain why I'm looking: cvs. The cvs manual section > 2.9.2 says

RE: [newbie] - inetd.conf file?

2002-05-14 Thread Schwenk, Jeanie
: Re: [newbie] - inetd.conf file? On Tuesday 14 May 2002 03:39 pm, Schwenk, Jeanie wrote: > I did a find as root from root. I have an /etc/xinetd.d/ but there is no > xinetd.conf or inetd.conf anywhere. Nor is there a daemon process for > either. > > I guess I should explain

Re: [newbie] - inetd.conf file?

2002-05-14 Thread Gerald Waugh
On Tuesday 14 May 2002 03:39 pm, Schwenk, Jeanie wrote: > I did a find as root from root. I have an /etc/xinetd.d/ but there is no > xinetd.conf or inetd.conf anywhere. Nor is there a daemon process for > either. > > I guess I should explain why I'm looking: cvs. The cvs manual section > 2.9.

RE: [newbie] - inetd.conf file?

2002-05-14 Thread Schwenk, Jeanie
I did a find as root from root. I have an /etc/xinetd.d/ but there is no xinetd.conf or inetd.conf anywhere. Nor is there a daemon process for either. I guess I should explain why I'm looking: cvs. The cvs manual section 2.9.2 says to edit the /etc/inetd.conf file if one wants to use the pse