From owner-freebsd-ia64@FreeBSD.ORG Sun Jun 27 07:19:44 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64A4616A4CE for ; Sun, 27 Jun 2004 07:19:44 +0000 (GMT) Received: from eagle.sharma-home.net (cpe-24-221-178-208.ca.sprintbbd.net [24.221.178.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382DB43D3F for ; Sun, 27 Jun 2004 07:19:44 +0000 (GMT) (envelope-from adsharma@eagle.sharma-home.net) Received: by eagle.sharma-home.net (Postfix, from userid 500) id E98761FF39; Sun, 27 Jun 2004 00:19:31 -0700 (PDT) Date: Sun, 27 Jun 2004 00:19:31 -0700 From: Arun Sharma To: freebsd-ia64@freebsd.org Message-ID: <20040627071931.GA25902@sharma-home.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Clobbering foreign partitions X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2004 07:19:44 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline libdisk seems to have a bug which causes it to corrupt the GPT table in the presence of foreign partitions. Description: Consider a GPT with the following partitions: - EFI system (da0p1) - Linux (da0p2) When libdisk opens the disk and creates a list of chunks, it ignores da0p2, because it's an "unknown" type. In other words, there is only one chunk. The rest is "unused". Subsequently, sysinstall doesn't display da0p2 (which I think is ok), but allows the user to create a FreeBSD partition on da0p2. I think the intended behavior is to ignore foreign partitions in sysinstall UI, but take care not to clobber them in Write_Disk(). The attached patch changes the policy on ia64 only and correctly handles the above situation. -Arun --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="libdisk-ia64-policy.patch" Index: chunk.c =================================================================== RCS file: /net/eagle/home/scratch/freebsd/src/lib/libdisk/chunk.c,v retrieving revision 1.51 diff -u -r1.51 chunk.c --- chunk.c 21 Apr 2004 23:21:13 -0000 1.51 +++ chunk.c 27 Jun 2004 07:00:29 -0000 @@ -272,6 +272,7 @@ case fat: case efi: case mbr: + default: c1 = Find_Mother_Chunk(d->chunks, offset, end, whole); break; case part: @@ -281,8 +282,6 @@ c1 = Find_Mother_Chunk(d->chunks, offset, end, whole); break; - default: - return (-1); } break; case p_pc98: --HlL+5n6rz5pIUxbD-- From owner-freebsd-ia64@FreeBSD.ORG Sun Jun 27 14:38:33 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914EC16A4CE; Sun, 27 Jun 2004 14:38:33 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B5B743D58; Sun, 27 Jun 2004 14:38:33 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i5REcPDT039648; Sun, 27 Jun 2004 10:38:25 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i5REcSMq054144; Sun, 27 Jun 2004 10:38:28 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id AB1897303F; Sun, 27 Jun 2004 10:38:27 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040627143827.AB1897303F@freebsd-current.sentex.ca> Date: Sun, 27 Jun 2004 10:38:27 -0400 (EDT) Subject: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:38:33 -0000 TB --- 2004-06-27 14:25:53 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-06-27 14:25:53 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2004-06-27 14:25:53 - checking out the source tree TB --- 2004-06-27 14:25:53 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64 TB --- 2004-06-27 14:25:53 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-06-27 14:30:25 - building world (CFLAGS=-O2 -pipe) TB --- 2004-06-27 14:30:25 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-06-27 14:30:25 - /usr/bin/make -B buildworld >>> 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/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_Ticket.c -o asn1_Ticket.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TicketFlags.c -o asn1_TicketFlags.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TransitedEncoding.c -o asn1_TransitedEncoding.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_UNSIGNED.c -o asn1_UNSIGNED.So building shared library libasn1.so.7 cc: Internal error: Bus error (program ld) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. TB --- 2004-06-27 14:38:27 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-06-27 14:38:27 - ERROR: failed to build world TB --- 2004-06-27 14:38:27 - tinderbox aborted From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 28 03:44:08 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3271316A4CF for ; Mon, 28 Jun 2004 03:44:08 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D90FA43D31 for ; Mon, 28 Jun 2004 03:44:07 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 8116 invoked from network); 28 Jun 2004 03:44:07 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 28 Jun 2004 03:44:07 -0000 Received: from 131.106.56.214 (p58.n-nypop02.stsn.com [199.106.89.58]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i5S3hg8m098960; Sun, 27 Jun 2004 23:43:58 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-ia64@FreeBSD.org Date: Sun, 27 Jun 2004 23:44:53 -0400 User-Agent: KMail/1.6 References: <20040627071931.GA25902@sharma-home.net> In-Reply-To: <20040627071931.GA25902@sharma-home.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406272344.53886.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Arun Sharma Subject: Re: Clobbering foreign partitions X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jun 2004 03:44:08 -0000 On Sunday 27 June 2004 03:19 am, Arun Sharma wrote: > libdisk seems to have a bug which causes it to corrupt the GPT table in the > presence of foreign partitions. > > Description: > > Consider a GPT with the following partitions: > > - EFI system (da0p1) > - Linux (da0p2) > > When libdisk opens the disk and creates a list of chunks, it ignores > da0p2, because it's an "unknown" type. In other words, there is only > one chunk. The rest is "unused". > > Subsequently, sysinstall doesn't display da0p2 (which I think is ok), > but allows the user to create a FreeBSD partition on da0p2. > > I think the intended behavior is to ignore foreign partitions in > sysinstall UI, but take care not to clobber them in Write_Disk(). > > The attached patch changes the policy on ia64 only and correctly handles > the above situation. > > -Arun Looks ok to me. Marcel, do you think you can test this? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 28 03:59:28 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7F9E16A4CE; Mon, 28 Jun 2004 03:59:27 +0000 (GMT) Received: from eagle.sharma-home.net (cpe-24-221-178-208.ca.sprintbbd.net [24.221.178.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88AAB43D1F; Mon, 28 Jun 2004 03:59:27 +0000 (GMT) (envelope-from arun@freebsd.org) Received: from [192.168.1.254] (unknown [192.168.1.254]) by eagle.sharma-home.net (Postfix) with ESMTP id 13B061FF39; Sun, 27 Jun 2004 20:59:24 -0700 (PDT) Message-ID: <41072494.4060000@freebsd.org> From: Arun Sharma User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin References: <20040627071931.GA25902@sharma-home.net> <200406272344.53886.jhb@FreeBSD.org> In-Reply-To: <200406272344.53886.jhb@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------010504020203090401090509" cc: freebsd-ia64@FreeBSD.org Subject: Re: Clobbering foreign partitions X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 28 Jun 2004 03:59:28 -0000 X-Original-Date: Tue, 27 Jul 2004 20:59:16 -0700 X-List-Received-Date: Mon, 28 Jun 2004 03:59:28 -0000 This is a multi-part message in MIME format. --------------010504020203090401090509 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit John Baldwin wrote: > > Looks ok to me. Marcel, do you think you can test this? > I also hacked the md driver so that I could test these scenerios without a second disk. The patch is attached. Since my ia64 box is currently having disk problems, I had to do the testing on i386 hardware, by compiling sysinstall/libdisk with -D__ia64__ -U__i386__. Certainly this needs to be revalidated on real ia64 hardware. -Arun --------------010504020203090401090509 Content-Type: text/plain; name="md-geom.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="md-geom.patch" Index: md.c =================================================================== RCS file: /net/eagle/home/scratch/freebsd/src/sys/dev/md/md.c,v retrieving revision 1.123 diff -u -r1.123 md.c --- md.c 18 May 2004 07:30:04 -0000 1.123 +++ md.c 25 Jun 2004 16:22:59 -0000 @@ -60,6 +60,7 @@ #include #include #include +#include #include #include #include @@ -76,6 +77,7 @@ #include #include +#include #include #include @@ -165,6 +167,8 @@ /* MD_SWAP related fields */ vm_object_t object; unsigned npage; + + struct disk *disk; /* disklabel/slice stuff */ }; static int mddestroy(struct md_s *sc, struct thread *td); @@ -359,6 +363,36 @@ return (0); } + +static int +mdopen(struct disk *dp) +{ + struct md_s *sc; + + sc = dp->d_drv1; + if (sc == NULL || sc->flags & MD_SHUTDOWN) + return ENXIO; + return 0; +} + +static void +mdstrategy(struct bio *bp) +{ + struct md_s *sc; + + sc = bp->bio_disk->d_drv1; + + if (sc->flags & MD_SHUTDOWN) { + biofinish(bp, NULL, ENXIO); + return; + } + + mtx_lock(&sc->queue_mtx); + bioq_disksort(&sc->bio_queue, bp); + mtx_unlock(&sc->queue_mtx); + wakeup(sc); +} + static void g_md_start(struct bio *bp) { @@ -377,7 +411,6 @@ DECLARE_GEOM_CLASS(g_md_class, g_md); - static int mdstart_malloc(struct md_s *sc, struct bio *bp) { @@ -509,6 +542,8 @@ vn_finished_write(mp); } bp->bio_resid = auio.uio_resid; + biodone(bp); + return (error); } @@ -656,7 +691,7 @@ } } - if (error != -1) { + if ((error != -1) && (sc->type != MD_VNODE)) { bp->bio_completed = bp->bio_length; g_io_deliver(bp, error); } @@ -940,7 +975,20 @@ mddestroy(sc, td); return (error); } - mdinit(sc); + + /* lets create the disk device */ + sc->disk = disk_alloc(); + sc->disk->d_name = "md"; + sc->disk->d_drv1 = sc; + sc->disk->d_maxsize = DFLTPHYS; + sc->disk->d_sectorsize = sc->secsize; + sc->disk->d_mediasize = (off_t) sc->secsize * sc->nsect; + sc->disk->d_fwsectors = sc->nsect; + sc->disk->d_fwheads = sc->fwheads; + sc->disk->d_unit = sc->unit; + sc->disk->d_strategy = mdstrategy; + sc->disk->d_open = mdopen; + disk_create(sc->disk, DISK_VERSION); return (0); } @@ -982,6 +1030,8 @@ if (sc->uma) uma_zdestroy(sc->uma); + if (sc->disk) + disk_destroy(sc->disk); /* XXX: LOCK(unique unit numbers) */ LIST_REMOVE(sc, list); /* XXX: UNLOCK(unique unit numbers) */ --------------010504020203090401090509-- From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 28 10:25:40 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A4B116A4CE for ; Mon, 28 Jun 2004 10:25:40 +0000 (GMT) Received: from mail.interdata.lt (mx.interdata.lt [212.59.22.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD7C343D1F for ; Mon, 28 Jun 2004 10:25:39 +0000 (GMT) (envelope-from updates@interdata.lt) Received: from 82-135-173-68.dialup.takas.lt (unknown [82.135.173.68]) by mail.interdata.lt (Postfix) with ESMTP id 44953AE571 for ; Mon, 28 Jun 2004 13:23:51 +0300 (EEST) Date: Mon, 28 Jun 2004 13:23:48 +0300 From: INTERDATA X-Mailer: The Bat! (v2.04.7) Business Organization: INTERDATA X-Priority: 3 (Normal) Message-ID: <872219524.20040628132348@interdata.lt> To: freebsd-ia64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: DL590/64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jun 2004 10:25:40 -0000 Hello, Did anybody succeeded booting FreeBSD-5 on Compaq/HP Proliant DL590/64? It has four Intel 460GX CPU's but FreeBSD-5.2.1 kernel just doesn't boot. Is this server supported by FreeBSD? Is it going to be? Or am I doing something wrong? Thanks in advance! Aurimas. From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 28 11:02:35 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B134D16A4CF for ; Mon, 28 Jun 2004 11:02:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9338443D2F for ; Mon, 28 Jun 2004 11:02:35 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SB2CSg003878 for ; Mon, 28 Jun 2004 11:02:12 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5SB2C7G003872 for freebsd-ia64@freebsd.org; Mon, 28 Jun 2004 11:02:12 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 28 Jun 2004 11:02:12 GMT Message-Id: <200406281102.i5SB2C7G003872@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-ia64@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jun 2004 11:02:35 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/11] ia64/66513 ia64 Disklabel Editor doesn't detect foreign p 1 problem total. Non-critical problems From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 28 13:58:44 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC2E616A518; Mon, 28 Jun 2004 13:58:43 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 567FC43D39; Mon, 28 Jun 2004 13:58:43 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i5SDwWiE048353; Mon, 28 Jun 2004 09:58:32 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i5SDwYVu070150; Mon, 28 Jun 2004 09:58:34 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7506D7303F; Mon, 28 Jun 2004 09:58:34 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040628135834.7506D7303F@freebsd-current.sentex.ca> Date: Mon, 28 Jun 2004 09:58:34 -0400 (EDT) Subject: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:58:44 -0000 TB --- 2004-06-28 13:46:03 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-06-28 13:46:03 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2004-06-28 13:46:03 - checking out the source tree TB --- 2004-06-28 13:46:03 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64 TB --- 2004-06-28 13:46:03 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-06-28 13:50:33 - building world (CFLAGS=-O2 -pipe) TB --- 2004-06-28 13:50:33 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-06-28 13:50:33 - /usr/bin/make -B buildworld >>> 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/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_Ticket.c -o asn1_Ticket.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TicketFlags.c -o asn1_TicketFlags.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TransitedEncoding.c -o asn1_TransitedEncoding.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_UNSIGNED.c -o asn1_UNSIGNED.So building shared library libasn1.so.7 cc: Internal error: Bus error (program ld) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. TB --- 2004-06-28 13:58:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-06-28 13:58:34 - ERROR: failed to build world TB --- 2004-06-28 13:58:34 - tinderbox aborted From owner-freebsd-ia64@FreeBSD.ORG Tue Jun 29 00:32:45 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58ACE16A4CE; Tue, 29 Jun 2004 00:32:45 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F3743D2F; Tue, 29 Jun 2004 00:32:45 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i5T0WiHJ021013; Mon, 28 Jun 2004 17:32:44 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i5T0WiOi052111; Mon, 28 Jun 2004 17:32:44 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i5T0WiQq052110; Mon, 28 Jun 2004 17:32:44 -0700 (PDT) (envelope-from marcel) Date: Mon, 28 Jun 2004 17:32:44 -0700 From: Marcel Moolenaar To: John Baldwin Message-ID: <20040629003244.GE51785@dhcp50.pn.xcllnt.net> References: <20040627071931.GA25902@sharma-home.net> <200406272344.53886.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406272344.53886.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i cc: Arun Sharma cc: freebsd-ia64@freebsd.org Subject: Re: Clobbering foreign partitions X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jun 2004 00:32:45 -0000 On Sun, Jun 27, 2004 at 11:44:53PM -0400, John Baldwin wrote: > > > > The attached patch changes the policy on ia64 only and correctly handles > > the above situation. > > > > -Arun > > Looks ok to me. Marcel, do you think you can test this? Of course. It'll wait take some time though... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-freebsd-ia64@FreeBSD.ORG Tue Jun 29 14:40:06 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F1E16A4CF; Tue, 29 Jun 2004 14:40:06 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A574143D2D; Tue, 29 Jun 2004 14:40:04 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smtp3b.sentex.ca (8.12.11/8.12.11) with ESMTP id i5TEe3vP041357; Tue, 29 Jun 2004 10:40:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i5TEe3fj015051; Tue, 29 Jun 2004 10:40:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 563517303F; Tue, 29 Jun 2004 10:40:03 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040629144003.563517303F@freebsd-current.sentex.ca> Date: Tue, 29 Jun 2004 10:40:03 -0400 (EDT) Subject: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 14:40:06 -0000 TB --- 2004-06-29 14:27:29 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-06-29 14:27:29 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2004-06-29 14:27:29 - checking out the source tree TB --- 2004-06-29 14:27:29 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64 TB --- 2004-06-29 14:27:29 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-06-29 14:32:02 - building world (CFLAGS=-O2 -pipe) TB --- 2004-06-29 14:32:02 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-06-29 14:32:02 - /usr/bin/make -B buildworld >>> 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/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_Ticket.c -o asn1_Ticket.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TicketFlags.c -o asn1_TicketFlags.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TransitedEncoding.c -o asn1_TransitedEncoding.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_UNSIGNED.c -o asn1_UNSIGNED.So building shared library libasn1.so.7 cc: Internal error: Bus error (program ld) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. TB --- 2004-06-29 14:40:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-06-29 14:40:03 - ERROR: failed to build world TB --- 2004-06-29 14:40:03 - tinderbox aborted From owner-freebsd-ia64@FreeBSD.ORG Wed Jun 30 14:07:46 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E0C16A53E; Wed, 30 Jun 2004 14:07:45 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5075E43D4C; Wed, 30 Jun 2004 14:07:45 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i5UE7f3H012062; Wed, 30 Jun 2004 10:07:41 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.12.11/8.12.11) with ESMTP id i5UE7gIe067124; Wed, 30 Jun 2004 10:07:42 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id CAA057303F; Wed, 30 Jun 2004 10:07:42 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040630140742.CAA057303F@freebsd-current.sentex.ca> Date: Wed, 30 Jun 2004 10:07:42 -0400 (EDT) Subject: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 14:07:46 -0000 TB --- 2004-06-30 13:55:09 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-06-30 13:55:09 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2004-06-30 13:55:09 - checking out the source tree TB --- 2004-06-30 13:55:09 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64 TB --- 2004-06-30 13:55:09 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-06-30 13:59:41 - building world (CFLAGS=-O2 -pipe) TB --- 2004-06-30 13:59:41 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-06-30 13:59:41 - /usr/bin/make -B buildworld >>> 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/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_Ticket.c -o asn1_Ticket.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TicketFlags.c -o asn1_TicketFlags.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TransitedEncoding.c -o asn1_TransitedEncoding.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_UNSIGNED.c -o asn1_UNSIGNED.So building shared library libasn1.so.7 cc: Internal error: Bus error (program ld) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. TB --- 2004-06-30 14:07:42 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-06-30 14:07:42 - ERROR: failed to build world TB --- 2004-06-30 14:07:42 - tinderbox aborted From owner-freebsd-ia64@FreeBSD.ORG Wed Jun 30 19:18:46 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5309016A4CE for ; Wed, 30 Jun 2004 19:18:46 +0000 (GMT) Received: from mail.interdata.lt (mx.interdata.lt [212.59.22.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6208143D1F for ; Wed, 30 Jun 2004 19:18:45 +0000 (GMT) (envelope-from updates@interdata.lt) Received: from [192.168.1.33] (81-7-70-191.ip.takas.lt [81.7.70.191]) by mail.interdata.lt (Postfix) with ESMTP id 0D909AE2C9 for ; Wed, 30 Jun 2004 22:18:06 +0300 (EEST) Date: Wed, 30 Jun 2004 22:18:00 +0300 From: INTERDATA X-Mailer: The Bat! (v2.04.7) Business Organization: INTERDATA X-Priority: 3 (Normal) Message-ID: <641120074.20040630221800@interdata.lt> To: ia64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: 5.2.1 on DL590/64 (460GX) X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 30 Jun 2004 19:18:46 -0000 Hi, I've got some problems booting FreeBSD 5.2.1. At the end I've attached a full terminal capture. Is this a problem with configuration or current release just does not fully support this box? Could I help developing this? Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.2.1-RELEASE #0: Wed Feb 25 07:09:57 GMT 2004 root@pluto1.freebsd.org:/usr/obj/usr/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0xe0000000051d6000. Preloaded mfs_root "/boot/mfsroot" at 0xe0000000051d60d0. CPU: Merced (799.98-Mhz Itanium) Origin = "GenuineIntel" Revision = 6 Features = 0x0 real memory = 2137833472 (2038 MB) avail memory = 2063196160 (1967 MB) FPSWA Revision = 0x10005, Entry = 0xe00000007f914050 Using ACPI2.0 table at 0xf4f60 acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1208-0x120b on acpi0 acpi_cpu0: on acpi0 acpi_cpu1: on acpi0 device_probe_and_attach: acpi_cpu1 attach returned 6 acpi_cpu1: on acpi0 device_probe_and_attach: acpi_cpu1 attach returned 6 acpi_cpu1: on acpi0 device_probe_and_attach: acpi_cpu1 attach returned 6 acpi_lid0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 6.0 (no driver attached) pci0: at device 7.0 (no driver attached) atapci0: port 0x1000-0x100f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] uhci0: port 0x2400-0x241f irq 49 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 7.3 (no driver attached) pci0: at device 8.0 (no driver attached) pci0: at device 9.0 (no driver attached) pci0: at device 10.0 (no driver attached) pci0: at device 16.0 (no driver attached) pcib1: on acpi0 pci5: on pcib1 pcib2: at device 1.0 on pci5 pcib2: could not get PCI interrupt routing table for \_SB_.PCI1.S2F0 - AE_NOT_FOUND pci6: on pcib2 fxp0: port 0x5000-0x503f mem 0xc0700000-0xc07fffff,0xc0601000-0xc0601fff irq 11 at device 4.0 on pci6 fxp0: Ethernet address 00:02:a5:5c:57:d8 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: port 0x5040-0x507f mem 0xc0900000-0xc09fffff,0xc0801000-0xc0801fff irq 11 at device 5.0 on pci6 fxp1: Ethernet address 00:02:a5:5c:57:d9 miibus1: on fxp1 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci5: at device 15.0 (no driver attached) pcib3: on acpi0 pci13: on pcib3 pci13: at device 15.0 (no driver attached) pcib4: on acpi0 pci17: on pcib4 pci17: at device 15.0 (no driver attached) pcib5: on acpi0 pci21: on pcib5 pci21: at device 15.0 (no driver attached) pcib6: on acpi0 pci25: on pcib6 ida0: port 0xc000-0xc0ff mem 0x83000000-0x83ffffff,0x81000000-0x81ffffff irq 110 at device 8.0 on pci25 fatal kernel trap (cpu 0): trap vector = 0x14 (Page Not Present) cr.iip = 0xe000000004262230 cr.ipsr = 0x1210080a2010 (mfl,ic,dt,dfh,rt,cpl=0,it,ri=1,bn) cr.isr = 0x20400000000 (code=0,vector=0,r,ei=1) cr.ifa = 0xa00000013505810c curthread = 0xe0000000048fbc50 pid = 0, comm = swapper Stopped at ida_wait+0x151: [M1] ld8 r14=[r14] db> From owner-freebsd-ia64@FreeBSD.ORG Thu Jul 1 08:09:08 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E868C16A4CE for ; Thu, 1 Jul 2004 08:09:08 +0000 (GMT) Received: from istanbul.enderunix.org (freefall.marmara.edu.tr [193.140.143.23]) by mx1.FreeBSD.org (Postfix) with SMTP id CF79343D55 for ; Thu, 1 Jul 2004 08:09:07 +0000 (GMT) (envelope-from ofsen@enderunix.org) Received: (qmail 75263 invoked by uid 89); 1 Jul 2004 08:07:34 -0000 Message-ID: <20040701080734.75260.qmail@istanbul.enderunix.org> From: Omer Faruk Sen To: freebsd-ia64@freebsd.org Date: Thu, 01 Jul 2004 11:07:34 +0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: rx6000 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 01 Jul 2004 08:09:09 -0000 I had the chance of using a hp rx2600. Hp-UX is installed on this machine I want to ask if I can make this machine multiboot (just like in ia32) since I can't delete Hp-UX on this machine. I have one spare harddisk on this machine that I can FreeBSD on. PS: By the way I have read from mailing list that (http://lists.freebsd.org/pipermail/freebsd-ia64/2004-June/000499.html) there is an EFI partition. What is EFI anyway? Or is there an installation guide for FreeBSD on ia64 archs? By the way on that mail EFI is not created hope that doesn't happen to me too .... REGARDS. ----------------------- Omer Faruk Sen http://www.EnderUNIX.ORG Software Development Team @ Turkey http://www.Faruk.NET For Public key: http://www.enderunix.org/ofsen/ofsen.asc ******************************************************** First Turkish FreeBSD book is out! Go check it. Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti. http://www.acikkod.com/freebsd.php From owner-freebsd-ia64@FreeBSD.ORG Thu Jul 1 13:34:27 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2BF816A4CE; Thu, 1 Jul 2004 13:34:27 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFF443D31; Thu, 1 Jul 2004 13:34:27 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smtp3b.sentex.ca (8.12.11/8.12.11) with ESMTP id i61DXtid040078; Thu, 1 Jul 2004 09:33:55 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i61DXt3E045287; Thu, 1 Jul 2004 09:33:55 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3E54A7303F; Thu, 1 Jul 2004 09:33:55 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040701133355.3E54A7303F@freebsd-current.sentex.ca> Date: Thu, 1 Jul 2004 09:33:55 -0400 (EDT) Subject: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 13:34:28 -0000 TB --- 2004-07-01 13:21:20 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-07-01 13:21:20 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2004-07-01 13:21:20 - checking out the source tree TB --- 2004-07-01 13:21:20 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64 TB --- 2004-07-01 13:21:20 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-07-01 13:25:55 - building world (CFLAGS=-O2 -pipe) TB --- 2004-07-01 13:25:55 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-07-01 13:25:55 - /usr/bin/make -B buildworld >>> 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/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_Ticket.c -o asn1_Ticket.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TicketFlags.c -o asn1_TicketFlags.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TransitedEncoding.c -o asn1_TransitedEncoding.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_UNSIGNED.c -o asn1_UNSIGNED.So building shared library libasn1.so.7 cc: Internal error: Bus error (program ld) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. TB --- 2004-07-01 13:33:55 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-07-01 13:33:55 - ERROR: failed to build world TB --- 2004-07-01 13:33:55 - tinderbox aborted From owner-freebsd-ia64@FreeBSD.ORG Thu Jul 1 20:28:01 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDCC816A4CE for ; Thu, 1 Jul 2004 20:28:01 +0000 (GMT) Received: from caduceus.sc.intel.com (fmr04.intel.com [143.183.121.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B851443D46 for ; Thu, 1 Jul 2004 20:27:59 +0000 (GMT) (envelope-from arun.sharma@intel.com) Received: from talaria.sc.intel.com (talaria.sc.intel.com [10.3.253.5]) major-outer.mc,v 1.15 2004/01/30 18:16:28 root Exp $) with ESMTP id i61KSqrA003936; Thu, 1 Jul 2004 20:28:52 GMT Received: from [143.183.130.155] (adsharma-desk.amr.corp.intel.com [143.183.130.155]) major-inner.mc,v 1.10 2004/03/01 19:21:36 root Exp $) with ESMTP id i61KS0XD003403; Thu, 1 Jul 2004 20:28:01 GMT Message-ID: <40E47385.7040407@intel.com> Date: Thu, 01 Jul 2004 13:26:45 -0700 From: Arun Sharma User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Omer Faruk Sen References: <20040701080734.75260.qmail@istanbul.enderunix.org> In-Reply-To: <20040701080734.75260.qmail@istanbul.enderunix.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.31 (www . roaringpenguin . com / mimedefang) cc: freebsd-ia64@freebsd.org Subject: Re: rx6000 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 01 Jul 2004 20:28:02 -0000 On 7/1/2004 1:07 AM, Omer Faruk Sen wrote: > PS: By the way I have read from mailing list that > (http://lists.freebsd.org/pipermail/freebsd-ia64/2004-June/000499.html) > there is an EFI partition. What is EFI anyway? Or is there an > installation guide for FreeBSD on ia64 archs? By the way on that mail > EFI is not created hope that doesn't happen to me too .... EFI = extensible firmware interface. http://www.intel.com/technology/efi/ I'd suggest putting FreeBSD on a separate disk for now until all the issues with multiboot are fixed. -Arun From owner-freebsd-ia64@FreeBSD.ORG Fri Jul 2 14:02:20 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B5A16A4CE; Fri, 2 Jul 2004 14:02:19 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 886FC43D1F; Fri, 2 Jul 2004 14:02:19 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smtp3b.sentex.ca (8.12.11/8.12.11) with ESMTP id i62E0hsr034566; Fri, 2 Jul 2004 10:00:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i62E0hmP054620; Fri, 2 Jul 2004 10:00:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 590897303F; Fri, 2 Jul 2004 10:00:43 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040702140043.590897303F@freebsd-current.sentex.ca> Date: Fri, 2 Jul 2004 10:00:43 -0400 (EDT) Subject: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 14:02:20 -0000 TB --- 2004-07-02 13:48:08 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-07-02 13:48:08 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2004-07-02 13:48:08 - checking out the source tree TB --- 2004-07-02 13:48:08 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64 TB --- 2004-07-02 13:48:08 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-07-02 13:52:43 - building world (CFLAGS=-O2 -pipe) TB --- 2004-07-02 13:52:43 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-07-02 13:52:43 - /usr/bin/make -B buildworld >>> 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/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_Ticket.c -o asn1_Ticket.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TicketFlags.c -o asn1_TicketFlags.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TransitedEncoding.c -o asn1_TransitedEncoding.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_UNSIGNED.c -o asn1_UNSIGNED.So building shared library libasn1.so.7 cc: Internal error: Bus error (program ld) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. TB --- 2004-07-02 14:00:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-07-02 14:00:43 - ERROR: failed to build world TB --- 2004-07-02 14:00:43 - tinderbox aborted From owner-freebsd-ia64@FreeBSD.ORG Fri Jul 2 23:08:07 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EBDA16A4CE for ; Fri, 2 Jul 2004 23:08:07 +0000 (GMT) Received: from hermes.sc.intel.com (fmr03.intel.com [143.183.121.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3FF843D2D for ; Fri, 2 Jul 2004 23:08:06 +0000 (GMT) (envelope-from arun.sharma@intel.com) Received: from talaria.sc.intel.com (talaria.sc.intel.com [10.3.253.5]) 1.15 2004/01/30 18:16:28 root Exp $) with ESMTP id i62N9IIZ007979; Fri, 2 Jul 2004 23:09:18 GMT Received: from [143.183.130.155] (adsharma-desk.amr.corp.intel.com [143.183.130.155]) major-inner.mc,v 1.10 2004/03/01 19:21:36 root Exp $) with ESMTP id i62N9Lsp017562; Fri, 2 Jul 2004 23:09:22 GMT Message-ID: <40E5EAD5.6060405@intel.com> Date: Fri, 02 Jul 2004 16:08:05 -0700 From: Arun Sharma User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dietmar.hahn@fujitsu-siemens.com References: <200406181402.32212.dietmar.hahn@fujitsu-siemens.com> In-Reply-To: <200406181402.32212.dietmar.hahn@fujitsu-siemens.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.31 (www . roaringpenguin . com / mimedefang) cc: freebsd-ia64@freebsd.org Subject: Re: SMP on 5.2-20040531-SNAP-ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 02 Jul 2004 23:08:07 -0000 On 6/18/2004 5:02 AM, Dietmar Hahn wrote: > result = ia64_sal_entry(SAL_SET_VECTORS, > SAL_OS_BOOT_RENDEZ, > ia64_tpa(FDESC_FUNC(os_boot_rendez)), > ia64_tpa(FDESC_GP(os_boot_rendez)), > 0, 0, 0, 0); This expands to: tpa r62 = r62 And I found that the value of r62 was 0x000004248200800a, which causes the machine to reset. I suspect that the compiler allocates a temporary structure and statically intializes it. If the kernel linker didn't relocate it properly, it might result in bogus values such as the above. I did verify that the above value of r62 is infact a part of the kernel binary (so it's not due to register corruption). struct ia64_fdesc { u_int64_t func; u_int64_t gp; }; e000000004058100 0a800082 24040000 00600000 00000400 ....$....`...... Sorry, I need to leave for a vacation now, but this looks like a linker/relocation issue to me. -Arun From owner-freebsd-ia64@FreeBSD.ORG Fri Jul 2 23:19:30 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D032016A4CE for ; Fri, 2 Jul 2004 23:19:30 +0000 (GMT) Received: from hermes.sc.intel.com (fmr03.intel.com [143.183.121.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF90D43D5C for ; Fri, 2 Jul 2004 23:19:30 +0000 (GMT) (envelope-from arun.sharma@intel.com) Received: from talaria.sc.intel.com (talaria.sc.intel.com [10.3.253.5]) 1.15 2004/01/30 18:16:28 root Exp $) with ESMTP id i62NKgIZ012219 for ; Fri, 2 Jul 2004 23:20:42 GMT Received: from [143.183.130.155] (adsharma-desk.amr.corp.intel.com [143.183.130.155]) major-inner.mc,v 1.10 2004/03/01 19:21:36 root Exp $) with ESMTP id i62NKjsp020902 for ; Fri, 2 Jul 2004 23:20:46 GMT Message-ID: <40E5ED81.4070208@intel.com> Date: Fri, 02 Jul 2004 16:19:29 -0700 From: Arun Sharma User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ia64@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.31 (www . roaringpenguin . com / mimedefang) Subject: TR usage in the kernel X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 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, 02 Jul 2004 23:19:30 -0000 Currently, loader.efi and the kernel seem to be using 256MB TRs to map both text and data from: 0xe000000000000000 - 0xe000000000000000+256MB This is problematic for two reasons: 1. Attribute aliasing (cacheable and uncacheable memory being mapped by the same TLB entry) 2. Since it starts mapping at low memory (physical address 0), the likelyhood of running into (1) is high. The safe TR size can be determined only after parsing the EFI map. Might be safer to use a small TR in the absence of this information. Also, avoiding low memory may be a good idea. -Arun From owner-freebsd-ia64@FreeBSD.ORG Sat Jul 3 13:12:10 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D027516A4CE; Sat, 3 Jul 2004 13:12:10 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6420B43D41; Sat, 3 Jul 2004 13:12:10 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i63DC8Qi018915; Sat, 3 Jul 2004 09:12:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i63DCAaE082728; Sat, 3 Jul 2004 09:12:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A0F807303F; Sat, 3 Jul 2004 09:12:09 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040703131209.A0F807303F@freebsd-current.sentex.ca> Date: Sat, 3 Jul 2004 09:12:09 -0400 (EDT) Subject: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 13:12:11 -0000 TB --- 2004-07-03 12:59:17 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-07-03 12:59:17 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2004-07-03 12:59:17 - checking out the source tree TB --- 2004-07-03 12:59:17 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64 TB --- 2004-07-03 12:59:17 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-07-03 13:04:04 - building world (CFLAGS=-O2 -pipe) TB --- 2004-07-03 13:04:04 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-07-03 13:04:04 - /usr/bin/make -B buildworld >>> 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/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_Ticket.c -o asn1_Ticket.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TicketFlags.c -o asn1_TicketFlags.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_TransitedEncoding.c -o asn1_TransitedEncoding.So cc -fpic -DPIC -O2 -pipe -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1/../../include -DINET6 -c asn1_UNSIGNED.c -o asn1_UNSIGNED.So building shared library libasn1.so.7 cc: Internal error: Bus error (program ld) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /tinderbox/CURRENT/ia64/ia64/src. TB --- 2004-07-03 13:12:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-07-03 13:12:09 - ERROR: failed to build world TB --- 2004-07-03 13:12:09 - tinderbox aborted