Re: check processes started by inetd

2008-01-21 Thread Agus
2008/1/20, Warren Block [EMAIL PROTECTED]:

 On Sun, 20 Jan 2008, Jonathan Horne wrote:

  how can i check to see the processes that have been started by inetd?  i
 mean
  other than reading the inetd.conf file... but something like top or
 something
  that shows me the processes that are actually running?

 Kind of depends on what you're looking for, but ps ax, or enable inetd
 logging, or maybe sockstat.  If you're new to FreeBSD, remember that
 inetd isn't enabled by default, and a lot of the daemons it's used to
 start on other systems can be run on their own.

 -Warren Block * Rapid City, South Dakota USA
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]



Try netstat. That way you will see which ports are listenning...Acording to
that you will see if inetd is actually running..And as Warren says, it is
disabled by default

Cheers,
Brahama
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: check processes started by inetd

2008-01-20 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jonathan Horne wrote:
 how can i check to see the processes that have been started by
 inetd?  i mean other than reading the inetd.conf file... but
 something like top or something that shows me the processes that
 are actually running?


Telnet to the port they are on
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHk3F0Qi2hk2LEXBARAkmJAKD6Po+DQF2PEr0SExtXYdjC1ZSAJACfZTKp
0g+iGDbe3pXXWDtejfw6FK4=
=xP6D
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: check processes started by inetd

2008-01-20 Thread Jonathan Horne
On Sunday 20 January 2008 10:06:12 am Aryeh M. Friedman wrote:
 Jonathan Horne wrote:
  how can i check to see the processes that have been started by
  inetd?  i mean other than reading the inetd.conf file... but
  something like top or something that shows me the processes that
  are actually running?

 Telnet to the port they are on


well thats actually the problem im trying to troubleshoot... why the ports are 
not accessable.
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
freebsd08 [EMAIL PROTECTED] dfwlp.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: check processes started by inetd

2008-01-20 Thread Warren Block

On Sun, 20 Jan 2008, Jonathan Horne wrote:


how can i check to see the processes that have been started by inetd?  i mean
other than reading the inetd.conf file... but something like top or something
that shows me the processes that are actually running?


Kind of depends on what you're looking for, but ps ax, or enable inetd 
logging, or maybe sockstat.  If you're new to FreeBSD, remember that 
inetd isn't enabled by default, and a lot of the daemons it's used to 
start on other systems can be run on their own.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]