Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2011 18:32:39 +0400
From:      =?UTF-8?B?QW5kcmV5IFNtYWdpbg==?= <samspeed@mail.ru>
To:        freebsd-current@freebsd.org
Subject:   Re: Kernel panic "rtfree 2"
Message-ID:  <E1Qrsmt-0002L2-00.samspeed-mail-ru@f50.mail.ru>
In-Reply-To: <CAJ7_N2jMxZTkUtAwY2Ykw7i03vccRWX46ukdhN4GDXuu3qXZHg@mail.gmail.com>
References:  <E1Qrllb-0002XH-00.samspeed-mail-ru@f196.mail.ru> <CAJ7_N2jMxZTkUtAwY2Ykw7i03vccRWX46ukdhN4GDXuu3qXZHg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


12 августа 2011, 16:31 от Kip Macy <kip.macy@gmail.com>:
> It would help to know your configuration. Also, can you furnish us with a core?
>
This is my kernel conf:

cpu HAMMER
ident SAM

makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options MD_ROOT # MD is a potential root device
options NFSCL # New Network Filesystem Client
options NFSD # New Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options COMPAT_FREEBSD32 # Compatible with i386 binaries
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
options SCSI_DELAY=1001 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options STACK # stack(9) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
options INCLUDE_CONFIG_FILE # Include this file in kernel

options KDB # Enable kernel debugger support.
options DDB # Support DDB.
options GDB # Support remote GDB.
options DEADLKRES # Enable the deadlock resolver
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones

options SMP # Symmetric MultiProcessor Kernel

options LIBICONV
options MSDOSFS_ICONV
options CD9660_ICONV

options IPFIREWALL
options DUMMYNET
options IPDIVERT
options MROUTING

options RADIX_MPATH

options ALTQ
options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_CDNR
options ALTQ_PRIQ

options LIBALIAS
options IPFIREWALL_FORWARD
options IPFIREWALL_NAT

options ROUTETABLES=16
options DEVICE_POLLING



> On Fri, Aug 12, 2011 at 9:02 AM, Andrey Smagin <samspeed@mail.ru> wrote:
> > Before all upgrade system never crash.
> > After upgrade system month ago happens every day Kernel panic "rtfree 2" at
> > rtfree
> > route_output
> > sosend_generic
> > soo_write
> > dofilewrite
> > kernwrite
> > write
> > syscallenter
> > syscall
> > Xfast_syscall
> >
> > Now I upgraded to FreeBSD 9.0-BETA1 #32 r224760M and problem exist.

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Qrsmt-0002L2-00.samspeed-mail-ru>