From owner-freebsd-stable Wed Feb 28 3:54:48 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.golsyd.net.au (www.golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 648C137B718 for ; Wed, 28 Feb 2001 03:54:43 -0800 (PST) (envelope-from kaltorak@quake.com.au) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id bjjaaaaa for ; Wed, 28 Feb 2001 22:54:43 +1100 Message-ID: <3A9CE770.2576B84F@quake.com.au> Date: Wed, 28 Feb 2001 22:56:32 +1100 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Sergey A. Ivanov" Cc: freebsd-stable@freebsd.org Subject: Re: syslogd and udp socket 514 References: <1679517154.20010228164459@astra-st.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Sergey A. Ivanov" wrote: > > Hello freebsd-stable! > > Today i'm notice open udp port 514 on my 4.2S server. In /etc/services > it's named syslog, so i'm looked for syslogd and found it running as > syslog -s > As mentioned in man page, with -s option syslogd don't open any > network sockets at all. > What's wrong? > > Best regards, > Sergey mailto:lw@astra-st.ru > ICQ UIN: 49432691 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message It should be syslogd -s but anyway -s means it wont accept logs from other machines, it still opens a network socket... running with -s -s means no opened sockets... So nothing is wrong at all :) Kal. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message