RE: Upgrading from FreeBSD 6.1-Stable to Latest

2007-03-14 Thread Wil Hatfield
Taking this thread a little further since it is right in line with my todo
list for tonight. I currently have 6.1 installed on a Supermicro machine
with two ata drives. There has been a major bug that causes frequent kernel
panics which started at 6.0. The following build options seemed to help with
quick rebooting and recovery. But of course this week the reboots aren't
going to well and it is definately time to upgrade to 6.2-RELEASE
(RELENG_6_2) in hopes that whatever is causing the kernel panics is software
related and has been fixed.

makeoptions DEBUG=-g
options DDB, KDB, GDB
options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS_KDB
options WITNESS_SKIPSPIN

options BREAK_TO_DEBUGGER,ALT_BREAK_TO_DEBUGGER
options KDB_UNATTENDED

options QUOTA
options PMAP_SHPGPERPROC=601
options TCP_DROP_SYNFIN
options SMP
options IPFILTER
options IPFILTER_LOG
options IPFILTER_DEFAULT_BLOCK
options IPFIREWALL
options IPFIREWALL_VERBOSE
options DUMMYNET
options IPSTEALTH
options HZ=2000

#optionsRESTARTABLE_PANICS
options PANIC_REBOOT_WAIT_TIME=5

Will some of these options still work with 6.2-RELEASE or should I omit
something here in order to use the 6.2 release properly? I am sure there are
some since I am going from a 6.1 prerelease to a release. I am just not sure
which ones should be omitted. I still want the capability of the machine
rebooting unattended if a panic should occur.

Here is some more info in case anybody sees anything that I don't regarding
those panics. Never a single vmcore so I have found debugging quite useless.
But of course I do understand that I have alot to learn about debugging. Not
my forte.


### uname -a ###
123.domain.net 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Apr 20 16:01:16
PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM-KERNEL  i386

### dmesg.today ###
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-PRERELEASE #0: Thu Apr 20 16:01:16 PDT 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM-KERNEL
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3206.53-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf43  Stepping = 3
  Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,M
CA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,P
BE
  Features2=0x641dSSE3,RSVD2,MON,DS_CPL,CNTX-ID,CX16,b14
  AMD Features=0x2010NX,LM
  Hyperthreading: 2 logical CPUs
real memory  = 2146893824 (2047 MB)
avail memory = 2094931968 (1997 MB)
MPTable: INTELLindenhurst 
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  6
 cpu3 (AP): APIC ID:  7
ioapic0: Assuming intbase of 0
ioapic1: Assuming intbase of 24
ioapic2: Assuming intbase of 48
ioapic3: Assuming intbase of 72
ioapic0 Version 2.0 irqs 0-23 on motherboard
ioapic1 Version 2.0 irqs 24-47 on motherboard
ioapic2 Version 2.0 irqs 48-71 on motherboard
ioapic3 Version 2.0 irqs 72-95 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
cpu0 on motherboard
cpu1 on motherboard
cpu2 on motherboard
cpu3 on motherboard
pcib0: MPTable Host-PCI bridge pcibus 0 on motherboard
pci0: PCI bus on pcib0
pci0: unknown at device 0.1 (no driver attached)
pci0: base peripheral at device 1.0 (no driver attached)
pcib1: PCI-PCI bridge irq 16 at device 2.0 on pci0
pci1: PCI bus on pcib1
pcib2: PCI-PCI bridge at device 0.0 on pci1
pci2: PCI bus on pcib2
pci1: base peripheral, interrupt controller at device 0.1 (no driver
attached)
pcib3: PCI-PCI bridge at device 0.2 on pci1
pci3: PCI bus on pcib3
pci1: base peripheral, interrupt controller at device 0.3 (no driver
attached)
pcib4: PCI-PCI bridge irq 16 at device 4.0 on pci0
pci4: PCI bus on pcib4
pcib5: PCI-PCI bridge irq 16 at device 6.0 on pci0
pci5: PCI bus on pcib5
pcib6: MPTable PCI-PCI bridge at device 28.0 on pci0
pci6: PCI bus on pcib6
em0: Intel(R) PRO/1000 Network Connection Version - 3.2.18 port
0x2000-0x203f mem 0xdd20-0xdd21 irq 24 at device 1.0 on pci6
em0: Ethernet address: 00:30:48:84:f0:04
em1: Intel(R) PRO/1000 Network Connection Version - 3.2.18 port
0x2040-0x207f mem 0xdd22-0xdd23 irq 25 at device 2.0 on pci6
em1: Ethernet address: 00:30:48:84:f0:05
uhci0: UHCI (generic) USB controller port 0x1400-0x141f irq 16 at device
29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: UHCI (generic) USB controller on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: UHCI (generic) USB controller port 0x1420-0x143f irq 19 at device
29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: UHCI (generic) USB 

Re: Upgrading from FreeBSD 6.1-Stable to Latest

2007-03-13 Thread Boris Samorodov
On Tue, 13 Mar 2007 20:24:50 -0700 Don O'Neil wrote:

 What is the _easiest_ way to upgrade from a FreeBSD 6.1-stable install to a
 6.2-stable install? I can't run freebsd-update because it doesn't know about
 -stable, and I'd prefer to avoid doing a buildworld because of the time.

 Any suggestions?

Get the apropriate CD iso image and do a binary upgrade:
ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200703/

PS. I didn't do it myself, it's only an assumption.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]