From owner-freebsd-i386@FreeBSD.ORG Sun May 29 23:20:12 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 349461065672 for ; Sun, 29 May 2011 23:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E9DBB8FC18 for ; Sun, 29 May 2011 23:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNKA0Q064640 for ; Sun, 29 May 2011 23:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNKAWr064639; Sun, 29 May 2011 23:20:10 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 23:20:10 GMT Resent-Message-Id: <201105292320.p4TNKAWr064639@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sam Bowne Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71BC81065672 for ; Sun, 29 May 2011 23:13:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6285E8FC14 for ; Sun, 29 May 2011 23:13:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TND4hC082491 for ; Sun, 29 May 2011 23:13:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4TND4EE082484; Sun, 29 May 2011 23:13:04 GMT (envelope-from nobody) Message-Id: <201105292313.p4TND4EE082484@red.freebsd.org> Date: Sun, 29 May 2011 23:13:04 GMT From: Sam Bowne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/157410: IPv6 Router Advertisements Cause Excessive CPU Use X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:20:12 -0000 >Number: 157410 >Category: i386 >Synopsis: IPv6 Router Advertisements Cause Excessive CPU Use >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 29 23:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sam Bowne >Release: FreeBSD 8.2 >Organization: City College San Francisco >Environment: FreeBSD .localdomain 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: IPv6 Router Advertisement packets cause a denial of service by CPU consumption. This is a known vulnerability in Windows systems, and it works against FreeBSD too. Here is a screen captures of the attack in action, with a slow attack of 100 packets per second: http://samsclass.info/ipv6/proj/FreeBSD-100RAps.png Here is a detailed vulnerability report I wrote about the Windows version: http://samsclass.info/ipv6/proj/flood-router6a.htm Thanks to ty Justin Hohner for telling me about this. >How-To-Repeat: To reproduce it, use Linux and the thc-ipv6 tools from http://www.thc.org/thc-ipv6/ If you run ./flood_router6 eth0 on the attacker, a FreeBSD network on the same LAN will freeze. >Fix: Mac OS X and Ubuntu Linux are not vulnerable, because they ignore all RAs after the first ten or so. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun May 29 23:36:02 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22EE8106566C; Sun, 29 May 2011 23:36:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B70038FC08; Sun, 29 May 2011 23:36:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNa1mC083506; Sun, 29 May 2011 23:36:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNa1SL083502; Sun, 29 May 2011 23:36:01 GMT (envelope-from linimon) Date: Sun, 29 May 2011 23:36:01 GMT Message-Id: <201105292336.p4TNa1SL083502@freefall.freebsd.org> To: 164837122@qq.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-i386@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: i386/157390: Re: i386/157378: fxp.ich.patch X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:36:02 -0000 Old Synopsis: =?gbk?B?u9i4tKO6IGkzODYvMTU3Mzc4OiBmeHAuaWNoLnBh?= New Synopsis: Re: i386/157378: fxp.ich.patch State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun May 29 23:33:26 UTC 2011 State-Changed-Why: Misfiled followup to i386/157378; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-i386 Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 23:33:26 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=157390 From owner-freebsd-i386@FreeBSD.ORG Sun May 29 23:39:57 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15D411065674; Sun, 29 May 2011 23:39:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E2D428FC1B; Sun, 29 May 2011 23:39:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNdukt083844; Sun, 29 May 2011 23:39:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNduFC083840; Sun, 29 May 2011 23:39:56 GMT (envelope-from linimon) Date: Sun, 29 May 2011 23:39:56 GMT Message-Id: <201105292339.p4TNduFC083840@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/157410: [ip6] IPv6 Router Advertisements Cause Excessive CPU Use X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:39:57 -0000 Old Synopsis: IPv6 Router Advertisements Cause Excessive CPU Use New Synopsis: [ip6] IPv6 Router Advertisements Cause Excessive CPU Use Responsible-Changed-From-To: freebsd-i386->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 23:39:36 UTC 2011 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=157410 From owner-freebsd-i386@FreeBSD.ORG Sun May 29 23:40:25 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43E0B1065686; Sun, 29 May 2011 23:40:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1C99C8FC14; Sun, 29 May 2011 23:40:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNeOkx085032; Sun, 29 May 2011 23:40:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNeON6085028; Sun, 29 May 2011 23:40:24 GMT (envelope-from linimon) Date: Sun, 29 May 2011 23:40:24 GMT Message-Id: <201105292340.p4TNeON6085028@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-ipfw@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/157379: [ipfw] mtr does not work if I use ipfw nat X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:40:25 -0000 Old Synopsis: mtr does not work if I use ipfw nat New Synopsis: [ipfw] mtr does not work if I use ipfw nat Responsible-Changed-From-To: freebsd-i386->freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 23:40:09 UTC 2011 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=157379 From owner-freebsd-i386@FreeBSD.ORG Mon May 30 11:07:00 2011 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 436481065688 for ; Mon, 30 May 2011 11:07:00 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 322458FC26 for ; Mon, 30 May 2011 11:07:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UB70oG050394 for ; Mon, 30 May 2011 11:07:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UB6xIW050392 for freebsd-i386@FreeBSD.org; Mon, 30 May 2011 11:06:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 30 May 2011 11:06:59 GMT Message-Id: <201105301106.p4UB6xIW050392@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-i386@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-i386@FreeBSD.org X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 11:07:00 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/156229 i386 [hang] Server IBM x3400 is hangs with option SMP in Ke o i386/155695 i386 AMD Vision ultimate notebook HP Pavilion DV6 3109ER ov o i386/154578 i386 [boot] BTX Loader hangs > 1,5 min after listing BIOS d o i386/151122 i386 [boot] BTX 1.02 crashes on boot o i386/150766 i386 Dell Vostro 3700 siffle sous FreeBSD / Dell Vostro 370 o i386/149647 i386 [panic] Dell Inspiron 530 (FX09) panic at boot with 8. o i386/148848 i386 [hang] Load freezing at boot on HP Mini 311 o i386/148624 i386 PERC H200 Controller on Dell R610 Not recognized o i386/148509 i386 [boot] [patch] Improvements to i386/boot2's comments o i386/147458 i386 [boot] FreeBSD 8 can't boot from dvd, unless dvd is ex o i386/146446 i386 [install] FreeBSD 8.0 installation hangs at an early s o i386/146221 i386 [boot] incompatibility of the BTX with toshiba tecra R o i386/145718 i386 [est] [patch] fix freq calculation from MSR for CPUs w o i386/145079 i386 [boot] BTX halted on P3 server f i386/144956 i386 [boot] Early minute-plus delay in boot on Intel Nehale o i386/143587 i386 [boot] [hang] BTX 1.02 freezes upon assigning Bios C d o i386/142946 i386 [boot] Can't boot installation DVD. BTX halted f i386/142934 i386 [boot] Cannot boot FreeBSD 6.4, 7.x on Hint Corp VX Pr o i386/142421 i386 [ata] optical drives not found o i386/142190 i386 [boot] BTX Loader issue on Gigabyte Motherboard o i386/142108 i386 [panic] vm_fault: fault on nofault entry, addr: c32a40 o i386/141675 i386 [boot] memory and BTX halted on Sunfire X4170 o i386/141470 i386 [boot] BTX halted immediatly on selecting any of the b o i386/141468 i386 [boot] FreeBSD 8.0 boot manager can cause disk not pro o i386/140655 i386 [panic] Lenovo X300: fatal trap 12 after /sbin/halt -p o i386/140645 i386 [irq] High INTERRUPT rate on CPU 0 o i386/140448 i386 [boot] BTX loader hangs after displaying BIOS drives o i386/140268 i386 [install] 8.0-RC* does not install on MSI MS-7255 [reg o i386/139999 i386 [panic] random freeze and crash o i386/139743 i386 [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o i386/139115 i386 [cpufreq] low cpu frequency reported [regression] o i386/138948 i386 [twa] [regression] da0: Fi o i386/138126 i386 [panic] Kernel panic trap 12 on bigger load f i386/137925 i386 [boot] BTX loader hangs when raid volume present [regr o i386/133727 i386 chars [[[[[[[[[[[[[ occur during install process (sett f i386/133388 i386 [est] est causes wrong dev.cpu.0.freq_levels values o i386/132230 i386 [boot] [reboot] 7.1-RELEASE /boot/loader non-functiona o i386/131426 i386 hald makes cdrom fail o i386/130110 i386 [boot] BTX-Halted - booting with SAS/SATA Controller o i386/129550 i386 [pae] [kqueue] crash with PAE kernel o i386/127374 i386 Suspend/Resume with Keystroke only once on Thinkpad T4 o i386/127343 i386 [hang] System locks -- simular to PR 123729 o i386/127337 i386 [boot] FreeBSD 7.1/i386 BTX boot problem on Pavilion d o i386/126666 i386 [boot] [hang] boot failure for nForce 630i / GeForce 7 o i386/126162 i386 [acpi] ACPI autoload failed : loading required module o i386/125592 i386 [hang] FreeBSD 7 server in hang o i386/124633 i386 [boot] [panic] 7.0 does not boot from CD o i386/124124 i386 [boot] [panic] Page fault while booting livefs iso of o i386/123990 i386 [boot] BTX halted on Thinkpad x60s o i386/123462 i386 clock is too fast a i386/122887 i386 [panic] [atkbdc] 7.0-RELEASE on IBM HS20 panics immed f i386/121903 i386 [ips] [boot] can't boot on IBM x235 ServeRaid 6M [regr f i386/117297 i386 [hang] System hangs up every day f i386/116844 i386 [boot] [hang] cannot boot from cd when using Dell Vost f i386/115947 i386 [hang] Dell poweredge 860 hangs when stressed and ACPI f i386/115854 i386 [boot] [install] Install FreeBSD with USB CDROM causes f i386/114208 i386 [boot] Problem booting the FreeBSD CD ISO image f i386/114192 i386 Fail to boot with "error issuing ATA_IDENTIFY command" f i386/112580 i386 [boot] BTX Halted on HP DV6255 Notebook f i386/112487 i386 [sio] kernel panic on swi0:sio f i386/109610 i386 [panic] Fatal trap 12: page fault while in kernel mode f i386/109568 i386 [panic] Reboot server with "Fatal trap 12" f i386/108185 i386 [panic] freebsd 6.2 fatal kernel trap f i386/107382 i386 [install] "Fatal trap 12" when installing FreeBSD 6.1 f i386/105175 i386 [ipmi] ipmi acpi trouble on supermicro server f i386/105063 i386 [sio] US Robotics (3Com) 3CP5609 PCI 16550 Modem works f i386/104719 i386 [ata] Seagate ST3802110A errors/delays when using PIO4 f i386/102562 i386 [em] no traffic pass through a em card after approx. a f i386/102410 i386 [install] FreeBSD 6.1-RELEASE installation boot freeze f i386/101616 i386 [hang] FreeBSD freeze on bootup, Compaq Proliant (lega f i386/101062 i386 [hang] Freeze on detect Intel 900 VGA on boot with ACP f i386/100831 i386 [sio] sio ignores BIOS information about serial ports f i386/100420 i386 [boot] boot1/boot2 lba error f i386/100204 i386 FreeBSD reports raid as broken - but it is not f i386/99608 i386 [atapicam] ATAPI or CAM crash on FreeBSD 6.1-stable wi f i386/98765 i386 [ata] timeouts on sata drive (Asus a7n8x-e) f i386/98215 i386 [geode] [regression] FreeBSD can no longer boot Geode f i386/98154 i386 6-STABLE crashes when being online via modem (Fujitsu f i386/97263 i386 [ata] FreeBSD only detects first drive on PDC20378 378 f i386/96357 i386 FreeBSD cannot recognize all the logical partitions f i386/93793 i386 [keyboard] Keyboard stops working after a shutdown -p f i386/93752 i386 Cannot activate the serial ports on boot probe. BIOS o f i386/92193 i386 [boot] Can't boot from 6.0 Installation CD: BTX halted s i386/88755 i386 [install] FreeBSD R6.0 on ThinkPad R40 installation re s i386/88139 i386 [i386] [request] 53C875 Chipset HP 5064-6016 doesn't w f i386/80268 i386 [panic] System with Transmeta Efficeon cpu crashes whi f i386/79091 i386 [i386] [patch] Small optimization for i386/support.s f i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice 88 problems total. From owner-freebsd-i386@FreeBSD.ORG Tue May 31 11:10:12 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD9E41065674 for ; Tue, 31 May 2011 11:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8345E8FC14 for ; Tue, 31 May 2011 11:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VBACTf010024 for ; Tue, 31 May 2011 11:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VBACl3010023; Tue, 31 May 2011 11:10:12 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 11:10:12 GMT Resent-Message-Id: <201105311110.p4VBACl3010023@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daniel Toschläger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 590EA106566B for ; Tue, 31 May 2011 11:09:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1928FC12 for ; Tue, 31 May 2011 11:09:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VB9Wl5052973 for ; Tue, 31 May 2011 11:09:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4VB9VRc052972; Tue, 31 May 2011 11:09:31 GMT (envelope-from nobody) Message-Id: <201105311109.p4VB9VRc052972@red.freebsd.org> Date: Tue, 31 May 2011 11:09:31 GMT From: Daniel Toschläger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/157459: config error with lang/guile 1.8.6_6 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 11:10:12 -0000 >Number: 157459 >Category: i386 >Synopsis: config error with lang/guile 1.8.6_6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 31 11:10:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Daniel Toschläger >Release: FreeBSD 8.2-RELEASE >Organization: Daniel Toschläger >Environment: FreeBSD FortyForty.ROSE 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Sun Apr 3 19:55:08 CEST 2011 root@FortyForty.ROSE:/usr/src/sys/i386/compile/TOSCHI i386 >Description: while trying to update the /usr/ports/lang/guile pkg I encountered a configure error: checking for lt_dlinit in -lltdl... no configure: error: libltdl not found. See README. ===> Script "configure" failed unexpectedly. Please report the problem to amatus@gnu.org [maintainer] and attach the "/usr/ports/lang/guile/work/guile-1.8.6/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/lang/guile. >How-To-Repeat: try to compile lang/guile without variables >Fix: exporting BOTH variables $CPPFLAGS and $LDFLAGS before building pkg: export CPPFLAGS="-I/usr/local/include" export LDFLAGS="-L/usr/local/lib" reconfiguration, rebuilding and installing works >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Tue May 31 11:50:04 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B62E4106566C for ; Tue, 31 May 2011 11:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 914818FC12 for ; Tue, 31 May 2011 11:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VBo41T049986 for ; Tue, 31 May 2011 11:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VBo4IF049985; Tue, 31 May 2011 11:50:04 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 11:50:04 GMT Resent-Message-Id: <201105311150.p4VBo4IF049985@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eugen Konkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E91751065670 for ; Tue, 31 May 2011 11:43:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C0FA78FC1A for ; Tue, 31 May 2011 11:43:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VBhdcE084542 for ; Tue, 31 May 2011 11:43:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4VBhcI9084533; Tue, 31 May 2011 11:43:39 GMT (envelope-from nobody) Message-Id: <201105311143.p4VBhcI9084533@red.freebsd.org> Date: Tue, 31 May 2011 11:43:39 GMT From: Eugen Konkov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/157460: system hungup while fsck background check X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 11:50:04 -0000 >Number: 157460 >Category: i386 >Synopsis: system hungup while fsck background check >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 31 11:50:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eugen Konkov >Release: 9-0 Current >Organization: ISP FreeLine >Environment: # uname -a FreeBSD flux 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Wed May 18 23:23:04 UTC 2011 @:/usr/obj/usr/src/sys/PAE_KES i386 >Description: after hard reboot system hungup by fsck. Disks ad0 221724 wire KB/t 16.00 35632 act tps 74 1434204 inact MB/s 1.16 2612 cache %busy 100 2297564 free # top last pid: 57757; load averages: 0.00, 0.00, 0.03 up 0+02:10:39 14:34:04 51 processes: 1 running, 49 sleeping, 1 zombie CPU: 0.0% user, 0.0% nice, 0.5% system, 0.5% interrupt, 99.1% idle Mem: 35M Active, 1401M Inact, 217M Wired, 2612K Cache, 112M Buf, 2243M Free Swap: 4096M Total, 4096M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 1464 root 1 36 0 9568K 1196K snaprd 3 0:10 0.00% fsck_ufs 1443 adm 1 36 0 15696K 4860K select 2 0:03 0.00% sshd 1451 root 1 36 0 13136K 5084K select 1 0:01 0.00% mc 2210 adm 1 36 0 15696K 4792K select 3 0:00 0.00% sshd 1345 root 1 36 0 11336K 3520K select 2 0:00 0.00% sendmail 2199 root 1 36 0 15696K 4780K sbwait 3 0:00 0.00% sshd 1439 root 1 36 0 15696K 4760K sbwait 1 0:00 0.00% sshd 57753 root 1 36 0 9952K 2080K CPU1 1 0:00 0.00% top 57679 root 1 36 0 8032K 820K snaplk 3 0:00 0.00% config 57728 root 1 37 0 15696K 4780K sbwait 2 0:00 0.00% sshd 2214 root 1 36 0 10896K 3004K ppwait 1 0:00 0.00% csh 57731 adm 1 36 0 15696K 4788K select 2 0:00 0.00% sshd 1452 root 1 36 0 10896K 3008K pause 0 0:00 0.00% csh 1013 root 1 36 0 9624K 1460K select 0 0:00 0.00% syslogd flux# kill -TERM 1464 flux# kill -TERM 1464 flux# flux# flux# kill -TERM 1464 flux# flux# flux# kill -TERM 1464 flux# kill -TERM 1464 flux# kill -TERM 1464 flux# kill -TERM 1464 flux# kill -TERM 1464 # man kill ^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C ****CONSOLE HUNGS UP (((( any disk usage cause program to stop. It is even impossible to kill -KILL that process. It is impossible to shutdown computer. It syncyng disks foreever. >How-To-Repeat: hard reboot. HDD is sumsung 2TB >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Tue May 31 14:20:10 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25CD0106566C for ; Tue, 31 May 2011 14:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 12ABD8FC14 for ; Tue, 31 May 2011 14:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VEK9xB086253 for ; Tue, 31 May 2011 14:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VEK9xC086252; Tue, 31 May 2011 14:20:09 GMT (envelope-from gnats) Date: Tue, 31 May 2011 14:20:09 GMT Message-Id: <201105311420.p4VEK9xC086252@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Remko Lodder Cc: Subject: Re: i386/157460: system hungup while fsck background check X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Remko Lodder List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 14:20:10 -0000 The following reply was made to PR i386/157460; it has been noted by GNATS. From: Remko Lodder To: Eugen Konkov Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/157460: system hungup while fsck background check Date: Tue, 31 May 2011 16:16:40 +0200 >=20 Hello, I got rid of the initial report since this will be logged to GNATS as = well it's not needed to reduplicate the info. I have seen this behaviour a few times when there were things to fix and it slowed down my system = for a little (I dont have that big disks) after which it continued to work. Can you define what you mean with "Syncing forever", how much time did = you wait for thinking this? Remember that a 2TB disk is rather big and that an FSCK takes a lot of time on those kind of disks. Please = wait a little longer to allow the diskcheck to clear before continueing. (and one more thing, at least you have access to the system if you have = this with lets say WinXP the system will not start before doing the check, letting you wait for a long period of time if you are unlucky). Thanks Remko --=20 /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | X http://www.evilcoder.org/ | Quis custodiet ipsos custodes / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-i386@FreeBSD.ORG Tue May 31 17:40:13 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CD131065674 for ; Tue, 31 May 2011 17:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D4388FC15 for ; Tue, 31 May 2011 17:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VHeDbD069682 for ; Tue, 31 May 2011 17:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VHeDum069681; Tue, 31 May 2011 17:40:13 GMT (envelope-from gnats) Date: Tue, 31 May 2011 17:40:13 GMT Message-Id: <201105311740.p4VHeDum069681@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= Cc: Subject: Re: i386/157460: system hungup while fsck background check X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 17:40:13 -0000 The following reply was made to PR i386/157460; it has been noted by GNATS. From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= To: bug-followup@FreeBSD.org, kes-kes@yandex.ru Cc: Subject: Re: i386/157460: system hungup while fsck background check Date: Tue, 31 May 2011 20:39:43 +0300 Hi. I wait about one an hour. as you can see. #man kill does not show any info. it is locked, as I think, by fsck (see top) very interesting fack that #kill -KILL #kill -ABRT #kill -TERM those do not! kill a process, not 'man', not 'fsck' I just press CTRL+ALT+DEL and see that system stale on 'syncing disks 22 2 2 2 2 2 2 2 2 2 1 timeout 291 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 timeout 291 ' I wait one an hour yet, but nothing happen. I 'reset' computer. go to single mode. fsck -y it take about 10min to clean the disk. I reboto and get system to work. I think that 'fsck' do interactive fscking in backgroupd. so I add 'fsck_y_enable="YES"' to rc.conf as I did for my other systems. -- Ñ óâàæåíèåì, Êîíüêîâ mailto:kes-kes@yandex.ru From owner-freebsd-i386@FreeBSD.ORG Tue May 31 17:44:48 2011 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37274106566C for ; Tue, 31 May 2011 17:44:48 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from mailgate.jr-hosting.nl (mailgate.jr-hosting.nl [IPv6:2a01:4f8:63:1281::3]) by mx1.freebsd.org (Postfix) with ESMTP id CBA828FC17 for ; Tue, 31 May 2011 17:44:47 +0000 (UTC) Received: from axantucar-wired.elvandar.org (46-129-9-181.dynamic.upc.nl [46.129.9.181]) by mailgate.jr-hosting.nl (Postfix) with ESMTPSA id 44D691CC30; Tue, 31 May 2011 19:44:46 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=utf-8 From: Remko Lodder In-Reply-To: <201105311740.p4VHeDum069681@freefall.freebsd.org> Date: Tue, 31 May 2011 19:44:44 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201105311740.p4VHeDum069681@freefall.freebsd.org> To: =?utf-8?B?0JrQvtC90YzQutC+0LIg0JXQstCz0LXQvdC40Lk=?= X-Mailer: Apple Mail (2.1084) Cc: freebsd-i386@FreeBSD.org Subject: Re: i386/157460: system hungup while fsck background check X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 17:44:48 -0000 10 minutes waiting for a 2tb disk? you must be joking. I would advise you to let the background check do it's thing and stop = resetting the beast every 10 minutes. It WILL take time. Thanks Remko p.s. I will close the ticket. On May 31, 2011, at 7:40 PM, =D0=9A=D0=BE=D0=BD=D1=8C=D0=BA=D0=BE=D0=B2 = =D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9 wrote: > The following reply was made to PR i386/157460; it has been noted by = GNATS. >=20 > From: =3D?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?=3D > To: bug-followup@FreeBSD.org, kes-kes@yandex.ru > Cc: =20 > Subject: Re: i386/157460: system hungup while fsck background check > Date: Tue, 31 May 2011 20:39:43 +0300 >=20 > Hi. > I wait about one an hour. > as you can see. > #man kill > does not show any info. it is locked, as I think, by fsck (see top) > very interesting fack that > #kill -KILL > #kill -ABRT > #kill -TERM > those do not! kill a process, not 'man', not 'fsck' > I just press CTRL+ALT+DEL and see that system stale on > 'syncing disks 22 2 2 2 2 2 2 2 2 2 1 timeout 291 > 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 timeout > 291 ' > I wait one an hour yet, but nothing happen. >=20 > I 'reset' computer. go to single mode. > fsck -y > it take about 10min to clean the disk. > I reboto and get system to work. >=20 > I think that 'fsck' do interactive fscking in backgroupd. > so I add 'fsck_y_enable=3D"YES"' to rc.conf as I did for my other > systems. >=20 > --=20 > =C3=91 =C3=B3=C3=A2=C3=A0=C3=A6=C3=A5=C3=AD=C3=A8=C3=A5=C3=AC, > =C3=8A=C3=AE=C3=AD=C3=BC=C3=AA=C3=AE=C3=A2 = mailto:kes-kes@yandex.ru >=20 > _______________________________________________ > freebsd-i386@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-i386 > To unsubscribe, send any mail to = "freebsd-i386-unsubscribe@freebsd.org" >=20 --=20 /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | X http://www.evilcoder.org/ | Quis custodiet ipsos custodes / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-i386@FreeBSD.ORG Tue May 31 17:45:51 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 392E110656D8; Tue, 31 May 2011 17:45:51 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 123608FC2A; Tue, 31 May 2011 17:45:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VHjos1077872; Tue, 31 May 2011 17:45:50 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VHjoxl077868; Tue, 31 May 2011 17:45:50 GMT (envelope-from remko) Date: Tue, 31 May 2011 17:45:50 GMT Message-Id: <201105311745.p4VHjoxl077868@freefall.freebsd.org> To: kes-kes@yandex.ru, remko@FreeBSD.org, freebsd-i386@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: i386/157460: system hungup while fsck background check X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 17:45:51 -0000 Synopsis: system hungup while fsck background check State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Tue May 31 17:45:50 UTC 2011 State-Changed-Why: I do not think this is a problem, you let the system not properly check itself and think that it will be recovered within 10 minutes (on a 2TB disk). http://www.freebsd.org/cgi/query-pr.cgi?pr=157460 From owner-freebsd-i386@FreeBSD.ORG Tue May 31 18:20:12 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CD75106564A for ; Tue, 31 May 2011 18:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 634578FC0A for ; Tue, 31 May 2011 18:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VIKBJJ005628 for ; Tue, 31 May 2011 18:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VIKBS9005627; Tue, 31 May 2011 18:20:11 GMT (envelope-from gnats) Date: Tue, 31 May 2011 18:20:11 GMT Message-Id: <201105311820.p4VIKBS9005627@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= Cc: Subject: Re: i386/157460: system hungup while fsck background check X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 18:20:12 -0000 The following reply was made to PR i386/157460; it has been noted by GNATS. From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= To: bug-followup@FreeBSD.org, kes-kes@yandex.ru Cc: Subject: Re: i386/157460: system hungup while fsck background check Date: Tue, 31 May 2011 21:16:30 +0300 Hi. How about that other processes is locked out and I can not do anything? you have saw that processes are unkillable. Remko. tell me please where I can post photos or, may be, videos what is coming on when this happen? From owner-freebsd-i386@FreeBSD.ORG Tue May 31 18:50:09 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2BA6106564A for ; Tue, 31 May 2011 18:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B41318FC1A for ; Tue, 31 May 2011 18:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VIo9Hg032732 for ; Tue, 31 May 2011 18:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VIo9Bb032731; Tue, 31 May 2011 18:50:09 GMT (envelope-from gnats) Date: Tue, 31 May 2011 18:50:09 GMT Message-Id: <201105311850.p4VIo9Bb032731@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "b. f." Cc: Subject: Re: i386/79091: [i386] [patch] Small optimization for i386/support.s X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "b. f." List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 18:50:10 -0000 The following reply was made to PR i386/79091; it has been noted by GNATS. From: "b. f." To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/79091: [i386] [patch] Small optimization for i386/support.s Date: Tue, 31 May 2011 14:44:42 -0400 Feedback for this PR was received on the freebsd-i386 mailing list, but was not recorded here: http://lists.freebsd.org/pipermail/freebsd-i386/2010-July/008712.html b. From owner-freebsd-i386@FreeBSD.ORG Thu Jun 2 16:10:11 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9773B106564A for ; Thu, 2 Jun 2011 16:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 705F28FC17 for ; Thu, 2 Jun 2011 16:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52GABwk091343 for ; Thu, 2 Jun 2011 16:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52GABFr091342; Thu, 2 Jun 2011 16:10:11 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 16:10:11 GMT Resent-Message-Id: <201106021610.p52GABFr091342@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eugene Grosbein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B3B9106566C; Thu, 2 Jun 2011 16:08:25 +0000 (UTC) (envelope-from eugen@eg.sd.rdtc.ru) Received: from eg.sd.rdtc.ru (unknown [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 60D468FC0A; Thu, 2 Jun 2011 16:08:23 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id p52G8Koh041513; Thu, 2 Jun 2011 23:08:20 +0700 (NOVST) (envelope-from eugen@eg.sd.rdtc.ru) Received: (from eugen@localhost) by eg.sd.rdtc.ru (8.14.4/8.14.4/Submit) id p52G8FXG041512; Thu, 2 Jun 2011 23:08:15 +0700 (NOVST) (envelope-from eugen) Message-Id: <201106021608.p52G8FXG041512@eg.sd.rdtc.ru> Date: Thu, 2 Jun 2011 23:08:15 +0700 (NOVST) From: Eugene Grosbein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: art@FreeBSD.org, avg@FreeBSD.org, jhb@FreeBSD.org Subject: i386/157529: [patch] [i386] r222557 broke buildworld with MODULES_WITH_WORLD=yes X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Grosbein List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 16:10:11 -0000 >Number: 157529 >Category: i386 >Synopsis: [patch] [i386] r222557 broke buildworld with MODULES_WITH_WORLD=yes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 16:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 8.2-STABLE i386 >Organization: RDTC JSC >Environment: System: FreeBSD eg.sd.rdtc.ru 8.2-STABLE FreeBSD 8.2-STABLE #23: Mon May 30 15:53:18 NOVST 2011 root@eg.sd.rdtc.ru:/usr/local/obj/usr/local/src/sys/EG i386 >Description: 'make MODULES_WITH_WORLD=yes' was fixed in RELENG_8 13 May only with kern/138341 and now it's broken again for i386: mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I/usr/src/sys/modules/dtrace/dtraceall/../../.. -I. -I@ -I@/contrib/altq /usr/src/sys/modules/dtrace/dtraceall/dtraceall.c /usr/src/sys/modules/dtrace/dtraceall/dtraceall.c:35:24: error: opt_compat.h: No such file or directory >How-To-Repeat: Use FreeBSD 8.2-STABLE/i386: cd /usr/src && make MODULES_WITH_WORLD=yes buildworld >Fix: --- sys/modules/dtrace/dtraceall/Makefile.orig 2011-06-02 22:01:42.000000000 +0700 +++ sys/modules/dtrace/dtraceall/Makefile 2011-06-02 22:02:12.000000000 +0700 @@ -9,6 +9,8 @@ opt_compat.h: .if ${MACHINE_ARCH} == "amd64" echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET} +.else + echo -n >> ${.TARGET} .endif .endif Eugene Grosbein >Release-Note: >Audit-Trail: >Unformatted: