開機時候所產生的SMTP 錯誤訊息解決方案
開機時於 SYSLOG 中產的的錯誤訊息,如下所示:
NOQUEUE: SYSERR(root): opendaemonsocket: daemon MSA: cannot bind: Address already in use
daemon MSA: problem creating SMTP socket
NOQUEUE: SYSERR(root): opendaemonsocket: daemon MSA: server SMTP socket wedged: exiting
請問一下這是怎麼導致的,應該如何處理呢?謝謝!!
how to Fix this:
bbs2# more /etc/inetd.conf
# $FreeBSD: src/etc/inetd.conf,v 1.44.2.17 2003/06/13 10:43:19 yar Exp $
#
# Internet server configuration database
#
# Define *both* IPv4 and IPv6 entries for dual-stack support.
# To disable a service, comment it out by prefixing the line with '#'.
# To enable a service, remove the '#' at the beginning of the line.
#
telnet stream tcp wait bbs /home/bbs/bin/bbsd bbsd -i
finger stream tcp wait bbs /home/bbs/bin/bguard bguard -i
pop3 stream tcp wait bbs /home/bbs/bin/bpop3d bpop3d -i
gopher stream tcp wait bbs /home/bbs/bin/gemd gemd -i
smtp stream tcp wait bbs /home/bbs/bin/bmtad bmtad -i
xchat stream tcp wait bbs /home/bbs/bin/xchatd xchatd -i
bbsnntp stream tcp wait bbs /home/bbs/innd/innbbsd innbbsd -i
ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
bbs2# more rc.conf
# — sysinstall generated deltas — # Mon Jul 5 16:57:06 1999
# Created: Mon Jul 5 16:57:06 1999
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter=”163.18.22.254″
hostname=”bbs2.mis.nkfust.edu.tw”
ifconfig_rl0=”inet 163.18.22.XXX netmask 255.255.255.0″
kern_securelevel_enable=”NO”
nfs_reserved_port_only=”YES”
sendmail_enable=”NO”=========================>>Fix make it disable
sshd_enable=”YES”
usbd_enable=”YES”
# — sysinstall generated deltas — # Sat Aug 21 13:51:47 2004
ifconfig_rl0=”inet 163.18.22.XXX netmask 255.255.255.0″
defaultrouter=”163.18.22.254″
hostname=”bbs2.mis.nkfust.edu.tw”
bbs2#
—–

留言