Прочитал man watchdog, особой содержательностью он не отличается. Так что не совсем понял что это. Раньше такого не было, при этом кстати сеть работает нормально. Может что-то с настройкой системы перемудрил? Помогите плиз. Вот конфиги.
/etc/rc.conf
Код: Выделить всё
watchdogd_enable="NO"/etc/sysctl.conf
Код: Выделить всё
hw.snd.pcm0.vchans=5
hw.snd.maxautovchans=5
net.inet.ip.ttl=128
net.inet.ip.redirect=0
net.inet.ip.sourceroute=0
net.inet.ip.accept_sourceroute=0
net.inet.icmp.drop_redirect=1
net.inet.icmp.log_redirect=1
net.inet.icmp.bmcastecho=0
net.inet.icmp.maskrepl=0
net.inet.tcp.delayed_ack=0
net.inet.tcp.sendspace=65535
net.inet.tcp.recvspace=65535
net.inet.tcp.blackhole=2
net.inet.udp.blackhole=1
net.local.stream.sendspace=65535
net.local.stream.recvspace=65535
net.link.ether.inet.max_age=1200
kern.sync_on_panic=1
kern.ipc.somaxconn=1024Конфиг ядра.
Код: Выделить всё
#Kernel Config File For FreeBSD 6.1
#23/07/2006
#-----------------------------------------------------------------
machine i386
cpu I686_CPU
ident MYKERNEL
maxusers 0
makeoptions CONF_CFLAGS=-fno-builtin
#-----------------------------------------------------------------
#Base Kernel Options
#-----------------------------------------------------------------
options INCLUDE_CONFIG_FILE # Include this file in kernel
options PQ_CACHESIZE=1024 # Color for 1024k cache
options CPU_FASTER_5X86_FPU # Enables faster FPU exception handler
options SCHED_4BSD # 4BSD scheduler
options CLK_USE_I8254_CALIBRATION # Causes the calibrated frequency of the i8254 clock to actually be used
options DEVICE_POLLING # Support for mixed interrupt-polling handling of network device drivers
options HZ=1000 # The granularity of operation
options GEOM_BSD # BSD disklabels
options GEOM_GATE # Userland services
options GEOM_GPT # GPT partitioning
options GEOM_LABEL # Providers labelization
options GEOM_MBR # DOS/MBR partitioning
options GEOM_VOL # Volume names from UFS superblock
options COMPAT_43 # Compatible with BSD 4.3
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_LINUX # Enable Linux ABI emulation
options COMPAT_AOUT # Enable i386 a.out binary support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options KTRACE # Kernel tracing
options _KPOSIX_PRIORITY_SCHEDULING # Posix real-time extensions
options LIBMCHAIN # Mchain library
options LIBICONV # Kernel side iconv library
options KBD_INSTALL_CDEV # Install a CDEV entry in /dev
options PANIC_REBOOT_WAIT_TIME=10 # system will wait before rebooting automatically when a kernel panic occurs
options MAXCONS=16 # Number of virtual consoles
options SCSI_DELAY=1500 # Delay (in ms) before probing SCSI
options SC_DISABLE_REBOOT # Disable reboot key sequence
options SC_HISTORY_SIZE=1024 # Number of history buffer lines
options VESA # Support for VGA VESA video modes
options SC_PIXEL_MODE # Add support for the raster text mode
options XSERVER # Support for running an X server on vt
options FAT_CURSOR # Start with block cursor
options ATA_STATIC_ID # Static controller numbering
options MD_ROOT # Make the md device a potential root device
#File Systems
options FFS # Fast filesystem
options SOFTUPDATES # Technique for improving filesystem speed
options UFS_EXTATTR # Extended attributes for ufs
options UFS_ACL # Access Control List support for UFS filesystems
options UFS_DIRHASH # Directory hashing
options PSEUDOFS # Pseudo-filesystem framework
options PROCFS # Process filesystem (requires PSEUDOFS)
options CD9660 # ISO 9660 filesystem
options CD9660_ICONV # Character code conversion support with LIBICONV
options MSDOSFS # MS DOS File System (FAT, FAT32)
options MSDOSFS_ICONV # Character code conversion support with LIBICONV
options MSDOSFS_LARGE # Support for large MS-DOS filesystems
options NTFS # WinNT File System
options NTFS_ICONV # Character code conversion support with LIBICONV
options UDF # Universal Disk Format
options UDF_ICONV # Character code conversion support with LIBICONV
options QUOTA # Enable disk quotas
options LINPROCFS # Enable the linux-like proc filesystem support
options SMBFS # SMB/CIFS filesystem
#Networking
options INET # Internet communications protocols
options IPFIREWALL # Firewall
options IPFIREWALL_VERBOSE # Enable logging to syslogd(8)
options IPFIREWALL_VERBOSE_LIMIT=500 # Limit verbosity
options NETGRAPH # Netgraph(4) system
options NETGRAPH_BPF
options NETGRAPH_PPTPGRE
options TCP_DROP_SYNFIN # Drop TCP packets with SYN+FIN
options NETSMB # SMB/CIFS requester
options NETSMBCRYPTO # Encrypted password support for SMB
#-----------------------------------------------------------------
#System Devices
#-----------------------------------------------------------------
device apic # I/O apic
device acpi # Intel ACPI Component Architecture reference implementation
device acpi_video # ACPI Video Extensions (LCD backlight/brightness, video output, etc.)
device isa # Required by npx(4)
device eisa # The EISA bus device
device npx # The Numeric Processing eXtension driver
device pci # PCI bus
device vga # VGA video card driver
device splash # Splash screen and screen saver support
device gzip # Exec gzipped a.out's. REQUIRES COMPAT_AOUT!
device pmtimer # Add suspend/resume support for the i8254
device loop # Network loopback
device mem # Memory and kernel memory devices
device io # I/O device
device random # Entropy device
device ether # Ethernet support
device md # Memory "disks"
device sc # The syscons console driver
device vt # The pcvt console driver
device pty # Pseudo ttys
device bpf # Berkeley packet filter (requied for DHCP)
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse
device ata # The 'ATA' driver supports all ATA and ATAPI devices
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
device atapicam # Emulate ATAPI devices as SCSI ditto via CAM
device scbus # Base SCSI code
device da # SCSI direct access devices (aka disks)
device pass # CAM passthrough driver
device cd # SCSI cdrom
device smbus # Bus support, required for smb below
device ichsmb # Intel ICH SMBus controller chips
device sound # The generic sound driver
device snd_ich # Intel ICH PCI and some more audio controllers embedded in a chipset
device sio # Serial ports support
device lpt # Printer
device ppbus # Parallel port bus (required
device ppc
device ppi # Parallel port interface device
device miibus # MII bus support is required for some PCI 10/100 ethernet NICs
device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
device rl # Realtek 8139 driver
device usb # USB Bus (required)
device ehci # EHCI controller
device uhci # UHCI controller
device ugen # Generic USB device driver
device umass # Disks/Mass storage - Requires scbus and da
device uscanner # Scanners
device ulpt # Printer
device uhid # Human Interface Device
device ukbd # USB keyboard
device ucom # USB serial support
device uvisor # USB Visor and Palm devicesOS - FreeBSD 6.1 p-11
Спасибо.