From owner-freebsd-sparc64@FreeBSD.ORG Sun Apr 25 13:45: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 71D2F16A4CE for ; Sun, 25 Apr 2004 13:45:49 -0700 (PDT) Received: from storm.isw.student.khleuven.be (storm.isw.student.khleuven.be [193.190.138.66]) by mx1.FreeBSD.org (Postfix) with SMTP id B0E6043D1F for ; Sun, 25 Apr 2004 13:45:48 -0700 (PDT) (envelope-from root@storm.isw.student.khleuven.be) Received: (qmail 42928 invoked by uid 0); 25 Apr 2004 20:45:21 -0000 Date: Sun, 25 Apr 2004 22:45:21 +0200 From: Ward Viaene To: sparc64@freebsd.org Message-ID: <20040425204521.GA42884@storm.isw.student.khleuven.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: kernelbuild failure 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, 25 Apr 2004 20:45:49 -0000 Hi, I'm trying to build my kernel with usb keyboard support, but during the kernelbuild, when linking the kernel, I've got this error: linking kernel ukbd.o: In function `ukbd_match': ukbd.o(.text+0x20): undefined reference to `kbd_get_switch' ukbd.o: In function `ukbd_attach': ukbd.o(.text+0xb0): undefined reference to `kbd_get_switch' ukbd.o: In function `ukbd_detach': ukbd.o(.text+0x1d4): undefined reference to `kbd_find_keyboard' ukbd.o(.text+0x1dc): undefined reference to `kbd_get_keyboard' ukbd.o(.text+0x1f0): undefined reference to `kbdsw' ukbd.o(.text+0x1f4): undefined reference to `kbdsw' ukbd.o(.text+0x210): undefined reference to `kbdsw' ukbd.o: In function `ukbd_resume': ukbd.o(.text+0x254): undefined reference to `kbd_find_keyboard' ukbd.o(.text+0x25c): undefined reference to `kbd_get_keyboard' ukbd.o(.text+0x268): undefined reference to `kbdsw' ukbd.o(.text+0x270): undefined reference to `kbdsw' ukbd.o: In function `ukbd_intr': ukbd.o(.text+0x2ac): undefined reference to `kbdsw' ukbd.o(.text+0x2b0): undefined reference to `kbdsw' ukbd.o: In function `ukbd_init': ukbd.o(.text+0x550): undefined reference to `kbd_init_struct' ukbd.o(.text+0x5c0): undefined reference to `kbd_set_maps' ukbd.o(.text+0x6b4): undefined reference to `kbd_register' ukbd.o: In function `ukbd_term': ukbd.o(.text+0x81c): undefined reference to `kbd_unregister' ukbd.o: In function `ukbd_timeout': ukbd.o(.text+0x8ac): undefined reference to `kbdsw' ukbd.o(.text+0x8b0): undefined reference to `kbdsw' ukbd.o: In function `ukbd_read_char': ukbd.o(.text+0x12c4): undefined reference to `genkbd_keyaction' ukbd.o: In function `ukbd_ioctl': ukbd.o(.text+0x1610): undefined reference to `genkbd_commonioctl' ukbd.o: In function `ukbd_driver_load': ukbd.o(.text+0x1a64): undefined reference to `kbd_add_driver' ukbd.o(.text+0x1a78): undefined reference to `kbd_delete_driver' ukbd.o(.data+0x2d8): undefined reference to `genkbd_get_fkeystr' ukbd.o(.data+0x2e8): undefined reference to `genkbd_diag' I added this lines in my config: device uhci device usb device ugen device uhid device ukbd The machine is a sun blade 150 with freebsd 5.2.1 on it. The steps Itook to build this kernel was: rm -rf /usr/obj/* make buildworld make buildkernel KERNCONF=MYCONF Thanks in advance, Ward Viaene From owner-freebsd-sparc64@FreeBSD.ORG Sun Apr 25 16:33: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 4BE5616A4CE for ; Sun, 25 Apr 2004 16:33:43 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCC0F43D48 for ; Sun, 25 Apr 2004 16:33:42 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (bdc243da2cbb3e33e00f0b07802600d9@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3PNXfY4019559; Sun, 25 Apr 2004 18:33:41 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D81EB52322; Sun, 25 Apr 2004 16:33:40 -0700 (PDT) Date: Sun, 25 Apr 2004 16:33:40 -0700 From: Kris Kennaway To: Ward Viaene Message-ID: <20040425233340.GA48545@xor.obsecurity.org> References: <20040425204521.GA42884@storm.isw.student.khleuven.be> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <20040425204521.GA42884@storm.isw.student.khleuven.be> User-Agent: Mutt/1.4.2.1i cc: sparc64@freebsd.org Subject: Re: kernelbuild failure 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, 25 Apr 2004 23:33:43 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 25, 2004 at 10:45:21PM +0200, Ward Viaene wrote: > Hi, >=20 > I'm trying to build my kernel with usb keyboard support, but during the k= ernelbuild, when linking the kernel, I've got this error: >=20 > linking kernel > ukbd.o: In function `ukbd_match': > ukbd.o(.text+0x20): undefined reference to `kbd_get_switch' This almost always means you have omitted something required from your kernel configuration. Go back and compare it to GENERIC, and carefully read the comments that tell you which systems are required when you include support for a particular system. Kris --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAjErUWry0BWjoQKURArzjAKDGKQ8XuqUShAVl4T9Vvdplfy8KxQCdGaWb W9qCl3/Jiu+kMH5vK9kHpKc= =+sqS -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-freebsd-sparc64@FreeBSD.ORG Mon Apr 26 11:01: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 4C93616A4CF for ; Mon, 26 Apr 2004 11:01:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E6143D41 for ; Mon, 26 Apr 2004 11:01:32 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) i3QI1WGW045459 for ; Mon, 26 Apr 2004 11:01:32 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i3QI1VcN045453 for freebsd-sparc64@freebsd.org; Mon, 26 Apr 2004 11:01:31 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 26 Apr 2004 11:01:31 -0700 (PDT) Message-Id: <200404261801.i3QI1VcN045453@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, 26 Apr 2004 18:01:32 -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/20] 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/28] sparc64/62053sparc64 Using bridging on 5.2 Sparc64 causes imme 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2003/10/10] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di 1 problem total. From owner-freebsd-sparc64@FreeBSD.ORG Mon Apr 26 14:59:23 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 3200116A4EF for ; Mon, 26 Apr 2004 14:59:23 -0700 (PDT) Received: from netlx014.civ.utwente.nl (netlx014.civ.utwente.nl [130.89.1.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B1CB43D5E for ; Mon, 26 Apr 2004 14:59:22 -0700 (PDT) (envelope-from r.s.a.vandomburg@student.utwente.nl) Received: from gog (gog.student.utwente.nl [130.89.165.107]) by netlx014.civ.utwente.nl (8.11.7/HKD) with ESMTP id i3QLxG814493 for ; Mon, 26 Apr 2004 23:59:16 +0200 Message-Id: <200404262159.i3QLxG814493@netlx014.civ.utwente.nl> From: "Roderick van Domburg" To: Date: Mon, 26 Apr 2004 23:59:18 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.132 Thread-Index: AcQrqvnizzvAtOFWS1qdGpEsb26hwQALq7cA X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-SpamScore: s X-MailScanner-From: r.s.a.vandomburg@student.utwente.nl Subject: FW: ISC dhcp server on NetBSD 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, 26 Apr 2004 21:59:23 -0000 Just so that you know. > -----Original Message----- > From: dhcp-hackers-bounce@isc.org [mailto:dhcp-hackers-bounce@isc.org] On > Behalf Of David W. Hankins > Sent: maandag 26 april 2004 18:21 > To: dhcp-hackers@isc.org > Subject: Re: ISC dhcp server on NetBSD > > On Sun, Apr 25, 2004 at 03:53:28PM +0200, Roderick van Domburg wrote: > > For completeness: on some FreeBSD targets (sparc64), time_t already is > > 64-bit. dhclient fails horribly on these targets, and it's safe to > assume > > that dhcpd will too. > really? > > $ uname -srp > FreeBSD 5.2.1-RELEASE-p4 amd64 > > dhclient works fine for me. sizeof(time_t) == 8. nary a glitch. > admittedly, i haven't tried dhcpd, except to check syntaxes on > test configs. > > furthermore, i hear nothing but minor glitches (none in rc13) from > people who have chosen the relatively harder path of running isc > dhcpd and/or dhclient on sparc64 systems running solaris. > > > i must conclude then that if there is some problem with 3.0.1rc13 > freebsd-sparc64 dhclient, it is with freebsd-sparc64 specifically. > > -- > David W. Hankins "If you don't do it right the first time, > Operations Engineer you'll just have to do it again." > Internet Systems Consortium, Inc. -- Jack T. Hankins > > -- Attached file included as plaintext by Ecartis -- > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (FreeBSD) > > iD8DBQFAjTcHcXeLeWu2vmoRAuBpAJ9TzJPGjF23FXmQbb2wQ0S+fDxbuwCePVnD > 6BBt7xZ9cYwus72kYs4TDWY= > =cDn6 > -----END PGP SIGNATURE----- > From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 28 01:29:23 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 2A76E16A4CF for ; Wed, 28 Apr 2004 01:29:22 -0700 (PDT) Received: from smtp-out3.xs4all.nl (smtp-out3.xs4all.nl [194.109.24.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4787F43D3F for ; Wed, 28 Apr 2004 01:29:21 -0700 (PDT) (envelope-from tuur@tuur.biz) Received: from WEB2 (kokmeister.xs4all.nl [213.84.105.12]) by smtp-out3.xs4all.nl (8.12.10/8.12.10) with SMTP id i3S8TKPh079422 for ; Wed, 28 Apr 2004 10:29:20 +0200 (CEST) Message-ID: <01f601c42cfb$120b7250$0300a8c0@WEB2> From: "Arthur" To: Date: Wed, 28 Apr 2004 10:30:31 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: tftp loader 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, 28 Apr 2004 08:29:25 -0000 Hi All, I'm trying to create a freebsd install server for installing a couple of = sun blades. But i can't find the 'loader-tftp.gz' file anywhere... Can somebody tell me where I can find this loader? Thanks! Arthur From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 28 01:40:33 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 9632216A4CE for ; Wed, 28 Apr 2004 01:40:33 -0700 (PDT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A52843D3F for ; Wed, 28 Apr 2004 01:40:33 -0700 (PDT) (envelope-from j@ida.interface-business.de) Received: by ida.interface-business.de (Postfix, from userid 107) id 94CA27A48; Wed, 28 Apr 2004 10:40:31 +0200 (MET DST) Date: Wed, 28 Apr 2004 10:40:31 +0200 From: Joerg Wunsch To: Arthur Message-ID: <20040428104031.B23389@ida.interface-business.de> References: <01f601c42cfb$120b7250$0300a8c0@WEB2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01f601c42cfb$120b7250$0300a8c0@WEB2>; from tuur@tuur.biz on Wed, Apr 28, 2004 at 10:30:31AM +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: tftp loader 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: Wed, 28 Apr 2004 08:40:33 -0000 As Arthur wrote: > I'm trying to create a freebsd install server for installing a > couple of sun blades. But i can't find the 'loader-tftp.gz' file > anywhere... Can somebody tell me where I can find this loader? It's the standard /boot/loader file from any FreeBSD/sparc64 system. (You can also find it on the installation CD-ROM image.) -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 28 02:53:37 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 4F75F16A4CE for ; Wed, 28 Apr 2004 02:53:37 -0700 (PDT) Received: from smtp-out4.xs4all.nl (smtp-out4.xs4all.nl [194.109.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1EC43D49 for ; Wed, 28 Apr 2004 02:53:36 -0700 (PDT) (envelope-from tuur@tuur.biz) Received: from WEB2 (kokmeister.xs4all.nl [213.84.105.12]) by smtp-out4.xs4all.nl (8.12.10/8.12.10) with SMTP id i3S9rUBT051311; Wed, 28 Apr 2004 11:53:31 +0200 (CEST) Message-ID: <027e01c42d06$d4951410$0300a8c0@WEB2> From: "Arthur" To: "Joerg Wunsch" References: <01f601c42cfb$120b7250$0300a8c0@WEB2> <20040428104031.B23389@ida.interface-business.de> Date: Wed, 28 Apr 2004 11:54:41 +0200 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-sparc64@freebsd.org Subject: Re: tftp loader 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, 28 Apr 2004 09:53:37 -0000 Thanks! Now i'm looking for the 'distrib.tar.gz' file.... Can't find that either.... :( Can i create it myself? (Just put the files needed there?) ----- Original Message ----- From: "Joerg Wunsch" To: "Arthur" Cc: Sent: Wednesday, April 28, 2004 10:40 AM Subject: Re: tftp loader > As Arthur wrote: > > > I'm trying to create a freebsd install server for installing a > > couple of sun blades. But i can't find the 'loader-tftp.gz' file > > anywhere... Can somebody tell me where I can find this loader? > > It's the standard /boot/loader file from any FreeBSD/sparc64 system. > (You can also find it on the installation CD-ROM image.) > -- > J"org Wunsch Unix support engineer > joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ > > From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 28 02:55:28 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 969CA16A4CE for ; Wed, 28 Apr 2004 02:55:28 -0700 (PDT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546B443D5E for ; Wed, 28 Apr 2004 02:55:28 -0700 (PDT) (envelope-from j@ida.interface-business.de) Received: by ida.interface-business.de (Postfix, from userid 107) id 9AD9B7A48; Wed, 28 Apr 2004 11:55:26 +0200 (MET DST) Date: Wed, 28 Apr 2004 11:55:26 +0200 From: Joerg Wunsch To: Arthur Message-ID: <20040428115526.E23389@ida.interface-business.de> References: <01f601c42cfb$120b7250$0300a8c0@WEB2> <20040428104031.B23389@ida.interface-business.de> <027e01c42d06$d4951410$0300a8c0@WEB2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <027e01c42d06$d4951410$0300a8c0@WEB2>; from tuur@tuur.biz on Wed, Apr 28, 2004 at 11:54:41AM +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: tftp loader 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: Wed, 28 Apr 2004 09:55:28 -0000 As Arthur wrote: > Thanks! > Now i'm looking for the 'distrib.tar.gz' file.... I simply downloaded the Mini-ISO, and mounted that on the server machine. I got my E450 installed that way. -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 28 07:49:17 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 1D13216A4CE for ; Wed, 28 Apr 2004 07:49:17 -0700 (PDT) Received: from smtp-out3.xs4all.nl (smtp-out3.xs4all.nl [194.109.24.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93D8843D5A for ; Wed, 28 Apr 2004 07:49:16 -0700 (PDT) (envelope-from tuur@tuur.biz) Received: from WEB2 (kokmeister.xs4all.nl [213.84.105.12]) by smtp-out3.xs4all.nl (8.12.10/8.12.10) with SMTP id i3SEnFql012205 for ; Wed, 28 Apr 2004 16:49:15 +0200 (CEST) Message-ID: <02d101c42d30$25318920$0300a8c0@WEB2> From: "Arthur" To: References: <01f601c42cfb$120b7250$0300a8c0@WEB2> <20040428104031.B23389@ida.interface-business.de> <027e01c42d06$d4951410$0300a8c0@WEB2> <20040428115526.E23389@ida.interface-business.de> Date: Wed, 28 Apr 2004 16:50:27 +0200 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: tftp loader 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, 28 Apr 2004 14:49:17 -0000 Thanks again! I got the loader working... Or at least, I got the tftp part and the bootp thing working... But now I have this problem: (Copied and pasted the output of my terminal screen below) ----------------------------------------------- Sun Serverblade1 (UltraSPARC-IIe 650MHz), No Keyboard Copyright 1998-2002 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.7.5, 1024 MB memory installed, Serial #xx. Ethernet address xx, Host ID: xx Rebooting with command: boot net Boot device: /pci@1f,0/network@a File and args: 1000 Mbps FDXLink up 37a00 Server IP address: xx Client IP address: xx Console: OpenFirmware console FreeBSD/sparc64 bootstrap loader, Revision 1.0 (root@sparkle.attlabs.net, Thu Jun 5 00:18:44 GMT 2003) bootpath="/pci@1f,0/network@a" boot: ethernet address: xx 1000 Mbps FDXLink up net_open: server addr: xxxx net_open: server path: /tftpboot Loading /boot/defaults/loader.conf /Fast Data Access MMU Miss ok ----------------------------------------------- The spinning '|\-/|' sign does spin, but it does it very (very) slowly. Can anybody help? (Or at least point me in the right direction...) I tried both the 5.2.1 and the 5.1 release. Regards, Arthur ----- Original Message ----- From: "Joerg Wunsch" To: "Arthur" Cc: Sent: Wednesday, April 28, 2004 11:55 AM Subject: Re: tftp loader > As Arthur wrote: > > > Thanks! > > Now i'm looking for the 'distrib.tar.gz' file.... > > I simply downloaded the Mini-ISO, and mounted that on the server > machine. I got my E450 installed that way. > -- > J"org Wunsch Unix support engineer > joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ > > From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 28 10:01: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 BCBA216A4CE for ; Wed, 28 Apr 2004 10:01:50 -0700 (PDT) Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25ECF43D1F for ; Wed, 28 Apr 2004 10:01:50 -0700 (PDT) (envelope-from tuur@tuur.biz) Received: from WEB2 (kokmeister.xs4all.nl [213.84.105.12]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with SMTP id i3SH1jJM069528 for ; Wed, 28 Apr 2004 19:01:49 +0200 (CEST) Message-ID: <02fa01c42d42$aa043370$0300a8c0@WEB2> From: "Arthur" To: References: <01f601c42cfb$120b7250$0300a8c0@WEB2><20040428104031.B23389@ida.interface-business.de><027e01c42d06$d4951410$0300a8c0@WEB2><20040428115526.E23389@ida.interface-business.de> <02d101c42d30$25318920$0300a8c0@WEB2> Date: Wed, 28 Apr 2004 19:02:57 +0200 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: tftp loader 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, 28 Apr 2004 17:01:51 -0000 I fixed the previous problem by loading the kernel over NFS. There seems to be some problem with loading the kernel over TFTP. But now; I get this error: ---SNIP---- isa0: on isab0 pci0: at device 3.0 (no driver attached) pci0: at device 10.0 (no driver attached) pci0: at device 11.0 (no driver attached) atapci0: port 0x920-0x92f,0x908-0x90b,0x91 0-0x917,0x918-0x91b,0x900-0x907 at device 13.0 on pci0 atapci0: [MPSAFE] ata2: at 0x900 on atapci0 ata2: [MPSAFE] IOMMU fault virtual address 0xc3018000 panic: pcib: uncorrectable DMA error AFAR 0x6d6060 AFSR 0x210000ff80000000 cpuid = 0; Uptime: 1s Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... Resetting ... Any ideas? ----- Original Message ----- From: "Arthur" To: Sent: Wednesday, April 28, 2004 4:50 PM Subject: Re: tftp loader > > Thanks again! > I got the loader working... Or at least, I got the tftp part and the bootp > thing working... > But now I have this problem: > > (Copied and pasted the output of my terminal screen below) > > ----------------------------------------------- > Sun Serverblade1 (UltraSPARC-IIe 650MHz), No Keyboard > Copyright 1998-2002 Sun Microsystems, Inc. All rights reserved. > OpenBoot 4.7.5, 1024 MB memory installed, Serial #xx. > Ethernet address xx, Host ID: xx > > Rebooting with command: boot net > Boot device: /pci@1f,0/network@a File and args: > 1000 Mbps FDXLink up > 37a00 > Server IP address: xx > Client IP address: xx > Console: OpenFirmware console > > FreeBSD/sparc64 bootstrap loader, Revision 1.0 > (root@sparkle.attlabs.net, Thu Jun 5 00:18:44 GMT 2003) > bootpath="/pci@1f,0/network@a" > boot: ethernet address: xx > 1000 Mbps FDXLink up > net_open: server addr: xxxx > net_open: server path: /tftpboot > Loading /boot/defaults/loader.conf > /Fast Data Access MMU Miss > ok > > ----------------------------------------------- > > The spinning '|\-/|' sign does spin, but it does it very (very) slowly. > Can anybody help? (Or at least point me in the right direction...) > I tried both the 5.2.1 and the 5.1 release. > > Regards, > > > Arthur > > > ----- Original Message ----- > From: "Joerg Wunsch" > To: "Arthur" > Cc: > Sent: Wednesday, April 28, 2004 11:55 AM > Subject: Re: tftp loader > > > > As Arthur wrote: > > > > > Thanks! > > > Now i'm looking for the 'distrib.tar.gz' file.... > > > > I simply downloaded the Mini-ISO, and mounted that on the server > > machine. I got my E450 installed that way. > > -- > > J"org Wunsch Unix support engineer > > joerg_wunsch@interface-systems.de > http://www.interface-systems.de/~j/ > > > > > > _______________________________________________ > 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 Wed Apr 28 13:22:39 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 AE15516A4CF; Wed, 28 Apr 2004 13:22:39 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F66E43D1F; Wed, 28 Apr 2004 13:22:39 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (5ba2cedfe465ab620aa048b970f5ea97@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3SKMcBi019056; Wed, 28 Apr 2004 15:22:38 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DA3C45220D; Wed, 28 Apr 2004 13:22:37 -0700 (PDT) Date: Wed, 28 Apr 2004 13:22:37 -0700 From: Kris Kennaway To: Kirill Ponomarew Message-ID: <20040428202237.GA49702@xor.obsecurity.org> References: <200404281956.i3SJuZxU033263@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <200404281956.i3SJuZxU033263@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: sparc64@FreeBSD.org Subject: 32-bit time in (Re: cvs commit: ports/net/pppd23 Makefile ports/net/pppd23/files extra-patch-no-logf patch-ab) 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, 28 Apr 2004 20:22:39 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 28, 2004 at 12:56:35PM -0700, Kirill Ponomarew wrote: > krion 2004/04/28 12:56:35 PDT >=20 > FreeBSD ports repository >=20 > Modified files: > net/pppd23 Makefile=20 > Added files: > net/pppd23/files extra-patch-no-logf patch-ab=20 > Log: > - Reflect changes on FreeBSD 5.* to load if_ppp.ko unless > already loaded. (Thx to zoleg at buryatia dot ru for > pointing that) Current code will try both old and new method. > - Fix build on amd64 > - Reflect internal logf() for GCC 3-x > - Reflect 32bitness of time in `struct lastlog'. I wonder if this 32-bitness is related to the accounting problems noticed on sparc64 since the 64-bit time_t changeover: struct lastlog { int32_t ll_time; char ll_line[UT_LINESIZE]; char ll_host[UT_HOSTSIZE]; }; struct utmp { char ut_line[UT_LINESIZE]; char ut_name[UT_NAMESIZE]; char ut_host[UT_HOSTSIZE]; int32_t ut_time; }; Kris --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkBKNWry0BWjoQKURAmJsAJ9eAcqfRReI/x+TUcCQWqTS4twkegCfY7im BWYtr0J6GG5MMWSYiGsw9H4= =txCO -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 28 13:48:30 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 1FF2516A4CE; Wed, 28 Apr 2004 13:48:30 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929DC43D49; Wed, 28 Apr 2004 13:48:29 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i3SKmO6F086754; Wed, 28 Apr 2004 22:48:28 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i3SKmJbT086753; Wed, 28 Apr 2004 22:48:19 +0200 (CEST) (envelope-from marius) Date: Wed, 28 Apr 2004 22:48:19 +0200 From: Marius Strobl To: Kris Kennaway Message-ID: <20040428224819.A86269@newtrinity.zeist.de> References: <200404281956.i3SJuZxU033263@repoman.freebsd.org> <20040428202237.GA49702@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040428202237.GA49702@xor.obsecurity.org>; from kris@obsecurity.org on Wed, Apr 28, 2004 at 01:22:37PM -0700 X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.25.0.2; VDF 6.25.0.38 (host: newtrinity.zeist.de) cc: current@freebsd.org cc: sparc64@freebsd.org Subject: Re: 32-bit time in (Re: cvs commit: ports/net/pppd23 Makefile ports/net/pppd23/files extra-patch-no-logf patch-ab) 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, 28 Apr 2004 20:48:30 -0000 On Wed, Apr 28, 2004 at 01:22:37PM -0700, Kris Kennaway wrote: > > I wonder if this 32-bitness is related to the accounting problems > noticed on sparc64 since the 64-bit time_t changeover: > > struct lastlog { > int32_t ll_time; > char ll_line[UT_LINESIZE]; > char ll_host[UT_HOSTSIZE]; > }; > > struct utmp { > char ut_line[UT_LINESIZE]; > char ut_name[UT_NAMESIZE]; > char ut_host[UT_HOSTSIZE]; > int32_t ut_time; > }; > Like I said before, this isn't a sparc64 specific problem, I also see it on my -current i386 boxes: tristan# uname -a FreeBSD tristan.franken.de 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Apr 28 22:11:03 CEST 2004 root@tristan.franken.de:/usr/src/sys/i386/compile/tristan i386 tristan# /etc/periodic/monthly/200.accounting Doing login accounting: (Skipped 709 of 739 records due to invalid time values) (Changed 3 of 739 records to have a more likely time value) root -65080.69 marius -136664.62 total -201745.32 I think it's connected to SCHED_ULE, but haven't checked that closely, yet. From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 28 13:54:30 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 DCE1616A4CE; Wed, 28 Apr 2004 13:54:30 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 975AB43D49; Wed, 28 Apr 2004 13:54:30 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (c725bb69b9de4b2484569928d8a944be@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3SKsKQZ014360; Wed, 28 Apr 2004 13:54:24 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C364F5220D; Wed, 28 Apr 2004 13:54:19 -0700 (PDT) Date: Wed, 28 Apr 2004 13:54:19 -0700 From: Kris Kennaway To: Marius Strobl Message-ID: <20040428205419.GA50080@xor.obsecurity.org> References: <200404281956.i3SJuZxU033263@repoman.freebsd.org> <20040428202237.GA49702@xor.obsecurity.org> <20040428224819.A86269@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <20040428224819.A86269@newtrinity.zeist.de> User-Agent: Mutt/1.4.2.1i cc: sparc64@freebsd.org cc: current@freebsd.org cc: Kris Kennaway Subject: Re: 32-bit time in (Re: cvs commit: ports/net/pppd23 Makefile ports/net/pppd23/files extra-patch-no-logf patch-ab) 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, 28 Apr 2004 20:54:31 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 28, 2004 at 10:48:19PM +0200, Marius Strobl wrote: > On Wed, Apr 28, 2004 at 01:22:37PM -0700, Kris Kennaway wrote: > >=20 > > I wonder if this 32-bitness is related to the accounting problems > > noticed on sparc64 since the 64-bit time_t changeover: > >=20 > > struct lastlog { > > int32_t ll_time; > > char ll_line[UT_LINESIZE]; > > char ll_host[UT_HOSTSIZE]; > > }; > >=20 > > struct utmp { > > char ut_line[UT_LINESIZE]; > > char ut_name[UT_NAMESIZE]; > > char ut_host[UT_HOSTSIZE]; > > int32_t ut_time; > > }; > >=20 >=20 > Like I said before, this isn't a sparc64 specific problem, I also see > it on my -current i386 boxes: >=20 > tristan# uname -a > FreeBSD tristan.franken.de 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Apr 28= 22:11:03 CEST 2004 root@tristan.franken.de:/usr/src/sys/i386/compile/t= ristan i386 > tristan# /etc/periodic/monthly/200.accounting >=20 > Doing login accounting: > (Skipped 709 of 739 records due to invalid time values) > (Changed 3 of 739 records to have a more likely time value) > root -65080.69 > marius -136664.62 > total -201745.32 >=20 > I think it's connected to SCHED_ULE, but haven't checked that closely, > yet. OK, perhaps a general PR should be opened about this. Kris --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkBn7Wry0BWjoQKURAvKNAJ9XIs7AJEvo/aqMTv+Jh/n06FqMkACg17fg mhpa6uguAtYyWQsEdNKIgHk= =PIzy -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-freebsd-sparc64@FreeBSD.ORG Fri Apr 30 01:48: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 2569916A4CE for ; Fri, 30 Apr 2004 01:48:48 -0700 (PDT) Received: from a.mx.camcontacts.net (a.mx.camcontacts.net [195.149.126.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3984C43D2F for ; Fri, 30 Apr 2004 01:48:43 -0700 (PDT) (envelope-from Help@CamContacts.net) Received: (qmail 11382 invoked by uid 509); 30 Apr 2004 08:48:41 -0000 Received: from unknown (HELO handler.camcontacts.net) (159.148.115.17) by 0 with DES-CBC3-SHA encrypted SMTP; 30 Apr 2004 08:48:41 -0000 Received: (qmail 29023 invoked by uid 399); 30 Apr 2004 08:48:40 -0000 Date: 30 Apr 2004 08:48:40 -0000 Message-ID: <20040430084840.29020.qmail@camcontacts.net> From: Help@CamContacts.net To: freebsd-sparc@freebsd.org Precedence: junk Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Subject: Automatic reply ( warning) 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, 30 Apr 2004 08:48:48 -0000 Thanks for e-mailing CamContacts Customer Support! With this auto-reply we confirm we have received your e-mail and will get back to you as soon as possible. It should not take more than an hour (usually much less) unless your query is really a hard one ;-) If you do not receive a response within 24 hours, please e-mail us again from another e-mail address so that we can be sure our reply gets to your Inbox (we have had several reports that even the world's biggest free e-mail servers can be pretty unreliable at times!) Please do not reply to this message! From owner-freebsd-sparc64@FreeBSD.ORG Fri Apr 30 08:06: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 D771516A4CE for ; Fri, 30 Apr 2004 08:06:40 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA1143D1F for ; Fri, 30 Apr 2004 08:06:40 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i3UF6c6F044330 for ; Fri, 30 Apr 2004 17:06:38 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i3UF6XTG044329 for sparc64@freebsd.org; Fri, 30 Apr 2004 17:06:33 +0200 (CEST) (envelope-from marius) Date: Fri, 30 Apr 2004 17:06:33 +0200 From: Marius Strobl To: sparc64@freebsd.org Message-ID: <20040430170633.F78119@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.25.0.2; VDF 6.25.0.39 (host: newtrinity.zeist.de) Subject: [marius@freebsd.org: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/conf GENERIC NOTES] 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, 30 Apr 2004 15:06:41 -0000 FYI, I just removed the separate kernel option for Sun APB PCI-PCI bridges, so if you get a: config: Error: device "apb" is unknown next time you try to build a kernel don't be scared, just remove "device apb" from your kernel config file. ----- Forwarded message from Marius Strobl ----- marius 2004/04/30 08:00:41 PDT FreeBSD src repository Modified files: sys/conf files.sparc64 sys/sparc64/conf GENERIC NOTES Log: Remove the separate kernel option for Sun APB PCI-PCI bridges and make support for them conditional on the pci(4) kernel option instead. OK'ed by: tmm Revision Changes Path 1.52 +1 -1 src/sys/conf/files.sparc64 1.69 +0 -1 src/sys/sparc64/conf/GENERIC 1.5 +0 -1 src/sys/sparc64/conf/NOTES _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" ----- End forwarded message ----- From owner-freebsd-sparc64@FreeBSD.ORG Fri Apr 30 13:02:01 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 81C4216A4CE; Fri, 30 Apr 2004 13:02:01 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED8D643D58; Fri, 30 Apr 2004 13:02:00 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i3UK1x6F049763; Fri, 30 Apr 2004 22:01:59 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i3UK1sPY049762; Fri, 30 Apr 2004 22:01:54 +0200 (CEST) (envelope-from marius) Date: Fri, 30 Apr 2004 22:01:54 +0200 From: Marius Strobl To: sparc64@freebsd.org Message-ID: <20040430220154.A48341@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.25.0.2; VDF 6.25.0.39 (host: newtrinity.zeist.de) cc: tmm@freebsd.org Subject: Removal of old PCI code 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, 30 Apr 2004 20:02:01 -0000 If there are no objections I will remove the old sparc64 specific PCI code (as opposed to "options OFW_NEWPCI") on May 8th, as it's slowly getting in the way. The new PCI code is enabled by default in GENERIC for 8 months now and FreeBSD 5.2 and 5.2.1 shipped with this configuration. So if you installed FreeBSD/sparc64 with the 5.2 or 5.2.1 release or you installed with an older release but upgraded and turned on "options OFW_NEWPCI" in your kernel configuration file since then, nothing will change for you (other than you will have to remove "options OFW_NEWPCI" once it no longer exists). For those _not_ yet running with the new PCI code please switch to it now! The log of the commit that added the new PCI code tells you what changes you might have to expect: A pitfall, and the reason why this is not the default yet, is that it changes device enumeration, as mentioned above, which can make it necessary to change the system configuration if more than one unit of a device type is present (on a system with two hme cards, for example, it is possible that hme0 becomes hme1 and vice versa after enabling the option). Systems with multiple disk controllers may need to be booted into single user (and require manual specification of the root file system on boot) to adjust the fstab. In my experience switching to the new PCI code on a system that only uses the built-in disk and network interface controllers is painless and normally doesn't require much of interaction. However, if your box has more than one built-in NIC and their order is currently swapped under FreeBSD (i.e. "Net 0" is hme1 and vice versa) be prepared that their order switches to what is actually printed on the box. For those who wonders, the removal of the old PCI code is agreed upon by Thomas Moestl. From owner-freebsd-sparc64@FreeBSD.ORG Fri Apr 30 14:13: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 A952116A4CF; Fri, 30 Apr 2004 14:13:46 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6125F43D46; Fri, 30 Apr 2004 14:13:46 -0700 (PDT) (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.10) with ESMTP id i3ULDeqx085808; Fri, 30 Apr 2004 14:13:40 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3ULDdE0085807; Fri, 30 Apr 2004 14:13:39 -0700 (PDT) (envelope-from obrien) Date: Fri, 30 Apr 2004 14:13:39 -0700 From: "David O'Brien" To: Marius Strobl Message-ID: <20040430211339.GA85783@dragon.nuxi.com> References: <20040430220154.A48341@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040430220154.A48341@newtrinity.zeist.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: tmm@freebsd.org cc: sparc64@freebsd.org Subject: Re: Removal of old PCI code 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, 30 Apr 2004 21:13:46 -0000 On Fri, Apr 30, 2004 at 10:01:54PM +0200, Marius Strobl wrote: > If there are no objections I will remove the old sparc64 specific > PCI code (as opposed to "options OFW_NEWPCI") on May 8th, as it's > slowly getting in the way. I was looking at this just last week -- THANK YOU! -- -- David (obrien@FreeBSD.org) From owner-freebsd-sparc64@FreeBSD.ORG Sat May 1 23:14:23 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 5714016A4CF; Sat, 1 May 2004 23:14:23 -0700 (PDT) Received: from wyoming.com (WYOMING.COM [206.54.112.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1681343D41; Sat, 1 May 2004 23:14:23 -0700 (PDT) (envelope-from brandons@wyoming.com) Received: from [216.67.183.28] (account brandons@wyoming.com) by wyoming.com (CommuniGate Pro WebUser 4.1.8) with HTTP id 29425416; Sun, 02 May 2004 00:14:22 -0600 From: "Brandon Shiers" To: freebsd-questions@FreeBSD.org X-Mailer: CommuniGate Pro WebUser Interface v.4.1.8 Date: Sun, 02 May 2004 00:14:22 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit cc: freebsd-sparc64@FreeBSD.org Subject: Anybody using msyslog? 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, 02 May 2004 06:14:23 -0000 Hello folks! Wondering if any of you are using msyslog? I think it would be really great to implement beasue of the SQL output modules. I have mysql installed and working great, I've installed msyslog out of the ports and can't seem to get it to fire at bootup. Anybody out there sucessfully using this daemon? I'm running FreeBSD5.2 on the Sparc architecture.