From owner-freebsd-stable@FreeBSD.ORG Tue Mar 2 08:43:58 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F4100106564A for ; Tue, 2 Mar 2010 08:43:57 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 40BA48FC17 for ; Tue, 2 Mar 2010 08:43:57 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.3/8.14.3) with ESMTP id o228hniX010524; Tue, 2 Mar 2010 09:43:49 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.3/8.14.3/Submit) id o228hlXx010519; Tue, 2 Mar 2010 09:43:47 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Tue, 2 Mar 2010 09:43:47 +0100 From: Ruben de Groot To: Ronald Klop Message-ID: <20100302084347.GA4719@ei.bzerk.org> References: <20100301203450.GA99170@ei.bzerk.org> <20100301211441.GB99170@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, J_CHICKENPOX_54 autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Tue, 02 Mar 2010 09:43:56 +0100 (CET) Cc: stable@freebsd.org Subject: Re: stable-8 regression: time stands still X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2010 08:43:58 -0000 Hi Ronald, On Mon, Mar 01, 2010 at 10:30:16PM +0100, Ronald Klop typed: > Hi Ruben, > > Some shots in the dark. > - Do you run powerd? Try to disable it. Not running powerd, it's a server > - What is your output of 'sysctl kern.timecounter'? Maybe try setting > another timecounter. malenfant# sysctl kern.timecounter kern.timecounter.tick: 1 kern.timecounter.choice: TSC(-100) HPET(900) ACPI-safe(850) i8254(0) dummy(-1000000) kern.timecounter.hardware: HPET kern.timecounter.stepwarnings: 0 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.i8254.counter: 16475 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.ACPI-safe.mask: 4294967295 kern.timecounter.tc.ACPI-safe.counter: 2418769071 kern.timecounter.tc.ACPI-safe.frequency: 3579545 kern.timecounter.tc.ACPI-safe.quality: 850 kern.timecounter.tc.HPET.mask: 4294967295 kern.timecounter.tc.HPET.counter: 4294967295 kern.timecounter.tc.HPET.frequency: 14318180 kern.timecounter.tc.HPET.quality: 900 kern.timecounter.tc.TSC.mask: 4294967295 kern.timecounter.tc.TSC.counter: 36728411 kern.timecounter.tc.TSC.frequency: 2700107136 kern.timecounter.tc.TSC.quality: -100 kern.timecounter.smp_tsc: 0 kern.timecounter.invariant_tsc: 1 Not sure what knobs to turn to set another timecounter or which one. Doesn't look like this is a documented course of action. What do you suggest? > - Maybe you shouldn't name your computer 'ill child' in french. :-) Heheh! Didn't know the karma of a computer was influenced by its name ;) Malenfant btw is the main character in the manifold SF trilogy by Stephen Baxter. cheers, Ruben > > Ronald. > > On Mon, 01 Mar 2010 22:14:41 +0100, Ruben de Groot > wrote: > > > > >Forgot to mention. The kernel is GENERIC + IPFIREWALL* and IPDIVERT > >options; nothing else. > >I also build a RELEASE_8_0 kernel and it shows the same problems, so > >it's not just a recent -stable issue. > > > >On Mon, Mar 01, 2010 at 09:34:50PM +0100, Ruben de Groot typed: > >> > >>Hi, > >> > >>After upgrading my 7.2-PRERELEASE system to 8-stable I encountered > >>some very strange problems, most obvious: > >> > >>- startup would hang on starting devd, only continuing after a ^C > >> > >>- reboot would hang, but reboot -q would work. > >> > >>- nfs clients would report strange locking problems. > >> > >>Now I've found that probably the real problem here is that NO TIME > >>IS PASSING (!!). Successively calling 'date' will allways give me > >>the exact same time to the second. > >>A 'sleep 1' will hang indefinetely. > >> > >> > >>The BIOS is OK. After (and only after) a reboot, time will be updated to > >>the time of reboot, but stay there forever after. > >> > >>Before I go back to 7.2 (tested there are still no problems > >>there with a livecd) maybe someone want to shed some light on this. > >>I've attached dmesg.boot. > >> > >>cheers, > >>Ruben > >> > > > >>Copyright (c) 1992-2009 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 is a registered trademark of The FreeBSD Foundation. > >>FreeBSD 8.0-RELEASE-p2 #6: Sun Feb 21 15:45:07 CET 2010 > >> root@malenfant.lan:/usr/obj/usr/src/sys/MALENFANT > >>module_register: module g_label already exists! > >>Module g_label failed to register: 17 > >>Timecounter "i8254" frequency 1193182 Hz quality 0 > >>CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ (2700.11-MHz > >>686-class CPU) > >> Origin = "AuthenticAMD" Id = 0x60fb2 Stepping = 2 > >> Features=0x178bfbff > >> Features2=0x2001 > >> AMD > >>Features=0xea500800 > >> AMD Features2=0x11f > >> TSC: P-state invariant > >>real memory = 2147483648 (2048 MB) > >>avail memory = 1958805504 (1868 MB) > >>ACPI APIC Table: <090908 APIC1020> > >>FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > >>FreeBSD/SMP: 1 package(s) x 2 core(s) > >> cpu0 (BSP): APIC ID: 0 > >> cpu1 (AP): APIC ID: 1 > >>ioapic0 irqs 0-23 on motherboard > >>kbd1 at kbdmux0 > >>acpi0: <090908 RSDT1020> on motherboard > >>acpi0: [ITHREAD] > >>acpi0: Power Button (fixed) > >>acpi0: reservation of ffb80000, 80000 (3) failed > >>acpi0: reservation of fff00000, 100000 (3) failed > >>acpi0: reservation of 0, a0000 (3) failed > >>acpi0: reservation of 100000, 77f00000 (3) failed > >>ACPI HPET table warning: Sequence is non-zero (2) > >>Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 > >>acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 > >>acpi_hpet0: iomem 0xfed00000-0xfed003ff on > >>acpi0 > >>Timecounter "HPET" frequency 14318180 Hz quality 900 > >>pcib0: port 0xcf8-0xcff on acpi0 > >>pci0: on pcib0 > >>pcib1: at device 1.0 on pci0 > >>pci1: on pcib1 > >>vgapci0: port 0xc000-0xc0ff mem > >>0xf0000000-0xf7ffffff,0xfe9f0000-0xfe9fffff,0xfe800000-0xfe8fffff irq > >>18 at device 5.0 on pci1 > >>pcib2: at device 5.0 on pci0 > >>pci2: on pcib2 > >>re0: port 0xd800-0xd8ff > >>mem 0xfeaff000-0xfeafffff irq 17 at device 0.0 on pci2 > >>re0: Using 1 MSI messages > >>re0: Chip rev. 0x34000000 > >>re0: MAC rev. 0x00000000 > >>miibus0: on re0 > >>rlphy0: PHY 1 on miibus0 > >>rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > >>re0: Ethernet address: 00:1f:e2:6a:ac:35 > >>re0: [FILTER] > >>atapci0: port > >>0xb000-0xb007,0xa000-0xa003,0x9000-0x9007,0x8000-0x8003,0x7000-0x700f > >>mem 0xfe7ff800-0xfe7ffbff irq 22 at device 18.0 on pci0 > >>atapci0: [ITHREAD] > >>atapci0: AHCI v1.10 controller with 4 3Gbps ports, PM supported > >>ata2: on atapci0 > >>ata2: port is not ready (timeout 0ms) tfd = 000001d0 > >>ata2: software reset clear timeout > >>ata2: [ITHREAD] > >>ata3: on atapci0 > >>ata3: port is not ready (timeout 0ms) tfd = 000001d0 > >>ata3: software reset clear timeout > >>ata3: [ITHREAD] > >>ata4: on atapci0 > >>ata4: [ITHREAD] > >>ata5: on atapci0 > >>ata5: [ITHREAD] > >>ohci0: mem 0xfe7fe000-0xfe7fefff irq 16 > >>at device 19.0 on pci0 > >>ohci0: [ITHREAD] > >>usbus0: on ohci0 > >>ohci1: mem 0xfe7fd000-0xfe7fdfff irq 17 > >>at device 19.1 on pci0 > >>ohci1: [ITHREAD] > >>usbus1: on ohci1 > >>ohci2: mem 0xfe7fc000-0xfe7fcfff irq 18 > >>at device 19.2 on pci0 > >>ohci2: [ITHREAD] > >>usbus2: on ohci2 > >>ohci3: mem 0xfe7fb000-0xfe7fbfff irq 17 > >>at device 19.3 on pci0 > >>ohci3: [ITHREAD] > >>usbus3: on ohci3 > >>ohci4: mem 0xfe7fa000-0xfe7fafff irq 18 > >>at device 19.4 on pci0 > >>ohci4: [ITHREAD] > >>usbus4: on ohci4 > >>ehci0: mem 0xfe7ff000-0xfe7ff0ff > >>irq 19 at device 19.5 on pci0 > >>ehci0: [ITHREAD] > >>usbus5: EHCI version 1.0 > >>usbus5: on ehci0 > >>pci0: at device 20.0 (no driver attached) > >>atapci1: port > >>0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xff00-0xff0f at device 20.1 on pci0 > >>ata0: on atapci1 > >>ata0: [ITHREAD] > >>hdac0: mem > >>0xfe7f4000-0xfe7f7fff irq 16 at device 20.2 on pci0 > >>hdac0: HDA Driver Revision: 20090624_0136 > >>hdac0: [ITHREAD] > >>isab0: at device 20.3 on pci0 > >>isa0: on isab0 > >>pcib3: at device 20.4 on pci0 > >>pci3: on pcib3 > >>ath0: mem 0xfebf0000-0xfebfffff irq 20 at device 0.0 on > >>pci3 > >>ath0: [ITHREAD] > >>ath0: AR2413 mac 7.9 RF2413 phy 4.5 > >>rl0: port 0xe800-0xe8ff mem > >>0xfebefc00-0xfebefcff irq 21 at device 1.0 on pci3 > >>miibus1: on rl0 > >>rlphy1: PHY 0 on miibus1 > >>rlphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > >>rl0: Ethernet address: 00:0e:2e:55:b1:9b > >>rl0: [ITHREAD] > >>acpi_button0: on acpi0 > >>atrtc0: port 0x70-0x71 irq 8 on acpi0 > >>uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 > >>uart0: [FILTER] > >>uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 > >>uart1: [FILTER] > >>ppc0: port 0x378-0x37f irq 7 on acpi0 > >>ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > >>ppc0: [ITHREAD] > >>ppbus0: on ppc0 > >>plip0: on ppbus0 > >>plip0: [ITHREAD] > >>lpt0: on ppbus0 > >>lpt0: [ITHREAD] > >>lpt0: Interrupt-driven port > >>ppi0: on ppbus0 > >>atkbdc0: port 0x60,0x64 irq 1 on acpi0 > >>atkbd0: irq 1 on atkbdc0 > >>kbd0 at atkbd0 > >>atkbd0: [GIANT-LOCKED] > >>atkbd0: [ITHREAD] > >>cpu0: on acpi0 > >>acpi_throttle0: on cpu0 > >>acpi_throttle0: CLK_VAL field overlaps THT_EN bit > >>device_attach: acpi_throttle0 attach returned 6 > >>powernow0: on cpu0 > >>cpu1: on acpi0 > >>powernow1: on cpu1 > >>pmtimer0 on isa0 > >>sc0: at flags 0x100 on isa0 > >>sc0: VGA <16 virtual consoles, flags=0x300> > >>vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on > >>isa0 > >>Timecounters tick every 1.000 msec > >>ipfw2 (+ipv6) initialized, divert enabled, nat loadable, rule-based > >>forwarding disabled, default to accept, logging disabled > >>The GEOM class LABEL is already loaded. > >>usbus0: 12Mbps Full Speed USB v1.0 > >>usbus1: 12Mbps Full Speed USB v1.0 > >>usbus2: 12Mbps Full Speed USB v1.0 > >>usbus3: 12Mbps Full Speed USB v1.0 > >>usbus4: 12Mbps Full Speed USB v1.0 > >>usbus5: 480Mbps High Speed USB v2.0 > >>acd0: DVDR at ata0-master UDMA66 > >>ad4: 152627MB at ata2-master SATA300 > >>ugen0.1: at usbus0 > >>uhub0: on usbus0 > >>ugen1.1: at usbus1 > >>uhub1: on usbus1 > >>ugen2.1: at usbus2 > >>uhub2: on usbus2 > >>ugen3.1: at usbus3 > >>uhub3: on usbus3 > >>ugen4.1: at usbus4 > >>uhub4: on usbus4 > >>ugen5.1: at usbus5 > >>uhub5: on usbus5 > >>GEOM: ad4: geometry does not match label (255h,63s != 16h,63s). > >>ad6: 152627MB at ata3-master SATA300 > >>hdac0: HDA Codec #3: Realtek ALC662 > >>pcm0: at cad 3 nid 1 on hdac0 > >>pcm1: at cad 3 nid 1 on hdac0 > >>SMP: AP CPU #1 Launched! > >>GEOM: ad6s1: geometry does not match label (255h,63s != 16h,63s). > >>Root mount waiting for: usbus5 usbus4 usbus3 usbus2 usbus1 usbus0 > >>uhub0: 2 ports with 2 removable, self powered > >>uhub1: 2 ports with 2 removable, self powered > >>uhub2: 2 ports with 2 removable, self powered > >>uhub3: 2 ports with 2 removable, self powered > >>uhub4: 2 ports with 2 removable, self powered > >>Root mount waiting for: usbus5 > >>Root mount waiting for: usbus5 > >>Root mount waiting for: usbus5 > >>Root mount waiting for: usbus5 > >>uhub5: 10 ports with 10 removable, self powered > >>Root mount waiting for: usbus5 > >>Trying to mount root from ufs:/dev/ufs/ROOT > >>ugen0.2: at usbus0 > >>ugen0.3: at usbus0 > >>ums0: > >>on usbus0 > >>ums0: 3 buttons and [XYZ] coordinates ID=0 > > > >>_______________________________________________ > >>freebsd-stable@freebsd.org mailing list > >>http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >>To unsubscribe, send any mail to > >>"freebsd-stable-unsubscribe@freebsd.org" > >_______________________________________________ > >freebsd-stable@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >