From owner-freebsd-ia64@FreeBSD.ORG Sun Feb 7 11:37:57 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C05D1065704 for ; Sun, 7 Feb 2010 11:37:57 +0000 (UTC) (envelope-from rink@rink.nu) Received: from mx1.rink.nu (gloom.rink.nu [213.34.49.2]) by mx1.freebsd.org (Postfix) with ESMTP id 552038FC1C for ; Sun, 7 Feb 2010 11:37:57 +0000 (UTC) Received: from gloom.rink.nu (localhost [127.0.0.1]) by mx1.rink.nu (Postfix) with ESMTP id A27CA6D442 for ; Sun, 7 Feb 2010 12:38:49 +0100 (CET) X-Virus-Scanned: amavisd-new at rink.nu Received: from mx1.rink.nu ([213.34.49.2]) by gloom.rink.nu (gloom.rink.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HooQYc8EKpEj for ; Sun, 7 Feb 2010 12:38:47 +0100 (CET) Received: by mx1.rink.nu (Postfix, from userid 1000) id 7776F6D440; Sun, 7 Feb 2010 12:38:47 +0100 (CET) Date: Sun, 7 Feb 2010 12:38:47 +0100 From: Rink Springer To: freebsd-ia64@freebsd.org Message-ID: <20100207113847.GA72570@rink.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: syscons support for ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2010 11:37:57 -0000 Hi all, I've finally managed to get to my syscons ia64 vga-driver up-to-date. It implements a vga(4)-like driver which will actually work on ia64 systems (in fact, I'm pretty sure it would work on i386/amd64 too but I have not yet tested this theory) The patch is available at: http://people.freebsd.org/~rink/ia64/ia64-syscons-20100207.diff Note that a rather serious caveat is that it just assumes you have a VGA-device, it will not attempt to detect it. My goal is to just look at the memory map to see if the appropriate ranges are mapped to I/O and if this is the case, assume VGA exists. Anyway, it'd be nice if someone could test this. I plan on committing it once I finish up the detection support so it can be in GENERIC. Regards, -- Rink P.W. Springer - http://rink.nu "Beauty often seduces us on the road to truth." - Dr. Wilson From owner-freebsd-ia64@FreeBSD.ORG Mon Feb 8 05:38:23 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4DE61065670; Mon, 8 Feb 2010 05:38:23 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id D09A28FC17; Mon, 8 Feb 2010 05:38:23 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.lan.xcllnt.net (mail.xcllnt.net [75.101.29.67]) by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KXI00APJCZXEE70@asmtp023.mac.com>; Sun, 07 Feb 2010 21:38:23 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1002070283 From: Marcel Moolenaar In-reply-to: <20100207113847.GA72570@rink.nu> Date: Sun, 07 Feb 2010 21:38:21 -0800 Message-id: References: <20100207113847.GA72570@rink.nu> To: Rink Springer X-Mailer: Apple Mail (2.1077) Cc: freebsd-ia64@freebsd.org Subject: Re: syscons support for ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 05:38:24 -0000 On Feb 7, 2010, at 3:38 AM, Rink Springer wrote: > > Anyway, it'd be nice if someone could test this. I plan on committing it > once I finish up the detection support so it can be in GENERIC. Works great. There's just 1 minor point: The console is determined by the HCDP information and uart(4) respects that. syscons doesn't and it simply claims the console even if the HCDP information says the console is serial. With syscons I need to boot with -h to get the serial console. It would be great to have syscons respect the HCDP information as well so that one can select the console in EFI and see that FreeBSD automatically adjusts. FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ia64@FreeBSD.ORG Mon Feb 8 11:06:58 2010 Return-Path: Delivered-To: freebsd-ia64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6103B106566B for ; Mon, 8 Feb 2010 11:06:58 +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 3743A8FC18 for ; Mon, 8 Feb 2010 11:06:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o18B6wqB087412 for ; Mon, 8 Feb 2010 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o18B6vC8087410 for freebsd-ia64@FreeBSD.org; Mon, 8 Feb 2010 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Feb 2010 11:06:57 GMT Message-Id: <201002081106.o18B6vC8087410@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-ia64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-ia64@FreeBSD.org X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 11:06:58 -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 ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb 1 problem total. From owner-freebsd-ia64@FreeBSD.ORG Tue Feb 9 02:21:08 2010 Return-Path: Delivered-To: ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CB1A10656C4; Tue, 9 Feb 2010 02:21:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5398FC16; Tue, 9 Feb 2010 02:21:07 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.3/8.14.3) with ESMTP id o192L6Uo067630; Mon, 8 Feb 2010 21:21:06 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.3/8.14.3/Submit) id o192L608067627; Tue, 9 Feb 2010 02:21:06 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 9 Feb 2010 02:21:06 GMT Message-Id: <201002090221.o192L608067627@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 02:21:08 -0000 TB --- 2010-02-09 01:04:39 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-02-09 01:04:39 - starting HEAD tinderbox run for ia64/ia64 TB --- 2010-02-09 01:04:39 - cleaning the object tree TB --- 2010-02-09 01:04:59 - cvsupping the source tree TB --- 2010-02-09 01:04:59 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2010-02-09 01:05:21 - building world TB --- 2010-02-09 01:05:21 - MAKEOBJDIRPREFIX=/obj TB --- 2010-02-09 01:05:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-02-09 01:05:21 - TARGET=ia64 TB --- 2010-02-09 01:05:21 - TARGET_ARCH=ia64 TB --- 2010-02-09 01:05:21 - TZ=UTC TB --- 2010-02-09 01:05:21 - __MAKE_CONF=/dev/null TB --- 2010-02-09 01:05:21 - cd /src TB --- 2010-02-09 01:05:21 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 9 01:05:23 UTC 2010 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.sbin/vipw/vipw.c cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o vipw vipw.o -lutil gzip -cn /src/usr.sbin/vipw/vipw.8 > vipw.8.gz ===> usr.sbin/wake (all) cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.sbin/wake/wake.c cc1: warnings being treated as errors /src/usr.sbin/wake/wake.c: In function 'find_ether': /src/usr.sbin/wake/wake.c:123: warning: cast increases required alignment of target type *** Error code 1 Stop in /src/usr.sbin/wake. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-02-09 02:21:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-02-09 02:21:06 - ERROR: failed to build world TB --- 2010-02-09 02:21:06 - 3645.99 user 596.08 system 4587.73 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Tue Feb 9 12:01:43 2010 Return-Path: Delivered-To: ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43B6E106568F; Tue, 9 Feb 2010 12:01:43 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 05DD18FC15; Tue, 9 Feb 2010 12:01:42 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.3/8.14.3) with ESMTP id o19C1gms015155; Tue, 9 Feb 2010 07:01:42 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.3/8.14.3/Submit) id o19C1glN015152; Tue, 9 Feb 2010 12:01:42 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 9 Feb 2010 12:01:42 GMT Message-Id: <201002091201.o19C1glN015152@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 12:01:43 -0000 TB --- 2010-02-09 10:44:51 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-02-09 10:44:51 - starting HEAD tinderbox run for ia64/ia64 TB --- 2010-02-09 10:44:51 - cleaning the object tree TB --- 2010-02-09 10:45:07 - cvsupping the source tree TB --- 2010-02-09 10:45:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2010-02-09 10:45:33 - building world TB --- 2010-02-09 10:45:33 - MAKEOBJDIRPREFIX=/obj TB --- 2010-02-09 10:45:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-02-09 10:45:33 - TARGET=ia64 TB --- 2010-02-09 10:45:33 - TARGET_ARCH=ia64 TB --- 2010-02-09 10:45:33 - TZ=UTC TB --- 2010-02-09 10:45:33 - __MAKE_CONF=/dev/null TB --- 2010-02-09 10:45:33 - cd /src TB --- 2010-02-09 10:45:33 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 9 10:45:34 UTC 2010 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.sbin/vipw/vipw.c cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o vipw vipw.o -lutil gzip -cn /src/usr.sbin/vipw/vipw.8 > vipw.8.gz ===> usr.sbin/wake (all) cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.sbin/wake/wake.c cc1: warnings being treated as errors /src/usr.sbin/wake/wake.c: In function 'find_ether': /src/usr.sbin/wake/wake.c:123: warning: cast increases required alignment of target type *** Error code 1 Stop in /src/usr.sbin/wake. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-02-09 12:01:42 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-02-09 12:01:42 - ERROR: failed to build world TB --- 2010-02-09 12:01:42 - 3639.24 user 585.98 system 4610.57 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Tue Feb 9 16:15:16 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25D44106566B; Tue, 9 Feb 2010 16:15:16 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id D979A8FC21; Tue, 9 Feb 2010 16:15:15 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1Nesk5-0001CQ-SS; Tue, 09 Feb 2010 16:15:14 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1Nesk5-0005w2-OZ; Tue, 09 Feb 2010 16:15:13 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id o19GFDNZ091781; Tue, 9 Feb 2010 16:15:13 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id o19GFDHE091780; Tue, 9 Feb 2010 16:15:13 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Tue, 9 Feb 2010 16:15:13 +0000 From: Anton Shterenlikht To: freebsd-questions@freebsd.org, freebsd-ia64@freebsd.org, gecko@freebsd.org Message-ID: <20100209161513.GA91694@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: firefox3.6 dumps core - bus error X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 16:15:16 -0000 On 9.0-current ia64, firefox-3.6,1: TZAV> firefox3 & [6] 91741 TZAV> Bus error (core dumped) [6] Exit 138 firefox3 TZAV> gdb /usr/local/bin/firefox3 ./firefox-bin.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "ia64-marcel-freebsd"..."/usr/local/bin/firefox3": not in executable format: File format not recognized Core was generated by `firefox-bin'. Program terminated with signal 10, Bus error. #0 0x2000000041082fe0 in ?? () (gdb) bt #0 0x2000000041082fe0 in ?? () #1 0x20000000412e20c0 in ?? () Previous frame identical to this frame (corrupt stack?) (gdb) Please advise anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Wed Feb 10 14:27:28 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C57841065676; Wed, 10 Feb 2010 14:27:28 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5088FC18; Wed, 10 Feb 2010 14:27:28 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NfDXL-0006SB-Fs; Wed, 10 Feb 2010 14:27:27 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1NfDXL-0006K8-9h; Wed, 10 Feb 2010 14:27:27 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id o1AERRgf058191; Wed, 10 Feb 2010 14:27:27 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id o1AERQcK058190; Wed, 10 Feb 2010 14:27:26 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Wed, 10 Feb 2010 14:27:26 +0000 From: Anton Shterenlikht To: Anton Shterenlikht Message-ID: <20100210142726.GA58179@mech-cluster241.men.bris.ac.uk> References: <20100209161513.GA91694@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100209161513.GA91694@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: gecko@freebsd.org, freebsd-questions@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: firefox3.6 dumps core - bus error X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 14:27:28 -0000 On Tue, Feb 09, 2010 at 04:15:13PM +0000, Anton Shterenlikht wrote: > On 9.0-current ia64, firefox-3.6,1: > > TZAV> firefox3 & > [6] 91741 > TZAV> Bus error (core dumped) > > [6] Exit 138 firefox3 > TZAV> gdb /usr/local/bin/firefox3 ./firefox-bin.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "ia64-marcel-freebsd"..."/usr/local/bin/firefox3": not in executable format: File format not recognized > > Core was generated by `firefox-bin'. > Program terminated with signal 10, Bus error. > #0 0x2000000041082fe0 in ?? () > (gdb) bt > #0 0x2000000041082fe0 in ?? () > #1 0x20000000412e20c0 in ?? () > Previous frame identical to this frame (corrupt stack?) > (gdb) I've rebuilt firefox with debugging support, so now I get tons of console output culminating in someting like this: ++DOCSHELL 0x2000000049046800 == 8 ++DOMWINDOW == 14 (0x200000004b6bbc58) [serial = 18] [outer = 0x0] WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 ++DOMWINDOW == 15 (0x200000004b768058) [serial = 19] [outer = 0x200000004b6bbc00] WARNING: NS_ENSURE_TRUE(aURI) failed: file nsDefaultURIFixup.cpp, line 76 ++DOMWINDOW == 16 (0x200000004b6b9458) [serial = 20] [outer = 0x200000004b6bbc00] WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 --DOMWINDOW == 15 (0x200000004b768458) [serial = 17] [outer = 0x200000004ae77c00] [url = http://www.monkey.org/~provos/crawl/] --DOCSHELL 0x200000004b473000 == 7 --DOMWINDOW == 14 (0x200000004ae77c58) [serial = 15] [outer = 0x0] [url = http://www.monkey.org/~provos/crawl/] --DOCSHELL 0x2000000049046800 == 6 --DOMWINDOW == 13 (0x200000004b768058) [serial = 19] [outer = 0x200000004b6bbc00] [url = about:blank] --DOMWINDOW == 12 (0x200000004b6b9458) [serial = 20] [outer = 0x200000004b6bbc00] [url = http://larbin.sourceforge.net/] --DOMWINDOW == 11 (0x200000004b6bbc58) [serial = 18] [outer = 0x0] [url = http://larbin.sourceforge.net/] ++DOMWINDOW == 12 (0x200000004a718058) [serial = 21] [outer = 0x200000004a71a800] ###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 786 ###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 786 ###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 786 ###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 786 *** e = [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/utilityOverlay.js :: getShellService :: line 326" data: no] WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 ++DOCSHELL 0x200000004b6afc00 == 7 ++DOMWINDOW == 13 (0x200000004b7c5058) [serial = 22] [outer = 0x0] WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 ++DOMWINDOW == 14 (0x200000004b7c4458) [serial = 23] [outer = 0x200000004b7c5000] WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 ++DOMWINDOW == 15 (0x200000004b7c2858) [serial = 24] [outer = 0x200000004b7c5000] *** e = [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/utilityOverlay.js :: getShellService :: line 326" data: no] Bus error (core dumped) [1] Exit 138 firefox3 Does the exception above shed any light on the origin of crash? many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Wed Feb 10 15:15:28 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00A8A10656B1; Wed, 10 Feb 2010 15:15:27 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id A095A8FC19; Wed, 10 Feb 2010 15:15:27 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NfEHm-0003Ih-NT; Wed, 10 Feb 2010 15:15:26 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1NfEHm-0004kF-I2; Wed, 10 Feb 2010 15:15:26 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id o1AFFQff058799; Wed, 10 Feb 2010 15:15:26 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id o1AFFPco058798; Wed, 10 Feb 2010 15:15:25 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Wed, 10 Feb 2010 15:15:23 +0000 From: Anton Shterenlikht To: Anton Shterenlikht Message-ID: <20100210151523.GF58179@mech-cluster241.men.bris.ac.uk> References: <20100209161513.GA91694@mech-cluster241.men.bris.ac.uk> <20100210142726.GA58179@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100210142726.GA58179@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: gecko@freebsd.org, freebsd-questions@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: firefox3.6 dumps core - bus error X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 15:15:28 -0000 On Wed, Feb 10, 2010 at 02:27:26PM +0000, Anton Shterenlikht wrote: > On Tue, Feb 09, 2010 at 04:15:13PM +0000, Anton Shterenlikht wrote: > > On 9.0-current ia64, firefox-3.6,1: > > > > TZAV> firefox3 & > > [6] 91741 > > TZAV> Bus error (core dumped) > > > > [6] Exit 138 firefox3 > > TZAV> gdb /usr/local/bin/firefox3 ./firefox-bin.core > > GNU gdb 6.1.1 [FreeBSD] > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you are > > welcome to change it and/or distribute copies of it under certain conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "ia64-marcel-freebsd"..."/usr/local/bin/firefox3": not in executable format: File format not recognized > > > > Core was generated by `firefox-bin'. > > Program terminated with signal 10, Bus error. > > #0 0x2000000041082fe0 in ?? () > > (gdb) bt > > #0 0x2000000041082fe0 in ?? () > > #1 0x20000000412e20c0 in ?? () > > Previous frame identical to this frame (corrupt stack?) > > (gdb) > > I've rebuilt firefox with debugging support, so > now I get tons of console output culminating in > someting like this: > > ++DOCSHELL 0x2000000049046800 == 8 > ++DOMWINDOW == 14 (0x200000004b6bbc58) [serial = 18] [outer = 0x0] > WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 > WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 > ++DOMWINDOW == 15 (0x200000004b768058) [serial = 19] [outer = 0x200000004b6bbc00] > WARNING: NS_ENSURE_TRUE(aURI) failed: file nsDefaultURIFixup.cpp, line 76 > ++DOMWINDOW == 16 (0x200000004b6b9458) [serial = 20] [outer = 0x200000004b6bbc00] > WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 > WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 > --DOMWINDOW == 15 (0x200000004b768458) [serial = 17] [outer = 0x200000004ae77c00] [url = http://www.monkey.org/~provos/crawl/] > --DOCSHELL 0x200000004b473000 == 7 > --DOMWINDOW == 14 (0x200000004ae77c58) [serial = 15] [outer = 0x0] [url = http://www.monkey.org/~provos/crawl/] > --DOCSHELL 0x2000000049046800 == 6 > --DOMWINDOW == 13 (0x200000004b768058) [serial = 19] [outer = 0x200000004b6bbc00] [url = about:blank] > --DOMWINDOW == 12 (0x200000004b6b9458) [serial = 20] [outer = 0x200000004b6bbc00] [url = http://larbin.sourceforge.net/] > --DOMWINDOW == 11 (0x200000004b6bbc58) [serial = 18] [outer = 0x0] [url = http://larbin.sourceforge.net/] > ++DOMWINDOW == 12 (0x200000004a718058) [serial = 21] [outer = 0x200000004a71a800] > ###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 786 > ###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 786 > ###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 786 > ###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 786 > *** e = [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/utilityOverlay.js :: getShellService :: line 326" data: no] > WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 > ++DOCSHELL 0x200000004b6afc00 == 7 > ++DOMWINDOW == 13 (0x200000004b7c5058) [serial = 22] [outer = 0x0] > WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 > WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 > ++DOMWINDOW == 14 (0x200000004b7c4458) [serial = 23] [outer = 0x200000004b7c5000] > WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 > ++DOMWINDOW == 15 (0x200000004b7c2858) [serial = 24] [outer = 0x200000004b7c5000] > *** e = [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/utilityOverlay.js :: getShellService :: line 326" data: no] > Bus error (core dumped) > > [1] Exit 138 firefox3 > > > Does the exception above shed any light on the origin > of crash? Another crash example, this time seems to be a different error: WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5724 ++DOCSHELL 0x200000004b169000 == 8 ++DOMWINDOW == 15 (0x200000004b168c58) [serial = 17] [outer = 0x0] ++DOMWINDOW == 16 (0x200000004b167c58) [serial = 18] [outer = 0x200000004b168c00] WARNING: NS_ENSURE_TRUE(aURI) failed: file nsDefaultURIFixup.cpp, line 76 ++DOMWINDOW == 17 (0x20000000496f8058) [serial = 19] [outer = 0x200000004b168c00] Assertion failed: (p->id==SQLITE_MUTEX_RECURSIVE || pthreadMutexNotheld(p)), function pthreadMutexEnter, file sqlite3.c, line 14806. Abort trap (core dumped) [3] Exit 134 firefox3 -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Thu Feb 11 05:06:26 2010 Return-Path: Delivered-To: ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D803E10656D9; Thu, 11 Feb 2010 05:06:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 885888FC3E; Thu, 11 Feb 2010 05:06:26 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.3/8.14.3) with ESMTP id o1B56OV8007154; Thu, 11 Feb 2010 00:06:24 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.3/8.14.3/Submit) id o1B56Ofv007144; Thu, 11 Feb 2010 05:06:24 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 11 Feb 2010 05:06:24 GMT Message-Id: <201002110506.o1B56Ofv007144@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 05:06:27 -0000 TB --- 2010-02-11 04:34:25 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-02-11 04:34:25 - starting HEAD tinderbox run for ia64/ia64 TB --- 2010-02-11 04:34:25 - cleaning the object tree TB --- 2010-02-11 04:34:48 - cvsupping the source tree TB --- 2010-02-11 04:34:48 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2010-02-11 04:35:10 - building world TB --- 2010-02-11 04:35:10 - MAKEOBJDIRPREFIX=/obj TB --- 2010-02-11 04:35:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-02-11 04:35:10 - TARGET=ia64 TB --- 2010-02-11 04:35:10 - TARGET_ARCH=ia64 TB --- 2010-02-11 04:35:10 - TZ=UTC TB --- 2010-02-11 04:35:10 - __MAKE_CONF=/dev/null TB --- 2010-02-11 04:35:10 - cd /src TB --- 2010-02-11 04:35:10 - /usr/bin/make -B buildworld >>> World build started on Thu Feb 11 04:35:10 UTC 2010 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -fpic -DPIC -O2 -pipe -I. -I/src/lib/libthread_db -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/lib/libthread_db/libthr_db.c -o libthr_db.So building shared library libthread_db.so.3 ===> lib/libufs (all) cc -O2 -pipe -D_LIBUFS -I/src/lib/libufs -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libufs/block.c cc -O2 -pipe -D_LIBUFS -I/src/lib/libufs -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libufs/cgroup.c cc1: warnings being treated as errors /src/lib/libufs/cgroup.c: In function 'cgread1': /src/lib/libufs/cgroup.c:62: warning: comparison between signed and unsigned *** Error code 1 Stop in /src/lib/libufs. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-02-11 05:06:24 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-02-11 05:06:24 - ERROR: failed to build world TB --- 2010-02-11 05:06:24 - 1438.64 user 301.30 system 1919.27 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Thu Feb 11 13:10:50 2010 Return-Path: Delivered-To: ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C2F106568B; Thu, 11 Feb 2010 13:10:50 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 21B788FC13; Thu, 11 Feb 2010 13:10:49 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.3/8.14.3) with ESMTP id o1BDAnY3075433; Thu, 11 Feb 2010 08:10:49 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.3/8.14.3/Submit) id o1BDAnTI075432; Thu, 11 Feb 2010 13:10:49 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 11 Feb 2010 13:10:49 GMT Message-Id: <201002111310.o1BDAnTI075432@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 13:10:50 -0000 TB --- 2010-02-11 12:39:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-02-11 12:39:00 - starting HEAD tinderbox run for ia64/ia64 TB --- 2010-02-11 12:39:00 - cleaning the object tree TB --- 2010-02-11 12:39:05 - cvsupping the source tree TB --- 2010-02-11 12:39:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2010-02-11 12:39:28 - building world TB --- 2010-02-11 12:39:28 - MAKEOBJDIRPREFIX=/obj TB --- 2010-02-11 12:39:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-02-11 12:39:28 - TARGET=ia64 TB --- 2010-02-11 12:39:28 - TARGET_ARCH=ia64 TB --- 2010-02-11 12:39:28 - TZ=UTC TB --- 2010-02-11 12:39:28 - __MAKE_CONF=/dev/null TB --- 2010-02-11 12:39:28 - cd /src TB --- 2010-02-11 12:39:28 - /usr/bin/make -B buildworld >>> World build started on Thu Feb 11 12:39:28 UTC 2010 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] ===> lib/libufs (all) cc -O2 -pipe -D_LIBUFS -I/src/lib/libufs -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libufs/block.c cc -O2 -pipe -D_LIBUFS -I/src/lib/libufs -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libufs/cgroup.c cc -O2 -pipe -D_LIBUFS -I/src/lib/libufs -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libufs/inode.c cc -O2 -pipe -D_LIBUFS -I/src/lib/libufs -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libufs/sblock.c cc1: warnings being treated as errors /src/lib/libufs/sblock.c: In function 'sbwrite': /src/lib/libufs/sblock.c:111: warning: comparison between signed and unsigned *** Error code 1 Stop in /src/lib/libufs. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-02-11 13:10:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-02-11 13:10:49 - ERROR: failed to build world TB --- 2010-02-11 13:10:49 - 1438.82 user 295.02 system 1909.58 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Thu Feb 11 14:19:19 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACB8C1065676 for ; Thu, 11 Feb 2010 14:19:19 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6CC3F8FC16 for ; Thu, 11 Feb 2010 14:19:19 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NfZt0-0000wo-AA for freebsd-ia64@freebsd.org; Thu, 11 Feb 2010 14:19:18 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1NfZt0-0002vg-3l for freebsd-ia64@freebsd.org; Thu, 11 Feb 2010 14:19:18 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id o1BEJHlh067959 for ; Thu, 11 Feb 2010 14:19:17 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id o1BEJG7h067958 for freebsd-ia64@freebsd.org; Thu, 11 Feb 2010 14:19:17 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Thu, 11 Feb 2010 14:19:16 +0000 From: Anton Shterenlikht To: freebsd-ia64@freebsd.org Message-ID: <20100211141916.GL66887@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: installing on rx2620 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 14:19:19 -0000 Marcel Here are some observations regarding installing on rx2620, more precisely, the difference between installing on a local disk and on a fibre disk. In both cases mpt(4) is used. When installing on a local 17G disk, I get stopped at: Extracting base into / directory... 4170752 bytes read from base dist, chunk 3 of 59 @ 1390.2 KBytes/sec. no panic, no reboot, just sits there indefinitely At the same time VFP looks fine: LEDs | LOCATOR | SYSTEM | POWER ----------------------------------------------------------------------------- | OFF | ON GREEN | ON GREEN ----------------------------------------------------------------------------- Status | System running normally. ----------------------------------------------------------------------------- Now, what is really interesting is that if I try to install over fibre, the installation passes "chunk 3" stage (where the install onto a local disk hangs), but on the console I see at that moment this LOR: lock order reversal: 1st 0xa00000007d58cc18 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2559 2nd 0xe00000001197ae00 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:2 85 KDB: stack backtrace: db_trace_self(0xe000000004130af0) at db_trace_self+0x20 db_trace_self_wrapper(0xe0000000046b6bd0) at db_trace_self_wrapper+0x70 kdb_backtrace(0xe000000004d6a470, 0xe0000000046e0280) at kdb_backtrace+0xc0 _witness_debugger(0x1, 0xe000000004bba030, 0xe0000000046e1b20, 0x999, 0xe0000000 04be2fc8) at _witness_debugger+0x60 witness_checkorder(0xe00000001197ae00, 0x9, 0xffffffffffffffff, 0x11d, 0x0) at w itness_checkorder+0x12c0 _sx_xlock(0xe00000001197ae00, 0x0, 0xe000000004be2fc8, 0x11d) at _sx_xlock+0xc0 ufsdirhash_acquire(0xe000000011a565e8, 0xe00000001197ae00, 0xe000000004a7ecc0) a t ufsdirhash_acquire+0x50 ufsdirhash_add(0xe000000011a565e8, 0xa0000000c5e73020, 0x810, 0xa0000000c5e72ff0 , 0xe000000004a86a20, 0xda1) at ufsdirhash_add+0x20 ufs_direnter(0xe000000011a5a5a0, 0xe000000011a66780, 0xa0000000c5e73020, 0xa0000 000c5e73378, 0x0) at ufs_direnter+0x10e0 ufs_makeinode(0xa0000000c5e73128, 0xe000000011a5a5a0, 0xa0000000c5e73350, 0xa000 0000c5 the best match I could find is this: http://sources.zabbadoz.net/freebsd/lor/261.html but the line numbers are quite different. Finally, when I install on a disk via fibre, and all was fine, no problems, I cannot find a bootable partition on the disk. Below is an extract from EFI map: Device mapping table fs0 : Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0)/HD(Part1,Sig79A0351D-DB3C-11 DE-8F43-00110A31E60A) fs1 : Acpi(HWP0002,600)/Pci(1|0)/Fibre(WWN500805F3000EC221,Lun2000000000000)/ HD(Part1,Sig0044C4A1-3543-11DC-81DF-AA000400FEFF) fs2 : Acpi(HWP0002,600)/Pci(1|0)/Fibre(WWN500805F3000EC221,Lun2000000000000)/ HD(Part4,Sig0044C4A0-3543-11DC-81E0-AA000400FEFF) On fs1 I've VMS bootable, fs2 must be the freebsd disk, but it's empty. If I manually copy loader.efi from anothe ia64 box to fs2, I can't then find a kernel. will update many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Thu Feb 11 18:19:43 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04842106568B for ; Thu, 11 Feb 2010 18:19:43 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout026.mac.com (asmtpout026.mac.com [17.148.16.101]) by mx1.freebsd.org (Postfix) with ESMTP id E1C6C8FC20 for ; Thu, 11 Feb 2010 18:19:42 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp026.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KXO006F2W85SG10@asmtp026.mac.com> for freebsd-ia64@freebsd.org; Thu, 11 Feb 2010 10:19:26 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1002110146 From: Marcel Moolenaar In-reply-to: <20100211141916.GL66887@mech-cluster241.men.bris.ac.uk> Date: Thu, 11 Feb 2010 10:19:17 -0800 Message-id: <97E421C8-1D25-4D2C-A5C8-FD7069F0EB14@mac.com> References: <20100211141916.GL66887@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: freebsd-ia64@freebsd.org Subject: Re: installing on rx2620 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 18:19:43 -0000 On Feb 11, 2010, at 6:19 AM, Anton Shterenlikht wrote: > Marcel > > Here are some observations regarding installing on rx2620, > more precisely, the difference between installing on a local > disk and on a fibre disk. In both cases mpt(4) is used. > > When installing on a local 17G disk, I get stopped at: > > Extracting base into / directory... > > 4170752 bytes read from base dist, chunk 3 of 59 @ 1390.2 KBytes/sec. > > > no panic, no reboot, just sits there indefinitely Can you break into the kernel debugger and run the following commands: ps show alllocks show intrcnt BTW: I've had weird behaviour that got resolved for the most part by doing a firmware update, including the firmware on the harddisk itself. Can you list all the firmware versions for me, including the harddisk's. I want to check if there are any updates... Also: this may be related to the spontaneous reboots we're seeing during package build... > lock order reversal: > 1st 0xa00000007d58cc18 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2559 > 2nd 0xe00000001197ae00 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:285 *snip* > the best match I could find is this: > http://sources.zabbadoz.net/freebsd/lor/261.html I wouldn't worry about LORs at this time. As far as I know they're harmless enough... > Finally, when I install on a disk via fibre, and > all was fine, no problems, I cannot find a bootable > partition on the disk. Below is an extract from > EFI map: > > Device mapping table > fs0 : Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0)/HD(Part1,Sig79A0351D-DB3C-11 > DE-8F43-00110A31E60A) > fs1 : Acpi(HWP0002,600)/Pci(1|0)/Fibre(WWN500805F3000EC221,Lun2000000000000)/ > HD(Part1,Sig0044C4A1-3543-11DC-81DF-AA000400FEFF) > fs2 : Acpi(HWP0002,600)/Pci(1|0)/Fibre(WWN500805F3000EC221,Lun2000000000000)/ > HD(Part4,Sig0044C4A0-3543-11DC-81E0-AA000400FEFF) You seem to be having multiple EFI system partitions on the Fibre disk. There can be only one. > On fs1 I've VMS bootable, fs2 must be the freebsd disk, but it's empty. That's not how it works. fs1: is the EFI system partition on the fibre disk. It should contain the VMS and FreeBSD loaders. > If I manually copy loader.efi from anothe ia64 box to fs2, I can't > then find a kernel. You need to pass -dev part: to the loader, where is the right partition number. Put differently: you need to tell the loader which partition is the FreeBSD partition you want to boot. For backward compatibility it'll use the partition from which the loader itself was loaded (i.e. fs2 in your case), but if you used sysinstall, the kernel is most likely on fs1:... FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ia64@FreeBSD.ORG Fri Feb 12 10:04:04 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2E5C1065672 for ; Fri, 12 Feb 2010 10:04:04 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 673738FC0C for ; Fri, 12 Feb 2010 10:04:04 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NfsNW-0004ly-Kp; Fri, 12 Feb 2010 10:04:02 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1NfsNW-0002tl-GL; Fri, 12 Feb 2010 10:04:02 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id o1CA42dx075526; Fri, 12 Feb 2010 10:04:02 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id o1CA41bw075525; Fri, 12 Feb 2010 10:04:01 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 12 Feb 2010 10:04:01 +0000 From: Anton Shterenlikht To: Marcel Moolenaar Message-ID: <20100212100401.GA75460@mech-cluster241.men.bris.ac.uk> References: <20100211141916.GL66887@mech-cluster241.men.bris.ac.uk> <97E421C8-1D25-4D2C-A5C8-FD7069F0EB14@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <97E421C8-1D25-4D2C-A5C8-FD7069F0EB14@mac.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ia64@freebsd.org Subject: Re: installing on rx2620 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 10:04:04 -0000 On Thu, Feb 11, 2010 at 10:19:17AM -0800, Marcel Moolenaar wrote: > > On Feb 11, 2010, at 6:19 AM, Anton Shterenlikht wrote: > > > Marcel > > > > Here are some observations regarding installing on rx2620, > > more precisely, the difference between installing on a local > > disk and on a fibre disk. In both cases mpt(4) is used. > > > > When installing on a local 17G disk, I get stopped at: > > > > Extracting base into / directory... > > > > 4170752 bytes read from base dist, chunk 3 of 59 @ 1390.2 KBytes/sec. > > > > > > no panic, no reboot, just sits there indefinitely > > Can you break into the kernel debugger and run the following > commands: > ps > show alllocks > show intrcnt > > > BTW: I've had weird behaviour that got resolved for the most part > by doing a firmware update, including the firmware on the harddisk > itself. Can you list all the firmware versions for me, including > the harddisk's. I want to check if there are any updates... yes, the disks are old.. these are 17g seagate scsi disks. If the problem is in disk fw, this might explain why I don't get reboots on my main ia64 - there I've more modern 73g disks. I'm not sure where to look, so here are some bits of info I think might be useful: fs0:\> info fw FIRMWARE INFORMATION System Firmware Revision: 4.29 [4748] BMC Revision: 4.04 Management Processor Revision: E.03.32 Updatable EFI Drivers: Floating-Point Software Assistance Handler: 00000118 LSI Logic Ultra320 SCSI Driver: 01050400 Broadcom Gigabit Ethernet Driver: 0007000A SCSI Bus Driver: 00000021 SCSI Tape Driver: 00000020 Intel(R) PRO/1000 Ethernet Driver: 00002160 Usb Ohci Driver: 00000033 USB Bus Driver: 00000014 USB Bot Mass Storage Driver: 00000014 Generic USB Mass Storage Driver: 00000015 fs0:\> fs0:\> devices C T D T Y C I R P F A L E G G #P #D #C Device Name == = = = == == == ============================================================= 0D R - - - 1 4 Acpi(HWP0002,0) 0E R - - - 1 4 Acpi(HWP0002,100) 0F R - - - 1 - Acpi(HWP0002,200) 10 R - - - 1 - Acpi(HWP0002,300) 11 R - - - 1 - Acpi(HWP0002,400) 12 R - - - 1 1 Acpi(HWP0002,600) 13 R - - - 1 3 Acpi(HWP0002,700) 17 D - - 1 2 - Usb Open Host Controller 18 D - - 1 2 - Usb Open Host Controller 19 D - - 1 - - Acpi(HWP0002,0)/Pci(1|2) 1A B X X 1 1 1 PCI IDE/ATAPI Controller 1B B X X 1 2 2 LSI Logic Ultra320 SCSI Controller 1C D X X 1 2 - LSI Logic Ultra320 SCSI Controller 1D B - - 1 1 1 Acpi(HWP0002,100)/Pci(2|0) 1E B - - 1 1 1 Acpi(HWP0002,100)/Pci(2|1) 20 B X X 1 2 1 PCI-X 2.0 4Gb Fibre Channel Port (Port 1) 21 D - - 1 - - Acpi(HWP0002,700)/Pci(1|0) 22 B - - 1 1 1 Acpi(HWP0002,700)/Pci(1|1) 23 D - - 1 2 - Acpi(HWP0002,700)/Pci(2|0) 33 D - - 1 - - Primary Standard Error Device 34 D - - 1 - - Primary Console Input Device 35 D - - 1 - - Primary Console Output Device 3A R - - - 1 1 Acpi(PNP0501,0) 3B B - - 1 1 1 16550 Serial UART 3C D - - 1 - - VT-100+ Serial Console 3D B - - 1 1 1 16550 Serial UART 3E B - - 1 5 3 VT-100+ Serial Console 50 B X X 1 2 1 DV-28E-C 51 D X X 1 1 - SEAGATE ST318452LC 2213 52 B X X 1 2 2 SEAGATE ST318452LC 2213 53 D - - 1 3 - Acpi(HWP0002,100)/Pci(2|0)/Mac(0013215B051C) 54 D - - 1 3 - Acpi(HWP0002,100)/Pci(2|1)/Mac(0013215B051D) 55 B X X 1 2 3 Acpi(HWP0002,600)/Pci(1|0)/Fibre(WWN500805F3000EC221,Lun2000000000000) 92 D - - 1 2 - FAT File System [FAT12] 20 MB 93 D - - 1 2 - FAT File System [FAT16] 511 MB 94 D - - 1 1 - Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0)/HD(Part2,SigG0) 95 D - - 1 2 - FAT File System [FAT16] 125 MB 96 D - - 1 2 - FAT File System [FAT16] 292 MB 97 D - - 1 1 - Acpi(HWP0002,600)/Pci(1|0)/Fibre(WWN500805F3000EC221,Lun2000000000000)/HD(Part5,Sig0044C4A0-3543-11DC-81DF-AA000400FEFF) fs0:\> Handles 51 and 52 are the two disks fs0:\> devtree Device Tree Ctrl[04] Ctrl[06] VenHw(SysROM) Ctrl[0D] Acpi(HWP0002,0) Ctrl[17] Usb Open Host Controller Ctrl[18] Usb Open Host Controller Ctrl[19] Acpi(HWP0002,0)/Pci(1|2) Ctrl[1A] PCI IDE/ATAPI Controller Ctrl[50] DV-28E-C Ctrl[92] FAT File System [FAT12] 20 MB Ctrl[0E] Acpi(HWP0002,100) Ctrl[1B] LSI Logic Ultra320 SCSI Controller Ctrl[51] SEAGATE ST318452LC 2213 Ctrl[52] SEAGATE ST318452LC 2213 Ctrl[93] FAT File System [FAT16] 511 MB Ctrl[94] Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0)/HD(Part2,SigG0) Ctrl[1C] LSI Logic Ultra320 SCSI Controller Ctrl[1D] Acpi(HWP0002,100)/Pci(2|0) Ctrl[53] Acpi(HWP0002,100)/Pci(2|0)/Mac(0013215B051C) Ctrl[1E] Acpi(HWP0002,100)/Pci(2|1) Ctrl[54] Acpi(HWP0002,100)/Pci(2|1)/Mac(0013215B051D) Ctrl[0F] Acpi(HWP0002,200) Ctrl[10] Acpi(HWP0002,300) Ctrl[11] Acpi(HWP0002,400) Ctrl[12] Acpi(HWP0002,600) Ctrl[20] PCI-X 2.0 4Gb Fibre Channel Port (Port 1) Ctrl[55] Acpi(HWP0002,600)/Pci(1|0)/Fibre(WWN500805F3000EC221,Lun2000000000000) Ctrl[95] FAT File System [FAT16] 125 MB Ctrl[96] FAT File System [FAT16] 292 MB Ctrl[97] Acpi(HWP0002,600)/Pci(1|0)/Fibre(WWN500805F3000EC221,Lun2000000000000)/HD(Part5,Sig0044C4A0-3543-11DC-81DF-AA000400FEFF) Ctrl[13] Acpi(HWP0002,700) Ctrl[21] Acpi(HWP0002,700)/Pci(1|0) Ctrl[22] Acpi(HWP0002,700)/Pci(1|1) Ctrl[3D] 16550 Serial UART Ctrl[3E] VT-100+ Serial Console Ctrl[34] Primary Console Input Device Ctrl[35] Primary Console Output Device Ctrl[33] Primary Standard Error Device Ctrl[23] Acpi(HWP0002,700)/Pci(2|0) Ctrl[3A] Acpi(PNP0501,0) Ctrl[3B] 16550 Serial UART Ctrl[3C] VT-100+ Serial Console Ctrl[4E] VenHw(D65A6B8C-71E5-4DF0-A909-F0D2992B5AA9) fs0:\> Anyway, I see at http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=15351&prodSeriesId=447331&swItem=ux-57970-1&prodNameId=441910&swEnvOID=54&swLang=13&taskId=135&mode=4&idx=0 that HP has EFI fw update images for SEAGATE ST318452LC. I'll go ahead and try to reflash fw on these disks. Maybe I should also upde fibre and scsi controller fw.. > > You seem to be having multiple EFI system partitions on the Fibre > disk. There can be only one. > > > On fs1 I've VMS bootable, fs2 must be the freebsd disk, but it's empty. > > That's not how it works. fs1: is the EFI system partition on the > fibre disk. It should contain the VMS and FreeBSD loaders. > > > If I manually copy loader.efi from anothe ia64 box to fs2, I can't > > then find a kernel. > > You need to pass -dev part: to the loader, where is the right > partition number. > > Put differently: you need to tell the loader which partition is the > FreeBSD partition you want to boot. For backward compatibility it'll > use the partition from which the loader itself was loaded (i.e. fs2 > in your case), but if you used sysinstall, the kernel is most likely > on fs1:... wow.. that I didn't know. I need to check this out. many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Fri Feb 12 15:01:53 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 583B0106568F for ; Fri, 12 Feb 2010 15:01:53 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA148FC08 for ; Fri, 12 Feb 2010 15:01:52 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1Nfx1j-0005w8-9X; Fri, 12 Feb 2010 15:01:51 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1Nfx1j-0005cJ-4O; Fri, 12 Feb 2010 15:01:51 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id o1CF1oaM089108; Fri, 12 Feb 2010 15:01:50 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id o1CF1oHI089107; Fri, 12 Feb 2010 15:01:50 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 12 Feb 2010 15:01:50 +0000 From: Anton Shterenlikht To: Anton Shterenlikht Message-ID: <20100212150150.GB75642@mech-cluster241.men.bris.ac.uk> References: <20100211141916.GL66887@mech-cluster241.men.bris.ac.uk> <97E421C8-1D25-4D2C-A5C8-FD7069F0EB14@mac.com> <20100212100401.GA75460@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100212100401.GA75460@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ia64@freebsd.org Subject: Re: installing on rx2620 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 15:01:53 -0000 On Fri, Feb 12, 2010 at 10:04:01AM +0000, Anton Shterenlikht wrote: > On Thu, Feb 11, 2010 at 10:19:17AM -0800, Marcel Moolenaar wrote: > > > > On Feb 11, 2010, at 6:19 AM, Anton Shterenlikht wrote: > > > > > Marcel > > > > > > Here are some observations regarding installing on rx2620, > > > more precisely, the difference between installing on a local > > > disk and on a fibre disk. In both cases mpt(4) is used. > > > > > > When installing on a local 17G disk, I get stopped at: > > > > > > Extracting base into / directory... > > > > > > 4170752 bytes read from base dist, chunk 3 of 59 @ 1390.2 KBytes/sec. > > > > > > > > > no panic, no reboot, just sits there indefinitely > > > > Can you break into the kernel debugger and run the following > > commands: > > ps > > show alllocks > > show intrcnt > > > > > > BTW: I've had weird behaviour that got resolved for the most part > > by doing a firmware update, including the firmware on the harddisk > > itself. Can you list all the firmware versions for me, including > > the harddisk's. I want to check if there are any updates... I've tried, but failed so far: fs0:\ia64\common-firmware\disks\PF_DIPFSC0208EFI\18> ode dfdutilu; update st318452l5 *************************************************************************** ****** ****** ****** Offline Diagnostic Environment ****** ****** ****** ****** (C) Copyright Hewlett-Packard Co 1993-2007 ****** ****** All Rights Reserved ****** ****** ****** ****** HP shall not be liable for any damages resulting from the ****** ****** use of this program. ****** ****** ****** ****** TC Version B.00.22 ****** ****** SysLib Version B.00.11 ****** ****** ****** *************************************************************************** Type HELP for command information. EFI_CMD> ;DFDUTILU; UPDATE ST318452L5 *************************************************************************** ****** ****** ****** DFDUTILU ****** ****** ****** ****** Copyright (C) 2007 by Hewlett-Packard Company ****** ****** All Rights Reserved ****** ****** ****** ****** HP shall not be liable for any damages resulting from the ****** ****** use of this program. ****** ****** ****** ****** Version B.00.30 ****** ****** ****** *************************************************************************** Type HELP for command information. Looking for SCSI devices via LSI SPT device driver..... Looking for SCSI devices via ExtSPT device driver..... No device found from ExtSPT driver The Shared Library is loaded. for Non-Cellular Sys ... <20> modules found *************************************************************************** * HP Supported Disks Found * *************************************************************************** Indx Path Product ID Bus Size Rev --- ------------------- --------------------------------- ------ ------ ------ 0 0/1/1/0.1.0 SCSI SEAGATE ST318452LC SCSI 18. GB 2213 ^^^^^^^^^^^^^^^^^^^^^^^^ that's the one 1 0/5/1/0 PCI-X 2.0 4Gb Fibre Channel Port Port 1 Fibre N/A 2 0/5/1/0.8.0.ff.1.6.2000000000000 SCSI COMPAQ MSA1000 VOLUME Fibre 8.6 GB 4.32 3 0/5/1/0.8.0.ff.1.6.0 SCSI COMPAQ MSA1000 Fibre N/A 4.32 4 0/5/1/0.8.0.ff.1.6.3000000000000 SCSI COMPAQ MSA1000 VOLUME Fibre 131 MB 4.32 5 0/5/1/0.8.0.ff.1.6.4000000000000 SCSI COMPAQ MSA1000 VOLUME Fibre 107 GB 4.32 6 0/5/1/0.8.0.ff.1.6.5000000000000 SCSI COMPAQ MSA1000 VOLUME Fibre 21. GB 4.32 Legend: Indx = Index number used for referencing the device Rev = Firmware Revision of the device Note: Due to different calculation methods used, the size of the device shown is only a rough approximation. Please wait while I search for all the firmware files. Note: This may take a while if you are booting from tape. ........................... *************************************************************************** * Firmware Files Found (not disks) * *************************************************************************** File name Intended Product ID Rev. Size ----------------------------- -------------------------------- ------ -------- MAJ3182MC8 HP 18.2GMAJ3182MC disk drive HP08 233472 MAM318402 HP 18.2GMAM3184MC disk drive HP02 368640 MAN318407 HP 18.2GMAN3184MC disk drive HP07 399360 MAS3184NC4 HP 18.2GMAS3184NC disk drive HPC4 374784 Mx10k31811 HP 18.2GATLAS10K3_18_SCA disk drive HP11 377856 S37320718C3 HP 18 GST373207LC#18 disk drive HPC3 537600 ST318404L4 HP 18.2GST318404LC disk drive HP04 537600 ST318406L5 HP 18.2GST318406LC disk drive HP05 600064 ST318452L5 HP 18.2GST318452LC disk drive HP05 602112 ^^^^^^^^^^ ^^^^^^^^^^^^^^^^ and that's the fw file for this disk ST318453LC8 HP 18.2GST318453LC disk drive HPC8 627712 ST33675483 HP 18.2GST336754LC#18 disk drive HPC3 858112 ST373207LC182 HP 18.2GST373207LC#18 disk drive HPC2 858112 ST373455LC188 HP 18.2GST373455LC#18 disk drive HPC8 757760 Legend: File name = name of the firmware file Intended Product ID = firmware file's intended product name Rev. = firmware Revision of the firmware file Size = exact byte size of the firmware image No HP 18.2GST318452LC disk drive disks were found to need updating on the system. Aborting. DFDUTILU> So the fw update program confirms the disk is there, but doesn't want to update the firmware. Either it's up to date, or something else is going wrong. For the system firmware there was an option to force reflash, even if it's up-to-date. Not sure how to do it here. many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Fri Feb 12 16:43:12 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C86E1065676 for ; Fri, 12 Feb 2010 16:43:12 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout030.mac.com (asmtpout030.mac.com [17.148.16.105]) by mx1.freebsd.org (Postfix) with ESMTP id 54CE38FC14 for ; Fri, 12 Feb 2010 16:43:11 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp030.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KXQ00IOPMFRW610@asmtp030.mac.com> for freebsd-ia64@freebsd.org; Fri, 12 Feb 2010 08:43:06 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1002120110 From: Marcel Moolenaar In-reply-to: <20100212150150.GB75642@mech-cluster241.men.bris.ac.uk> Date: Fri, 12 Feb 2010 08:43:03 -0800 Message-id: <4CC544CD-E24B-4064-A70E-6D8A601C5584@mac.com> References: <20100211141916.GL66887@mech-cluster241.men.bris.ac.uk> <97E421C8-1D25-4D2C-A5C8-FD7069F0EB14@mac.com> <20100212100401.GA75460@mech-cluster241.men.bris.ac.uk> <20100212150150.GB75642@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: freebsd-ia64@freebsd.org Subject: Re: installing on rx2620 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 16:43:12 -0000 On Feb 12, 2010, at 7:01 AM, Anton Shterenlikht wrote: > Indx Path Product ID Bus Size Rev > --- ------------------- --------------------------------- ------ ------ ------ > 0 0/1/1/0.1.0 > SCSI SEAGATE ST318452LC SCSI 18. GB 2213 > > ^^^^^^^^^^^^^^^^^^^^^^^^ > that's the one This is not a HP disk, so I'm sure it won't work... -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ia64@FreeBSD.ORG Sat Feb 13 18:50:13 2010 Return-Path: Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05D331065696 for ; Sat, 13 Feb 2010 18:50: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 BFA818FC19 for ; Sat, 13 Feb 2010 18:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1DIoCli070729 for ; Sat, 13 Feb 2010 18:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1DIoC4d070723; Sat, 13 Feb 2010 18:50:12 GMT (envelope-from gnats) Resent-Date: Sat, 13 Feb 2010 18:50:12 GMT Resent-Message-Id: <201002131850.o1DIoC4d070723@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ia64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, hfnqhlyl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73407106566B for ; Sat, 13 Feb 2010 18:44:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3108FC22 for ; Sat, 13 Feb 2010 18:44:15 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1DIiFvP023561 for ; Sat, 13 Feb 2010 18:44:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o1DIiFRL023560; Sat, 13 Feb 2010 18:44:15 GMT (envelope-from nobody) Message-Id: <201002131844.o1DIiFRL023560@www.freebsd.org> Date: Sat, 13 Feb 2010 18:44:15 GMT From: hfnqhlyl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ia64/143907: hfnqhlyl X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 18:50:13 -0000 >Number: 143907 >Category: ia64 >Synopsis: hfnqhlyl >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ia64 >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 13 18:50:12 UTC 2010 >Closed-Date: >Last-Modified: >Originator: hfnqhlyl >Release: hfnqhlyl >Organization: hfnqhlyl >Environment: hfnqhlyl >Description: pxwfkefg http://gqobeosz.com emvgoadi xfzmocwd [URL=http://tcaughid.com]hhhpevpo[/URL] ywzgiypq >How-To-Repeat: hfnqhlyl >Fix: hfnqhlyl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ia64@FreeBSD.ORG Sat Feb 13 18:50:18 2010 Return-Path: Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F5B51065697 for ; Sat, 13 Feb 2010 18:50:18 +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 048B18FC2B for ; Sat, 13 Feb 2010 18:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1DIoHp7071195 for ; Sat, 13 Feb 2010 18:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1DIoHRU071189; Sat, 13 Feb 2010 18:50:17 GMT (envelope-from gnats) Resent-Date: Sat, 13 Feb 2010 18:50:17 GMT Resent-Message-Id: <201002131850.o1DIoHRU071189@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ia64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, xvsecrnv Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CD4310656C4 for ; Sat, 13 Feb 2010 18:46:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 444CF8FC15 for ; Sat, 13 Feb 2010 18:46:02 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1DIk1SP024014 for ; Sat, 13 Feb 2010 18:46:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o1DIk16n024013; Sat, 13 Feb 2010 18:46:01 GMT (envelope-from nobody) Message-Id: <201002131846.o1DIk16n024013@www.freebsd.org> Date: Sat, 13 Feb 2010 18:46:01 GMT From: xvsecrnv To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ia64/143913: xvsecrnv X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 18:50:18 -0000 >Number: 143913 >Category: ia64 >Synopsis: xvsecrnv >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ia64 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 13 18:50:17 UTC 2010 >Closed-Date: >Last-Modified: >Originator: xvsecrnv >Release: xvsecrnv >Organization: xvsecrnv >Environment: xvsecrnv >Description: opfsnqrs http://ybkgifgk.com vlovvpdk gtjtdpfp >How-To-Repeat: xvsecrnv >Fix: xvsecrnv >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ia64@FreeBSD.ORG Sat Feb 13 19:17:09 2010 Return-Path: Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32BC1106568B; Sat, 13 Feb 2010 19:17:09 +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 0AD808FC18; Sat, 13 Feb 2010 19:17:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1DJH8Ej000158; Sat, 13 Feb 2010 19:17:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1DJH8tU000154; Sat, 13 Feb 2010 19:17:08 GMT (envelope-from linimon) Date: Sat, 13 Feb 2010 19:17:08 GMT Message-Id: <201002131917.o1DJH8tU000154@freefall.freebsd.org> To: lidyoflb@qszdamya.com, linimon@FreeBSD.org, freebsd-ia64@FreeBSD.org, gnats-adm@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: junk/143907: hfnqhlyl X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 19:17:09 -0000 Synopsis: hfnqhlyl State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 13 19:16:51 UTC 2010 State-Changed-Why: spam attack Responsible-Changed-From-To: freebsd-ia64->gnats-adm Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 13 19:16:51 UTC 2010 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=143907 From owner-freebsd-ia64@FreeBSD.ORG Sat Feb 13 19:19:01 2010 Return-Path: Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 601121065692; Sat, 13 Feb 2010 19:19: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 37FD18FC18; Sat, 13 Feb 2010 19:19:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1DJJ1I7000919; Sat, 13 Feb 2010 19:19:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1DJJ1Cn000915; Sat, 13 Feb 2010 19:19:01 GMT (envelope-from linimon) Date: Sat, 13 Feb 2010 19:19:01 GMT Message-Id: <201002131919.o1DJJ1Cn000915@freefall.freebsd.org> To: krapwnhg@gztaweio.com, linimon@FreeBSD.org, freebsd-ia64@FreeBSD.org, gnats-adm@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: junk/143913: xvsecrnv X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 19:19:01 -0000 Synopsis: xvsecrnv State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 13 19:18:44 UTC 2010 State-Changed-Why: spam attack Responsible-Changed-From-To: freebsd-ia64->gnats-adm Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 13 19:18:44 UTC 2010 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=143913