Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2005 11:01:27 +0800
From:      "Lin, Tsung Ching" <tclin@iis.sinica.edu.tw>
To:        freebsd-questions@freebsd.org
Subject:   Re: System Freeze with freebsd-5.3-Release-p5
Message-ID:  <1105930887.22726.18.camel@tclin>

next in thread | raw e-mail | index | archive | help
於 日,2005-01-16 於 20:49 -0600,Chris 提到:
> Kris Kennaway wrote:
> > On Sun, Jan 16, 2005 at 08:42:48PM -0600, Chris wrote:
> > 
> >>Kris Kennaway wrote:
> >>
> >>>On Mon, Jan 17, 2005 at 10:32:38AM +0800, Lin, Tsung Ching wrote:
> >>>
> >>>
> >>>>hi everyone,
> >>>>
> >>>>I want to upgrade the mail server from 4.10 to 5.3 on IBM xSeries 335.
> >>>>If I enable nis client and config the second network interface, 
> >>>>the system alwayse freeze without any log.
> >>>>If I boot the system first, then config the second network interface,
> >>>>the system still freezes.
> >>>>If I only eanble nis client or network interface, the system is ok.
> >>>>how do I solve this problem??
> >>>>thank you very much.
> >>>
> >>>
> >>>Please specify more details about your system and its configuration.
> >>>
> >>>Kris
> >>
> >>Here ya go:
> >>
> >>http://www-1.ibm.com/servers/eserver/xseries/xcampaigns/campaign1_flat.html
> > 
> > 
> > I don't see a dmesg, kernel configuration or /etc/rc.conf file at that
> > URL :-)
> > 
> > Kris
> 
> Yer right - was just helping him along - at least ya got an idea on the 
> the type of hardware
> 

sorry, I forget to attach the configuration files.
here they are. :)

# rc.conf
hostname="ccstest.iis.sinica.edu.tw"
nisdomainname="isd1"

usbd_enable="YES"

defaultrouter="140.109.20.1"
ifconfig_bge0="inet 140.109.20.9  netmask 255.255.255.0"
#ifconfig_bge1="inet 192.168.20.9  netmask 255.255.255.0"

firewall_enable="YES"           # Set to YES to enable firewall
functionality
firewall_type="/etc/ipfw.conf"  # Firewall type (see /etc/rc.firewall)

rpcbind_enable="YES"
nis_client_enable="YES"
nfs_client_enable="YES"
nfs_server_enable="YES"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"

sshd_enable="YES"
inetd_enable="YES"
ntpd_enable="YES"

#################################################################################
# KERNCONF
include         SMP

ident           IBM-XSERIES-335

options         MROUTING                # Multicast routing
options         PIM                     # Protocol Independent Multicast
options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #enable logging to syslogd(8)
#options         IPFIREWALL_VERBOSE_LIMIT=100    #limit verbosity
#options         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by
default
options         IPFIREWALL_FORWARD      #packet destination changes
options         IPV6FIREWALL            #firewall for IPv6
options         IPV6FIREWALL_VERBOSE
#options         IPV6FIREWALL_VERBOSE_LIMIT=100
#options         IPV6FIREWALL_DEFAULT_TO_ACCEPT
options         IPDIVERT                #divert sockets
options         IPSTEALTH               #support for stealth forwarding
options         TCPDEBUG
options         MBUF_STRESS_TEST
options         TCP_DROP_SYNFIN         #drop TCP packets with SYN+FIN
#options        TCP_SIGNATURE           #include support for RFC 2385
options         DUMMYNET
options         BRIDGE
options         ZERO_COPY_SOCKETS

-- 
Lin, Tsung Ching <tclin@iis.sinica.edu.tw>
Institute of Information Science, Academia Sinica



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1105930887.22726.18.camel>