From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 19:58:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5008B1065688 for ; Mon, 31 Mar 2008 19:58:53 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2504A8FC35 for ; Mon, 31 Mar 2008 19:58:53 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 3ABDD1CC91; Mon, 31 Mar 2008 11:58:52 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 31 Mar 2008 21:58:50 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803312158.51096.fbsd.questions@rachie.is-a-geek.net> Cc: Gilles Subject: Re: [6.3] How are those daemons started? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 19:58:53 -0000 On Monday 31 March 2008 21:47:42 Gilles wrote: > Hello > > By running "netstat -an", I notice that some daemons are running, > even though nothing is listed in either /etc/rc.conf or some > equivalent in /usr/local/etc/ : > > tcp4 0 0 127.0.0.1.25 > udp4 0 0 *.2727 *.* > udp4 0 0 *.2727 *.* > udp4 0 0 *.514 *.* > > nmap seems to only handle TCP (TCP2000 = "callbook"?) doesn't say > which application is opening those ports, and lsof | grep doesn't > return anything :-/ port 25 is sendmail, enabled by default /etc/defaults/rc.conf. 514 is syslog, also on by default. 2727 udp, no idea, but sockstat(1) will tell you. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.