Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2000 00:17:05 +0100
From:      "Vladislav Konecny" <vladislav.konecny@web.markiza.sk>
To:        <freebsd-stable@FreeBSD.ORG>
Cc:        <freebsd-database@FreeBSD.ORG>
Subject:   Intel STL2 in SC5000, segfaulted mysqld
Message-ID:  <NEBBLCNAMLOFBCDHGHGFOEMMCAAA.vladislav.konecny@web.markiza.sk>
In-Reply-To: <200012122231.eBCMVE353411@earth.backplane.com>

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

[-- Attachment #1 --]
Hello all,

	I have big problem with MySQL 3.22.32 running on box with Intel STL2
motherboard with 2xP3/600 and 256MB RAM. This is standardly installed box
with latest cvsup (12-12-2000) of stable branch 4.2-STABLE. Kernel is
compiled with SMP and APIC_IO (as you can see in attachment).
	I start the mysql with safe_mysqld run script, and after 5-6 minutes daemon
quits with message:

Dec 13 00:10:07 db /kernel: pid 237 (mysqld), uid 0: exited on signal 11
(core dumped)

...and restart daemon from the script.

Any idea to fix this?


Vladislav Konecny
technical director
------------------
www.markiza.sk, a.s.
=m= 0903/268 523
=@= oryon@web.markiza.sk


[-- Attachment #2 --]
machine		i386
cpu		I686_CPU
ident		db
maxusers	32

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

options 	MATH_EMULATE		#Support for x87 emulation
options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	MFS			#Memory Filesystem
options 	MD_ROOT			#MD is a potential root device
options 	NFS			#Network Filesystem
options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=10000	#Delay (in ms) before probing SCSI
options 	USERCONFIG		#boot -c editor
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

options		SMP                     # Symmetric MultiProcessor Kernel
options		APIC_IO                 # Symmetric (APIC) I/O

device		isa
device		pci

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0

# ATA and ATAPI devices
device		ata0	at isa? port IO_WD1 irq 14
device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atapicd			# ATAPI CDROM drives
options 	ATA_STATIC_ID		#Static device numbering
#options 	ATA_ENABLE_ATAPI_DMA	#Enable DMA on ATAPI devices

# SCSI Controllers
device		ahc		# AHA2940 and onboard AIC7xxx devices

# SCSI peripherals
device		scbus		# SCSI bus (required)
device		da		# Direct Access (disks)
device		pass		# Passthrough device (direct SCSI access)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1
device		psm0	at atkbdc? irq 12

device		vga0	at isa?

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? flags 0x100

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13

device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	tun		# Packet tunnel.
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	bpf		#Berkeley packet filter

options		IPFIREWALL
options		IPFIREWALL_VERBOSE
options		TCP_RESTRICT_RST
options		ACCEPT_FILTER_DATA
options		MAXMEM="(256*1024)"
help

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