From owner-freebsd-sparc Mon Aug 19 4: 2: 0 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D20FD37B400 for ; Mon, 19 Aug 2002 04:01:59 -0700 (PDT) Received: from smtp-gw-cl-b.dmv.com (smtp-gw-cl-b.dmv.com [64.45.128.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2258443E72 for ; Mon, 19 Aug 2002 04:01:59 -0700 (PDT) (envelope-from patrick@godloveya.com) Received: from mail-gw.dmv.com (mail-gw.dmv.com [64.45.128.6]) by smtp-gw-cl-b.dmv.com (8.12.3/8.12.3) with ESMTP id g7JAtGQl025261 for ; Mon, 19 Aug 2002 06:55:16 -0400 (EDT) (envelope-from patrick@godloveya.com) Received: from laptop (12-219-89-144.client.mchsi.com [12.219.89.144]) (authenticated (0 bits)) by mail-gw.dmv.com (8.11.6/8.11.6) with ESMTP id g7JBCtq02979 for ; Mon, 19 Aug 2002 07:12:55 -0400 (EDT) (envelope-from patrick@godloveya.com) Message-ID: <001f01c2476f$8bbc2360$6300a8c0@dmv.com> From: "Patrick" To: Subject: sparc64/include/signal.h broke Date: Mon, 19 Aug 2002 06:59:52 -0400 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In /usr/src/sys/sparc64/include/signal.h (lines 50 and line 53) struct osigcontext { }; struct sigcontext { }; Compiler warnings being treated as errors are causing the above two empty structures to break make world. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Aug 19 7:34:55 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1F837B400 for ; Mon, 19 Aug 2002 07:34:54 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FEE643E3B for ; Mon, 19 Aug 2002 07:34:53 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g7JEbT8a017154; Mon, 19 Aug 2002 10:37:29 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g7JEbT2q017153; Mon, 19 Aug 2002 10:37:29 -0400 (EDT) Date: Mon, 19 Aug 2002 10:37:29 -0400 From: Jake Burkholder To: Patrick Cc: sparc@FreeBSD.ORG Subject: Re: sparc64/include/signal.h broke Message-ID: <20020819103729.G590@locore.ca> References: <001f01c2476f$8bbc2360$6300a8c0@dmv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001f01c2476f$8bbc2360$6300a8c0@dmv.com>; from patrick@godloveya.com on Mon, Aug 19, 2002 at 06:59:52AM -0400 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Mon, Aug 19, 2002 at 06:59:52AM -0400, Patrick said words to the effect of; > In /usr/src/sys/sparc64/include/signal.h (lines 50 and line 53) > > struct osigcontext { > }; > > struct sigcontext { > }; > > > Compiler warnings being treated as errors are causing the above two empty > structures to break make world. I fixed this last night. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Aug 19 15:37:34 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C04BF37B400 for ; Mon, 19 Aug 2002 15:37:32 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A1243E6A for ; Mon, 19 Aug 2002 15:37:31 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id BAA122924 for ; Tue, 20 Aug 2002 01:37:25 +0300 Date: Tue, 20 Aug 2002 01:37:25 +0300 (WET) From: Evren Yurtesen To: sparc@freebsd.org Subject: make buildworld && make installworld && mergemaster Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is it possible to upgrade the sparc64 port from the sources? If so how do we cvsup the sources? thanks Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Aug 19 15:49:48 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DC2137B400 for ; Mon, 19 Aug 2002 15:49:47 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A35C43E42 for ; Mon, 19 Aug 2002 15:49:47 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7JMnjVh019029; Mon, 19 Aug 2002 15:49:45 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7JMniun019028; Mon, 19 Aug 2002 15:49:44 -0700 (PDT) Date: Mon, 19 Aug 2002 15:49:44 -0700 From: "David O'Brien" To: Evren Yurtesen Cc: sparc@freebsd.org Subject: Re: make buildworld && make installworld && mergemaster Message-ID: <20020819224944.GA17690@dragon.nuxi.com> Reply-To: sparc@freebsd.org Mail-Followup-To: David O'Brien , Evren Yurtesen , sparc@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-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 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Aug 20, 2002 at 01:37:25AM +0300, Evren Yurtesen wrote: > Is it possible to upgrade the sparc64 port from the sources? Yes. > If so how do we cvsup the sources? Using a 2nd box -- either "cvs co" on the sparc64 box from sources over NFS, or run "cvsup" on another machine that NFS mounts a disk from sparc64 box. If you know enough to "cvsup, cvs up, make world" you should know enough to find a way to do this. Or is your real question "Is there a native cvsup binary yet?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Aug 19 16:19: 0 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1663937B400 for ; Mon, 19 Aug 2002 16:18:59 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F81843E6E for ; Mon, 19 Aug 2002 16:18:58 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id CAA127716 for ; Tue, 20 Aug 2002 02:18:56 +0300 Date: Tue, 20 Aug 2002 02:18:56 +0300 (WET) From: Evren Yurtesen To: sparc@freebsd.org Subject: Re:(2) make buildworld && make installworld && mergemaster In-Reply-To: <20020819224944.GA17690@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am little bit confused, I was using cvsup on i386 platform. I will run cvsup but what release name etc. should I use? same with i386? Its a shame that sparc64 dont have cvsup... :( On Mon, 19 Aug 2002, David O'Brien wrote: > On Tue, Aug 20, 2002 at 01:37:25AM +0300, Evren Yurtesen wrote: > > Is it possible to upgrade the sparc64 port from the sources? > > Yes. > > > If so how do we cvsup the sources? > > Using a 2nd box -- either "cvs co" on the sparc64 box from sources over > NFS, or run "cvsup" on another machine that NFS mounts a disk from > sparc64 box. If you know enough to "cvsup, cvs up, make world" you > should know enough to find a way to do this. > > Or is your real question "Is there a native cvsup binary yet?" > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Aug 20 5:37:42 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 366C637B400 for ; Tue, 20 Aug 2002 05:37:41 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF65643E6A for ; Tue, 20 Aug 2002 05:37:38 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id PAA35074 for ; Tue, 20 Aug 2002 15:37:36 +0300 Date: Tue, 20 Aug 2002 15:37:35 +0300 (WET) From: Evren Yurtesen To: sparc@freebsd.org Subject: sparc64 bootable CD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org How is it possible to make a bootable CD for sparc64? I have ultra10 I figured out its something with mkisofs and mksunbootcd program Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Aug 20 6: 4:41 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13A3B37B401 for ; Tue, 20 Aug 2002 06:04:37 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 81A4843E7B for ; Tue, 20 Aug 2002 06:04:35 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 11013 invoked by uid 0); 20 Aug 2002 13:04:33 -0000 Received: from p5086f012.dip.t-dialin.net (HELO forge.local) (80.134.240.18) by mail.gmx.net (mp008-rz3) with SMTP; 20 Aug 2002 13:04:33 -0000 Received: from tmm by forge.local with local (Exim 3.36 #1) id 17h8hL-0000kS-00; Tue, 20 Aug 2002 15:05:27 +0200 Date: Tue, 20 Aug 2002 15:05:27 +0200 From: Thomas Moestl To: Evren Yurtesen Cc: sparc@freebsd.org Subject: Re: sparc64 bootable CD Message-ID: <20020820130526.GA1130@crow.dom2ip.de> Mail-Followup-To: Evren Yurtesen , sparc@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, 2002/08/20 at 15:37:35 +0300, Evren Yurtesen wrote: > How is it possible to make a bootable CD for sparc64? I have ultra10 > I figured out its something with mkisofs and mksunbootcd program mkisofs can do this itself, but you first need to create a boot slice to put into the image. I've attached a Makefile that I wrote some time back and that was used to create the first bootable FreeBSD/sparc64 iso images. It should still work, but is a bit outdated now, in particular, you should be able to delete the 'boot1' and 'bootslice.sun4u' targets (replacing the latter with 'bootfs.sun4u') now by using 'disklabel -B' when building 'bootfs.sun4u', the zeroing mentioned in the Makefile does not seem to be required by the frimware. Note that you need to do most of the building on the sparc64 box (due to file system endianess issues, and of course to get the sparc64 toolchain). The mkisofs step is an exception, you can just copy over the files it needs and do it anywhere. - 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 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=Makefile # $Id: Makefile,v 1.5 2002/03/19 17:17:57 tmm Exp tmm $ # Location of the tree to be burned onto CD-ROM ISOTREE?= /home/tmm/cdfs/isotree # Location of the src/sys tree to be used for building the boot block SYSTREE?= /mnt/tmm/sparc64/sys BOOT1DIR= ${SYSTREE}/boot/sparc64/boot1 BOOT1= boot1 LOADERDIR= ${SYSTREE}/boot/sparc64/loader LOADER= loader # Size of the boot file system in 512-byte blocks, including a disk label BOOTFSSZ?= 4096 MOUNTPT= fsmnt ALLTARGETS= boot1 loader boot.sun4u bootslice.sun4u sparc64.iso .PHONY: all clean all: sparc64.iso boot1: cd ${BOOT1DIR} && ${MAKE} all cp -f ${BOOT1DIR}/${BOOT1} $@ # XXX: non-standard options, dependency is bogus, so always do a full rebuild # for now. loader: cd ${LOADERDIR} && \ ${MAKE} clean all LOADER_DISK_SUPPORT=yes LOADER_NET_SUPPORT=no \ LOADER_NFS_SUPPORT=no LOADER_TFTP_SUPPORT=no \ LOADER_CD9660_SUPPORT=yes cp -f ${LOADERDIR}/${LOADER} $@ # Build the boot file system. This needs to be done natively to get the correct # FS endianess! bootfs.sun4u: loader dd if=/dev/zero of=$@ bs=512 count=${BOOTFSSZ} -mkdir ${MOUNTPT} MD=$$(mdconfig -a -t vnode -f $@) ; \ DEV=/dev/$${MD}c ; \ disklabel -w -r $$MD auto ; \ newfs $$DEV ; \ mount $$DEV ${MOUNTPT} ; \ mkdir ${MOUNTPT}/boot ; \ cp loader ${MOUNTPT}/boot/ ; \ umount ${MOUNTPT} ; \ mdconfig -d -u $${MD#md} # The UFS slice on the CD-ROM is prepended by a pseudo disk label. The first # (512-byte) block is zeroed out on Sun disks, so we do so, too. # The next 15 sectors contain the boot code. # Since a FreeBSD disk label is also 16 sectors in size, we can just overwrite # it with with our boot1, which has the disk label portions zeroed out and is of # the size of a label, leaving the file system that follows it intact. bootslice.sun4u: bootfs.sun4u boot1 cp -f bootfs.sun4u $@ dd if=boot1 of=$@ bs=512 conv=notrunc # Create the ISO image, including the boot slice generated above. # To make sure that the kernel will use the cd9660 file system as root fs # there should be a /boot/loader.conf with boot_cdrom set to "YES". sparc64.iso: bootslice.sun4u mkisofs -B ,,,,bootslice.sun4u -r -o $@ ${ISOTREE} clean: -rm -f ${ALLTARGETS} --lrZ03NoBR/3+SXJZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Aug 20 6:31:56 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7406037B400 for ; Tue, 20 Aug 2002 06:31:53 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB5743E7B for ; Tue, 20 Aug 2002 06:31:52 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id QAA79818; Tue, 20 Aug 2002 16:31:50 +0300 Date: Tue, 20 Aug 2002 16:31:49 +0300 (WET) From: Evren Yurtesen To: Thomas Moestl Cc: sparc@freebsd.org Subject: Re: sparc64 bootable CD In-Reply-To: <20020820130526.GA1130@crow.dom2ip.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Its more complicated than I thought. It is pretty straightforward for sparc in NetBSD http://www.netbsd.org/Documentation/bootcd.html#sparcimage I was actually trying to make bootable images for sparc64 in brothers of FreeBSD =) The NetBSD and OpenBSD and I thought since there is a working sparc64 image in FreeBSD (I already installed it and made a installation document) I thought the FreeBSD people would know the thing I am doing wrong. I downloaded the miniroot.fs and made a iso with mkisofs with NetBSD and OpenBSD files and then I tried to do mksunbootcd output.sio miniroot.fs miniroot.fs miniroot.fs but well something went wrong. Any suggestions? Evren On Tue, 20 Aug 2002, Thomas Moestl wrote: > On Tue, 2002/08/20 at 15:37:35 +0300, Evren Yurtesen wrote: > > How is it possible to make a bootable CD for sparc64? I have ultra10 > > I figured out its something with mkisofs and mksunbootcd program > > mkisofs can do this itself, but you first need to create a boot slice > to put into the image. > I've attached a Makefile that I wrote some time back and that was used > to create the first bootable FreeBSD/sparc64 iso images. > It should still work, but is a bit outdated now, in particular, you > should be able to delete the 'boot1' and 'bootslice.sun4u' targets > (replacing the latter with 'bootfs.sun4u') now by using 'disklabel -B' > when building 'bootfs.sun4u', the zeroing mentioned in the Makefile > does not seem to be required by the frimware. > Note that you need to do most of the building on the sparc64 box (due > to file system endianess issues, and of course to get the sparc64 > toolchain). The mkisofs step is an exception, you can just copy over > the files it needs and do it anywhere. > > - 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Aug 20 7: 8:19 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2437537B400 for ; Tue, 20 Aug 2002 07:08:17 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FC7B43E65 for ; Tue, 20 Aug 2002 07:08:16 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 6994 invoked by uid 0); 20 Aug 2002 14:08:14 -0000 Received: from p5086f012.dip.t-dialin.net (HELO forge.local) (80.134.240.18) by mail.gmx.net (mp018-rz3) with SMTP; 20 Aug 2002 14:08:14 -0000 Received: from tmm by forge.local with local (Exim 3.36 #1) id 17h9gy-0000u6-00; Tue, 20 Aug 2002 16:09:08 +0200 Date: Tue, 20 Aug 2002 16:09:08 +0200 From: Thomas Moestl To: Evren Yurtesen Cc: sparc@freebsd.org Subject: Re: sparc64 bootable CD Message-ID: <20020820140908.GB1130@crow.dom2ip.de> Mail-Followup-To: Evren Yurtesen , sparc@freebsd.org References: <20020820130526.GA1130@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 2002/08/20 at 16:31:49 +0300, Evren Yurtesen wrote: > Its more complicated than I thought. > It is pretty straightforward for sparc in NetBSD > http://www.netbsd.org/Documentation/bootcd.html#sparcimage > I was actually trying to make bootable images for sparc64 in brothers of > FreeBSD =) The NetBSD and OpenBSD and I thought since there is a working > sparc64 image in FreeBSD (I already installed it and made a installation > document) I thought the FreeBSD people would know the thing I am doing > wrong. > I downloaded the miniroot.fs and made a iso with mkisofs with > NetBSD and OpenBSD files and then I tried to do > mksunbootcd output.sio miniroot.fs miniroot.fs miniroot.fs > but well something went wrong. Humm, what exactly? > Any suggestions? NetBSD offers bootable images now (http://www.de.netbsd.org/Ports/sparc64/faq.html#cdrominstall), and OpenBSD's code is in general more similar to NetBSD's, so it would probably be helpful to ask on the NetBSD lists. AFAIK The mksunbootcd tool will just put a root fs image into the correct slice (and the correct slice for sparc64 differs form the sparc one, so you will at least need to append miniroot.fs three other times), and it depends quite a lot on the kernel handling whether such an embedded slice on a device with a non-disk block size can even be mounted correctly (IIRC NetBSD could not do this, so they probably have chosen another method now). - 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Aug 20 8:33:12 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA2737B400 for ; Tue, 20 Aug 2002 08:33:10 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2130E43E70 for ; Tue, 20 Aug 2002 08:33:09 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id SAA148842; Tue, 20 Aug 2002 18:32:59 +0300 Date: Tue, 20 Aug 2002 18:32:59 +0300 (WET) From: Evren Yurtesen To: Thomas Moestl Cc: sparc@freebsd.org Subject: Re: sparc64 bootable CD In-Reply-To: <20020820140908.GB1130@crow.dom2ip.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 20 Aug 2002, Thomas Moestl wrote: > On Tue, 2002/08/20 at 16:31:49 +0300, Evren Yurtesen wrote: > > Its more complicated than I thought. > > It is pretty straightforward for sparc in NetBSD > > http://www.netbsd.org/Documentation/bootcd.html#sparcimage > > I was actually trying to make bootable images for sparc64 in brothers of > > FreeBSD =) The NetBSD and OpenBSD and I thought since there is a working > > sparc64 image in FreeBSD (I already installed it and made a installation > > document) I thought the FreeBSD people would know the thing I am doing > > wrong. > > I downloaded the miniroot.fs and made a iso with mkisofs with > > NetBSD and OpenBSD files and then I tried to do > > mksunbootcd output.sio miniroot.fs miniroot.fs miniroot.fs > > but well something went wrong. > > Humm, what exactly? I think OpenBSD said "The file just loaded does not appear to be executable" But =) Now when I tried again I issued "boot cdrom:b" and it worked. I guess I was just impatient with this so my impatience made me fail. Perhaps tomorrow I should try NetBSD again with different options. Then return to you. About NetBSD I am not able to remember at the moment what was wrong because when it didnt succeed I destroyed the ISO image =) I will do the same image again and try to run NetBSD again. If it doesnt work then I will come back and complain =) > > Any suggestions? > > NetBSD offers bootable images now > (http://www.de.netbsd.org/Ports/sparc64/faq.html#cdrominstall), and Well that is some 17mb image and it is crashing at boot. It says Kernel size exceeds 4MB Setting DTLB entry ......... Setting DTLB entry ......... Setting ITLB entry ......... Thats all. I am sorry for the dots =) but I don't have a console cable so I cant copy paste the exact message. But tomorrow I will try my way again and lets see what will happen.. > OpenBSD's code is in general more similar to NetBSD's, so it would > probably be helpful to ask on the NetBSD lists. > AFAIK The mksunbootcd tool will just put a root fs image into the > correct slice (and the correct slice for sparc64 differs form the > sparc one, so you will at least need to append miniroot.fs three other > times), and it depends quite a lot on the kernel handling whether such > an embedded slice on a device with a non-disk block size can even be > mounted correctly (IIRC NetBSD could not do this, so they probably > have chosen another method now). > > - 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Aug 20 12:18:32 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCEB037B414 for ; Tue, 20 Aug 2002 12:18:20 -0700 (PDT) Received: from mk-smarthost-4.mail.uk.tiscali.com (mk-smarthost-4.mail.uk.tiscali.com [212.74.114.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB88344381 for ; Tue, 20 Aug 2002 12:12:00 -0700 (PDT) (envelope-from gavinj@ukgateway.net) Received: from [80.40.60.226] (helo=cardiac) by mk-smarthost-4.mail.uk.tiscali.com with smtp (Exim 4.05) id 17hE0N-000HOa-00; Tue, 20 Aug 2002 19:45:27 +0100 From: "Gavin Jones" To: "Thomas Moestl" , "Evren Yurtesen" Cc: Subject: RE: sparc64 bootable CD Date: Tue, 20 Aug 2002 19:49:27 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020820140908.GB1130@crow.dom2ip.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org If you follow the link you get to the following : NetBSD/sparc64 Currently there is no support for booting NetBSD/sparc64 from CD. It is on the sparc64 TODO list however and the hardware certainly will support this. The only way that I have managed to install *BSD is using netboot and installed OpenBSD, which I have never been able to do again :o) it just dies with an "Unknown Error 13" which I think is coming from the NFS side of things on the nfs server but never managed to fix it :o( Gavin J -----Original Message----- From: owner-freebsd-sparc@FreeBSD.ORG [mailto:owner-freebsd-sparc@FreeBSD.ORG]On Behalf Of Thomas Moestl Sent: 20 August 2002 15:09 To: Evren Yurtesen Cc: sparc@freebsd.org Subject: Re: sparc64 bootable CD On Tue, 2002/08/20 at 16:31:49 +0300, Evren Yurtesen wrote: > Its more complicated than I thought. > It is pretty straightforward for sparc in NetBSD > http://www.netbsd.org/Documentation/bootcd.html#sparcimage > I was actually trying to make bootable images for sparc64 in brothers of > FreeBSD =) The NetBSD and OpenBSD and I thought since there is a working > sparc64 image in FreeBSD (I already installed it and made a installation > document) I thought the FreeBSD people would know the thing I am doing > wrong. > I downloaded the miniroot.fs and made a iso with mkisofs with > NetBSD and OpenBSD files and then I tried to do > mksunbootcd output.sio miniroot.fs miniroot.fs miniroot.fs > but well something went wrong. Humm, what exactly? > Any suggestions? NetBSD offers bootable images now (http://www.de.netbsd.org/Ports/sparc64/faq.html#cdrominstall), and OpenBSD's code is in general more similar to NetBSD's, so it would probably be helpful to ask on the NetBSD lists. AFAIK The mksunbootcd tool will just put a root fs image into the correct slice (and the correct slice for sparc64 differs form the sparc one, so you will at least need to append miniroot.fs three other times), and it depends quite a lot on the kernel handling whether such an embedded slice on a device with a non-disk block size can even be mounted correctly (IIRC NetBSD could not do this, so they probably have chosen another method now). - 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Aug 20 12:20:17 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B6F37B400 for ; Tue, 20 Aug 2002 12:20:12 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E048B43E3B for ; Tue, 20 Aug 2002 12:20:10 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id WAA88514; Tue, 20 Aug 2002 22:09:43 +0300 Date: Tue, 20 Aug 2002 22:09:42 +0300 (WET) From: Evren Yurtesen To: Gavin Jones Cc: Thomas Moestl , sparc@freebsd.org Subject: RE: sparc64 bootable CD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well I made a iso image of openbsd and its booting correctly. I can send you perhaps? If you want? If you can arrange an ftp account or something? Also the FreeBSD iso image is working fine. I have had a lot of trouble though. I made a document describing the installation of FreeBSD to sparc64 ultra10. I will soon start to write about installation of OpenBSD as it seems. After I make some tests with FreeBSD before installing OpenBSD over. I am determined to make NetBSD to boot from CD too =) Evren On Tue, 20 Aug 2002, Gavin Jones wrote: > If you follow the link you get to the following : > > > NetBSD/sparc64 > > Currently there is no support for booting NetBSD/sparc64 from CD. It is on > the sparc64 TODO list however and the hardware certainly will support this. > > > The only way that I have managed to install *BSD is using netboot and > installed OpenBSD, which I have never been able to do again :o) > > it just dies with an "Unknown Error 13" which I think is coming from the NFS > side of things on the nfs server but never managed to fix it :o( > > Gavin J > > -----Original Message----- > From: owner-freebsd-sparc@FreeBSD.ORG > [mailto:owner-freebsd-sparc@FreeBSD.ORG]On Behalf Of Thomas Moestl > Sent: 20 August 2002 15:09 > To: Evren Yurtesen > Cc: sparc@freebsd.org > Subject: Re: sparc64 bootable CD > > > On Tue, 2002/08/20 at 16:31:49 +0300, Evren Yurtesen wrote: > > Its more complicated than I thought. > > It is pretty straightforward for sparc in NetBSD > > http://www.netbsd.org/Documentation/bootcd.html#sparcimage > > I was actually trying to make bootable images for sparc64 in brothers of > > FreeBSD =) The NetBSD and OpenBSD and I thought since there is a working > > sparc64 image in FreeBSD (I already installed it and made a installation > > document) I thought the FreeBSD people would know the thing I am doing > > wrong. > > I downloaded the miniroot.fs and made a iso with mkisofs with > > NetBSD and OpenBSD files and then I tried to do > > mksunbootcd output.sio miniroot.fs miniroot.fs miniroot.fs > > but well something went wrong. > > Humm, what exactly? > > > Any suggestions? > > NetBSD offers bootable images now > (http://www.de.netbsd.org/Ports/sparc64/faq.html#cdrominstall), and > OpenBSD's code is in general more similar to NetBSD's, so it would > probably be helpful to ask on the NetBSD lists. > AFAIK The mksunbootcd tool will just put a root fs image into the > correct slice (and the correct slice for sparc64 differs form the > sparc one, so you will at least need to append miniroot.fs three other > times), and it depends quite a lot on the kernel handling whether such > an embedded slice on a device with a non-disk block size can even be > mounted correctly (IIRC NetBSD could not do this, so they probably > have chosen another method now). > > - 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 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-sparc" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Aug 20 14: 4: 5 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D038137B400 for ; Tue, 20 Aug 2002 14:04:03 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A24743E42 for ; Tue, 20 Aug 2002 14:04:03 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7KL4227031634; Tue, 20 Aug 2002 14:04:02 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7KL41iM031633; Tue, 20 Aug 2002 14:04:01 -0700 (PDT) Date: Tue, 20 Aug 2002 14:04:01 -0700 From: "David O'Brien" To: Evren Yurtesen Cc: Gavin Jones , sparc@freebsd.org Subject: Re: sparc64 bootable CD Message-ID: <20020820210401.GA31569@dragon.nuxi.com> Reply-To: sparc@freebsd.org Mail-Followup-To: David O'Brien , Evren Yurtesen , Gavin Jones , sparc@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-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 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [bogus From: address, because people cannot be bothered to respect Reply-To:] On Tue, Aug 20, 2002 at 10:09:42PM +0300, Evren Yurtesen wrote: > Well I made a iso image of openbsd and its booting correctly. > I can send you perhaps? If you want? If you can arrange an ftp account or > something? Also the FreeBSD iso image is working fine. I have had a lot > of trouble though. I made a document describing the installation of > FreeBSD to sparc64 ultra10. I will soon start to write about > installation of OpenBSD as it seems. After I make some tests with FreeBSD > before installing OpenBSD over. > > I am determined to make NetBSD to boot from CD too =) Uh people. PLEASE take a look at the mailing list address you are mailing to. It says: F-R-E-E-B-S-D in it. Please stay on topic. Complaining you can't install NetBSD or OpenBSD from CDROM is not appropiate. Telling how you took something done on NetBSD/OpenBSD and used that information to boot FreeBSD from an ISO (or building a bootable ISO) is on-topic. Note that Jake already makes bootable FreeBSD/sparc64 ISO's. So what is the FreeBSD issue here?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Aug 21 0:49: 9 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 690C837B401 for ; Wed, 21 Aug 2002 00:49:04 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3173043E70 for ; Wed, 21 Aug 2002 00:49:03 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id KAA121142; Wed, 21 Aug 2002 10:33:59 +0300 Date: Wed, 21 Aug 2002 10:33:59 +0300 (WET) From: Evren Yurtesen To: "David O'Brien" Cc: sparc@freebsd.org Subject: Re: sparc64 bootable CD In-Reply-To: <20020820210401.GA31569@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The issue is that I already installed FreeBSD over sparc64 ultra10 from CD and I should install OpenBSD and NetBSD too. I thought since FreeBSD people could manage to make a bootable CD for sparc64 maybe they could help. Why I install these is another thing. I write a detailed document about how-to-install, basic configuration and benchmarks etc. This document could provide valuable information for people who want to install one of these operating systems into sparc64. Thus this work is useful for the *BSD operating systems since it would effectively help increasing the user base and it is for the good of *BSD. I could understand your reaction if I was asking about Linux in BSD mailing list but I don't believe this a is real threat for BSD to ask something like this. Neverthles to say I am sorry that I disturbed you. It wont happen again Evren On Tue, 20 Aug 2002, David O'Brien wrote: > [bogus From: address, because people cannot be bothered to respect Reply-To:] > > On Tue, Aug 20, 2002 at 10:09:42PM +0300, Evren Yurtesen wrote: > > Well I made a iso image of openbsd and its booting correctly. > > I can send you perhaps? If you want? If you can arrange an ftp account or > > something? Also the FreeBSD iso image is working fine. I have had a lot > > of trouble though. I made a document describing the installation of > > FreeBSD to sparc64 ultra10. I will soon start to write about > > installation of OpenBSD as it seems. After I make some tests with FreeBSD > > before installing OpenBSD over. > > > > I am determined to make NetBSD to boot from CD too =) > > Uh people. PLEASE take a look at the mailing list address you are > mailing to. It says: F-R-E-E-B-S-D in it. Please stay on topic. > > Complaining you can't install NetBSD or OpenBSD from CDROM is not > appropiate. Telling how you took something done on NetBSD/OpenBSD and > used that information to boot FreeBSD from an ISO (or building a bootable > ISO) is on-topic. > > Note that Jake already makes bootable FreeBSD/sparc64 ISO's. So what is > the FreeBSD issue here?? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Aug 21 10:26: 6 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CFFE37B400 for ; Wed, 21 Aug 2002 10:26:04 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5A943E6A for ; Wed, 21 Aug 2002 10:26:04 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7LHQ327042594; Wed, 21 Aug 2002 10:26:03 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7LHQ2dS042593; Wed, 21 Aug 2002 10:26:02 -0700 (PDT) Date: Wed, 21 Aug 2002 10:26:02 -0700 From: "David O'Brien" To: Evren Yurtesen Cc: "David O'Brien" , sparc@freebsd.org Subject: Re: sparc64 bootable CD Message-ID: <20020821172602.GA42513@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mail-Followup-To: David O'Brien , Evren Yurtesen , David O'Brien , sparc@freebsd.org References: <20020820210401.GA31569@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-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 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Aug 21, 2002 at 10:33:59AM +0300, Evren Yurtesen wrote: > The issue is that I already installed FreeBSD over sparc64 ultra10 from CD > and I should install OpenBSD and NetBSD too. I thought since FreeBSD > people could manage to make a bootable CD for sparc64 maybe they could > help. It wasn't clearly stated what your objective was. And it lead to several also-non-Freebsd tangents. > Why I install these is another thing. I write a detailed document about > how-to-install, basic configuration and benchmarks etc. Nothing wrong with that -- I also have OpenBSD and NetBSD sparc64 installed for reference. But after learning out FreeBSD does it, time to move the discussion to the {Net,Open}BSD lists. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Aug 22 20:34:13 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 076DF37B400; Thu, 22 Aug 2002 20:34:12 -0700 (PDT) Received: from smtp-gw-cl-a.dmv.com (smtp-gw-cl-a.dmv.com [64.45.128.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC8A43E4A; Thu, 22 Aug 2002 20:34:11 -0700 (PDT) (envelope-from patrick@godloveya.com) Received: from mail-gw.dmv.com (mail-gw.dmv.com [64.45.128.6]) by smtp-gw-cl-a.dmv.com (8.12.3/8.12.3) with ESMTP id g7N3S6jr053576; Thu, 22 Aug 2002 23:28:06 -0400 (EDT) (envelope-from patrick@godloveya.com) Received: from laptop (12-219-89-144.client.mchsi.com [12.219.89.144]) (authenticated (0 bits)) by mail-gw.dmv.com (8.11.6/8.11.6) with ESMTP id g7N3jKq49263; Thu, 22 Aug 2002 23:45:20 -0400 (EDT) (envelope-from patrick@godloveya.com) Message-ID: <000d01c24a56$4572f5c0$6300a8c0@dmv.com> From: "Patrick" To: Cc: References: <20020820130526.GA1130@crow.dom2ip.de> Subject: buildkernel broke Date: Thu, 22 Aug 2002 23:36:30 -0400 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org make buildkernel has not been working since the Aug. 21 deletion of /usr/src/sys/sparc64/include/types.h It was breaking on bus.h *** bus.h.orig Thu Aug 22 23:27:50 2002 --- bus.h Thu Aug 22 23:27:26 2002 *************** *** 80,86 **** #include #endif ! #include #include #include --- 80,86 ---- #include #endif ! #include #include #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Aug 22 22: 4:45 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82BB37B400; Thu, 22 Aug 2002 22:04:42 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3239843E72; Thu, 22 Aug 2002 22:04:42 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g7N58P8a034811; Fri, 23 Aug 2002 01:08:25 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g7N58PKx034810; Fri, 23 Aug 2002 01:08:25 -0400 (EDT) Date: Fri, 23 Aug 2002 01:08:24 -0400 From: Jake Burkholder To: Patrick Cc: tmm@FreeBSD.ORG, sparc@FreeBSD.ORG Subject: Re: buildkernel broke Message-ID: <20020823010824.M590@locore.ca> References: <20020820130526.GA1130@crow.dom2ip.de> <000d01c24a56$4572f5c0$6300a8c0@dmv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000d01c24a56$4572f5c0$6300a8c0@dmv.com>; from patrick@godloveya.com on Thu, Aug 22, 2002 at 11:36:30PM -0400 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Thu, Aug 22, 2002 at 11:36:30PM -0400, Patrick said words to the effect of; > make buildkernel has not been working since the Aug. 21 deletion of > /usr/src/sys/sparc64/include/types.h > > It was breaking on bus.h > > *** bus.h.orig Thu Aug 22 23:27:50 2002 > --- bus.h Thu Aug 22 23:27:26 2002 > *************** > *** 80,86 **** > #include > #endif > > ! #include > #include > #include > > --- 80,86 ---- > #include > #endif > > ! #include > #include > #include Should be fixed, thanks. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Aug 23 1: 8:46 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A51B437B400 for ; Fri, 23 Aug 2002 01:08:45 -0700 (PDT) Received: from cc-gw.1anetworks.net (cc-gw.1anetworks.net [193.243.179.83]) by mx1.FreeBSD.org (Postfix) with SMTP id AC29743E77 for ; Fri, 23 Aug 2002 01:08:44 -0700 (PDT) (envelope-from brian@ukip.com) Received: from BRI (bri.1anetworks.net [212.36.98.200] (may be forged)) by parma.1anetworks.net (8.9.3+Sun/8.9.3) with SMTP id JAA12991 for ; Fri, 23 Aug 2002 09:08:40 +0100 (BST) From: "Bri" To: Subject: XFree86 on sparc64 Date: Fri, 23 Aug 2002 09:04:03 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org does X work on the sparc architecture yet for FreeBSD as i know on Solaris is has its own port called Xsun so I'm wondering if I would be able to compile the sources for X and not have to look at the white screen when I sit infront of the box and use it. Any Help Appreciated cos I still want good eye's by the time I'm 25 lol :). Bri, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Aug 23 7:38:52 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63AC637B400 for ; Fri, 23 Aug 2002 07:38:51 -0700 (PDT) Received: from fepE.post.tele.dk (fepE.post.tele.dk [195.41.46.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D8943E7B for ; Fri, 23 Aug 2002 07:38:50 -0700 (PDT) (envelope-from mike@fujang.dk) Received: from hotwing ([80.196.157.241]) by fepE.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020823143849.JUMU4218.fepE.post.tele.dk@hotwing> for ; Fri, 23 Aug 2002 16:38:49 +0200 Content-Type: text/plain; charset="us-ascii" From: Mike Organization: Fujang A/S To: freebsd-sparc@FreeBSD.org Date: Fri, 23 Aug 2002 16:40:21 +0200 User-Agent: KMail/1.4.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208231640.21216.mike@fujang.dk> Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org submit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message