From owner-freebsd-sparc64@FreeBSD.ORG Sun Nov 23 10:55:56 2003 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 3412716A4CE for ; Sun, 23 Nov 2003 10:55:56 -0800 (PST) Received: from astra.telenet-ops.be (astra.telenet-ops.be [195.130.132.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06FFD43FEC for ; Sun, 23 Nov 2003 10:55:55 -0800 (PST) (envelope-from ward.viaene@student.khleuven.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by astra.telenet-ops.be (Postfix) with SMTP id 9C41F3800F for ; Sun, 23 Nov 2003 19:55:53 +0100 (MET) Received: from Static.thuis.be (D577152C.kabel.telenet.be [213.119.21.44]) by astra.telenet-ops.be (Postfix) with ESMTP id 41DDA37EE8 for ; Sun, 23 Nov 2003 19:55:53 +0100 (MET) From: Ward Viaene To: sparc64@freebsd.org Content-Type: text/plain Message-Id: <1069613758.2880.2.camel@Static.thuis.be> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 23 Nov 2003 19:55:58 +0100 Content-Transfer-Encoding: 7bit Subject: perl5 failure X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ward.viaene@student.khleuven.be List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 18:55:56 -0000 Hi, Does anyone have problems with upgrading perl5 on a sparc64? When doing a make install I got this: sys/unpcb.h -> sys/unpcb.ph sys/user.h -> sys/user.ph sys/utsname.h -> sys/utsname.ph sys/uuid.h -> sys/uuid.ph sys/vmmeter.h -> sys/vmmeter.ph sys/vnioctl.h -> sys/vnioctl.ph sys/vnode.h -> sys/vnode.ph sys/wait.h -> sys/wait.ph sys/watchdog.h -> sys/watchdog.ph sys/xrpuio.h -> sys/xrpuio.ph *** Error code 1 Stop in /usr/ports/lang/perl5. No further errors are given. Ward Viaene From owner-freebsd-sparc64@FreeBSD.ORG Sun Nov 23 12:20:37 2003 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 3BDC516A4CE for ; Sun, 23 Nov 2003 12:20:37 -0800 (PST) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 59D0B43FB1 for ; Sun, 23 Nov 2003 12:20:31 -0800 (PST) (envelope-from tmoestl@gmx.net) Received: (qmail 16876 invoked by uid 65534); 23 Nov 2003 20:20:30 -0000 Received: from p508E7AB5.dip.t-dialin.net (EHLO timesink.dyndns.org) (80.142.122.181) by mail.gmx.net (mp002) with SMTP; 23 Nov 2003 21:20:30 +0100 X-Authenticated: #5374206 Received: by rota (Postfix, from userid 1001) id 7CEF6EE; Sun, 23 Nov 2003 21:21:47 +0100 (CET) Date: Sun, 23 Nov 2003 21:21:46 +0100 From: Thomas Moestl To: Kris Kennaway Message-ID: <20031123202146.GA52242@timesink.dyndns.org> Mail-Followup-To: Kris Kennaway , steve@freebsd.org, sparc64@freebsd.org References: <20031122223114.GA27817@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <20031122223114.GA27817@xor.obsecurity.org> User-Agent: Mutt/1.5.5.1i cc: steve@freebsd.org cc: sparc64@freebsd.org Subject: Re: open-motif-2.2.2_1 broken on 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: Sun, 23 Nov 2003 20:20:37 -0000 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, 2003/11/22 at 14:31:14 -0800, Kris Kennaway wrote: > http://bento.freebsd.org/errorlogs/sparc64-5-latest/open-motif-2.2.2_1.log > > Can someone please investigate? This package is supposed to be > included on the disc 1 image. The attached patch should fix that. - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-lib::Mrm::MrmItop.c" --- lib/Mrm/MrmItop.c~ Fri Jan 11 14:56:23 2002 +++ lib/Mrm/MrmItop.c Sun Nov 23 19:42:03 2003 @@ -642,10 +642,11 @@ * Local variables */ Cardinal result ; /* function results */ + IDBResource resid ; if ( (result=Idb__FIL_Valid((IDBFile)file_id)) != MrmSUCCESS ) return result ; - result = Idb__RID_NextRID ((IDBFile)file_id, - (IDBResource *)resource_id_return) ; + result = Idb__RID_NextRID ((IDBFile)file_id, &resid) ; + if ( result == MrmSUCCESS ) *resource_id_return = resid; return result ; } --ew6BAiZeqk4r7MaW-- From owner-freebsd-sparc64@FreeBSD.ORG Sun Nov 23 16:04:46 2003 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 D1E8916A4CE for ; Sun, 23 Nov 2003 16:04:46 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC9943FDD for ; Sun, 23 Nov 2003 16:04:46 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D87D466C55; Sun, 23 Nov 2003 16:04:45 -0800 (PST) Date: Sun, 23 Nov 2003 16:04:45 -0800 From: Kris Kennaway To: Ward Viaene Message-ID: <20031124000445.GA5611@xor.obsecurity.org> References: <1069613758.2880.2.camel@Static.thuis.be> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <1069613758.2880.2.camel@Static.thuis.be> User-Agent: Mutt/1.4.1i cc: sparc64@freebsd.org Subject: Re: perl5 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: Mon, 24 Nov 2003 00:04:46 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 23, 2003 at 07:55:58PM +0100, Ward Viaene wrote: > Hi, > Does anyone have problems with upgrading perl5 on a sparc64? When doing > a make install I got this: >=20 > sys/unpcb.h -> sys/unpcb.ph > sys/user.h -> sys/user.ph > sys/utsname.h -> sys/utsname.ph > sys/uuid.h -> sys/uuid.ph > sys/vmmeter.h -> sys/vmmeter.ph > sys/vnioctl.h -> sys/vnioctl.ph > sys/vnode.h -> sys/vnode.ph > sys/wait.h -> sys/wait.ph > sys/watchdog.h -> sys/watchdog.ph > sys/xrpuio.h -> sys/xrpuio.ph > *** Error code 1 >=20 > Stop in /usr/ports/lang/perl5. You probably have a dangling symlink in /usr/include. Kris --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/wUsdWry0BWjoQKURArEQAKC7EmMPLqtOYYhY8YkxPQuwjRFhZwCeLsSw ptqOJqKZB9mNfgGzC4hoUTI= =giJZ -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 24 04:25:27 2003 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 6C38616A4CF; Mon, 24 Nov 2003 04:25:27 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5E343FEC; Mon, 24 Nov 2003 04:25:26 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6E5EB66C55; Mon, 24 Nov 2003 04:25:25 -0800 (PST) Date: Mon, 24 Nov 2003 04:25:25 -0800 From: Kris Kennaway To: Kris Kennaway , steve@freebsd.org, sparc64@freebsd.org Message-ID: <20031124122525.GA15512@xor.obsecurity.org> References: <20031122223114.GA27817@xor.obsecurity.org> <20031123202146.GA52242@timesink.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: <20031123202146.GA52242@timesink.dyndns.org> User-Agent: Mutt/1.4.1i Subject: Re: open-motif-2.2.2_1 broken on 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: Mon, 24 Nov 2003 12:25:27 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 23, 2003 at 09:21:46PM +0100, Thomas Moestl wrote: > On Sat, 2003/11/22 at 14:31:14 -0800, Kris Kennaway wrote: > > http://bento.freebsd.org/errorlogs/sparc64-5-latest/open-motif-2.2.2_1.= log > >=20 > > Can someone please investigate? This package is supposed to be > > included on the disc 1 image. >=20 > The attached patch should fix that. >=20 Committed, thanks! Kris --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/wfi0Wry0BWjoQKURAg/LAJ9uto9/Rt8vDc4Sr4yS3IiwzlTvqACfcTdE wWnVdPTz0sAbdl7MHhFg2/c= =ULTD -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 24 04:26:00 2003 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 2B81F16A4CF for ; Mon, 24 Nov 2003 04:26:00 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33CDB43FAF for ; Mon, 24 Nov 2003 04:25:59 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0075B66D1F; Mon, 24 Nov 2003 04:25:58 -0800 (PST) Date: Mon, 24 Nov 2003 04:25:58 -0800 From: Kris Kennaway To: sparc64@FreeBSD.org Message-ID: <20031124122558.GA15567@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: [kris@obsecurity.org: XFree86-FontServer-4.3.0_2 broken on 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: Mon, 24 Nov 2003 12:26:00 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Can anyone look into this? anholt isn't sure what's going on. ----- Forwarded message from Kris Kennaway ----- Date: Sat, 22 Nov 2003 14:28:16 -0800 From: Kris Kennaway To: x11@FreeBSD.org Subject: XFree86-FontServer-4.3.0_2 broken on sparc64 User-Agent: Mutt/1.4.1i http://bento.freebsd.org/errorlogs/sparc64-5-latest/XFree86-FontServer-4.3.= 0_2.log Can you please investigate ASAP? Kris ----- End forwarded message ----- --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/wfjWWry0BWjoQKURAqHhAKCXMYmq3C21h7ul7w/oFwPlpVgQDQCg6NvV ETKOSfCu5gAPb9pazQQ6VWg= =y/fi -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 24 11:02:18 2003 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 B5E2D16A4CE for ; Mon, 24 Nov 2003 11:02:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3373244029 for ; Mon, 24 Nov 2003 11:01:36 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOJ1aFY056237 for ; Mon, 24 Nov 2003 11:01:36 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOJ1ZgT056231 for freebsd-sparc64@freebsd.org; Mon, 24 Nov 2003 11:01:35 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 24 Nov 2003 11:01:35 -0800 (PST) Message-Id: <200311241901.hAOJ1ZgT056231@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, 24 Nov 2003 19:02:18 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/06/24] sparc64/53670sparc64 pthreads implementation on 5.1-Release sp 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/02/03] sparc64/47845sparc64 4 second daily clock drift a [2003/10/10] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di 2 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 24 12:40:51 2003 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 6954F16A4D2 for ; Mon, 24 Nov 2003 12:40:51 -0800 (PST) Received: from geddar.km.ua (router.geddar.km.ua [62.149.4.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA16A43FDD for ; Mon, 24 Nov 2003 12:40:49 -0800 (PST) (envelope-from maxim@geddar.km.ua) Received: from geddar.km.ua (localhost [127.0.0.1]) by geddar.km.ua (8.12.9/8.12.9) with ESMTP id hAOEwC7h098257 for ; Mon, 24 Nov 2003 16:58:12 +0200 (EET) (envelope-from maxim@geddar.km.ua) Received: (from maxim@localhost) by geddar.km.ua (8.12.9/8.12.9/Submit) id hAOEwBpr098256 for freebsd-sparc@FreeBSD.ORG; Mon, 24 Nov 2003 16:58:11 +0200 (EET) Date: Mon, 24 Nov 2003 16:58:11 +0200 From: Maxim Mazurok To: freebsd-sparc@FreeBSD.ORG Message-ID: <20031124145810.GZ36438@km.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: Ultra AXe motherboard and additional NIC 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, 24 Nov 2003 20:40:51 -0000 i need strange again :))) i need small route-server (1U rack-mount form factor). for this i have UltraAXe motherboard. but i need more than one ethernet cards. and more, than two :) i 1U i can install onmy one PCI card width riser. i have 2 strange cards: 1. dual-port card width Intel 21143 chipset. 2. four-port card width Digital 21140A chipset. i recompile kernel width dc(4) driver and de(4) driver... reboot, and i see: === dc0: port 0x1000-0x107f mem 0x100000-0x1003ff irq 16 at device 4.0 on pci3 dc0: Ethernet address: 00:00:1d:d1:06:82 miibus0: on dc0 dcphy0: on miibus0 dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc1: port 0x1080-0x10ff mem 0x102000-0x1023ff irq 16 at device 8.0 on pci3 dc1: Ethernet address: ff:ff:ff:ff:ff:ff miibus1: on dc1 dcphy1: on miibus1 dcphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto === === de0: port 0x2000-0x207f mem 0x200000-0x20007f irq 24 at device 4.0 on pci4 de0: 21140A [10-100Mb/s] pass 2.2 de0: address 00:00:bc:11:74:87 de1: port 0x2080-0x20ff mem 0x202000-0x20207f irq 25 at device 5.0 on pci4 de1: 21140A [10-100Mb/s] pass 2.2 de1: address 00:00:bc:11:74:86 de2: port 0x2100-0x217f mem 0x204000-0x20407f irq 26 at device 6.0 on pci4 de2: 21140A [10-100Mb/s] pass 2.2 de2: address 00:00:bc:11:74:85 de3: port 0x2180-0x21ff mem 0x206000-0x20607f irq 27 at device 7.0 on pci4 de3: 21140A [10-100Mb/s] pass 2.2 de3: address 00:00:bc:11:74:84 === cards really worked. i tested on i386 platform. all ports i found in dmesg on my sparc64 and ifconfig. but... it's no worked. dc(4) problems: 1. if i insert patchcord to any ports - any lamps do not light. 2. strange MAC address on dc1 de(4) problems: 1. if i insert patchcord to any ports - link lamp is flashed. ~2 seconds on, ~1 second off. 2. on another server in this segment i not have ARP address. can anybody help me? P.S. sorry for my bad english. -- Maxim Mazurok (MMP2-RIPE) From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 25 10:22:42 2003 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 400EC16A4CE for ; Tue, 25 Nov 2003 10:22:42 -0800 (PST) Received: from sockar.homeip.net (tourist.net1.nerim.net [62.212.109.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46DE43F3F for ; Tue, 25 Nov 2003 10:22:35 -0800 (PST) (envelope-from amon@sockar.homeip.net) Received: from sockar.homeip.net (localhost [127.0.0.1]) by sockar.homeip.net (8.12.9p2/8.12.9) with ESMTP id hAPILtHU000962 for ; Tue, 25 Nov 2003 19:21:55 +0100 (CET) (envelope-from amon@sockar.homeip.net) Received: (from amon@localhost) by sockar.homeip.net (8.12.9p2/8.12.9/Submit) id hAPILt76000961 for freebsd-sparc64@freebsd.org; Tue, 25 Nov 2003 19:21:55 +0100 (CET) (envelope-from amon) Date: Tue, 25 Nov 2003 19:21:55 +0100 From: amon@sockar.homeip.net To: freebsd-sparc64@freebsd.org Message-ID: <20031125192155.A949@ra.aabs> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: Sun Storedge A1000 and FreeBSD/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: Tue, 25 Nov 2003 18:22:42 -0000 Hi list, I am trying to know if the sun storedge a1000 can be made to work with freebsd/sparc. The thing seems to work with Linux (you have to create the RAID volumes with Solaris though), and since I haven't found anything in the linux kernel dedicated to this kind of array, I suppose it should also work with freebsd. That's what I though until I made some tests : The array is connected to a netra t 1125 through a 2 channel Symbios Logic HVD controller (there is nothing more connected to this card). I installed solaris on the system disk of the netra, then created a 2 disk raid 0 volume (lun0) on the a1000 array. Then I installed 5.1-R on a second system disk to try to use the volume but freebsd sees nothing (see dmesg attached). Note that I can see the volume in the prom with a probe-scsi-all. I recompiled the kernel (see config attached) with cam debug options and got the following logs when I try to rescan the bus where the array is attached : netra:~# camcontrol debug -IPSc 2 (xpt0:sym2:0:-1:-1): debugging flags now 2d Debugging enabled for 2:-1:-1 netra:~# camcontrol rescan 2 (probe0:sym2:0:0:0): added periph to queue (probe0:sym2:0:0:0): calling xpt_run_devq (probe0:sym2:0:0:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe1:sym2:0:1:0): added periph to queue (probe1:sym2:0:1:0): calling xpt_run_devq (probe1:sym2:0:1:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe2:sym2:0:2:0): added periph to queue (probe2:sym2:0:2:0): calling xpt_run_devq (probe2:sym2:0:2:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe3:sym2:0:3:0): added periph to queue (probe3:sym2:0:3:0): calling xpt_run_devq (probe3:sym2:0:3:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe4:sym2:0:4:0): added periph to queue (probe4:sym2:0:4:0): calling xpt_run_devq (probe4:sym2:0:4:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe5:sym2:0:5:0): added periph to queue (probe5:sym2:0:5:0): calling xpt_run_devq (probe5:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe6:sym2:0:6:0): added periph to queue (probe6:sym2:0:6:0): calling xpt_run_devq (probe6:sym2:0:6:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe7:sym2:0:8:0): added periph to queue (probe7:sym2:0:8:0): calling xpt_run_devq (probe7:sym2:0:8:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe8:sym2:0:9:0): added periph to queue (probe8:sym2:0:9:0): calling xpt_run_devq (probe8:sym2:0:9:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe9:sym2:0:10:0): added periph to queue (probe9:sym2:0:10:0): calling xpt_run_devq (probe9:sym2:0:10:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe10:sym2:0:11:0): added periph to queue (probe10:sym2:0:11:0): calling xpt_run_devq (probe10:sym2:0:11:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe11:sym2:0:12:0): added periph to queue (probe11:sym2:0:12:0): calling xpt_run_devq (probe11:sym2:0:12:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe12:sym2:0:13:0): added periph to queue (probe12:sym2:0:13:0): calling xpt_run_devq (probe12:sym2:0:13:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe13:sym2:0:14:0): added periph to queue (probe13:sym2:0:14:0): calling xpt_run_devq (probe13:sym2:0:14:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe14:sym2:0:15:0): added periph to queue (probe14:sym2:0:15:0): calling xpt_run_devq (probe14:sym2:0:15:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe5:sym2:0:5:0): added periph to queue (probe5:sym2:0:5:0): calling xpt_run_devq (probe5:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 (probe5:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 (probe5:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 (probe5:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 (probe5:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 Re-scan of bus 2 was successful Note the 5 INQUIRY on target 5 which is the array's id on the bus. I suppose the kernel senses the device but cannot detect any luns on it. I repeated the test with CAM_NEW_TRAN_CODE or SES_ENABLE_PASSTHROUGH kernel options with same results. I would like to avoid solaris or linux on this machine so what amount of work would be required to get the raid volumes accessible from freebsd ? Is it a simple kernel configuration problem or is it needed to patch the kernel to make it work ? -- Herve Boulouis - EFREI Promo 2003 - Equipe systeme Unix ************************************************************** Full dmesg : Copstray vector interrupt 2029 yright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.1-CURRENT #2: Sat Nov 22 19:46:59 CET 2003 root@netra.aabs:/usr/src/sys/sparc64/compile/NETRA Preloaded elf kernel "/boot/kernel/kernel" at 0xc0470000. Timecounter "tick" frequency 440005765 Hz quality 0 real memory = 268435456 (256 MB) avail memory = 248045568 (236 MB) cpu0: Sun Microsystems UltraSparc-II Processor (440.01 MHz CPU) nexus0: pcib0: on nexus0 pcib0: Psycho, impl 0, version 4, ign 0x7c0, bus B pcib0: [FAST] pcib0: [FAST] pcib0: [FAST] initialializing counter-timer Timecounter "counter-timer" frequency 1000000 Hz quality 0 DVMA map: 0xfc000000 to 0xffffffff pci0: on pcib0 ebus0: revision 0x01 ebus0: mem 0x71000000-0x717fffff,0x70000000-0x70ffffff at device 1.0 on pci0 ebus0: addr 0x140072f000-0x140072f003,0x140072c000-0x140072c003,0x140072a000-0x140072a003,0x1400728000-0x1400728003,0x1400726000-0x1400726003 (no driver attached) ebus0: addr 0x1400724000-0x1400724003 (no driver attached) ebus0: addr 0x1400504000-0x1400504002 (no driver attached) ebus0: addr 0x1400500000-0x1400500007 (no driver attached) sab0: addr 0x1400400000-0x140040007f irq 43 on ebus0 sab0: [FAST] sabtty0: on sab0 sabtty0: console 9600,8,n,1,- sabtty1: on sab0 ebus0: addr 0x14003083f8-0x14003083ff irq 41 (no driver attached) ebus0: addr 0x14003062f8-0x14003062ff irq 42 (no driver attached) ebus0: addr 0x1400700000-0x140070000f,0x1400300398-0x1400300399,0x14003043bc-0x14003043cb irq 34 (no driver attached) ebus0: addr 0x1400720000-0x1400720003,0x1400706000-0x140070600f,0x14003023f0-0x14003023f7 irq 39 (no driver attached) eeprom0: addr 0x1400000000-0x1400001fff on ebus0 eeprom0: model mk48t59 eeprom0: hostid 80c93682 ebus0: addr 0x1000000000-0x10000fffff (no driver attached) ebus0: addr 0x1400600000-0x1400600009,0x1400200000-0x1400200063 (no driver attached) hme0: mem 0x100000-0x107fff at device 1.1 on pci0 hme0: Ethernet address: 08:00:20:c9:36:82 miibus0: on hme0 qsphy0: on miibus0 qsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sym0: <875> port 0x1000-0x10ff mem 0x10a000-0x10afff,0x108000-0x1080ff at device 3.0 on pci0 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x1400-0x14ff mem 0x10e000-0x10efff,0x10c000-0x10c0ff at device 3.1 on pci0 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pcib1: on nexus0 pcib1: Psycho, impl 0, version 4, ign 0x7c0, bus A pci1: on pcib1 sym2: <875> port 0x1000-0x10ff mem 0x102000-0x102fff,0x100000-0x1000ff at device 1.0 on pci1 sym2: No NVRAM, ID 7, Fast-20, SE, parity checking sym3: <875> port 0x1400-0x14ff mem 0x106000-0x106fff,0x104000-0x1040ff at device 1.1 on pci1 sym3: No NVRAM, ID 7, Fast-20, SE, parity checking Timecounters tick every 10.000 msec IP Filter: v3.4.31 initialized. Default = pass all, Logging = enabled (noperiph:sym2:0:-1:-1): xpt_compile_path (noperiph:sym2:0:-1:-1): xpt_setup_ccb (noperiph:sym2:0:-1:-1): xpt_action (noperiph:sym2:0:-1:-1): sym_action (noperiph:sym2:0:-1:-1): xpt_done (noperiph:sym2:0:-1:-1): xpt_release_path Waiting 5 seconds for SCSI devices to settle (xpt0:sym2:0:-1:-1): xpt_compile_path (xpt0:sym2:0:-1:-1): xpt_setup_ccb (xpt0:sym2:0:-1:-1): xpt_action (xpt0:sym2:0:-1:-1): sym_action (xpt0:sym2:0:-1:-1): xpt_done (xpt0:sym2:0:-1:-1): xpt_setup_ccb (xpt0:sym2:0:-1:-1): xpt_action (xpt0:sym2:0:-1:-1): sym_action (noperiph:sym2:0:-1:-1): xpt_async (xpt0:sym2:0:-1:-1): xpt_done (xpt0:sym2:0:-1:-1): xpt_finishconfig (xpt0:sym2:0:-1:-1): xpt_action (xpt0:sym2:0:-1:-1): xpt_scan_bus (xpt0:sym2:0:-1:-1): xpt_setup_ccb (xpt0:sym2:0:-1:-1): xpt_action (xpt0:sym2:0:-1:-1): sym_action (xpt0:sym2:0:-1:-1): xpt_done (xpt0:sym2:0:0:0): xpt_compile_path (xpt0:sym2:0:0:0): xpt_setup_ccb (xpt0:sym2:0:0:0): xpt_action (xpt0:sym2:0:0:0): xpt_scan_lun (xpt0:sym2:0:0:0): xpt_setup_ccb (xpt0:sym2:0:0:0): xpt_action (xpt0:sym2:0:0:0): sym_action (xpt0:sym2:0:0:0): xpt_done (probe30:sym2:0:0:0): xpt_compile_path (probe30:sym2:0:0:0): xpt_setup_ccb (probe30:sym2:0:0:0): xpt_action (probe30:sym2:0:0:0): xpt_setup_ccb (probe30:sym2:0:0:0): xpt_action (probe30:sym2:0:0:0): xpt_setup_ccb (probe30:sym2:0:0:0): xpt_action (probe30:sym2:0:0:0): sym_action (probe30:sym2:0:0:0): xpt_done (probe30:sym2:0:0:0): xpt_schedule (probe30:sym2:0:0:0): xpt_setup_ccb (probe30:sym2:0:0:0): probestart (probe30:sym2:0:0:0): xpt_action (probe30:sym2:0:0:0): INQUIRY. CDB: 12 0 0 0 24 0 (xpt0:sym2:0:1:0): xpt_compile_path (xpt0:sym2:0:1:0): xpt_setup_ccb (xpt0:sym2:0:1:0): xpt_action (xpt0:sym2:0:1:0): xpt_scan_lun (xpt0:sym2:0:1:0): xpt_setup_ccb (xpt0:sym2:0:1:0): xpt_action (xpt0:sym2:0:1:0): sym_action (xpt0:sym2:0:1:0): xpt_done (probe31:sym2:0:1:0): xpt_compile_path (probe31:sym2:0:1:0): xpt_setup_ccb (probe31:sym2:0:1:0): xpt_action (probe31:sym2:0:1:0): xpt_setup_ccb (probe31:sym2:0:1:0): xpt_action (probe31:sym2:0:1:0): xpt_setup_ccb (probe31:sym2:0:1:0): xpt_action (probe31:sym2:0:1:0): sym_action (probe31:sym2:0:1:0): xpt_done (probe31:sym2:0:1:0): xpt_schedule (probe31:sym2:0:1:0): xpt_setup_ccb (probe31:sym2:0:1:0): probestart (probe31:sym2:0:1:0): xpt_action (probe31:sym2:0:1:0): INQUIRY. CDB: 12 0 0 0 24 0 (xpt0:sym2:0:2:0): xpt_compile_path (xpt0:sym2:0:2:0): xpt_setup_ccb (xpt0:sym2:0:2:0): xpt_action (xpt0:sym2:0:2:0): xpt_scan_lun (xpt0:sym2:0:2:0): xpt_setup_ccb (xpt0:sym2:0:2:0): xpt_action (xpt0:sym2:0:2:0): sym_action (xpt0:sym2:0:2:0): xpt_done (probe32:sym2:0:2:0): xpt_compile_path (probe32:sym2:0:2:0): xpt_setup_ccb (probe32:sym2:0:2:0): xpt_action (probe32:sym2:0:2:0): xpt_setup_ccb (probe32:sym2:0:2:0): xpt_action (probe32:sym2:0:2:0): xpt_setup_ccb (probe32:sym2:0:2:0): xpt_action (probe32:sym2:0:2:0): sym_action (probe32:sym2:0:2:0): xpt_done (probe32:sym2:0:2:0): xpt_schedule (probe32:sym2:0:2:0): xpt_setup_ccb (probe32:sym2:0:2:0): probestart (probe32:sym2:0:2:0): xpt_action (probe32:sym2:0:2:0): INQUIRY. CDB: 12 0 0 0 24 0 (xpt0:sym2:0:3:0): xpt_compile_path (xpt0:sym2:0:3:0): xpt_setup_ccb (xpt0:sym2:0:3:0): xpt_action (xpt0:sym2:0:3:0): xpt_scan_lun (xpt0:sym2:0:3:0): xpt_setup_ccb (xpt0:sym2:0:3:0): xpt_action (xpt0:sym2:0:3:0): sym_action (xpt0:sym2:0:3:0): xpt_done (probe33:sym2:0:3:0): xpt_compile_path (probe33:sym2:0:3:0): xpt_setup_ccb (probe33:sym2:0:3:0): xpt_action (probe33:sym2:0:3:0): xpt_setup_ccb (probe33:sym2:0:3:0): xpt_action (probe33:sym2:0:3:0): xpt_setup_ccb (probe33:sym2:0:3:0): xpt_action (probe33:sym2:0:3:0): sym_action (probe33:sym2:0:3:0): xpt_done (probe33:sym2:0:3:0): xpt_schedule (probe33:sym2:0:3:0): xpt_setup_ccb (probe33:sym2:0:3:0): probestart (probe33:sym2:0:3:0): xpt_action (probe33:sym2:0:3:0): INQUIRY. CDB: 12 0 0 0 24 0 (xpt0:sym2:0:4:0): xpt_compile_path (xpt0:sym2:0:4:0): xpt_setup_ccb (xpt0:sym2:0:4:0): xpt_action (xpt0:sym2:0:4:0): xpt_scan_lun (xpt0:sym2:0:4:0): xpt_setup_ccb (xpt0:sym2:0:4:0): xpt_action (xpt0:sym2:0:4:0): sym_action (xpt0:sym2:0:4:0): xpt_done (probe34:sym2:0:4:0): xpt_compile_path (probe34:sym2:0:4:0): xpt_setup_ccb (probe34:sym2:0:4:0): xpt_action (probe34:sym2:0:4:0): xpt_setup_ccb (probe34:sym2:0:4:0): xpt_action (probe34:sym2:0:4:0): xpt_setup_ccb (probe34:sym2:0:4:0): xpt_action (probe34:sym2:0:4:0): sym_action (probe34:sym2:0:4:0): xpt_done (probe34:sym2:0:4:0): xpt_schedule (probe34:sym2:0:4:0): xpt_setup_ccb (probe34:sym2:0:4:0): probestart (probe34:sym2:0:4:0): xpt_action (probe34:sym2:0:4:0): INQUIRY. CDB: 12 0 0 0 24 0 (xpt0:sym2:0:5:0): xpt_compile_path (xpt0:sym2:0:5:0): xpt_setup_ccb (xpt0:sym2:0:5:0): xpt_action (xpt0:sym2:0:5:0): xpt_scan_lun (xpt0:sym2:0:5:0): xpt_setup_ccb (xpt0:sym2:0:5:0): xpt_action (xpt0:sym2:0:5:0): sym_action (xpt0:sym2:0:5:0): xpt_done (probe35:sym2:0:5:0): xpt_compile_path (probe35:sym2:0:5:0): xpt_setup_ccb (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): xpt_setup_ccb (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): xpt_setup_ccb (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): sym_action (probe35:sym2:0:5:0): xpt_done (probe35:sym2:0:5:0): xpt_schedule (probe35:sym2:0:5:0): xpt_setup_ccb (probe35:sym2:0:5:0): probestart (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 24 0 (xpt0:sym2:0:6:0): xpt_compile_path (xpt0:sym2:0:6:0): xpt_setup_ccb (xpt0:sym2:0:6:0): xpt_action (xpt0:sym2:0:6:0): xpt_scan_lun (xpt0:sym2:0:6:0): xpt_setup_ccb (xpt0:sym2:0:6:0): xpt_action (xpt0:sym2:0:6:0): sym_action (xpt0:sym2:0:6:0): xpt_done (probe36:sym2:0:6:0): xpt_compile_path (probe36:sym2:0:6:0): xpt_setup_ccb (probe36:sym2:0:6:0): xpt_action (probe36:sym2:0:6:0): sym_action (probe36:sym2:0:6:0): xpt_done (probe36:sym2:0:6:0): xpt_schedule (probe36:sym2:0:6:0): xpt_setup_ccb (probe36:sym2:0:6:0): probestart (probe36:sym2:0:6:0): xpt_action (probe36:sym2:0:6:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe36:sym2:0:6:0): sym_action (xpt0:sym2:0:8:0): xpt_compile_path (xpt0:sym2:0:8:0): xpt_setup_ccb (xpt0:sym2:0:8:0): xpt_action (xpt0:sym2:0:8:0): xpt_scan_lun (xpt0:sym2:0:8:0): xpt_setup_ccb (xpt0:sym2:0:8:0): xpt_action (xpt0:sym2:0:8:0): sym_action (xpt0:sym2:0:8:0): xpt_done (probe37:sym2:0:8:0): xpt_compile_path (probe37:sym2:0:8:0): xpt_setup_ccb (probe37:sym2:0:8:0): xpt_action (probe37:sym2:0:8:0): sym_action (probe37:sym2:0:8:0): xpt_done (probe37:sym2:0:8:0): xpt_schedule (probe37:sym2:0:8:0): xpt_setup_ccb (probe37:sym2:0:8:0): probestart (probe37:sym2:0:8:0): xpt_action (probe37:sym2:0:8:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe37:sym2:0:8:0): sym_action (xpt0:sym2:0:9:0): xpt_compile_path (xpt0:sym2:0:9:0): xpt_setup_ccb (xpt0:sym2:0:9:0): xpt_action (xpt0:sym2:0:9:0): xpt_scan_lun (xpt0:sym2:0:9:0): xpt_setup_ccb (xpt0:sym2:0:9:0): xpt_action (xpt0:sym2:0:9:0): sym_action (xpt0:sym2:0:9:0): xpt_done (probe38:sym2:0:9:0): xpt_compile_path (probe38:sym2:0:9:0): xpt_setup_ccb (probe38:sym2:0:9:0): xpt_action (probe38:sym2:0:9:0): sym_action (probe38:sym2:0:9:0): xpt_done (probe38:sym2:0:9:0): xpt_schedule (probe38:sym2:0:9:0): xpt_setup_ccb (probe38:sym2:0:9:0): probestart (probe38:sym2:0:9:0): xpt_action (probe38:sym2:0:9:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe38:sym2:0:9:0): sym_action (xpt0:sym2:0:10:0): xpt_compile_path (xpt0:sym2:0:10:0): xpt_setup_ccb (xpt0:sym2:0:10:0): xpt_action (xpt0:sym2:0:10:0): xpt_scan_lun (xpt0:sym2:0:10:0): xpt_setup_ccb (xpt0:sym2:0:10:0): xpt_action (xpt0:sym2:0:10:0): sym_action (xpt0:sym2:0:10:0): xpt_done (probe39:sym2:0:10:0): xpt_compile_path (probe39:sym2:0:10:0): xpt_setup_ccb (probe39:sym2:0:10:0): xpt_action (probe39:sym2:0:10:0): sym_action (probe39:sym2:0:10:0): xpt_done (probe39:sym2:0:10:0): xpt_schedule (probe39:sym2:0:10:0): xpt_setup_ccb (probe39:sym2:0:10:0): probestart (probe39:sym2:0:10:0): xpt_action (probe39:sym2:0:10:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe39:sym2:0:10:0): sym_action (xpt0:sym2:0:11:0): xpt_compile_path (xpt0:sym2:0:11:0): xpt_setup_ccb (xpt0:sym2:0:11:0): xpt_action (xpt0:sym2:0:11:0): xpt_scan_lun (xpt0:sym2:0:11:0): xpt_setup_ccb (xpt0:sym2:0:11:0): xpt_action (xpt0:sym2:0:11:0): sym_action (xpt0:sym2:0:11:0): xpt_done (probe40:sym2:0:11:0): xpt_compile_path (probe40:sym2:0:11:0): xpt_setup_ccb (probe40:sym2:0:11:0): xpt_action (probe40:sym2:0:11:0): sym_action (probe40:sym2:0:11:0): xpt_done (probe40:sym2:0:11:0): xpt_schedule (probe40:sym2:0:11:0): xpt_setup_ccb (probe40:sym2:0:11:0): probestart (probe40:sym2:0:11:0): xpt_action (probe40:sym2:0:11:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe40:sym2:0:11:0): sym_action (xpt0:sym2:0:12:0): xpt_compile_path (xpt0:sym2:0:12:0): xpt_setup_ccb (xpt0:sym2:0:12:0): xpt_action (xpt0:sym2:0:12:0): xpt_scan_lun (xpt0:sym2:0:12:0): xpt_setup_ccb (xpt0:sym2:0:12:0): xpt_action (xpt0:sym2:0:12:0): sym_action (xpt0:sym2:0:12:0): xpt_done (probe41:sym2:0:12:0): xpt_compile_path (probe41:sym2:0:12:0): xpt_setup_ccb (probe41:sym2:0:12:0): xpt_action (probe41:sym2:0:12:0): sym_action (probe41:sym2:0:12:0): xpt_done (probe41:sym2:0:12:0): xpt_schedule (probe41:sym2:0:12:0): xpt_setup_ccb (probe41:sym2:0:12:0): probestart (probe41:sym2:0:12:0): xpt_action (probe41:sym2:0:12:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe41:sym2:0:12:0): sym_action (xpt0:sym2:0:13:0): xpt_compile_path (xpt0:sym2:0:13:0): xpt_setup_ccb (xpt0:sym2:0:13:0): xpt_action (xpt0:sym2:0:13:0): xpt_scan_lun (xpt0:sym2:0:13:0): xpt_setup_ccb (xpt0:sym2:0:13:0): xpt_action (xpt0:sym2:0:13:0): sym_action (xpt0:sym2:0:13:0): xpt_done (probe42:sym2:0:13:0): xpt_compile_path (probe42:sym2:0:13:0): xpt_setup_ccb (probe42:sym2:0:13:0): xpt_action (probe42:sym2:0:13:0): sym_action (probe42:sym2:0:13:0): xpt_done (probe42:sym2:0:13:0): xpt_schedule (probe42:sym2:0:13:0): xpt_setup_ccb (probe42:sym2:0:13:0): probestart (probe42:sym2:0:13:0): xpt_action (probe42:sym2:0:13:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe42:sym2:0:13:0): sym_action (xpt0:sym2:0:14:0): xpt_compile_path (xpt0:sym2:0:14:0): xpt_setup_ccb (xpt0:sym2:0:14:0): xpt_action (xpt0:sym2:0:14:0): xpt_scan_lun (xpt0:sym2:0:14:0): xpt_setup_ccb (xpt0:sym2:0:14:0): xpt_action (xpt0:sym2:0:14:0): sym_action (xpt0:sym2:0:14:0): xpt_done (probe43:sym2:0:14:0): xpt_compile_path (probe43:sym2:0:14:0): xpt_setup_ccb (probe43:sym2:0:14:0): xpt_action (probe43:sym2:0:14:0): sym_action (probe43:sym2:0:14:0): xpt_done (probe43:sym2:0:14:0): xpt_schedule (probe43:sym2:0:14:0): xpt_setup_ccb (probe43:sym2:0:14:0): probestart (probe43:sym2:0:14:0): xpt_action (probe43:sym2:0:14:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe43:sym2:0:14:0): sym_action (xpt0:sym2:0:15:0): xpt_compile_path (xpt0:sym2:0:15:0): xpt_setup_ccb (xpt0:sym2:0:15:0): xpt_action (xpt0:sym2:0:15:0): xpt_scan_lun (xpt0:sym2:0:15:0): xpt_setup_ccb (xpt0:sym2:0:15:0): xpt_action (xpt0:sym2:0:15:0): sym_action (xpt0:sym2:0:15:0): xpt_done (probe44:sym2:0:15:0): xpt_compile_path (probe44:sym2:0:15:0): xpt_setup_ccb (probe44:sym2:0:15:0): xpt_action (probe44:sym2:0:15:0): sym_action (probe44:sym2:0:15:0): xpt_done (probe44:sym2:0:15:0): xpt_schedule (probe44:sym2:0:15:0): xpt_setup_ccb (probe44:sym2:0:15:0): probestart (probe44:sym2:0:15:0): xpt_action (probe44:sym2:0:15:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe44:sym2:0:15:0): sym_action (probe36:sym2:0:6:0): xpt_done (probe36:sym2:0:6:0): camisr (probe36:sym2:0:6:0): probedone (probe36:sym2:0:6:-1): xpt_compile_path (probe36:sym2:0:6:-1): xpt_async (probe36:sym2:0:6:-1): xpt_free_path (probe36:sym2:0:6:-1): xpt_release_path (xpt0:sym2:0:6:0): xpt_done (probe36:sym2:0:6:0): xpt_free_path (probe36:sym2:0:6:0): xpt_release_path (xpt0:sym2:0:6:0): camisr (xpt0:sym2:0:6:0): xpt_scan_bus (xpt0:sym2:0:6:0): xpt_setup_ccb (xpt0:sym2:0:6:0): xpt_action (xpt0:sym2:0:6:0): xpt_free_path (xpt0:sym2:0:6:0): xpt_release_path (probe37:sym2:0:8:0): xpt_done (probe37:sym2:0:8:0): camisr (probe37:sym2:0:8:0): probedone (probe37:sym2:0:8:-1): xpt_compile_path (probe37:sym2:0:8:-1): xpt_async (probe37:sym2:0:8:-1): xpt_free_path (probe37:sym2:0:8:-1): xpt_release_path (xpt0:sym2:0:8:0): xpt_done (probe37:sym2:0:8:0): xpt_free_path (probe37:sym2:0:8:0): xpt_release_path (xpt0:sym2:0:8:0): camisr (xpt0:sym2:0:8:0): xpt_scan_bus (xpt0:sym2:0:8:0): xpt_setup_ccb (xpt0:sym2:0:8:0): xpt_action (xpt0:sym2:0:8:0): xpt_free_path (xpt0:sym2:0:8:0): xpt_release_path (probe38:sym2:0:9:0): xpt_done (probe38:sym2:0:9:0): camisr (probe38:sym2:0:9:0): probedone (probe38:sym2:0:9:-1): xpt_compile_path (probe38:sym2:0:9:-1): xpt_async (probe38:sym2:0:9:-1): xpt_free_path (probe38:sym2:0:9:-1): xpt_release_path (xpt0:sym2:0:9:0): xpt_done (probe38:sym2:0:9:0): xpt_free_path (probe38:sym2:0:9:0): xpt_release_path (xpt0:sym2:0:9:0): camisr (xpt0:sym2:0:9:0): xpt_scan_bus (xpt0:sym2:0:9:0): xpt_setup_ccb (xpt0:sym2:0:9:0): xpt_action (xpt0:sym2:0:9:0): xpt_free_path (xpt0:sym2:0:9:0): xpt_release_path (probe39:sym2:0:10:0): xpt_done (probe39:sym2:0:10:0): camisr (probe39:sym2:0:10:0): probedone (probe39:sym2:0:10:-1): xpt_compile_path (probe39:sym2:0:10:-1): xpt_async (probe39:sym2:0:10:-1): xpt_free_path (probe39:sym2:0:10:-1): xpt_release_path (xpt0:sym2:0:10:0): xpt_done (probe39:sym2:0:10:0): xpt_free_path (probe39:sym2:0:10:0): xpt_release_path (xpt0:sym2:0:10:0): camisr (xpt0:sym2:0:10:0): xpt_scan_bus (xpt0:sym2:0:10:0): xpt_setup_ccb (xpt0:sym2:0:10:0): xpt_action (xpt0:sym2:0:10:0): xpt_free_path (xpt0:sym2:0:10:0): xpt_release_path (probe40:sym2:0:11:0): xpt_done (probe40:sym2:0:11:0): camisr (probe40:sym2:0:11:0): probedone (probe40:sym2:0:11:-1): xpt_compile_path (probe40:sym2:0:11:-1): xpt_async (probe40:sym2:0:11:-1): xpt_free_path (probe40:sym2:0:11:-1): xpt_release_path (xpt0:sym2:0:11:0): xpt_done (probe40:sym2:0:11:0): xpt_free_path (probe40:sym2:0:11:0): xpt_release_path (xpt0:sym2:0:11:0): camisr (xpt0:sym2:0:11:0): xpt_scan_bus (xpt0:sym2:0:11:0): xpt_setup_ccb (xpt0:sym2:0:11:0): xpt_action (xpt0:sym2:0:11:0): xpt_free_path (xpt0:sym2:0:11:0): xpt_release_path (probe41:sym2:0:12:0): xpt_done (probe41:sym2:0:12:0): camisr (probe41:sym2:0:12:0): probedone (probe41:sym2:0:12:-1): xpt_compile_path (probe41:sym2:0:12:-1): xpt_async (probe41:sym2:0:12:-1): xpt_free_path (probe41:sym2:0:12:-1): xpt_release_path (xpt0:sym2:0:12:0): xpt_done (probe41:sym2:0:12:0): xpt_free_path (probe41:sym2:0:12:0): xpt_release_path (xpt0:sym2:0:12:0): camisr (xpt0:sym2:0:12:0): xpt_scan_bus (xpt0:sym2:0:12:0): xpt_setup_ccb (xpt0:sym2:0:12:0): xpt_action (xpt0:sym2:0:12:0): xpt_free_path (xpt0:sym2:0:12:0): xpt_release_path (probe42:sym2:0:13:0): xpt_done (probe42:sym2:0:13:0): camisr (probe42:sym2:0:13:0): probedone (probe42:sym2:0:13:-1): xpt_compile_path (probe42:sym2:0:13:-1): xpt_async (probe42:sym2:0:13:-1): xpt_free_path (probe42:sym2:0:13:-1): xpt_release_path (xpt0:sym2:0:13:0): xpt_done (probe42:sym2:0:13:0): xpt_free_path (probe42:sym2:0:13:0): xpt_release_path (xpt0:sym2:0:13:0): camisr (xpt0:sym2:0:13:0): xpt_scan_bus (xpt0:sym2:0:13:0): xpt_setup_ccb (xpt0:sym2:0:13:0): xpt_action (xpt0:sym2:0:13:0): xpt_free_path (xpt0:sym2:0:13:0): xpt_release_path (probe32:sym2:0:2:0): sym_action (probe34:sym2:0:4:0): sym_action (probe30:sym2:0:0:0): sym_action (probe31:sym2:0:1:0): sym_action (probe33:sym2:0:3:0): sym_action (probe35:sym2:0:5:0): sym_action (probe43:sym2:0:14:0): xpt_done (probe43:sym2:0:14:0): camisr (probe43:sym2:0:14:0): probedone (probe43:sym2:0:14:-1): xpt_compile_path (probe43:sym2:0:14:-1): xpt_async (probe43:sym2:0:14:-1): xpt_free_path (probe43:sym2:0:14:-1): xpt_release_path (xpt0:sym2:0:14:0): xpt_done (probe43:sym2:0:14:0): xpt_free_path (probe43:sym2:0:14:0): xpt_release_path (xpt0:sym2:0:14:0): camisr (xpt0:sym2:0:14:0): xpt_scan_bus (xpt0:sym2:0:14:0): xpt_setup_ccb (xpt0:sym2:0:14:0): xpt_action (xpt0:sym2:0:14:0): xpt_free_path (xpt0:sym2:0:14:0): xpt_release_path (probe44:sym2:0:15:0): xpt_done (probe44:sym2:0:15:0): camisr (probe44:sym2:0:15:0): probedone (probe44:sym2:0:15:-1): xpt_compile_path (probe44:sym2:0:15:-1): xpt_async (probe44:sym2:0:15:-1): xpt_free_path (probe44:sym2:0:15:-1): xpt_release_path (xpt0:sym2:0:15:0): xpt_done (probe44:sym2:0:15:0): xpt_free_path (probe44:sym2:0:15:0): xpt_release_path (xpt0:sym2:0:15:0): camisr (xpt0:sym2:0:15:0): xpt_scan_bus (xpt0:sym2:0:15:0): xpt_setup_ccb (xpt0:sym2:0:15:0): xpt_action (xpt0:sym2:0:15:0): xpt_free_path (xpt0:sym2:0:15:0): xpt_release_path (probe32:sym2:0:2:0): xpt_done (probe32:sym2:0:2:0): camisr (probe32:sym2:0:2:0): probedone (probe32:sym2:0:2:-1): xpt_compile_path (probe32:sym2:0:2:-1): xpt_async (probe32:sym2:0:2:-1): xpt_free_path (probe32:sym2:0:2:-1): xpt_release_path (xpt0:sym2:0:2:0): xpt_done (probe32:sym2:0:2:0): xpt_free_path (probe32:sym2:0:2:0): xpt_release_path (xpt0:sym2:0:2:0): camisr (xpt0:sym2:0:2:0): xpt_scan_bus (xpt0:sym2:0:2:0): xpt_setup_ccb (xpt0:sym2:0:2:0): xpt_action (xpt0:sym2:0:2:0): xpt_free_path (xpt0:sym2:0:2:0): xpt_release_path (probe34:sym2:0:4:0): xpt_done (probe34:sym2:0:4:0): camisr (probe34:sym2:0:4:0): probedone (probe34:sym2:0:4:-1): xpt_compile_path (probe34:sym2:0:4:-1): xpt_async (probe34:sym2:0:4:-1): xpt_free_path (probe34:sym2:0:4:-1): xpt_release_path (xpt0:sym2:0:4:0): xpt_done (probe34:sym2:0:4:0): xpt_free_path (probe34:sym2:0:4:0): xpt_release_path (xpt0:sym2:0:4:0): camisr (xpt0:sym2:0:4:0): xpt_scan_bus (xpt0:sym2:0:4:0): xpt_setup_ccb (xpt0:sym2:0:4:0): xpt_action (xpt0:sym2:0:4:0): xpt_free_path (xpt0:sym2:0:4:0): xpt_release_path (probe30:sym2:0:0:0): xpt_done (probe30:sym2:0:0:0): camisr (probe30:sym2:0:0:0): probedone (probe30:sym2:0:0:-1): xpt_compile_path (probe30:sym2:0:0:-1): xpt_async (probe30:sym2:0:0:-1): xpt_free_path (probe30:sym2:0:0:-1): xpt_release_path (xpt0:sym2:0:0:0): xpt_done (probe30:sym2:0:0:0): xpt_free_path (probe30:sym2:0:0:0): xpt_release_path (xpt0:sym2:0:0:0): camisr (xpt0:sym2:0:0:0): xpt_scan_bus (xpt0:sym2:0:0:0): xpt_setup_ccb (xpt0:sym2:0:0:0): xpt_action (xpt0:sym2:0:0:0): xpt_free_path (xpt0:sym2:0:0:0): xpt_release_path (probe31:sym2:0:1:0): xpt_done (probe31:sym2:0:1:0): camisr (probe31:sym2:0:1:0): probedone (probe31:sym2:0:1:-1): xpt_compile_path (probe31:sym2:0:1:-1): xpt_async (probe31:sym2:0:1:-1): xpt_free_path (probe31:sym2:0:1:-1): xpt_release_path (xpt0:sym2:0:1:0): xpt_done (probe31:sym2:0:1:0): xpt_free_path (probe31:sym2:0:1:0): xpt_release_path (xpt0:sym2:0:1:0): camisr (xpt0:sym2:0:1:0): xpt_scan_bus (xpt0:sym2:0:1:0): xpt_setup_ccb (xpt0:sym2:0:1:0): xpt_action (xpt0:sym2:0:1:0): xpt_free_path (xpt0:sym2:0:1:0): xpt_release_path (probe33:sym2:0:3:0): xpt_done (noperiph:sym2:0:5:-1): xpt_compile_path (noperiph:sym2:0:5:-1): xpt_setup_ccb (noperiph:sym2:0:5:-1): xpt_async (noperiph:sym2:0:5:-1): xpt_free_path (noperiph:sym2:0:5:-1): xpt_release_path (probe33:sym2:0:3:0): camisr (probe33:sym2:0:3:0): probedone (probe33:sym2:0:3:-1): xpt_compile_path (probe33:sym2:0:3:-1): xpt_async (probe33:sym2:0:3:-1): xpt_free_path (probe33:sym2:0:3:-1): xpt_release_path (xpt0:sym2:0:3:0): xpt_done (probe33:sym2:0:3:0): xpt_free_path (probe33:sym2:0:3:0): xpt_release_path (xpt0:sym2:0:3:0): camisr (xpt0:sym2:0:3:0): xpt_scan_bus (xpt0:sym2:0:3:0): xpt_setup_ccb (xpt0:sym2:0:3:0): xpt_action (xpt0:sym2:0:3:0): xpt_free_path (xpt0:sym2:0:3:0): xpt_release_path (noperiph:sym2:0:5:-1): xpt_compile_path (noperiph:sym2:0:5:-1): xpt_setup_ccb (noperiph:sym2:0:5:-1): xpt_async (noperiph:sym2:0:5:-1): xpt_free_path (noperiph:sym2:0:5:-1): xpt_release_path (probe35:sym2:0:5:0): xpt_done (probe35:sym2:0:5:0): camisr (probe35:sym2:0:5:0): probedone (probe35:sym2:0:5:0): xpt_schedule (probe35:sym2:0:5:0): xpt_setup_ccb (probe35:sym2:0:5:0): probestart (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 (probe35:sym2:0:5:0): sym_action (probe35:sym2:0:5:0): xpt_done (probe35:sym2:0:5:0): camisr (probe35:sym2:0:5:0): probedone (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 (probe35:sym2:0:5:0): xpt_setup_ccb (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): sym_action (probe35:sym2:0:5:0): xpt_done (probe35:sym2:0:5:0): camisr (probe35:sym2:0:5:0): probedone (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 (probe35:sym2:0:5:0): xpt_setup_ccb (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): sym_action (probe35:sym2:0:5:0): xpt_done (probe35:sym2:0:5:0): camisr (probe35:sym2:0:5:0): probedone (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 (probe35:sym2:0:5:0): xpt_setup_ccb (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): sym_action (probe35:sym2:0:5:0): xpt_done (probe35:sym2:0:5:0): camisr (probe35:sym2:0:5:0): probedone (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): INQUIRY. CDB: 12 0 0 0 37 0 (probe35:sym2:0:5:0): xpt_setup_ccb (probe35:sym2:0:5:0): xpt_action (probe35:sym2:0:5:0): sym_action (probe35:sym2:0:5:0): xpt_done (probe35:sym2:0:5:0): camisr (probe35:sym2:0:5:0): probedone (xpt0:sym2:0:5:0): xpt_done (probe35:sym2:0:5:0): xpt_free_path (probe35:sym2:0:5:0): xpt_release_path (xpt0:sym2:0:5:0): camisr (xpt0:sym2:0:5:0): xpt_scan_bus (xpt0:sym2:0:5:0): xpt_setup_ccb (xpt0:sym2:0:5:0): xpt_action (xpt0:sym2:0:5:0): xpt_free_path (xpt0:sym2:0:5:0): xpt_release_path (xpt0:sym2:0:-1:-1): xpt_done (xpt0:sym2:0:-1:-1): camisr (xpt0:sym2:0:-1:-1): xpt_finishconfig (xpt0:sym2:0:-1:-1): xpt_free_path (xpt0:sym2:0:-1:-1): xpt_release_path GEOM: create disk da0 dp=0xfffff800a0798868 sa0 at sym0 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 16) (noperiph:sym2:0:-1:-1): xpt_compile_path (noperiph:sym2:0:-1:-1): xpt_setup_ccb (noperiph:sym2:0:-1:-1): xpt_action (noperiph:sym2:0:-1:-1): sym_action (noperiph:sym2:0:-1:-1): xpt_done (noperiph:sym2:0:-1:-1): xpt_compile_path (noperiph:sym2:0:-1:-1): xpt_free_path (noperiph:sym2:0:-1:-1): xpt_release_path (noperiph:sym2:0:-1:-1): xpt_release_path GEOM: create disk cd0 dp=0xfffff800a043a698 da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 16, 16bit), Tagged Queueing Enabled da0: 17274MB (35378533 512 byte sectors: 255H 63S/T 2202C) cd0 at sym0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 16) cd0: Attempt to query device size failed: NOT READY, Medium not present Mounting root from ufs:/dev/da0a ************************************************************** Kernel config : machine sparc64 cpu SUN4U ident NETRA maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Platforms supported # At this time all platforms are supported, as-is. options SCHED_4BSD #4BSD scheduler #options SCHED_ULE options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_ACL #Support for access control lists options UFS_DIRHASH #Improve performance on big directories options MD_ROOT #MD is a potential root device options NFSCLIENT #Network Filesystem Client options NFSSERVER #Network Filesystem Server options NFS_ROOT #NFS usable as root device #options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Keep this for a while options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores #options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions # Debugging for use in -current options DDB #Enable the kernel debugger #options INVARIANTS #Enable calls of extra sanity checking #options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS #options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed # To make an SMP kernel, the next line is needed options SMP # Symmetric MultiProcessor Kernel # Standard busses device apb # Sun APB PCI-PCI bridge device ebus device isa device pci device sbus device central device fhc options OFW_NEWPCI # Floppy drives #device fdc # ATA and ATAPI devices #device ata #device atadisk # ATA disk drives #device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives # Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!, # and you will not mount an ATA /. #options ATA_STATIC_ID #Static device numbering # SCSI Controllers device ahc # AHA2940 and onboard AIC7xxx devices device isp # Qlogic family #device mpt # LSI-Logic MPT-Fusion (not yet) device ispfw # Firmware module for Qlogic host adapters #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) device pt device targ device targbh options CAMDEBUG options CAM_DEBUG_BUS=2 options CAM_DEBUG_TARGET=-1 options CAM_DEBUG_LUN=-1 options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB) #options CAM_NEW_TRAN_CODE #options SES_ENABLE_PASSTHROUGH device ofw_console # OpenBoot firmware console device # Builtin hardware device genclock # Generic clock interface device eeprom # eeprom (really an ebus driver for the MK48Txx) device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock # Serial (COM) ports #device sio # 8250, 16[45]50 based serial ports device sab # Siemens SAB82532 based serial ports device zs # Zilog 8530 based serial ports device de # DEC/Intel DC21x4x (``Tulip'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device gem # Sun GEM/Sun ERI/Apple GMAC device hme # Sun HME (Happy Meal Ethernet) device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. device random # Entropy device device loop # Network loopback device ether # Ethernet support #device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling #device faith # IPv6-to-IPv4 relaying/(translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf #Berkeley packet filter options GEOM_AES # Don't use, use GEOM_BDE #options GEOM_APPLE # Apple partitioning options GEOM_BDE # Disk encryption. options GEOM_BSD # BSD disklabels options GEOM_FOX # Redundant path mitigation options GEOM_GPT # GPT partitioning #options GEOM_MBR # DOS/MBR partitioning #options GEOM_PC98 # NEC PC9800 partitioning options GEOM_SUNLABEL # Sun/Solaris partitioning options GEOM_VOL # Volume names from UFS superblock options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options PFIL_HOOKS #required by IPFILTER options RANDOM_IP_ID options ZERO_COPY_SOCKETS -- Herve Boulouis - EFREI Promo 2003 - Equipe systeme Unix From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 25 10:51:39 2003 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 BE8C916A4CE for ; Tue, 25 Nov 2003 10:51:39 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1318943FB1 for ; Tue, 25 Nov 2003 10:51:38 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 0D5FF530A; Tue, 25 Nov 2003 19:51:37 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 15D455309; Tue, 25 Nov 2003 19:51:30 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id EF09633C86; Tue, 25 Nov 2003 19:51:29 +0100 (CET) To: Kris Kennaway References: <20031124122558.GA15567@xor.obsecurity.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 25 Nov 2003 19:51:29 +0100 In-Reply-To: <20031124122558.GA15567@xor.obsecurity.org> (Kris Kennaway's message of "Mon, 24 Nov 2003 04:25:58 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) 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.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.6 required=5.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.60 cc: sparc64@FreeBSD.org Subject: Re: [kris@obsecurity.org: XFree86-FontServer-4.3.0_2 broken on 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: Tue, 25 Nov 2003 18:51:39 -0000 Kris Kennaway writes: > http://bento.freebsd.org/errorlogs/sparc64-5-latest/XFree86-FontServer-4.= 3.0_2.log 404 DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 25 11:59:56 2003 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 58F1016A4CE for ; Tue, 25 Nov 2003 11:59:56 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6182D43FDF for ; Tue, 25 Nov 2003 11:59:55 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 706CA66C8E; Tue, 25 Nov 2003 11:59:51 -0800 (PST) Date: Tue, 25 Nov 2003 11:59:51 -0800 From: Kris Kennaway To: Dag-Erling Sm?rgrav Message-ID: <20031125195951.GA35659@xor.obsecurity.org> References: <20031124122558.GA15567@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: sparc64@FreeBSD.org cc: Kris Kennaway Subject: Re: [kris@obsecurity.org: XFree86-FontServer-4.3.0_2 broken on 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: Tue, 25 Nov 2003 19:59:56 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 25, 2003 at 07:51:29PM +0100, Dag-Erling Sm?rgrav wrote: > Kris Kennaway writes: > > http://bento.freebsd.org/errorlogs/sparc64-5-latest/XFree86-FontServer-= 4.3.0_2.log >=20 > 404 Jake fixed it. Thanks for looking though. Kris --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/w7S3Wry0BWjoQKURAhWDAJ0dR3E5ZmILVnQ7Eo3fvQ71W/mrygCcDex7 V9kBPCSQEjJKOUCVwt8DelI= =czbD -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF-- From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 25 19:49:38 2003 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 7102516A4CE; Tue, 25 Nov 2003 19:49:38 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C1A43FCB; Tue, 25 Nov 2003 19:49:37 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 750B766C55; Tue, 25 Nov 2003 19:49:37 -0800 (PST) Date: Tue, 25 Nov 2003 19:49:37 -0800 From: Kris Kennaway To: kde@FreeBSD.org Message-ID: <20031126034937.GA42836@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: sparc64@FreeBSD.org Subject: kdeutils-3.1.4 broken on 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: Wed, 26 Nov 2003 03:49:38 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/sparc64-5-latest/kdeutils-3.1.4.log Can someone please investigate ASAP? Kris --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/xCLQWry0BWjoQKURAnqXAKD4AdsYouoaTCkQqnK0EAJZb//PVACg+hhM 77eSg/jzhe9VhtHrqU3hsKA= =cthw -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- From owner-freebsd-sparc64@FreeBSD.ORG Wed Nov 26 00:57:27 2003 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 C174216A4CE for ; Wed, 26 Nov 2003 00:57:27 -0800 (PST) Received: from CITADEL.NOBULUS.COM (citadel.nobulus.com [212.97.207.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E27743FD7 for ; Wed, 26 Nov 2003 00:57:26 -0800 (PST) (envelope-from iva@orange.dk) Received: from CITADEL.NOBULUS.COM (localhost [127.0.0.1]) by CITADEL.NOBULUS.COM (8.12.10/8.12.10) with ESMTP id hAQ8tku5059556 for ; Wed, 26 Nov 2003 09:55:46 +0100 (CET) (envelope-from iva@CITADEL.NOBULUS.COM) Received: (from iva@localhost) by CITADEL.NOBULUS.COM (8.12.10/8.12.10/Submit) id hAQ8tkk1059555 for freebsd-sparc64@freebsd.org; Wed, 26 Nov 2003 09:55:46 +0100 (CET) (envelope-from iva) Date: Wed, 26 Nov 2003 09:55:46 +0100 From: Ilya Varlashkin To: freebsd-sparc64@freebsd.org Message-ID: <20031126085546.GA59517@CITADEL.NOBULUS.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Scanned-By: CITADEL.NOBULUS.COM Subject: Can't use hostnames in snmpd.conf after upgrade to net-snmp 5.1 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, 26 Nov 2003 08:57:28 -0000 Hi All, I submitted this earlier to net-snmp bug tracking system, but it seems there is not much activity there as many cases are not assigned (no blame, as it's a free project), so I'm writing here in case somebody had experienced the same problem with latest net-snmp release. I've just upgraded from net-snmp 5.0.x to net-snmp 5.1 on FreeBSD/sparc64 and with snmpd.conf left unmodified from previous installation now I can't connect from a hosts specified in the config by hostname (as opposed to IP address). This is ONLY on FreeBSD/sparc64, however on FreeBSD/i386 works just fine. Below are some details (hostname and community names are bogus). root@CITADEL# uname -a FreeBSD CITADEL.EXAMPLE.COM 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Tue Oct 7 00:09:05 CEST 2003 toor@CITADEL.EXAMPLE.COM:/extra/usr/obj/extra/usr/src/sys/CITADEL sparc64 root@CITADEL# cat snmpd.conf # # $Id:$ # syslocation "Test lab" syscontact "Ilya Varlashkin" sysservices 76 # # ACL # # name= source community com2sec me localhost MyVerySecure com2sec default default public group meRO v1 me group meRO v2c me group defaultRO v1 default group defaultRO v2c default # incl/excl subtree mask view all included .1 80 view contact included .iso.org.dod.internet.mgmt.mib-2.system.sysContact # Gname context model level prefix read write notif access meRO "" any noauth exact all none none access defaultRO "" any noauth exact contact none none root@CITADEL# snmpd -Le -D netsnmp_udp_getSecName -D netsnmp_udp_parse_security -f sysctl: physmem: Cannot allocate memory netsnmp_udp_parse_security: <"MyVerySecure", 0xffffffff/0xffffffff> => "me" netsnmp_udp_parse_security: <"public", 0x00000000/0x00000000> => "default" NET-SNMP version 5.1 Now from another terminal on the same host: iva@CITADEL$ snmpwalk -v 1 -c MyVerySecure localhost Timeout: No Response from localhost iva@CITADEL$ (This is expected as due to problem instead of localhost 127.0.0.1 community 'MyVerySecure' is bound to address 255.255.255.255) At the same time the daemon produces following log: Connection from 127.0.0.1 netsnmp_udp_getSecName: resolve <"MyVerySecure", 0x7f000001> netsnmp_udp_getSecName: compare <"MyVerySecure", 0xffffffff/0xffffffff>... nope netsnmp_udp_getSecName: compare <"public", 0x00000000/0x00000000>... nope (above group of messages repeated 5 more times) If I specify '127.0.0.1' instead of 'localhost' in the snmpd.conf then everything is fine, and on FreeBSD/i386 architecture this problem doesn't exist (tested with FreeBSD versions 4.8, 4.9 and 5.1). Could it be that net-snmp 5.1 requires some additional options in the kernel compare to 5.0.x or something needs to be tweaked in net-snmp itself? Let me know what additional information could help to resolve this problem. P.S.: By the way, during pre-build configuration, I see plenty of complains like tcpip.h found but can't be compiled (on both i386 and sparc64, though on intel it works after all but sparc has problems). Is it normal? Kind regards, Ilya Varlashkin From owner-freebsd-sparc64@FreeBSD.ORG Wed Nov 26 03:46:20 2003 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 4DA1416A4CE; Wed, 26 Nov 2003 03:46:20 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7192D43FE0; Wed, 26 Nov 2003 03:46:16 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id ECD6B530A; Wed, 26 Nov 2003 12:46:14 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 3188D5309; Wed, 26 Nov 2003 12:46:06 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id AF20733C86; Wed, 26 Nov 2003 12:46:05 +0100 (CET) To: Kris Kennaway References: <20031126034937.GA42836@xor.obsecurity.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 26 Nov 2003 12:46:05 +0100 In-Reply-To: <20031126034937.GA42836@xor.obsecurity.org> (Kris Kennaway's message of "Tue, 25 Nov 2003 19:49:37 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) 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.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.6 required=5.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.60 cc: kde@FreeBSD.org cc: sparc64@FreeBSD.org Subject: Re: kdeutils-3.1.4 broken on 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: Wed, 26 Nov 2003 11:46:20 -0000 Kris Kennaway writes: > http://bento.freebsd.org/errorlogs/sparc64-5-latest/kdeutils-3.1.4.log > > Can someone please investigate ASAP? I believe arved fixed this yesterday (misc/kdeutils3/Makefile rev 1.77) by changing the logic from "always build APM support except on Alpha and ia64" to "never build APM support except on i386" DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 29 10:56:53 2003 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 85E9A16A4CE for ; Sat, 29 Nov 2003 10:56:53 -0800 (PST) Received: from perilith.com (perilith.com [207.198.250.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id C19FB43F3F for ; Sat, 29 Nov 2003 10:56:50 -0800 (PST) (envelope-from aard@perilith.com) Received: by perilith.com (Postfix, from userid 1050) id 1EEBB120311E8; Sat, 29 Nov 2003 13:56:50 -0500 (EST) Date: Sat, 29 Nov 2003 13:56:50 -0500 From: a clever sheep To: freebsd-sparc@freebsd.org Message-ID: <20031129185649.GA20303@perilith.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: special-delivery User-Agent: Mutt/1.5.4i Subject: 5.1-R cd failing on Ultra AXe mainboard 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, 29 Nov 2003 18:56:53 -0000 i don't know if this is a known issue or not but i don't recall seeing it posted to the list. i had to turn off dma to install also, but i have seen posts in relation to that. anyways, the installer cd fails at the following: Mounting root from ufs:/dev/md0 start_init: trying /sbin/init start_init: trying /sbin/oinit start_init: trying /sbin/init.bak start_init: trying /stand/sysinstall a full serial console log can be found at: http://aard.org/fbsd/sparc-51r.txt i tried installing on the local console as well as the serial console using only one download of the 5.1-r mini disc but i burned it to two diffrent cd-rs on two different burners and it failed in the same place on each. i also changed cd-roms on the machine i was trying to install to, but no joy. -- aard@perilith.com