From owner-freebsd-sparc64@FreeBSD.ORG Sun Jun 20 14:35:52 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0752C16A4CE for ; Sun, 20 Jun 2004 14:35:52 +0000 (GMT) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A2243D49 for ; Sun, 20 Jun 2004 14:35:51 +0000 (GMT) (envelope-from will@csociety.org) Received: by sirius.firepipe.net (Postfix, from userid 1000) id CA93617A8D; Sun, 20 Jun 2004 09:35:44 -0500 (EST) Date: Sun, 20 Jun 2004 09:35:44 -0500 From: Will Andrews To: sparc64@freebsd.org Message-ID: <20040620143544.GF7956@sirius.firepipe.net> Mail-Followup-To: sparc64@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lc9FT7cWel8HagAv" Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: call doadump doesn't work? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 14:35:52 -0000 --lc9FT7cWel8HagAv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I am trying to fix the ti(4) driver for sparc64 (among others). But while probing the NIC, the kernel panics, and I am unable to get a dump: [...] ti0: mem 0x3004000-0x3007fff at= device 1.0 on pci1 ti0: unsupported chip revision ti0: chip initialization failed panic: trap: fast data access mmu miss cpuid =3D 0;=20 Debugger("panic") Stopped at Debugger+0x1c: ta %xcc, 1 db> call doadump Dumping 640 MB (2 chunks) And it stays there. I left this running overnight. I must be missing something... isn't doadump() supposed to work on sparc64 (there's a src/sys/sparc64/sparc64/dump_machdep:dumpsys())? This is with dumpdev=3D"/dev/ad0b" and dumpdir=3D"/usr/crash" in rc.conf. TIA. Regards, --=20 wca --lc9FT7cWel8HagAv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA1aDAF47idPgWcsURAqWyAJ91EvlOKEU1EltU1obxkn8r0iXk5gCeNPuA hwdPbnKCZ1lfHvTOpHqwc4g= =BisB -----END PGP SIGNATURE----- --lc9FT7cWel8HagAv-- From owner-freebsd-sparc64@FreeBSD.ORG Sun Jun 20 17:40:00 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46C7616A4CE for ; Sun, 20 Jun 2004 17:40:00 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D5CD43D41 for ; Sun, 20 Jun 2004 17:39:59 +0000 (GMT) (envelope-from tmoestl@gmx.net) Received: (qmail 6966 invoked by uid 65534); 20 Jun 2004 17:39:58 -0000 Received: from p50906F4F.dip.t-dialin.net (EHLO timesink.dyndns.org) (80.144.111.79) by mail.gmx.net (mp018) with SMTP; 20 Jun 2004 19:39:58 +0200 X-Authenticated: #5374206 Received: by abel (Postfix, from userid 1001) id 2195C6E8; Sun, 20 Jun 2004 19:40:09 +0200 (CEST) Date: Sun, 20 Jun 2004 19:40:09 +0200 From: Thomas Moestl To: Garance A Drosehn Message-ID: <20040620174009.GA3148@timesink.dyndns.org> References: <20040616161217.GA57659@dragon.nuxi.com> <97880ae0406191546208772a8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <97880ae0406191546208772a8@mail.gmail.com> User-Agent: Mutt/1.5.6i cc: freebsd-sparc64@freebsd.org Subject: Re: ** HEADS UP ** DO NOT UPDATE and 'make world' YOUR SPARCS X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 17:40:00 -0000 On Sat, 2004/06/19 at 18:46:41 -0400, Garance A Drosehn wrote: > On Wed, 16 Jun 2004, David O'Brien wrote: > > > > I've hit an issue that I suspect can render your machine useless if you > > install a new binutils. > > > > I suggest not installing a new userland world until you see the "ALL > > CLEAR". > > So, is it safe to do a new buildworld/installworld after the fixes > that were recently committed by Thomas? With -CURRENT as of the time of writing, that should work fine. > I "rushed" (*) a sparc64 buildworld together as soon as I saw that > commit, but the new kernel panic'ed when I tried to boot into it. > So, I didn't even get far enough to install the new userland. > That panic might have been an error on my part, but I thought I would > ask before making another attempt. Since Jun 17, there was a problem that would cause a panic at the time the root file system was to be mounted; I just fixed that (src/sys/kern/vfs_mount.c r1.129). Maybe that was what you saw? - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ "It's not denial. I'm just selective about the reality I accept." -- Calvin and Hobbes From owner-freebsd-sparc64@FreeBSD.ORG Sun Jun 20 19:50:27 2004 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 595AB16A4CE for ; Sun, 20 Jun 2004 19:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E17843D41 for ; Sun, 20 Jun 2004 19:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5KJoR7G066065 for ; Sun, 20 Jun 2004 19:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5KJoR5T066064; Sun, 20 Jun 2004 19:50:27 GMT (envelope-from gnats) Resent-Date: Sun, 20 Jun 2004 19:50:27 GMT Resent-Message-Id: <200406201950.i5KJoR5T066064@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-sparc64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koop Mast Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46DD816A4CE for ; Sun, 20 Jun 2004 19:50:24 +0000 (GMT) Received: from prisma.rainbow-runner.nl (c7057.upc-c.chello.nl [212.187.7.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDFB843D5D for ; Sun, 20 Jun 2004 19:50:23 +0000 (GMT) (envelope-from kwm@rainbow-runner.nl) Received: by prisma.rainbow-runner.nl (Postfix, from userid 1001) id 49A352102; Sun, 20 Jun 2004 21:49:31 +0200 (CEST) Message-Id: <20040620194931.49A352102@prisma.rainbow-runner.nl> Date: Sun, 20 Jun 2004 21:49:31 +0200 (CEST) From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: sparc64/68155: Fix sparc64 kernel build when esp is included X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Koop Mast List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 19:50:27 -0000 >Number: 68155 >Category: sparc64 >Synopsis: Fix sparc64 kernel build when esp is included >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-sparc64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 20 19:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD prisma.rainbow-runner.nl 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #27: Wed Jun 9 11:46:29 CEST 2004 root@prisma.rainbow-runner.nl:/usr/obj/usr/src/sys/UnderTheRainbow i386 >Description: Fix the kernel build on sparc64 by including the missing sys/module.h. I'n not sure about the DRIVER_MODULE part, but my ultra 2 builds and runs happily with this patch. >How-To-Repeat: Build an sparc kernel with the esp driver. /usr/src/sys/dev/esp/esp_sbus.c:137: error: syntax error before "esp_sbus_mod" /usr/src/sys/dev/esp/esp_sbus.c:137: warning: type defaults to `int' in declaration of `esp_sbus_mod' /usr/src/sys/dev/esp/esp_sbus.c:137: warning: initialization makes integer from pointer without a cast /usr/src/sys/dev/esp/esp_sbus.c:137: error: initializer element is not computable at load time /usr/src/sys/dev/esp/esp_sbus.c:137: error: (near initialization for `esp_sbus_mod') /usr/src/sys/dev/esp/esp_sbus.c:137: warning: excess elements in scalar initializer /usr/src/sys/dev/esp/esp_sbus.c:137: warning: (near initialization for `esp_sbus_mod') /usr/src/sys/dev/esp/esp_sbus.c:137: warning: excess elements in scalar initializer /usr/src/sys/dev/esp/esp_sbus.c:137: warning: (near initialization for `esp_sbus_mod') /usr/src/sys/dev/esp/esp_sbus.c:137: warning: data definition has no type or storage class /usr/src/sys/dev/esp/esp_sbus.c:137: warning: type defaults to `int' in declaration of `DECLARE_MODULE' /usr/src/sys/dev/esp/esp_sbus.c:137: warning: parameter names (without types) in function declaration /usr/src/sys/dev/esp/esp_sbus.c:137: warning: data definition has no type or storage class >Fix: --- esp_sbus.c.diff begins here --- --- sys/dev/esp/esp_sbus.c.orig Sat Jun 12 05:23:37 2004 +++ sys/dev/esp/esp_sbus.c Sun Jun 20 12:22:16 2004 @@ -71,6 +71,7 @@ #include #include #include +#include #include #include #include @@ -134,7 +135,7 @@ }; static devclass_t esp_devclass; -DRIVER_MODULE(esp, sbus, esp_sbus_driver, esp_devclass, 0, 0); +DRIVER_MODULE(envctrl, sbus, esp_sbus_driver, esp_devclass, 0, 0); /* * Functions and the switch for the MI code. --- esp_sbus.c.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-sparc64@FreeBSD.ORG Mon Jun 21 01:13:55 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E095516A4CF for ; Mon, 21 Jun 2004 01:13:55 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with SMTP id 7AF3E43D46 for ; Mon, 21 Jun 2004 01:13:55 +0000 (GMT) (envelope-from drosihn@gmail.com) Received: by mproxy.gmail.com with SMTP id 55so203299rni for ; Sun, 20 Jun 2004 18:13:54 -0700 (PDT) Received: by 10.38.207.45 with SMTP id e45mr14190rng; Sun, 20 Jun 2004 18:13:54 -0700 (PDT) Message-ID: <97880ae04062018135b91536c@mail.gmail.com> Date: Sun, 20 Jun 2004 21:13:54 -0400 From: Garance A Drosehn To: Thomas Moestl In-Reply-To: <20040620174009.GA3148@timesink.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040616161217.GA57659@dragon.nuxi.com> <97880ae0406191546208772a8@mail.gmail.com> <20040620174009.GA3148@timesink.dyndns.org> cc: freebsd-sparc64@freebsd.org Subject: Re: ** HEADS UP ** DO NOT UPDATE and 'make world' YOUR SPARCS X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 01:13:56 -0000 On Sun, 20 Jun 2004 19:40:09 +0200, Thomas Moestl wrote: > > Since Jun 17, there was a problem that would cause a panic at the time > the root file system was to be mounted; I just fixed that > (src/sys/kern/vfs_mount.c r1.129). Maybe that was what you saw? It probably was. I do think it was at the point it should have been mounting the root file system. So I re-did a cvsup/buildworld/buildkernel sequence, but it died with the same error that Koop Mast reported as sparc64/68155. -- Garance Alistair Drosehn Senior Systems Programmer From owner-freebsd-sparc64@FreeBSD.ORG Mon Jun 21 07:45:07 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A04B16A4CE for ; Mon, 21 Jun 2004 07:45:07 +0000 (GMT) Received: from tts.orel.ru (tts.orel.ru [213.59.64.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9BE43D31 for ; Mon, 21 Jun 2004 07:45:05 +0000 (GMT) (envelope-from bel@orel.ru) Received: from orel.ru (lg.orel.ru [62.33.11.59]) by tts.orel.ru (8.12.10/8.12.10/bel) with ESMTP id i5L7iW4h002006; Mon, 21 Jun 2004 11:44:34 +0400 Message-ID: <40D691E1.6040505@orel.ru> Date: Mon, 21 Jun 2004 11:44:33 +0400 From: Andrew Belashov Organization: ORIS User-Agent: Mozilla/5.0 (X11; U; FreeBSD sparc64; en-US; rv:1.6) Gecko/20040427 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20040618004607.GB6459@xor.obsecurity.org> In-Reply-To: <20040618004607.GB6459@xor.obsecurity.org> X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Zombi-Check: on netra2.orel.ru cc: sparc64@freebsd.org Subject: Re: panic: ipi_send: couldn't send ipi X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 07:45:07 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, Kris! Kris Kennaway wrote: | I got this on a dual ultra 60 running -CURRENT that I'm using for | package builds: | | panic: ipi_send: couldn't send ipi | cpuid = 0; | Debugger("panic") | Stopped at Debugger+0x1c: ta %xcc, 1 | db> trace | panic() at panic+0x170 | cpu_ipi_send() at cpu_ipi_send+0xb8 | cpu_ipi_selected() at cpu_ipi_selected+0x38 | tlb_page_demap() at tlb_page_demap+0x158 | vm_page_zero_idle() at vm_page_zero_idle+0x78 | vm_pagezero() at vm_pagezero+0xc0 | fork_exit() at fork_exit+0x9c | fork_trampoline() at fork_trampoline+0x8 | db> call dumpsys | panic: trap: fast data access mmu miss | cpuid = 0; | Debugger("panic") | | Any ideas? See PR sparc64/66314: Possible workaround: increase IPI_RETRIES in sparc64/include/smp.h: - --- ipi_send.patch begins here --- - --- sparc64/include/smp.h.orig Tue Apr 8 10:35:08 2003 +++ sparc64/include/smp.h Thu May 6 08:24:22 2004 @@ -45,7 +45,7 @@ ~ #define IPI_RENDEZVOUS PIL_RENDEZVOUS ~ #define IPI_STOP PIL_STOP - -#define IPI_RETRIES 100 +#define IPI_RETRIES 1000000 ~ struct cpu_start_args { ~ u_int csa_count; - --- ipi_send.patch ends here --- - -- With best regards, Andrew Belashov. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFA1pHewF8YpH80o/IRAuYEAJ9Mwbs/yTKLKG/Jk/K6ePS1cz4MfwCdF7ky MqJQfLjXkAOgzZWbnMOY/cY= =8Yi7 -----END PGP SIGNATURE----- From owner-freebsd-sparc64@FreeBSD.ORG Mon Jun 21 11:02:09 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5436D16A4DD for ; Mon, 21 Jun 2004 11:02:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D85443D5C for ; Mon, 21 Jun 2004 11:02:09 +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 i5LB1x10064700 for ; Mon, 21 Jun 2004 11:01:59 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5LB1x17064694 for freebsd-sparc64@freebsd.org; Mon, 21 Jun 2004 11:01:59 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 21 Jun 2004 11:01:59 GMT Message-Id: <200406211101.i5LB1x17064694@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 11:02:09 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/12/16] sparc64/60300sparc64 Constant kernel messages: calcru: negativ o [2004/02/21] sparc64/63161sparc64 system panics when writing to an NFS moun 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/06/24] sparc64/53670sparc64 pthreads implementation on 5.1-Release sp o [2004/01/29] sparc64/62053sparc64 Using bridging on 5.2 Sparc64 causes imme o [2004/06/20] sparc64/68155sparc64 Fix sparc64 kernel build when esp is incl 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2003/10/11] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di o [2004/05/06] sparc64/66314sparc64 SMP kernel panic: ipi_send: couldn't send 2 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Mon Jun 21 13:51:46 2004 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC8A16A4CF; Mon, 21 Jun 2004 13:51:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981D543D4C; Mon, 21 Jun 2004 13:51:46 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) i5LDpdQD088107; Mon, 21 Jun 2004 13:51:39 GMT (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5LDpdFL088103; Mon, 21 Jun 2004 13:51:39 GMT (envelope-from scottl) Date: Mon, 21 Jun 2004 13:51:39 GMT From: Scott Long Message-Id: <200406211351.i5LDpdFL088103@freefall.freebsd.org> To: kwm@rainbow-runner.nl, scottl@FreeBSD.org, freebsd-sparc64@FreeBSD.org Subject: Re: sparc64/68155: Fix sparc64 kernel build when esp is included X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 13:51:46 -0000 Synopsis: Fix sparc64 kernel build when esp is included State-Changed-From-To: open->closed State-Changed-By: scottl State-Changed-When: Mon Jun 21 13:48:18 GMT 2004 State-Changed-Why: Added module.h. Changes inside the DRIVER_MODULE line are not needed. http://www.freebsd.org/cgi/query-pr.cgi?pr=68155 From owner-freebsd-sparc64@FreeBSD.ORG Mon Jun 21 23:14:50 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90E9516A4CE; Mon, 21 Jun 2004 23:14:50 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACCE43D2F; Mon, 21 Jun 2004 23:14:50 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i5LNElkg012462; Mon, 21 Jun 2004 16:14:47 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5LNElDm012461; Mon, 21 Jun 2004 16:14:47 -0700 (PDT) (envelope-from obrien) Date: Mon, 21 Jun 2004 16:14:46 -0700 From: "David O'Brien" To: Garance A Drosehn Message-ID: <20040621231446.GA12360@dragon.nuxi.com> References: <20040616161217.GA57659@dragon.nuxi.com> <97880ae0406191546208772a8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <97880ae0406191546208772a8@mail.gmail.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Thomas Moestl cc: freebsd-sparc64@freebsd.org Subject: Re: ** HEADS UP ** DO NOT UPDATE and 'make world' YOUR SPARCS X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 23:14:50 -0000 On Sat, Jun 19, 2004 at 06:46:41PM -0400, Garance A Drosehn wrote: > On Wed, 16 Jun 2004, David O'Brien wrote: > > > > I've hit an issue that I suspect can render your machine useless if you > > install a new binutils. > > > > I suggest not installing a new userland world until you see the "ALL > > CLEAR". > > So, is it safe to do a new buildworld/installworld after the fixes > that were recently committed by Thomas? It was safe to do a new buildworld/installworld after I committed the patch to work around the issue on 2004-06-19. Thomas's commit did not change the state of "safeness", but allowed me to later remove the work around. > I "rushed" (*) a sparc64 > buildworld together as soon as I saw that commit, but the new kernel > panic'ed when I tried to boot into it. So, I didn't even get far > enough to install the new userland. This is not a problem I saw with the unpatched Binutils. You probably have another bug causing the panic. -- -- David (obrien@FreeBSD.org) From owner-freebsd-sparc64@FreeBSD.ORG Tue Jun 22 16:00:10 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C779E16A576; Tue, 22 Jun 2004 16:00:10 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7303243D54; Tue, 22 Jun 2004 16:00:10 +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 i5MFxqc9014851; Tue, 22 Jun 2004 11:59:52 -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 i5MFxqQg089564; Tue, 22 Jun 2004 11:59:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 35AC27306D; Tue, 22 Jun 2004 11:59:52 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040622155952.35AC27306D@freebsd-current.sentex.ca> Date: Tue, 22 Jun 2004 11:59:52 -0400 (EDT) Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 16:00:11 -0000 TB --- 2004-06-22 15:10:46 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-06-22 15:10:46 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2004-06-22 15:10:46 - checking out the source tree TB --- 2004-06-22 15:10:46 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64 TB --- 2004-06-22 15:10:46 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-06-22 15:13:08 - building world (CFLAGS=-O2 -pipe) TB --- 2004-06-22 15:13:08 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-06-22 15:13:08 - /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 >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/exclude.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/full-write.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/getdate.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/getline.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/getstr.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/hash.c {standard input}: Assembler messages: {standard input}:1283: Error: Illegal operands *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2004-06-22 15:59:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-06-22 15:59:52 - ERROR: failed to build world TB --- 2004-06-22 15:59:52 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Wed Jun 23 15:31:12 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA69216A4CE; Wed, 23 Jun 2004 15:31:11 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A99A43D2F; Wed, 23 Jun 2004 15:31:11 +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 i5NFV8jD041936; Wed, 23 Jun 2004 11:31:08 -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 i5NFVAuk066158; Wed, 23 Jun 2004 11:31:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id BB9257306D; Wed, 23 Jun 2004 11:31:09 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040623153109.BB9257306D@freebsd-current.sentex.ca> Date: Wed, 23 Jun 2004 11:31:09 -0400 (EDT) Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 15:31:12 -0000 TB --- 2004-06-23 15:28:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-06-23 15:28:10 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2004-06-23 15:28:10 - checking out the source tree TB --- 2004-06-23 15:28:10 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64 TB --- 2004-06-23 15:28:10 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-06-23 15:31:01 - building world (CFLAGS=-O2 -pipe) TB --- 2004-06-23 15:31:01 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-06-23 15:31:01 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools [...] sed -e "s;@TMAC_AN_PREFIX@;;g" -e "s;@TMAC_S_PREFIX@;;g" -e "s;@PNMTOPS_NOSETPAGE@;pnmtops;g" /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tmac/an.tmac > an.tmac-s sed -e "s;@TMAC_AN_PREFIX@;;g" -e "s;@TMAC_S_PREFIX@;;g" -e "s;@PNMTOPS_NOSETPAGE@;pnmtops;g" /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tmac/man.tmac > man.tmac-s sed -e "s;@TMAC_AN_PREFIX@;;g" -e "s;@TMAC_S_PREFIX@;;g" -e "s;@PNMTOPS_NOSETPAGE@;pnmtops;g" /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tmac/s.tmac > s.tmac-s sed -e "s;@TMAC_AN_PREFIX@;;g" -e "s;@TMAC_S_PREFIX@;;g" -e "s;@PNMTOPS_NOSETPAGE@;pnmtops;g" /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tmac/ms.tmac > ms.tmac-s sed -e "s;@TMAC_AN_PREFIX@;;g" -e "s;@TMAC_S_PREFIX@;;g" -e "s;@PNMTOPS_NOSETPAGE@;pnmtops;g" /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tmac/www.tmac > www.tmac-s cd /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tmac; sh /tinderbox/CURRENT/sparc64/sparc64/src/tools/install.sh -o root -g wheel -m 444 mandoc.tmac andoc.tmac an-old.tmac me.tmac mdoc.tmac pic.tmac a4.tmac papersize.tmac ec.tmac safer.tmac trace.tmac ps.tmac psold.tmac pspic.tmac psatk.tmac dvi.tmac tty.tmac tty-char.tmac latin1.tmac latin2.tmac latin9.tmac cp1047.tmac X.tmac Xps.tmac lj4.tmac lbp.tmac html.tmac html-end.tmac europs.tmac composite.tmac eqnrc troffrc troffrc-end hyphen.us hyphenex.us /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/i386/legacy/usr/share/tmac cd /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/groff/tmac; sh /tinderbox/CURRENT/sparc64/sparc64/src/tools/install.sh -o root -g wheel -m 444 koi8-r.tmac hyphen.ru /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/i386/legacy/usr/share/tmac /libexec/ld-elf.so.1: Cannot open "/lib/libedit.so.4" *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/groff/tmac. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2004-06-23 15:31:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-06-23 15:31:09 - ERROR: failed to build world TB --- 2004-06-23 15:31:09 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Wed Jun 23 20:56:58 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E91316A4CF for ; Wed, 23 Jun 2004 20:56:58 +0000 (GMT) Received: from itapoa.terra.com.br (itapoa.terra.com.br [200.154.55.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C6D43D53 for ; Wed, 23 Jun 2004 20:56:57 +0000 (GMT) (envelope-from bernardo.freitas@terra.com.br) Received: from merida.terra.com.br (merida.terra.com.br [200.154.55.132]) by itapoa.terra.com.br (Postfix) with ESMTP id D1135DD4BED for ; Wed, 23 Jun 2004 17:56:18 -0300 (BRT) Received: from terra.com.br (arequipa.terra.com.br [200.176.3.183]) (authenticated user bernardo.freitas) by merida.terra.com.br (Postfix) with ESMTP id BE1173C091 for ; Wed, 23 Jun 2004 17:56:18 -0300 (BRT) Date: Wed, 23 Jun 2004 17:56:18 -0300 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 From: "bernardo.freitas" To: "freebsd-sparc" X-XaM3-API-Version: 4.1 (B44) X-type: 0 X-SenderIP: 200.222.48.42 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: The gnu license X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 20:56:58 -0000 Hi guys...it is me Bernardo EX-Mandrake haker brazil 1998...number 88 i need the license to de free bsd to eliminate a bug in the symantec linu= x anti-virus! can u send me some serials plz... thankx....hug for alll! From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 24 07:15:34 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3932716A4CE for ; Thu, 24 Jun 2004 07:15:34 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.248]) by mx1.FreeBSD.org (Postfix) with SMTP id 2479D43D1D for ; Thu, 24 Jun 2004 07:15:32 +0000 (GMT) (envelope-from drosihn@gmail.com) Received: by mproxy.gmail.com with SMTP id x43so148824cwb for ; Thu, 24 Jun 2004 00:15:22 -0700 (PDT) Received: by 10.38.207.80 with SMTP id e80mr1085rng; Thu, 24 Jun 2004 00:15:22 -0700 (PDT) Message-ID: <97880ae04062400153cd5359f@mail.gmail.com> Date: Thu, 24 Jun 2004 03:15:22 -0400 From: Garance A Drosehn To: freebsd-sparc64@freebsd.org In-Reply-To: <20040621231446.GA12360@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040616161217.GA57659@dragon.nuxi.com> <97880ae0406191546208772a8@mail.gmail.com> <20040621231446.GA12360@dragon.nuxi.com> cc: Thomas Moestl Subject: Re: ** HEADS UP ** DO NOT UPDATE and 'make world' YOUR SPARCS X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 07:15:34 -0000 On Mon, 21 Jun 2004, David O'Brien wrote: > > It was safe to do a new buildworld/installworld after I committed the > patch to work around the issue on 2004-06-19. Thomas's commit did not > change the state of "safeness", but allowed me to later remove the work > around. Well, I finally got a clean buildworld/installworld on freebsd/sparc64, and rebooted, and it does seem to be working fine. No problems. I just had a run of bad-timing there, where each time that I picked to do a buildworld just happened to be right after some commit which broke the build. But it seems to be fine right now. Thanks. -- Garance Alistair Drosehn Senior Systems Programmer From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 24 09:00:46 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 291EA16A4CE for ; Thu, 24 Jun 2004 09:00:46 +0000 (GMT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D22A243D55 for ; Thu, 24 Jun 2004 09:00:45 +0000 (GMT) (envelope-from j@ida.interface-business.de) Received: by ida.interface-business.de (Postfix, from userid 107) id 894FB7A49; Thu, 24 Jun 2004 11:00:43 +0200 (MET DST) Date: Thu, 24 Jun 2004 11:00:43 +0200 From: Joerg Wunsch To: sparc64@freebsd.org Message-ID: <20040624110043.A30818@ida.interface-business.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Phone: +49-351-31809-14 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Organization: interface systems GmbH, Dresden cc: dhcp-hackers@isc.org Subject: Known 64-bit time_t issue with dhclient? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joerg Wunsch List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 09:00:46 -0000 # dhclient -v hme0 Internet Software Consortium DHCP Client V3.0.1rc12 Copyright 1995-2002 Internet Software Consortium. All rights reserved. For info, please visit http://www.isc.org/products/DHCP Listening on BPF/hme0/08:00:20:fe:a2:70 Sending on BPF/hme0/08:00:20:fe:a2:70 Sending on Socket/fallback DHCPDISCOVER on hme0 to 255.255.255.255 port 67 interval 6 DHCPOFFER from 193.101.57.34 DHCPREQUEST on hme0 to 255.255.255.255 port 67 DHCPACK from 193.101.57.34 bound to 193.101.57.69 -- renewal in 4673210995445900712 seconds. ^^^^^^^^^^^^^^^^^^^ Perhaps that's only an artefact of the way it is printed (I see a cast to `long' there, which is a shorter data type than the actual expression when running on a 64-bit time_t host). However, dhclient internally completely relies on 32-bit times it seems. Also, I'm not sure whether it's related, but I see a fairly hectic and never ending DHCP traffic on the wire, despite of the fact the lease negotiation has been reported to be OK above. This eats up a good bit of machine power, and can only be stopped by killing dhclient away. Is anybody successfully using dhclient on a 64-bit time_t machine without these symptoms? -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 24 15:09:07 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E20916A4CF for ; Thu, 24 Jun 2004 15:09:07 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E9B43D5C for ; Thu, 24 Jun 2004 15:09:06 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id E17AF530C; Thu, 24 Jun 2004 17:08:38 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id B540E530A; Thu, 24 Jun 2004 17:08:24 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id C97C5B86C; Thu, 24 Jun 2004 17:08:23 +0200 (CEST) To: Joerg Wunsch References: <20040624110043.A30818@ida.interface-business.de> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 24 Jun 2004 17:08:23 +0200 In-Reply-To: <20040624110043.A30818@ida.interface-business.de> (Joerg Wunsch's message of "Thu, 24 Jun 2004 11:00:43 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: dhcp-hackers@isc.org cc: sparc64@freebsd.org Subject: Re: Known 64-bit time_t issue with dhclient? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 15:09:07 -0000 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Joerg Wunsch writes: > bound to 193.101.57.69 -- renewal in 4673210995445900712 seconds. > ^^^^^^^^^^^^^^^^^^^ isc-dhcp incorrectly assumes that time_t is an int32_t; see attached patch for a workaround. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=dhclient.diff Index: contrib/isc-dhcp/common/parse.c =================================================================== RCS file: /home/ncvs/src/contrib/isc-dhcp/common/parse.c,v retrieving revision 1.1.1.8 diff -u -r1.1.1.8 parse.c --- contrib/isc-dhcp/common/parse.c 2 Sep 2003 11:01:23 -0000 1.1.1.8 +++ contrib/isc-dhcp/common/parse.c 22 Feb 2004 10:44:52 -0000 @@ -414,6 +414,7 @@ { const char *val; enum dhcp_token token; + int32_t num; token = next_token (&val, (unsigned *)0, cfile); if (token != NUMBER) { @@ -421,9 +422,9 @@ skip_to_semi (cfile); return; } - convert_num (cfile, (unsigned char *)timep, val, 10, 32); + convert_num (cfile, (unsigned char *)&num, val, 10, 32); /* Unswap the number - convert_num returns stuff in NBO. */ - *timep = ntohl (*timep); /* XXX */ + *timep = ntohl (num); parse_semi (cfile); } --=-=-=-- From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 24 15:19:44 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C377016A4CE; Thu, 24 Jun 2004 15:19:44 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1721243D4C; Thu, 24 Jun 2004 15:19:44 +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 i5OFJaN9018193; Thu, 24 Jun 2004 11:19:42 -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 i5OFJQcx063198; Thu, 24 Jun 2004 11:19:36 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 6D24B7303F; Thu, 24 Jun 2004 11:19:26 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040624151926.6D24B7303F@freebsd-current.sentex.ca> Date: Thu, 24 Jun 2004 11:19:26 -0400 (EDT) Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 15:19:45 -0000 TB --- 2004-06-24 14:38:18 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-06-24 14:38:18 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2004-06-24 14:38:18 - checking out the source tree TB --- 2004-06-24 14:38:18 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64 TB --- 2004-06-24 14:38:18 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-06-24 14:40:02 - building world (CFLAGS=-O2 -pipe) TB --- 2004-06-24 14:40:02 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-06-24 14:40: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 >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/exclude.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/full-write.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/getdate.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/getline.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/getstr.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/hash.c {standard input}: Assembler messages: {standard input}:1283: Error: Illegal operands *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2004-06-24 15:19:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-06-24 15:19:26 - ERROR: failed to build world TB --- 2004-06-24 15:19:26 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 24 15:43:16 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7CB716A4E1; Thu, 24 Jun 2004 15:43:15 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0900843D1D; Thu, 24 Jun 2004 15:43:15 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i5OFmf2i048730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 Jun 2004 18:48:43 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i5OFgs8E067075; Thu, 24 Jun 2004 18:42:54 +0300 (EEST) (envelope-from ru) Date: Thu, 24 Jun 2004 18:42:54 +0300 From: Ruslan Ermilov To: FreeBSD Tinderbox Message-ID: <20040624154254.GA67041@ip.net.ua> References: <20040624151926.6D24B7303F@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <20040624151926.6D24B7303F@freebsd-current.sentex.ca> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: current@freebsd.org cc: sparc64@freebsd.org Subject: Re: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 15:43:16 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable It would be interesting to know, if it's only a cross build that's broken, or native SPARC64 build is broken too? On Thu, Jun 24, 2004 at 11:19:26AM -0400, FreeBSD Tinderbox wrote: > >>> stage 4.4: building everything > [...] > cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gn= u/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../.= =2E/../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin= /tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/co= ntrib/tar/lib/exclude.c > cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gn= u/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../.= =2E/../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin= /tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/co= ntrib/tar/lib/full-write.c > cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gn= u/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../.= =2E/../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin= /tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/co= ntrib/tar/lib/getdate.c > cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gn= u/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../.= =2E/../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin= /tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/co= ntrib/tar/lib/getline.c > cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gn= u/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../.= =2E/../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin= /tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/co= ntrib/tar/lib/getstr.c > cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gn= u/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../.= =2E/../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin= /tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/co= ntrib/tar/lib/hash.c > {standard input}: Assembler messages: > {standard input}:1283: Error: Illegal operands > *** Error code 1 >=20 > Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar. > *** Error code 1 --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA2vZ+qRfpzJluFF4RAv3BAJ4rOzO5PWUVarLcJ6TcfSKjbUO0OwCcDDwe byp7LAiewfSDme1HJjeVAGA= =eDSE -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 24 16:04:52 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E665216A4CE; Thu, 24 Jun 2004 16:04:52 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8AC43D46; Thu, 24 Jun 2004 16:04:52 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 4CBE3530C; Thu, 24 Jun 2004 18:04:19 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id B9E845309; Thu, 24 Jun 2004 18:04:05 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 0A713B86C; Thu, 24 Jun 2004 18:04:04 +0200 (CEST) To: Ruslan Ermilov References: <20040624151926.6D24B7303F@freebsd-current.sentex.ca> <20040624154254.GA67041@ip.net.ua> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 24 Jun 2004 18:04:04 +0200 In-Reply-To: <20040624154254.GA67041@ip.net.ua> (Ruslan Ermilov's message of "Thu, 24 Jun 2004 18:42:54 +0300") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: sparc64@freebsd.org cc: FreeBSD Tinderbox cc: current@freebsd.org Subject: Re: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 16:04:53 -0000 Ruslan Ermilov writes: > It would be interesting to know, if it's only a cross build that's broken, > or native SPARC64 build is broken too? I'll start a native build, but it will take some time to complete. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 24 16:08:12 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E61316A4CE; Thu, 24 Jun 2004 16:08:12 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF5A43D48; Thu, 24 Jun 2004 16:08:11 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i5OG822n010458; Thu, 24 Jun 2004 12:08:02 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i5OG82kR010457; Thu, 24 Jun 2004 12:08:02 -0400 (EDT) Date: Thu, 24 Jun 2004 12:08:02 -0400 From: Ken Smith To: Dag-Erling =?unknown-8bit?Q?Sm=F8rgrav?= Message-ID: <20040624160802.GL5850@electra.cse.Buffalo.EDU> References: <20040624151926.6D24B7303F@freebsd-current.sentex.ca> <20040624154254.GA67041@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: current@freebsd.org cc: Ruslan Ermilov cc: FreeBSD Tinderbox cc: sparc64@freebsd.org Subject: Re: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 16:08:12 -0000 On Thu, Jun 24, 2004 at 06:04:04PM +0200, Dag-Erling Smrgrav wrote: > Ruslan Ermilov writes: > > It would be interesting to know, if it's only a cross build that's broken, > > or native SPARC64 build is broken too? > > I'll start a native build, but it will take some time to complete. > I did one yesterday that worked. I had turned off panther's (cluster ref machine) daily cron rebuild/reboot when the initial binutils import happened because of loader problems. But that got resolved and I forgot to turn it back on, I'll do that now. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 06:29:48 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287A116A4CE; Fri, 25 Jun 2004 06:29:48 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBE243D5C; Fri, 25 Jun 2004 06:29:47 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i5P6RcID033516; Thu, 24 Jun 2004 23:27:38 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5P6RbN1033515; Thu, 24 Jun 2004 23:27:37 -0700 (PDT) (envelope-from obrien) Date: Thu, 24 Jun 2004 23:27:37 -0700 From: "David O'Brien" To: Ken Smith Message-ID: <20040625062737.GA33437@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Ken Smith , Dag-Erling =?unknown-8bit?Q?Sm=F8rgrav?= , current@freebsd.org, FreeBSD Tinderbox , sparc64@freebsd.org References: <20040624151926.6D24B7303F@freebsd-current.sentex.ca> <20040624154254.GA67041@ip.net.ua> <20040624160802.GL5850@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040624160802.GL5850@electra.cse.Buffalo.EDU> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: sparc64@freebsd.org cc: current@freebsd.org cc: FreeBSD Tinderbox Subject: Re: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 06:29:48 -0000 On Thu, Jun 24, 2004 at 12:08:02PM -0400, Ken Smith wrote: > I had turned off panther's (cluster ref machine) daily cron rebuild/reboot > when the initial binutils import happened because of loader problems. But > that got resolved and I forgot to turn it back on, I'll do that now. There was never a loader problem -- it was an rtld problem. You are thinking of Alpha. -- -- David (obrien@FreeBSD.org) From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 11:48:09 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC2DD16A4CE for ; Fri, 25 Jun 2004 11:48:09 +0000 (GMT) Received: from alf.uib.no (alf.uib.no [129.177.30.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833A343D54 for ; Fri, 25 Jun 2004 11:48:09 +0000 (GMT) (envelope-from Roar.Pettersen@it.uib.no) Received: from edprp by alf.uib.no for freebsd-sparc64@freebsd.org with local-esmtp (Exim 4.34) id 1BdpBH-0002DE-HW; Fri, 25 Jun 2004 13:47:43 +0200 Date: Fri, 25 Jun 2004 13:47:43 +0200 (MEST) From: Roar Pettersen X-X-Sender: To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Roar Pettersen Subject: cvsup binary X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 11:48:10 -0000 Hi ! Could anybody be kind to share a binary of the cvsup ? I need it for SNAP-20040612.... -- Med vennlig hilsen / Regards; Roar Pettersen Universitetet i Bergen - The University of Bergen Nygardsgt. 5 - N-5020 BERGEN - Norway Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:00:53 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE1516A4D4 for ; Fri, 25 Jun 2004 12:00:53 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2750443D53 for ; Fri, 25 Jun 2004 12:00:53 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i5PC0KR0015976; Fri, 25 Jun 2004 08:00:21 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3D29A521DA; Fri, 25 Jun 2004 05:00:22 -0700 (PDT) Date: Fri, 25 Jun 2004 05:00:22 -0700 From: Kris Kennaway To: Roar Pettersen Message-ID: <20040625120022.GA85917@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-sparc64@freebsd.org Subject: Re: cvsup binary X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:00:53 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 25, 2004 at 01:47:43PM +0200, Roar Pettersen wrote: > Hi ! >=20 >=20 > Could anybody be kind to share a binary of the cvsup ? >=20 > I need it for SNAP-20040612.... Just use the package. Kris --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA3BPVWry0BWjoQKURAlovAKDV909gzZPkcdvEJLgtcQYaXskq3QCgt84k LuCFtfuGid4fXnn7Vw7hLMg= =HJUw -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:03:42 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AF5616A4CE for ; Fri, 25 Jun 2004 12:03:42 +0000 (GMT) Received: from alf.uib.no (alf.uib.no [129.177.30.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5777743D5F for ; Fri, 25 Jun 2004 12:03:42 +0000 (GMT) (envelope-from Roar.Pettersen@it.uib.no) Received: from edprp by alf.uib.no with local-esmtp (Exim 4.34) id 1BdpQh-0004Ca-V6; Fri, 25 Jun 2004 14:03:40 +0200 Date: Fri, 25 Jun 2004 14:03:39 +0200 (MEST) From: Roar Pettersen X-X-Sender: To: Kris Kennaway In-Reply-To: <20040625120022.GA85917@xor.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Roar Pettersen cc: freebsd-sparc64@freebsd.org Subject: Re: cvsup binary X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:03:42 -0000 Hello ! > > Could anybody be kind to share a binary of the cvsup ? > > > > I need it for SNAP-20040612.... > > Just use the package. Only package I find is the perl-5.6.1_15. Could you please advise ? -- Med vennlig hilsen / Regards; Roar Pettersen Universitetet i Bergen - The University of Bergen Nygardsgt. 5 - N-5020 BERGEN - Norway Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:07:52 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D17316A4CE for ; Fri, 25 Jun 2004 12:07:52 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E9743D53 for ; Fri, 25 Jun 2004 12:07:52 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i5PC7YDf023176; Fri, 25 Jun 2004 08:07:35 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7F8BE51C3E; Fri, 25 Jun 2004 05:07:33 -0700 (PDT) Date: Fri, 25 Jun 2004 05:07:33 -0700 From: Kris Kennaway To: Roar Pettersen Message-ID: <20040625120733.GA86080@xor.obsecurity.org> References: <20040625120022.GA85917@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-sparc64@freebsd.org cc: Kris Kennaway Subject: Re: cvsup binary X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:07:52 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 25, 2004 at 02:03:39PM +0200, Roar Pettersen wrote: > Hello ! >=20 > > > Could anybody be kind to share a binary of the cvsup ? > > > > > > I need it for SNAP-20040612.... > > > > Just use the package. >=20 > Only package I find is the perl-5.6.1_15. >=20 > Could you please advise ? Where are you looking? Kris --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA3BWFWry0BWjoQKURAhgJAKD5IVZRKY5lLHRdZylC2lclLZRGlQCgsjUi KOT1RJHrxIYS2gci/87xhsU= =jY/3 -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:09:06 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A24A16A4CE for ; Fri, 25 Jun 2004 12:09:06 +0000 (GMT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E593D43D2D for ; Fri, 25 Jun 2004 12:09:05 +0000 (GMT) (envelope-from j@ida.interface-business.de) Received: by ida.interface-business.de (Postfix, from userid 107) id EE1317A49; Fri, 25 Jun 2004 14:08:48 +0200 (MET DST) Date: Fri, 25 Jun 2004 14:08:48 +0200 From: Joerg Wunsch To: Roar Pettersen Message-ID: <20040625140848.C48084@ida.interface-business.de> References: <20040625120022.GA85917@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from edprp@it.uib.no on Fri, Jun 25, 2004 at 02:03:39PM +0200 X-Phone: +49-351-31809-14 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Organization: interface systems GmbH, Dresden cc: freebsd-sparc64@freebsd.org Subject: Re: cvsup binary X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joerg Wunsch List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:09:06 -0000 As Roar Pettersen wrote: > > > Could anybody be kind to share a binary of the cvsup ? > > > > > > I need it for SNAP-20040612.... > > > > Just use the package. > > Only package I find is the perl-5.6.1_15. Using an older package ought to be OK. I just verified, I didn't update cvsup after the 64-bit time_t change (so far). -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:09:43 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D6916A4CE for ; Fri, 25 Jun 2004 12:09:43 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A4843D3F for ; Fri, 25 Jun 2004 12:09:43 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i5PC9W2n007446; Fri, 25 Jun 2004 08:09:32 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i5PC9W99007445; Fri, 25 Jun 2004 08:09:32 -0400 (EDT) Date: Fri, 25 Jun 2004 08:09:32 -0400 From: Ken Smith To: Roar Pettersen Message-ID: <20040625120932.GB6977@electra.cse.Buffalo.EDU> References: <20040625120022.GA85917@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-sparc64@freebsd.org cc: Kris Kennaway Subject: Re: cvsup binary X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:09:44 -0000 On Fri, Jun 25, 2004 at 02:03:39PM +0200, Roar Pettersen wrote: > > > Could anybody be kind to share a binary of the cvsup ? > > > > > > I need it for SNAP-20040612.... > > > > Just use the package. > > Only package I find is the perl-5.6.1_15. > > Could you please advise ? I built the snapshot CD as a 'miniinst' so it only has perl on the CD but you can download packages from any of the FTP mirror sites. The stuff in ports/sparc64/packages-5-current/ should run just fine. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:10:32 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76AC716A4CE for ; Fri, 25 Jun 2004 12:10:32 +0000 (GMT) Received: from alf.uib.no (alf.uib.no [129.177.30.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F48B43D2D for ; Fri, 25 Jun 2004 12:10:32 +0000 (GMT) (envelope-from Roar.Pettersen@it.uib.no) Received: from edprp by alf.uib.no with local-esmtp (Exim 4.34) id 1BdpXF-0004zb-Gl; Fri, 25 Jun 2004 14:10:25 +0200 Date: Fri, 25 Jun 2004 14:10:25 +0200 (MEST) From: Roar Pettersen X-X-Sender: To: Kris Kennaway In-Reply-To: <20040625120733.GA86080@xor.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Roar Pettersen cc: freebsd-sparc64@freebsd.org Subject: Re: cvsup binary X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:10:32 -0000 Hello ! > Where are you looking? At the cd-rom iso snap. And trying to compile anything from the /usr/ports, then I get this error message : Your system is too old to use this bsd.port.mk. You need a fresh make world or an upgrade kit Could you please advise where to find the package ? -- Med vennlig hilsen / Regards; Roar Pettersen Universitetet i Bergen - The University of Bergen Nygardsgt. 5 - N-5020 BERGEN - Norway Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:13:49 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A338916A4CF for ; Fri, 25 Jun 2004 12:13:49 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B36543D54 for ; Fri, 25 Jun 2004 12:13:49 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i5PCDU2n007524; Fri, 25 Jun 2004 08:13:30 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i5PCDUiP007523; Fri, 25 Jun 2004 08:13:30 -0400 (EDT) Date: Fri, 25 Jun 2004 08:13:29 -0400 From: Ken Smith To: Roar Pettersen Message-ID: <20040625121329.GC6977@electra.cse.Buffalo.EDU> References: <20040625120733.GA86080@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-sparc64@freebsd.org cc: Kris Kennaway Subject: Re: cvsup binary X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:13:49 -0000 On Fri, Jun 25, 2004 at 02:10:25PM +0200, Roar Pettersen wrote: > And trying to compile anything from the /usr/ports, then I get > this error message : > > Your system is too old to use this bsd.port.mk. You need a fresh make > world or an upgrade kit Oops, I hadn't heard about that before now. Anyone know off hand what I might have done wrong in building the snapshot? -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:17:27 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D4E16A4D1 for ; Fri, 25 Jun 2004 12:17:27 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4753B43D2F for ; Fri, 25 Jun 2004 12:17:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i5PCHJR0020087; Fri, 25 Jun 2004 08:17:19 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C085654B87; Fri, 25 Jun 2004 05:17:20 -0700 (PDT) Date: Fri, 25 Jun 2004 05:17:20 -0700 From: Kris Kennaway To: Roar Pettersen Message-ID: <20040625121718.GA86341@xor.obsecurity.org> References: <20040625120733.GA86080@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-sparc64@freebsd.org cc: Kris Kennaway Subject: Re: cvsup binary X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:17:27 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 25, 2004 at 02:10:25PM +0200, Roar Pettersen wrote: > Hello ! >=20 > > Where are you looking? >=20 > At the cd-rom iso snap. >=20 >=20 > And trying to compile anything from the /usr/ports, then I get > this error message : >=20 > Your system is too old to use this bsd.port.mk. You need a fresh make > world or an upgrade kit >=20 > Could you please advise where to find the package ? With pkg_add -r, or in the ports directory on the ftp site. Kris --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA3BfOWry0BWjoQKURAvLQAJ4nNcbF8jO/HP5RXQ1OmNz4Hhk6yQCfcygg iWEE+Mb3PoyXuISIj+rJstk= =JeiW -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:35:00 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8104D16A4CE; Fri, 25 Jun 2004 12:35:00 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FCA43D2D; Fri, 25 Jun 2004 12:34:59 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3b.sentex.ca (8.12.11/8.12.11) with ESMTP id i5PCYw3U092141; Fri, 25 Jun 2004 08:34:58 -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 i5PCYv10066282; Fri, 25 Jun 2004 08:34:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 262AB7303F; Fri, 25 Jun 2004 08:34:58 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040625123458.262AB7303F@freebsd-current.sentex.ca> Date: Fri, 25 Jun 2004 08:34:58 -0400 (EDT) Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:35:00 -0000 TB --- 2004-06-25 12:22:39 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-06-25 12:22:39 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2004-06-25 12:22:39 - checking out the source tree TB --- 2004-06-25 12:22:39 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64 TB --- 2004-06-25 12:22:39 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-06-25 12:24:29 - building world (CFLAGS=-O2 -pipe) TB --- 2004-06-25 12:24:29 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-06-25 12:24:29 - /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 [...] ===> lib/libpam/modules/pam_permit cc -O2 -pipe -I/tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules/pam_permit/../../../../contrib/openpam/include -I/tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules/pam_permit/../../libpam -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -c /tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules/pam_permit/pam_permit.c building static pam_permit library ranlib libpam_permit.a ===> lib/libpam/modules/pam_radius cc -O2 -pipe -I/tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules/pam_radius/../../../../contrib/openpam/include -I/tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules/pam_radius/../../libpam -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -c /tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules/pam_radius/pam_radius.c /tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules/pam_radius/pam_radius.c: In function `build_access_request': /tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules/pam_radius/pam_radius.c:114: warning: cast increases required alignment of target type *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules/pam_radius. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam/modules. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/lib/libpam. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2004-06-25 12:34:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-06-25 12:34:58 - ERROR: failed to build world TB --- 2004-06-25 12:34:58 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 12:51:57 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6894216A4CE for ; Fri, 25 Jun 2004 12:51:57 +0000 (GMT) Received: from alf.uib.no (alf.uib.no [129.177.30.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21CAA43D5A for ; Fri, 25 Jun 2004 12:51:57 +0000 (GMT) (envelope-from Roar.Pettersen@it.uib.no) Received: from edprp by alf.uib.no for freebsd-sparc64@freebsd.org with local-esmtp (Exim 4.34) id 1BdqBQ-0001uZ-0Y; Fri, 25 Jun 2004 14:51:56 +0200 Date: Fri, 25 Jun 2004 14:51:55 +0200 (MEST) From: Roar Pettersen X-X-Sender: To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Roar Pettersen Subject: cvsup part II X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 12:51:57 -0000 Hi ! pkg_Add -r solved my problem, but running this cvsup gives me this error message : # /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile Parsing supfile "/etc/cvsupfile" *** *** runtime error: *** Value out of range *** file "/tmp/a/ports/lang/ezm3/work/ezm3-1.1/libs/libm3/src/uid/Common/TimeStamp.m3", line 63 *** use option @M3stackdump to get a stack trace Abort (core dumped) -- Med vennlig hilsen / Regards; Roar Pettersen Universitetet i Bergen - The University of Bergen Nygardsgt. 5 - N-5020 BERGEN - Norway Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 13:14:34 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 237F316A4CE for ; Fri, 25 Jun 2004 13:14:34 +0000 (GMT) Received: from mail.b0rken.org (beastie.b0rken.org [213.48.48.213]) by mx1.FreeBSD.org (Postfix) with SMTP id 493ED43D46 for ; Fri, 25 Jun 2004 13:14:33 +0000 (GMT) (envelope-from jason-freebsdlists@freebsd.org) Received: (qmail 23682 invoked by uid 1000); 25 Jun 2004 13:14:31 -0000 Date: Fri, 25 Jun 2004 14:14:31 +0100 From: Jason Mann To: freebsd-sparc64@freebsd.org Message-ID: <20040625131431.GB17878@beastie.b0rken.org> Mail-Followup-To: freebsd-sparc64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Problem updating to 5.2.1-RELEASE-p8 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 13:14:34 -0000 Hi folks. I performed a fresh installation on 5.2.1-RELEASE on my Ultra 5 yesterday, and then attempted to upgrade it to 5.2.1-RELEASE-p8, but this failed. buildworld, buildkernel, and installkernel went fine, but installworld failed. The output I got from the failed installworld is here: http://www.b0rken.org/~jason/installworld.txt Does anyone know why this is happening? 'touch' is all present and correct on my system. Many thanks. Jason From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 16:40:40 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF8616A4CE for ; Fri, 25 Jun 2004 16:40:40 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.243]) by mx1.FreeBSD.org (Postfix) with SMTP id 6437743D5A for ; Fri, 25 Jun 2004 16:40:40 +0000 (GMT) (envelope-from wpmartin@gmail.com) Received: by mproxy.gmail.com with SMTP id r62so158247cwc for ; Fri, 25 Jun 2004 09:40:01 -0700 (PDT) Received: by 10.38.98.30 with SMTP id v30mr118888rnb; Fri, 25 Jun 2004 09:33:21 -0700 (PDT) Message-ID: <44db0385040625093364ae4f27@mail.gmail.com> Date: Fri, 25 Jun 2004 09:33:21 -0700 From: Pat Martin To: freebsd-sparc64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Ultra 5 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 16:40:40 -0000 I have been considering FreeBSD on my home server (Sparc Ultra 5). I have read some things saying it will not work but they always reference 5.0. Is the Ultra 5 fully supported including X? If so, would it be possible to add a pci usb card to the system so that I can use a usb mouse instead of the sun mouse I have? Thanks Pat From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 16:44:48 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92DBD16A4CE for ; Fri, 25 Jun 2004 16:44:48 +0000 (GMT) Received: from energistic.com (mail.virtual-voodoo.com [65.204.79.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8F243D1F for ; Fri, 25 Jun 2004 16:44:48 +0000 (GMT) (envelope-from steve@virtual-voodoo.com) Received: from inlafsteve (bdsl.66.12.217.51.gte.net [66.12.217.51]) (authenticated bits=0) by energistic.com (8.12.11/8.12.11) with ESMTP id i5PGhiwu006963; Fri, 25 Jun 2004 11:43:50 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <00cb01c45ad3$46e1f7f0$fd00030a@officescape.net> From: "Steve Ames" To: "Pat Martin" , References: <44db0385040625093364ae4f27@mail.gmail.com> Date: Fri, 25 Jun 2004 11:41:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: Ultra 5 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 16:44:48 -0000 5-CURRENT will definately run on the Ultra5. I do it myself. I can't answer X or USB support though... :( ----- Original Message ----- From: "Pat Martin" To: Sent: Friday, June 25, 2004 11:33 AM Subject: Ultra 5 > I have been considering FreeBSD on my home server (Sparc Ultra 5). I > have read some things saying it will not work but they always > reference 5.0. Is the Ultra 5 fully supported including X? If so, > would it be possible to add a pci usb card to the system so that I can > use a usb mouse instead of the sun mouse I have? > > Thanks > > Pat > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" > From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 18:46:31 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F4C916A4CE for ; Fri, 25 Jun 2004 18:46:31 +0000 (GMT) Received: from mail39.messagelabs.com (mail39.messagelabs.com [193.109.254.243]) by mx1.FreeBSD.org (Postfix) with SMTP id 8371A43D48 for ; Fri, 25 Jun 2004 18:46:29 +0000 (GMT) (envelope-from Chris.Andrew@homeoffice.gsi.gov.uk) X-VirusChecked: Checked X-Env-Sender: Chris.Andrew@homeoffice.gsi.gov.uk X-Msg-Ref: server-3.tower-39.messagelabs.com!1088189166!2909473 X-StarScan-Version: 5.2.10; banners=homeoffice.gsi.gov.uk,-,- X-Originating-IP: [212.137.57.25] Received: (qmail 13268 invoked from network); 25 Jun 2004 18:46:06 -0000 Received: from gateway101.gsi.gov.uk (HELO mail6.gsi.gov.uk) (212.137.57.25) by server-3.tower-39.messagelabs.com with SMTP; 25 Jun 2004 18:46:06 -0000 Received: from mail1.homeoffice.gov.uk ([51.64.48.5] helo=l01hm009.homeoffice.gsi.gov.uk) by mail6.gsi.gov.uk with esmtp id 1BdviA-0004J9-8O for freebsd-sparc@freebsd.org; Fri, 25 Jun 2004 19:46:06 +0100 Received: from l01emb01.homeoffice.gsi.gov.uk (unverified) by l01hm009.homeoffice.gsi.gov.uk for ; Fri, 25 Jun 2004 19:46:05 +0100 Received: by l01emb01.homeoffice.gsi.gov.uk with Internet Mail Service (5.5.2653.19) id ; Fri, 25 Jun 2004 19:46:04 +0100 Message-ID: <64C549F7C3D28547901343505BAA4FAA022D57E6@l01em004> From: Andrew Chris To: "'freebsd-sparc@FreeBSD.org'" Date: Fri, 25 Jun 2004 19:46:04 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: Sparc 20. X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 18:46:31 -0000 Hi, Really stupid question, does the port work on a Sparc 20 (not 64 bit)? Thanks, Chris. ********************************************************************** This email and any files transmitted with it are private and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please return it to the address it came from telling them it is not for you and then delete it from your system. This email message has been swept for computer viruses. ********************************************************************** The original of this email was scanned for viruses by the Government Secure Intranet (GSi) virus scanning service supplied exclusively by Energis in partnership with MessageLabs. On leaving the GSi this email was certified virus-free From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 19:16:59 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1589616A4CE for ; Fri, 25 Jun 2004 19:16:59 +0000 (GMT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C002543D1F for ; Fri, 25 Jun 2004 19:16:58 +0000 (GMT) (envelope-from j@ida.interface-business.de) Received: by ida.interface-business.de (Postfix, from userid 107) id 839FA7A88; Fri, 25 Jun 2004 20:55:07 +0200 (MET DST) Date: Fri, 25 Jun 2004 20:55:07 +0200 From: Joerg Wunsch To: Andrew Chris Message-ID: <20040625205507.A74417@ida.interface-business.de> References: <64C549F7C3D28547901343505BAA4FAA022D57E6@l01em004> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <64C549F7C3D28547901343505BAA4FAA022D57E6@l01em004>; 07:46:04PM +0100 X-Phone: +49-351-31809-14 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Organization: interface systems GmbH, Dresden cc: "'freebsd-sparc@FreeBSD.org'" Subject: Re: Sparc 20. X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joerg Wunsch List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 19:16:59 -0000 As Andrew Chris wrote: > Really stupid question, does the port work on a Sparc 20 (not 64 > bit)? NetBSD is for you. FreeBSD is for sparc64 (UltraSPARC) only. -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 25 20:01:11 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2DBD16A4CE for ; Fri, 25 Jun 2004 20:01:10 +0000 (GMT) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46FEA43D5C for ; Fri, 25 Jun 2004 20:01:10 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i5PK0Fai022494; Fri, 25 Jun 2004 16:00:15 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: References: Date: Fri, 25 Jun 2004 16:00:13 -0400 To: Roar Pettersen , From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) Subject: Re: cvsup part II X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 20:01:11 -0000 Obviously we still have a few loose ends here. I do not know why you are having the problems you see, but the following suggestion might get you going. At 2:51 PM +0200 6/25/04, Roar Pettersen wrote: >Hi ! > > >pkg_Add -r solved my problem, but running this cvsup >gives me this error message : You can install the new packages with: pkg_add ftp://ftp3.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/gad/ez... pkg_add ftp://ftp3.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/gad/cv... Replacing "ez..." with: ezm3-64btt-1.1_1.tbz and "cv..." with: cvsup-without-gui-64btt-16.1h.tbz You can also use some other standard ftp server, instead of ftp3.FreeBSD.org. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 06:21:35 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF0216A4CE for ; Sat, 26 Jun 2004 06:21:35 +0000 (GMT) Received: from plastron.mWare.ca (Hi.From.Plastron.mWare.ca [66.96.19.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C51543D31 for ; Sat, 26 Jun 2004 06:21:35 +0000 (GMT) (envelope-from Mykel@mWare.ca) Received: from mWare.ca (immutable.condor.lan [10.100.104.31]) by plastron.mWare.ca (8.12.8/8.12.8) with ESMTP id i5Q6HjBB022299; Sat, 26 Jun 2004 02:17:46 -0400 Message-ID: <40DD15A3.5090905@mWare.ca> Date: Sat, 26 Jun 2004 02:20:19 -0400 From: Mykel User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040123 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ken Smith References: <40CFC0A0.1000604@mWare.ca> <20040616034055.GE26532@electra.cse.Buffalo.EDU> In-Reply-To: <20040616034055.GE26532@electra.cse.Buffalo.EDU> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-sparc64@freebsd.org Subject: Re: IT! WORKS! X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 06:21:36 -0000 Are you going to spin this soon? Myke Ken Smith wrote: >On Tue, Jun 15, 2004 at 11:38:08PM -0400, Mykel wrote: > > >>w00t! >> >>I have the June 14th snapshot installed and running on my Ultra2! >> >>Aside from HORRIBLE terminal issues (ncurses is allergic to the console, >>also, you can only type at about 1CPS, everything else gets dropped) >> >>but >> >>IT WORKS! >> >>$ uname -a >>FreeBSD phoebus.condor.lan SNAP-20040612 FreeBSD SNAP-20040612 #0: Mon >>Jun 14 07:25:37 UTC 2004 >>root@bobbi.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 >> >> > >Yay! :-) > >FYI - I'm going to do another snapshot. Scott reported there was >more fixed recently than just tagged transfers. > >Serial port is still the best way to do an install, that's on the >todo list... :-) > > > From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 13:28:31 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 516CF16A4CE for ; Sat, 26 Jun 2004 13:28:31 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F350D43D2F for ; Sat, 26 Jun 2004 13:28:30 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i5QDRd2n010925; Sat, 26 Jun 2004 09:27:39 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i5QDRcU4010924; Sat, 26 Jun 2004 09:27:38 -0400 (EDT) Date: Sat, 26 Jun 2004 09:27:38 -0400 From: Ken Smith To: Mykel Message-ID: <20040626132738.GA10639@electra.cse.Buffalo.EDU> References: <40CFC0A0.1000604@mWare.ca> <20040616034055.GE26532@electra.cse.Buffalo.EDU> <40DD15A3.5090905@mWare.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40DD15A3.5090905@mWare.ca> User-Agent: Mutt/1.4.1i cc: Ken Smith cc: freebsd-sparc64@freebsd.org Subject: Re: IT! WORKS! X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 13:28:31 -0000 On Sat, Jun 26, 2004 at 02:20:19AM -0400, Mykel wrote: > Are you going to spin this soon? > > Myke > > Ken Smith wrote: > >FYI - I'm going to do another snapshot. Scott reported there was > >more fixed recently than just tagged transfers. Sorry, things got a little bit flakey during the binutils import (which is to be expected during a project that big) and I got a bit sidetracked with something else shortly after that. I'll get back to doing this now, should take about two days. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 14:38:56 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E2E416A4CE; Sat, 26 Jun 2004 14:38:56 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id CECD043D54; Sat, 26 Jun 2004 14:38:55 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3b.sentex.ca (8.12.11/8.12.11) with ESMTP id i5QEcLjV005489; Sat, 26 Jun 2004 10:38:21 -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 i5QEcL7P049701; Sat, 26 Jun 2004 10:38:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E6C3B7303F; Sat, 26 Jun 2004 10:38:20 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040626143820.E6C3B7303F@freebsd-current.sentex.ca> Date: Sat, 26 Jun 2004 10:38:20 -0400 (EDT) Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 14:38:56 -0000 TB --- 2004-06-26 13:55:36 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-06-26 13:55:36 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2004-06-26 13:55:36 - checking out the source tree TB --- 2004-06-26 13:55:36 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64 TB --- 2004-06-26 13:55:36 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-06-26 13:57:38 - building world (CFLAGS=-O2 -pipe) TB --- 2004-06-26 13:57:38 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-06-26 13:57:38 - /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 >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/exclude.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/full-write.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/getdate.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/getline.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/getstr.c cc -O2 -pipe -DHAVE_CONFIG_H -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/lib -I/tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar/../../../contrib/tar/src -c /tinderbox/CURRENT/sparc64/sparc64/src/contrib/tar/lib/hash.c {standard input}: Assembler messages: {standard input}:1283: Error: Illegal operands *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin/tar. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu/usr.bin. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/gnu. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2004-06-26 14:38:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-06-26 14:38:20 - ERROR: failed to build world TB --- 2004-06-26 14:38:20 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 17:47:57 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DF8616A4CE for ; Sat, 26 Jun 2004 17:47:57 +0000 (GMT) Received: from schlepper.zs64.net (schlepper.zs64.net [212.12.50.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EA0343D49 for ; Sat, 26 Jun 2004 17:47:56 +0000 (GMT) (envelope-from stb@lassitu.de) Received: from [IPv6:::1] (schlepper [212.12.50.230]) by schlepper.zs64.net (8.12.10/8.11.1) with ESMTP id i5QHlfst041808 for ; Sat, 26 Jun 2004 19:47:41 +0200 (CEST) (envelope-from stb@lassitu.de) Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-sparc@freebsd.org From: Stefan Bethke Date: Sat, 26 Jun 2004 19:47:40 +0200 X-Mailer: Apple Mail (2.618) Subject: Trouble booting 6/12 snapshot on V210 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 17:47:57 -0000 Hi, I'm in the process of setting up a Fire V210 (dual-proc US IIIe 1 GHz, 2 GB RAM). Since the machine has no CD-ROM, I'm netbooting, and it looks like everything is going fine with the loader; however, the machine stops very early while booting the kernel: Sun Fire V210, No Keyboard Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.11.4, 2048 MB memory installed, Serial #56572781. Ethernet address 0:3:ba:5f:3b:6d, Host ID: 835f3b6d. Boot device: disk0:a File and args: The file just loaded does not appear to be executable. {1} ok boot net1:dhcp Boot device: /pci@1f,700000/network@2,1:dhcp File and args: 100 Mbps FDX Link up Timeout waiting for BOOTP/DHCP reply. Retrying ... 32000 Console: OpenFirmware console FreeBSD/sparc64 bootstrap loader, Revision 1.0 (root@bobbi.cse.buffalo.edu, Sun Jun 13 05:13:49 UTC 2004) bootpath="/pci@1f,700000/network@2,1:dhcp" boot: ethernet address: 00:03:ba:5f:3b:6e 100 Mbps FDX Link up net_open: server addr: 212.12.x.x net_open: server path: /cdrom Loading /boot/defaults/loader.conf /boot/kernel/kernel data=0x3a3e08+0x90718 syms=[0x8+0x574e0+0x8+0x45e9c] \ Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel] in 8 seconds... Type '?' for a list of commands, 'help' for more detailed help. OK boot -v nothing to autoload yet. jumping to kernel entry at 0xc0040000. 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 SNAP-20040612 #0: Mon Jun 14 07:25:37 UTC 2004 root@bobbi.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC WARNING: WITNESS option enabled, expect reduced performance. SC Alert: Host System has Reset Fatal Error Reset CPU 0000.0000.0000.0001 AFSR 0210.1000.0100.0000 JETO PRIV TO AFAR 0000.0073.faed.8000 Are there additional knobs I could enable in a custom kernel to aid debugging? Is the kernel debugger available this early? I could try pulling some RAM, if that might be a problem. FWIW, here's a Solaris 8 dmesg from an identical system sitting next to this one: genunix: [ID 540533 kern.notice] SunOS Release 5.8 Version Generic_117350-02 64-bit genunix: [ID 913632 kern.notice] Copyright 1983-2003 Sun Microsystems, Inc. All rights reserved. genunix: [ID 678236 kern.info] Ethernet address = 0:3:ba:58:f2:85 krtld: [ID 469452 kern.info] NOTICE: fas: 64-bit driver module not found unix: [ID 389951 kern.info] mem = 2097152K (0x80000000) unix: [ID 930857 kern.info] avail mem = 2050162688 rootnex: [ID 466748 kern.info] root nexus = Sun Fire V210 rootnex: [ID 349649 kern.info] pcisch0 at root: SAFARI 0x1f 0x700000 genunix: [ID 936769 kern.info] pcisch0 is /pci@1f,700000 rootnex: [ID 349649 kern.info] pcisch1 at root: SAFARI 0x1e 0x600000 genunix: [ID 936769 kern.info] pcisch1 is /pci@1e,600000 rootnex: [ID 349649 kern.info] pcisch2 at root: SAFARI 0x1c 0x600000 genunix: [ID 936769 kern.info] pcisch2 is /pci@1c,600000 rootnex: [ID 349649 kern.info] pcisch3 at root: SAFARI 0x1d 0x700000 genunix: [ID 936769 kern.info] pcisch3 is /pci@1d,700000 scsi: [ID 365881 kern.info] /pci@1c,600000/scsi@2 (glm0): glm0 supports power management. scsi: [ID 365881 kern.info] /pci@1c,600000/scsi@2 (glm0): Rev. 0 Symbios 53c1010-33/66 found. pcisch: [ID 370704 kern.info] PCI-device: scsi@2, glm0 genunix: [ID 936769 kern.info] glm0 is /pci@1c,600000/scsi@2 scsi: [ID 365881 kern.info] /pci@1c,600000/scsi@2,1 (glm1): glm1 supports power management. scsi: [ID 365881 kern.info] /pci@1c,600000/scsi@2,1 (glm1): Rev. 0 Symbios 53c1010-33/66 found. pcisch: [ID 370704 kern.info] PCI-device: scsi@2,1, glm1 genunix: [ID 936769 kern.info] glm1 is /pci@1c,600000/scsi@2,1 scsi: [ID 193665 kern.info] sd1 at glm0: target 0 lun 0 genunix: [ID 936769 kern.info] sd1 is /pci@1c,600000/scsi@2/sd@0,0 scsi: [ID 365881 kern.info] scsi: [ID 193665 kern.info] sd2 at glm0: target 1 lun 0 genunix: [ID 936769 kern.info] sd2 is /pci@1c,600000/scsi@2/sd@1,0 scsi: [ID 365881 kern.info] swapgeneric: [ID 308332 kern.info] root on /pci@1c,600000/scsi@2/disk@0,0:a fstype ufs pcisch: [ID 370704 kern.info] PCI-device: isa@7, ebus1 rootnex: [ID 349649 kern.info] mc-us3i0 at root: SAFARI 0x0 0x0 ... genunix: [ID 936769 kern.info] mc-us3i0 is /memory-controller@0,0 rootnex: [ID 349649 kern.info] mc-us3i1 at root: SAFARI 0x1 0x0 ... genunix: [ID 936769 kern.info] mc-us3i1 is /memory-controller@1,0 ebus: [ID 521012 kern.info] power1 at ebus1: offset 0,800 genunix: [ID 936769 kern.info] power1 is /pci@1e,600000/isa@7/power@0,800 ebus: [ID 521012 kern.info] rmc_comm0 at ebus1: offset 0,3e8 genunix: [ID 936769 kern.info] rmc_comm0 is /pci@1e,600000/isa@7/rmc-comm@0,3e8 pcisch: [ID 370704 kern.info] PCI-device: pmu@6, pmubus1 pcisch: [ID 370704 kern.info] PCI-device: gpio@80000000, pmugpio0 genunix: [ID 936769 kern.info] pmugpio0 is /pci@1e,600000/pmu@6/gpio@80000000 pseudo: [ID 129642 kern.info] pseudo-device: rmclomv0 genunix: [ID 936769 kern.info] rmclomv0 is /pseudo/rmclomv@0 rmclomv: [ID 758372 kern.notice] Hardware watchdog enabled ebus: [ID 521012 kern.info] su2 at ebus1: offset 0,3f8 genunix: [ID 936769 kern.info] su2 is /pci@1e,600000/isa@7/serial@0,3f8 ebus: [ID 521012 kern.info] su3 at ebus1: offset 0,2e8 genunix: [ID 936769 kern.info] su3 is /pci@1e,600000/isa@7/serial@0,2e8 unix: [ID 270833 kern.info] cpu1: UltraSPARC-IIIi (portid 1 impl 0x16 ver 0x24 clock 1002 MHz) unix: [ID 270833 kern.info] cpu0: UltraSPARC-IIIi (portid 0 impl 0x16 ver 0x24 clock 1002 MHz) unix: [ID 721127 kern.info] cpu 0 initialization complete - online gld: [ID 944156 kern.info] bge0: BCM570x driver v0.22: type "ether" mac address 00:03:ba:58:f2:85 pcisch: [ID 370704 kern.info] PCI-device: network@2, bge0 genunix: [ID 936769 kern.info] bge0 is /pci@1f,700000/network@2 gld: [ID 944156 kern.info] bge1: BCM570x driver v0.22: type "ether" mac address 00:03:ba:58:f2:86 pcisch: [ID 370704 kern.info] PCI-device: network@2,1, bge1 genunix: [ID 936769 kern.info] bge1 is /pci@1f,700000/network@2,1 gld: [ID 944156 kern.info] bge2: BCM570x driver v0.22: type "ether" mac address 00:03:ba:58:f2:87 pcisch: [ID 370704 kern.info] PCI-device: network@2, bge2 genunix: [ID 936769 kern.info] bge2 is /pci@1d,700000/network@2 gld: [ID 944156 kern.info] bge3: BCM570x driver v0.22: type "ether" mac address 00:03:ba:58:f2:88 pcisch: [ID 370704 kern.info] PCI-device: network@2,1, bge3 genunix: [ID 936769 kern.info] bge3 is /pci@1d,700000/network@2,1 genunix: [ID 454863 kern.info] dump on /dev/dsk/c0t0d0s1 size 4096 MB pseudo: [ID 129642 kern.info] pseudo-device: devinfo0 genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0 ipf: [ID 920137 kern.notice] IP Filter: attach to [bge0,0] - IPv4 ipf: [ID 989912 kern.notice] IP Filter: v3.4.32, attaching complete. bge: [ID 801725 kern.info] NOTICE: bge0: link up 100Mbps Full-Duplex (initialised) ntpdate[188]: [ID 774510 daemon.notice] step time server 212.12.62.161 offset 0.966074 sec pseudo: [ID 129642 kern.info] pseudo-device: tod0 genunix: [ID 936769 kern.info] tod0 is /pseudo/tod@0 pseudo: [ID 129642 kern.info] pseudo-device: pm0 genunix: [ID 936769 kern.info] pm0 is /pseudo/pm@0 pseudo: [ID 129642 kern.info] pseudo-device: vol0 genunix: [ID 936769 kern.info] vol0 is /pseudo/vol@0 pseudo: [ID 129642 kern.info] pseudo-device: fcode0 genunix: [ID 936769 kern.info] fcode0 is /pseudo/fcode@0 xntpd[300]: [ID 702911 daemon.notice] xntpd 3-5.93e Mon Sep 20 15:47:11 PDT 1999 (1) xntpd[300]: [ID 301315 daemon.notice] tickadj = 5, tick = 10000, tvu_maxslew = 495, est. hz = 100 xntpd[300]: [ID 798731 daemon.notice] using kernel phase-lock loop 0041 pseudo: [ID 129642 kern.info] pseudo-device: devinfo0 genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0 pcisch: [ID 370704 kern.info] PCI-device: usb@a, ohci1 genunix: [ID 936769 kern.info] ohci1 is /pci@1e,600000/usb@a -- Stefan Bethke Fon +49 170 346 0140 From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 18:03:20 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A2E16A4CE for ; Sat, 26 Jun 2004 18:03:20 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F34243D3F for ; Sat, 26 Jun 2004 18:03:20 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i5QI362n015585; Sat, 26 Jun 2004 14:03:06 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i5QI36a1015584; Sat, 26 Jun 2004 14:03:06 -0400 (EDT) Date: Sat, 26 Jun 2004 14:03:06 -0400 From: Ken Smith To: Stefan Bethke Message-ID: <20040626180305.GA14895@electra.cse.Buffalo.EDU> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-sparc@freebsd.org Subject: Re: Trouble booting 6/12 snapshot on V210 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 18:03:21 -0000 On Sat, Jun 26, 2004 at 07:47:40PM +0200, Stefan Bethke wrote: > I'm in the process of setting up a Fire V210 (dual-proc US IIIe 1 GHz, > 2 GB RAM). > FWIW, here's a Solaris 8 dmesg from an identical system sitting next to > this one: > unix: [ID 270833 kern.info] cpu1: UltraSPARC-IIIi (portid 1 impl 0x16 Sorry, but UltraSPARC-III processors aren't supported (yet?). -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 18:35:38 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1383616A4CE for ; Sat, 26 Jun 2004 18:35:38 +0000 (GMT) Received: from schlepper.zs64.net (schlepper.zs64.net [212.12.50.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D70243D41 for ; Sat, 26 Jun 2004 18:35:37 +0000 (GMT) (envelope-from stb@lassitu.de) Received: from [IPv6:::1] (schlepper [212.12.50.230]) by schlepper.zs64.net (8.12.10/8.11.1) with ESMTP id i5QIZTst042619; Sat, 26 Jun 2004 20:35:29 +0200 (CEST) (envelope-from stb@lassitu.de) In-Reply-To: <20040626180305.GA14895@electra.cse.Buffalo.EDU> References: <20040626180305.GA14895@electra.cse.Buffalo.EDU> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <98E240F8-C79F-11D8-A151-000A95C893E4@lassitu.de> Content-Transfer-Encoding: 7bit From: Stefan Bethke Date: Sat, 26 Jun 2004 20:35:28 +0200 To: Ken Smith X-Mailer: Apple Mail (2.618) cc: freebsd-sparc@freebsd.org Subject: Re: Trouble booting 6/12 snapshot on V210 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 18:35:38 -0000 Am 26.06.2004 um 20:03 schrieb Ken Smith: > On Sat, Jun 26, 2004 at 07:47:40PM +0200, Stefan Bethke wrote: > >> I'm in the process of setting up a Fire V210 (dual-proc US IIIe 1 GHz, >> 2 GB RAM). > >> FWIW, here's a Solaris 8 dmesg from an identical system sitting next >> to >> this one: > >> unix: [ID 270833 kern.info] cpu1: UltraSPARC-IIIi (portid 1 impl 0x16 > > Sorry, but UltraSPARC-III processors aren't supported (yet?). What's missing? -- Stefan Bethke Fon +49 170 346 0140 From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 18:55:22 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3832816A4CE for ; Sat, 26 Jun 2004 18:55:22 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C736F43D31 for ; Sat, 26 Jun 2004 18:55:21 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i5QIt52n016562; Sat, 26 Jun 2004 14:55:05 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i5QIt50U016561; Sat, 26 Jun 2004 14:55:05 -0400 (EDT) Date: Sat, 26 Jun 2004 14:55:05 -0400 From: Ken Smith To: Stefan Bethke Message-ID: <20040626185505.GB14895@electra.cse.Buffalo.EDU> References: <20040626180305.GA14895@electra.cse.Buffalo.EDU> <98E240F8-C79F-11D8-A151-000A95C893E4@lassitu.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <98E240F8-C79F-11D8-A151-000A95C893E4@lassitu.de> User-Agent: Mutt/1.4.1i cc: Ken Smith cc: freebsd-sparc@freebsd.org Subject: Re: Trouble booting 6/12 snapshot on V210 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 18:55:22 -0000 On Sat, Jun 26, 2004 at 08:35:28PM +0200, Stefan Bethke wrote: > Am 26.06.2004 um 20:03 schrieb Ken Smith: > >Sorry, but UltraSPARC-III processors aren't supported (yet?). > > What's missing? Sorry but at the moment I'm not sure. Thomas or Jake or someone else might know. I've been spending all my sparc64 time reading Sparc Architecture manuals for the past week or so but it's been for the UltraSPARC-II's (background info to help figure out KSE stuff...). -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 23:02:27 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39CA616A4CE for ; Sat, 26 Jun 2004 23:02:27 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C9443D48 for ; Sat, 26 Jun 2004 23:02:27 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i5QN1bSO011115; Sat, 26 Jun 2004 16:01:37 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5QN1ZBJ011114; Sat, 26 Jun 2004 16:01:35 -0700 (PDT) (envelope-from obrien) Date: Sat, 26 Jun 2004 16:01:35 -0700 From: "David O'Brien" To: Stefan Bethke Message-ID: <20040626230134.GB11047@dragon.nuxi.com> References: <20040626180305.GA14895@electra.cse.Buffalo.EDU> <98E240F8-C79F-11D8-A151-000A95C893E4@lassitu.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <98E240F8-C79F-11D8-A151-000A95C893E4@lassitu.de> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Ken Smith cc: freebsd-sparc@freebsd.org Subject: Re: Trouble booting 6/12 snapshot on V210 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 23:02:27 -0000 On Sat, Jun 26, 2004 at 08:35:28PM +0200, Stefan Bethke wrote: > >>unix: [ID 270833 kern.info] cpu1: UltraSPARC-IIIi (portid 1 impl 0x16 > >Sorry, but UltraSPARC-III processors aren't supported (yet?). > > What's missing? Sufficient documentation from Sun in order to write an OS kernel for it. -- -- David (obrien@FreeBSD.org) From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 23:21:03 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC1F16A4CE for ; Sat, 26 Jun 2004 23:21:03 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF01D43D2F for ; Sat, 26 Jun 2004 23:21:02 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i5QNN3DJ056558; Sat, 26 Jun 2004 17:23:03 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40DE0438.2060508@freebsd.org> Date: Sat, 26 Jun 2004 17:18:16 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stefan Bethke References: <20040626180305.GA14895@electra.cse.Buffalo.EDU> <98E240F8-C79F-11D8-A151-000A95C893E4@lassitu.de> In-Reply-To: <98E240F8-C79F-11D8-A151-000A95C893E4@lassitu.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Ken Smith cc: freebsd-sparc@freebsd.org Subject: Re: Trouble booting 6/12 snapshot on V210 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 23:21:03 -0000 Stefan Bethke wrote: > Am 26.06.2004 um 20:03 schrieb Ken Smith: > >> On Sat, Jun 26, 2004 at 07:47:40PM +0200, Stefan Bethke wrote: >> >>> I'm in the process of setting up a Fire V210 (dual-proc US IIIe 1 GHz, >>> 2 GB RAM). >> >> >>> FWIW, here's a Solaris 8 dmesg from an identical system sitting next to >>> this one: >> >> >>> unix: [ID 270833 kern.info] cpu1: UltraSPARC-IIIi (portid 1 impl 0x16 >> >> >> Sorry, but UltraSPARC-III processors aren't supported (yet?). > > > What's missing? > Documentation on the northbridge so that interrupts can be routed and other resources be identified and handled correctly. Scott From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 26 23:21:09 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0279716A501 for ; Sat, 26 Jun 2004 23:21:05 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA9643D1F for ; Sat, 26 Jun 2004 23:21:05 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i5QNJej9012151; Sat, 26 Jun 2004 16:19:41 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5QNJe9d012150; Sat, 26 Jun 2004 16:19:40 -0700 (PDT) (envelope-from obrien) Date: Sat, 26 Jun 2004 16:19:40 -0700 From: "David O'Brien" To: Pat Martin Message-ID: <20040626231940.GC11573@dragon.nuxi.com> References: <44db0385040625093364ae4f27@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44db0385040625093364ae4f27@mail.gmail.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-sparc64@freebsd.org Subject: Re: Ultra 5 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 23:21:09 -0000 On Fri, Jun 25, 2004 at 09:33:21AM -0700, Pat Martin wrote: > I have been considering FreeBSD on my home server (Sparc Ultra 5). I > have read some things saying it will not work but they always > reference 5.0. Is the Ultra 5 fully supported including X? If so, > would it be possible to add a pci usb card to the system so that I can > use a usb mouse instead of the sun mouse I have? FreeBSD/sparc64 does not support running X on a Ultra5. But you said this was for a server -- so a serial console should be fine. ;-) -- -- David (obrien@FreeBSD.org)