From owner-freebsd-questions@FreeBSD.ORG Thu May 15 10:33:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E202437B401 for ; Thu, 15 May 2003 10:33:36 -0700 (PDT) Received: from lillemor.energyhq.es.eu.org (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 380F343F85 for ; Thu, 15 May 2003 10:33:31 -0700 (PDT) (envelope-from flynn@energyhq.es.eu.org) Received: from isengard.energyhq.es.eu.org (isengard.energyhq.es.eu.org [192.168.100.1]) by lillemor.energyhq.es.eu.org (Postfix) with SMTP id 263BC2B723; Thu, 15 May 2003 19:33:27 +0200 (CEST) Date: Thu, 15 May 2003 19:33:16 +0200 From: Miguel Mendez To: Albert Everett Message-Id: <20030515193316.45b5f781.flynn@energyhq.es.eu.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.8.11claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 17:33:37 -0000 --.FW1UI1l=.tCu4bM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 15 May 2003 12:23:18 -0500 Albert Everett wrote: Howdy, > I'm seeing the following line when I run 'netstat -a': > > tcp4 0 0 *.afs3-fileserver *.* > > LISTEN Do sockstat or fstat, you'll see which process is listening on port 7000. > In /etc/services, I see: > > # grep afs3 /etc/services > afs3-fileserver 7000/tcp #file server itself > afs3-fileserver 7000/udp #file server itself > QUESTIONS: What is this afs3-fileserver service? Should it be there > because of the other software I'm running? Is it part of 4.8? I don't > see anything related to it that I'm firing up on purpose. afs is (if I'm not mistaken), the Andrew File System software. It's not part of FreeBSD's base. When you do netstat, it translates ports numbers to service names, based on the contents of /etc/services. That doesn't mean it's actually that service that is running. Try what I mentioned above and you'll see which dameon is listening on that port. Cheers, -- Miguel Mendez - flynn@energyhq.es.eu.org EnergyHQ :: http://www.energyhq.tk Tired of Spam? -> http://www.trustic.com --.FW1UI1l=.tCu4bM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+w89gnLctrNyFFPERAovqAJ0QjRIFv1jaDQWO+k8+QBftXSedZQCeNikh o+WFRbauMEJNXazcTq6DUFQ= =6m1m -----END PGP SIGNATURE----- --.FW1UI1l=.tCu4bM--