From owner-freebsd-sparc64@FreeBSD.ORG Sun Feb 6 09:55:01 2005 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 A56C816A4CE; Sun, 6 Feb 2005 09:55:01 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80B043D49; Sun, 6 Feb 2005 09:55:00 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id E4BF31DD73B; Sun, 6 Feb 2005 10:54:59 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08771-10; Sun, 6 Feb 2005 10:54:51 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id B72501DD70C; Sun, 6 Feb 2005 10:54:51 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id BD6681C00094; Sun, 6 Feb 2005 10:54:50 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Sun, 6 Feb 2005 10:54:49 +0100 User-Agent: KMail/1.7.2 References: <9D7F0DF3FB16D41184010050DA90E00001C8749E@neo.confluentasp.local> In-Reply-To: <9D7F0DF3FB16D41184010050DA90E00001C8749E@neo.confluentasp.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502061054.49818.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: "Michael G. Jung" cc: freebsd-sparc64@freebsd.org Subject: Re: locale support by Xlib - X configuration on Ultra2 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, 06 Feb 2005 09:55:01 -0000 On Saturday 05 of February 2005 20:21, Michael G. Jung wrote: > Greetings: > > I'm attempting to get X working on Ultra2 - With many thanks > to Marcel Moolenaar , I was able to > get keyboard support working on both Ultra2 and Ultra1-E > using 6.0-CURRENT. > > For X I'm using a serial mouse which seems to work fine,=20 > however the keyboard does not function as expected > within X applications like Kword, xterm, etc. > > Keys on the keyboard produce incorrect but=20 > consistent key patterns on the screen. For > example in xterm the key"4" always produces=20 > "ff", key "5" produces "fg", key "6" produces=20 > "fh" etc. Would that be similar to this?: http://lists.freebsd.org/pipermail/freebsd-sparc64/2004-August/002036.html If so, there's one thing that, while not a proper solution, should work: in x11-servers/xorg-server port directory modify scripts/configure so it includes the line echo "#define UseDeprecatedKeyboardDriver YES" >> $LOCALDEF after other similar lines. Then recompile xorg-server and replace 'kbd' driver with 'keyboard' driver in xorg.conf and try if it works. The proper solution would be to fix kbd driver in same manner that keyboard driver is... > When I started firing off xterm on a remote machine > targeting the sun's local DISPLAY I got the messages: > > Warning: locale not supported by Xlib, locale set to C > Warning: X locale modifiers not supported, using default > Failed to open input method > > Which if I get it right means that Xlib doesn't know how > to map the keyboard for my locallity set by the variable > LANG ?? No, keyboard layouts are in /usr/X11R6/lib/X11/xkb under FreeBSD. Xlib should support locales that are under /usr/X11R6/lib/X11/locale. Dejan From owner-freebsd-sparc64@FreeBSD.ORG Mon Feb 7 02:12:53 2005 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 3C6A016A4CE for ; Mon, 7 Feb 2005 02:12:53 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B460443D5A for ; Mon, 7 Feb 2005 02:12:52 +0000 (GMT) (envelope-from gaspolo@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so675608rne for ; Sun, 06 Feb 2005 18:12:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=NkImWq+GCYal1qXbMuxvOnVVAO6F0YAChUJc/OxbHd5fBhgcw7SOafdWdQVIY460/GETabd7JRawRK/1flhg3nJvQqrbuSKXEc0GjEXmsPGMMu8na+N+HmDT0Hqt/vHxMdvLp9OIlEIgVvfGreCs8nAqlBU4uxSkaexaTFMcCbE= Received: by 10.38.13.29 with SMTP id 29mr26983rnm; Sun, 06 Feb 2005 18:12:52 -0800 (PST) Received: by 10.38.24.75 with HTTP; Sun, 6 Feb 2005 18:12:51 -0800 (PST) Message-ID: Date: Mon, 7 Feb 2005 03:12:51 +0100 From: gaspo To: freebsd-sparc64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: crash/reboot on ultra5 whitout reason X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gaspo List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 02:12:53 -0000 5 minutS aGo i see my server on SunULTRA 5 cpu0: Sun Microsystems UltraSparc-IIi Processor (269.84 MHz CPU) Reboot .... i have: server ultra5 (how firewall/NAtd) behind: 2 windows Pc 192.168.0.4 called "A" and 192.168.1.10 called "B" .. i have shared 1 folder on "A" windows... and on my other Windows i connect To it.. with remote connection \\192.168.0.4\share ... and i see 2 film..of 600Mb each one... i see it from "B"... after 10 second ....the SERVER Ultra5 on freebsd 5.3 reboot...and i lost connection to internet/lan and i cant see film/shared connection.... i retry it some Time 5,6,7 and every time i try it the server Reboot... anybody have some idea? i sEE the log on my server but there isnt noting..: gaspo ttyp0 windows Mon Feb 7 03:54 still logged in reboot ~ Mon Feb 7 03:54 andrea ttyp0 andreawin Mon Feb 7 00:58 - 01:37 (00:39) "reboot ~ Mon Feb 7 03:54" is crash/reboot/ when see film on pc in lan...no one reboot it by hand...(i'm only r00t) var log messages: Feb 7 03:41:25 gasp0 last message repeated 7 times --------AFTER THIS line the server reboot... Feb 7 03:53:49 sparc64 syslogd: kernel boot file is /boot/kernel/kernel Feb 7 03:53:49 sparc64 kernel: Copyright (c) 1992-2004 The FreeBSD Project. Feb 7 03:53:49 sparc64 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, ecc... i must put a special setting for realtek card on Sun ultra5? i put only: ifconfig_rl0="192.168.0.1" ifconfig_rl1="192.168.1.1" [root@sparc64:~/aiccu/unix-console] ifconfig rl1 rl1: flags=8843 mtu 1500 options=8 inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::248:54ff:fe81:ef0%rl1 prefixlen 64 scopeid 0x3 ether 00:48:54:81:0e:f0 media: Ethernet autoselect (100baseTX ) status: active [root@sparc64:~/aiccu/unix-console] ifconfig rl0 rl0: flags=8843 mtu 1500 options=8 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80::206:7bff:fe06:14e4%rl0 prefixlen 64 scopeid 0x2 ether 00:06:7b:06:14:e4 media: Ethernet autoselect (100baseTX ) status: active anybody Help me? From owner-freebsd-sparc64@FreeBSD.ORG Mon Feb 7 02:17:50 2005 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 0EE0F16A4CE for ; Mon, 7 Feb 2005 02:17:50 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40CE643D39 for ; Mon, 7 Feb 2005 02:17:49 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 224A451255; Sun, 6 Feb 2005 18:17:44 -0800 (PST) Date: Sun, 6 Feb 2005 18:17:43 -0800 From: Kris Kennaway To: gaspo Message-ID: <20050207021743.GA22197@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-sparc64@freebsd.org Subject: Re: crash/reboot on ultra5 whitout reason 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, 07 Feb 2005 02:17:50 -0000 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 07, 2005 at 03:12:51AM +0100, gaspo wrote: > 5 minutS aGo i see my server on SunULTRA 5=20 > cpu0: Sun Microsystems UltraSparc-IIi Processor (269.84 MHz CPU) > Reboot .... > i have: > server ultra5 (how firewall/NAtd) > behind: 2 windows Pc 192.168.0.4 called "A" and 192.168.1.10 called "B" > .. > i have shared 1 folder on "A" windows... and on my other Windows i > connect To it.. > with remote connection \\192.168.0.4\share ... and i see 2 film..of > 600Mb each one... > i see it from "B"... after 10 second ....the SERVER Ultra5 on freebsd > 5.3 reboot...and i lost connection to internet/lan and i cant see > film/shared connection.... > i retry it some Time 5,6,7 and every time i try it the server Reboot... > anybody have some idea? Read the handbook for how to set up crashdumps, and follow the advice therein the next time it happens. Kris --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCBs/HWry0BWjoQKURAuJCAJ9z9Ma27TEwWZFY5+CtysCOrrSf2wCfc9xw lGA6LtMeALzCYtj7L81uY2o= =oWTB -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- From owner-freebsd-sparc64@FreeBSD.ORG Mon Feb 7 11:01:52 2005 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 598F016A4E6 for ; Mon, 7 Feb 2005 11:01:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 380FD43D64 for ; Mon, 7 Feb 2005 11:01:52 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j17B1qPT059400 for ; Mon, 7 Feb 2005 11:01:52 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j17B1pbG059393 for freebsd-sparc64@freebsd.org; Mon, 7 Feb 2005 11:01:51 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 7 Feb 2005 11:01:51 GMT Message-Id: <200502071101.j17B1pbG059393@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, 07 Feb 2005 11:01:52 -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 o [2004/01/29] sparc64/62053sparc64 Using bridging on 5.2 Sparc64 causes imme o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S o [2004/10/21] sparc64/72962sparc64 [sysinstall] Sysinstall panics on sparc64 o [2004/11/02] sparc64/73413sparc64 [patch] pthread(libkse) library is broken o [2004/11/10] sparc64/73782sparc64 libc is missing the _Qp_cmp function 6 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2003/10/11] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di o [2004/07/09] sparc64/68869sparc64 netcard: Unexpect packet size, drop packe o [2004/08/02] sparc64/69893sparc64 asr panics the system on sparc64 o [2004/10/15] sparc64/72731sparc64 sparc64, 5.3-BETA7, "host" command doesn' o [2004/10/22] sparc64/72998sparc64 [patch] set_mcontext() change syscalls pa o [2004/12/24] sparc64/75458sparc64 Add detection of US-IIIi processor f [2005/01/03] sparc64/75735sparc64 misconfigured qfe ports 7 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Mon Feb 7 12:08:37 2005 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 815FA16A4CE for ; Mon, 7 Feb 2005 12:08:37 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99E343D53 for ; Mon, 7 Feb 2005 12:08:36 +0000 (GMT) (envelope-from gaspolo@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so732677rne for ; Mon, 07 Feb 2005 04:08:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=s3y7NY3UNluMDXVv0J8dSBVQo8TlSuG8QI1O84YXThdBmkidEqaJ9gK9X0xIdS40X8mVnQfcvWrS16hAzEde6FRmiLlhl0HCyud0it+n0bGg8gB/wwz/001m7eGmYoWwy9lwdQI5VRFB7dhcti8KF6jzY66IIJx5Uu9aZ9ub10I= Received: by 10.38.98.5 with SMTP id v5mr39635rnb; Mon, 07 Feb 2005 04:08:36 -0800 (PST) Received: by 10.38.24.75 with HTTP; Mon, 7 Feb 2005 04:08:36 -0800 (PST) Message-ID: Date: Mon, 7 Feb 2005 13:08:36 +0100 From: gaspo To: freebsd-sparc64@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Re: crash/reboot on ultra5 whitout reason X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gaspo List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 12:08:37 -0000 now i retry this kind of crash...and i have see: 29 ?? WL 0:35.26 [intr2000: rl0] 30 ?? WL 1:53.50 [intr2004: rl1] this 2 process use a lot of CPu when i transfer file from other pc client.... cpu usage very high and load average up until 10% ....ecc and after server will reboot... i think is a drive problem is possible? On Mon, 7 Feb 2005 03:12:51 +0100, gaspo wrote: > 5 minutS aGo i see my server on SunULTRA 5 > cpu0: Sun Microsystems UltraSparc-IIi Processor (269.84 MHz CPU) > Reboot .... > i have: > server ultra5 (how firewall/NAtd) > behind: 2 windows Pc 192.168.0.4 called "A" and 192.168.1.10 called "B" > .. > i have shared 1 folder on "A" windows... and on my other Windows i > connect To it.. > with remote connection \\192.168.0.4\share ... and i see 2 film..of > 600Mb each one... > i see it from "B"... after 10 second ....the SERVER Ultra5 on freebsd > 5.3 reboot...and i lost connection to internet/lan and i cant see > film/shared connection.... > i retry it some Time 5,6,7 and every time i try it the server Reboot... > anybody have some idea? > i sEE the log on my server but there isnt noting..: > gaspo ttyp0 windows Mon Feb 7 03:54 still logged in > reboot ~ Mon Feb 7 03:54 > andrea ttyp0 andreawin Mon Feb 7 00:58 - 01:37 (00:39) > > "reboot ~ Mon Feb 7 03:54" is > crash/reboot/ when see film on pc in lan...no one reboot it by > hand...(i'm only r00t) > > var log messages: > Feb 7 03:41:25 gasp0 last message repeated 7 times --------AFTER THIS > line the server reboot... > Feb 7 03:53:49 sparc64 syslogd: kernel boot file is /boot/kernel/kernel > Feb 7 03:53:49 sparc64 kernel: Copyright (c) 1992-2004 The FreeBSD Project. > Feb 7 03:53:49 sparc64 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, > ecc... > i must put a special setting for realtek card on Sun ultra5? > i put only: > ifconfig_rl0="192.168.0.1" > ifconfig_rl1="192.168.1.1" > [root@sparc64:~/aiccu/unix-console] ifconfig rl1 > rl1: flags=8843 mtu 1500 > options=8 > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > inet6 fe80::248:54ff:fe81:ef0%rl1 prefixlen 64 scopeid 0x3 > ether 00:48:54:81:0e:f0 > media: Ethernet autoselect (100baseTX ) > status: active > [root@sparc64:~/aiccu/unix-console] ifconfig rl0 > rl0: flags=8843 mtu 1500 > options=8 > inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 > inet6 fe80::206:7bff:fe06:14e4%rl0 prefixlen 64 scopeid 0x2 > ether 00:06:7b:06:14:e4 > media: Ethernet autoselect (100baseTX ) > status: active > > anybody Help me? > From owner-freebsd-sparc64@FreeBSD.ORG Mon Feb 7 18:58:33 2005 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 BD28016A4CE for ; Mon, 7 Feb 2005 18:58:33 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85AC843D2F for ; Mon, 7 Feb 2005 18:58:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B164451471; Mon, 7 Feb 2005 10:58:32 -0800 (PST) Date: Mon, 7 Feb 2005 10:58:32 -0800 From: Kris Kennaway To: gaspo Message-ID: <20050207185832.GB87493@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3lcZGd9BuhuYXNfi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-sparc64@freebsd.org Subject: Re: crash/reboot on ultra5 whitout reason 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, 07 Feb 2005 18:58:33 -0000 --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 07, 2005 at 01:08:36PM +0100, gaspo wrote: > now i retry this kind of crash...and i have see: > 29 ?? WL 0:35.26 [intr2000: rl0] > 30 ?? WL 1:53.50 [intr2004: rl1] >=20 > this 2 process use a lot of CPu when i transfer file from other pc client= .... > cpu usage very high and load average up until 10% ....ecc > and after server will reboot... > i think is a drive problem is possible? It is of course possible, but you'd *expect* the network driver to use CPU when you send data over the network. Kris P.S. Please don't top-post.=20 --3lcZGd9BuhuYXNfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCB7pYWry0BWjoQKURAhgKAKDzrQVCtJ69JqNSnLdOhAOc2rC81QCeLCCj L8uKo+/ZzilQHIeM1e+kheE= =34Dk -----END PGP SIGNATURE----- --3lcZGd9BuhuYXNfi-- From owner-freebsd-sparc64@FreeBSD.ORG Tue Feb 8 18:08:43 2005 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 9587116A4CE; Tue, 8 Feb 2005 18:08:43 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D0443D3F; Tue, 8 Feb 2005 18:08:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BAC3D512AF; Tue, 8 Feb 2005 10:08:42 -0800 (PST) Date: Tue, 8 Feb 2005 10:08:42 -0800 From: Kris Kennaway To: John Baldwin Message-ID: <20050208180842.GA67599@xor.obsecurity.org> References: <200502081748.j18Hm3B6082666@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <200502081748.j18Hm3B6082666@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: sparc64@FreeBSD.org Subject: M_SUBPROC use-after-free fix (Re: cvs commit: src/sys/sparc64/include md_var.h src/sys/sparc64/sparc64 machdep.c sys_machdep.c vm_machdep.c) 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, 08 Feb 2005 18:08:43 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 08, 2005 at 05:48:03PM +0000, John Baldwin wrote: > jhb 2005-02-08 17:48:03 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_5) > sys/sparc64/include md_var.h=20 > sys/sparc64/sparc64 machdep.c sys_machdep.c vm_machdep.c=20 > Log: > MFC: Add a small API to manage the MD user trap structures including ad= ding > missing locking to close a race that resulted in use-after-free. Oops, I thought this was already merged. This explains the 'use after free' panics that were still being reported on RELENG_5. Users of SMP sparc machines should update to incorporate this patch. Kris --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCCQAqWry0BWjoQKURAj3FAKC+elQeggNA+qWTswPeVDrRq7UAVwCeP1aJ hL6hKI64j+kW8/nPffZ6z10= =SwOi -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- From owner-freebsd-sparc64@FreeBSD.ORG Tue Feb 8 18:32:10 2005 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 4B72F16A4CE for ; Tue, 8 Feb 2005 18:32:10 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA6743D3F for ; Tue, 8 Feb 2005 18:32:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 23831 invoked from network); 8 Feb 2005 18:32:09 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 8 Feb 2005 18:32:09 -0000 Received: from [10.50.40.202] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j18IW3GF095656; Tue, 8 Feb 2005 13:32:04 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-sparc64@FreeBSD.org Date: Tue, 8 Feb 2005 12:51:38 -0500 User-Agent: KMail/1.6.2 References: <20050131182213.GC63301@mehnert.org> <20050202032124.GA69311@xor.obsecurity.org> <20050202170256.GD21039@mehnert.org> In-Reply-To: <20050202170256.GD21039@mehnert.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502081251.38668.jhb@FreeBSD.org> X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx cc: Kris Kennaway Subject: Re: Memory modified after free 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, 08 Feb 2005 18:32:10 -0000 On Wednesday 02 February 2005 12:02 pm, Hannes Mehnert wrote: > On Tue, Feb 01, 2005 at 07:21:24PM -0800, Kris Kennaway wrote: > > On Mon, Jan 31, 2005 at 09:04:10PM +0100, Hannes Mehnert wrote: > > > On Mon, Jan 31, 2005 at 10:57:14AM -0800, Kris Kennaway wrote: > > > > Actually a patch was posted to the list and committed several weeks > > > > ago. Are you sure you're running a kernel from sources updated on > > > > that date? > > > > > > Yes, I updated from cvsup.freebsd.org on 2005-01-23, kernel is from > > > 2005-01-24. > > > > And you're sure you're tracking RELENG_5, not e.g. RELENG_5_3? > > Yes, I'm sure I'm tracking RELENG_5. I just merged the fix to RELENG_5 (it was committed to HEAD several weeks ago). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-sparc64@FreeBSD.ORG Tue Feb 8 19:36:19 2005 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 B389316A4CE; Tue, 8 Feb 2005 19:36:19 +0000 (GMT) Received: from mx2.confluentasp.com (mx2.confluentasp.com [216.26.153.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC4743D58; Tue, 8 Feb 2005 19:36:15 +0000 (GMT) (envelope-from mikej@confluenttech.com) Received: from neo.confluentasp.local (35.in-addr.arpa.confluentasp.com [216.26.153.35] (may be forged))j18JaEXN050136; Tue, 8 Feb 2005 14:36:15 -0500 (EST) (envelope-from mikej@confluenttech.com) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 8 Feb 2005 14:36:09 -0500 Message-ID: <9D7F0DF3FB16D41184010050DA90E00001C874A0@neo.confluentasp.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: locale support by Xlib - X configuration on Ultra2 Thread-Index: AcUOFXBNLZQYG/H3QP+mUev6ExZKLw== From: "Michael G. Jung" To: , cc: freebsd-sparc64@freebsd.org Subject: Re: locale support by Xlib - X configuration on Ultra2 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, 08 Feb 2005 19:36:19 -0000 Dejan,=20 Thanks for your help, I attempted this but still fails... > Would that be similar to this?: > = > If so, there's one thing that, while not a proper solution, should = work: in=20 > x11-servers/xorg-server port directory modify scripts/configure so it=20 > includes the line > echo "#define UseDeprecatedKeyboardDriver YES" >> $LOCALDEF > after other similar lines. Then recompile xorg-server and replace = 'kbd' driver=20 > with 'keyboard' driver in xorg.conf and try if it works. > The proper solution would be to fix kbd driver in same manner that = keyboard=20 > driver is... Unpacked port, moded configure, rebuilt and installed xorg-server as = suggested then when loading X with xorg.conf like....... Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection I get =20 (II) LoadModule: "keyboard" (II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o (EE) LoadModule: Module keyboard does not have a keyboardModuleData data = object. (II) UnloadModule: "keyboard" (II) Unloading /usr/X11R6/lib/modules/input/keyboard_drv.o (EE) Failed to load module "keyboard" (invalid module, 0) ..... and then (WW) *** WARNING the legacy keyboard driver "keyboard" is deprecated (WW) *** and will be removed in the next release of the Xorg server. (WW) *** Please consider using the the new "kbd" driver for "Keyboard0". Behaviour as before... Keys on the keyboard produce incorrect but=3D20 consistent key patterns on the screen. For example in xterm the key"4" always produces=3D20 "ff", key "5" produces "fg", key "6" produces=3D20 "fh" etc. Thanks again for you help and suggestions. --mikej From owner-freebsd-sparc64@FreeBSD.ORG Tue Feb 8 20:12:32 2005 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 2CB9116A4CE; Tue, 8 Feb 2005 20:12:32 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2D743D53; Tue, 8 Feb 2005 20:12:31 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 44F8A1DD598; Tue, 8 Feb 2005 21:12:30 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32249-14; Tue, 8 Feb 2005 21:12:22 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 729841DD579; Tue, 8 Feb 2005 21:12:22 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 3457B1C00094; Tue, 8 Feb 2005 21:12:21 +0100 (CET) From: Dejan Lesjak To: "Michael G. Jung" Date: Tue, 8 Feb 2005 21:12:21 +0100 User-Agent: KMail/1.7.2 References: <9D7F0DF3FB16D41184010050DA90E00001C874A0@neo.confluentasp.local> In-Reply-To: <9D7F0DF3FB16D41184010050DA90E00001C874A0@neo.confluentasp.local> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_l0RCC5xJXEr4MJc" Message-Id: <200502082112.21482.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-x11@freebsd.org cc: freebsd-sparc64@freebsd.org Subject: Re: locale support by Xlib - X configuration on Ultra2 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, 08 Feb 2005 20:12:32 -0000 --Boundary-00=_l0RCC5xJXEr4MJc Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tuesday 08 of February 2005 20:36, Michael G. Jung wrote: ... > Behaviour as before... > > Keys on the keyboard produce incorrect but=20 > consistent key patterns on the screen. For > example in xterm the key"4" always produces=20 > "ff", key "5" produces "fg", key "6" produces=20 > "fh" etc. Hm, can you try the attached patch (also at http://www.ijs.si/~lesi/xorg/patch-bsd_kbd.c). Put it into files directory of xorg-server port and reinstall it (after reverting previous changes). Dejan --Boundary-00=_l0RCC5xJXEr4MJc-- From owner-freebsd-sparc64@FreeBSD.ORG Thu Feb 10 22:28:14 2005 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 A59C216A4CE; Thu, 10 Feb 2005 22:28:14 +0000 (GMT) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2676943D1F; Thu, 10 Feb 2005 22:28:14 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.1/8.13.1) with ESMTP id j1AMSDbl092769; Thu, 10 Feb 2005 17:28:13 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.1/8.13.1) with ESMTP id j1AMSq5t026124; Thu, 10 Feb 2005 17:28:52 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 72AFB7306E; Thu, 10 Feb 2005 17:28:13 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050210222813.72AFB7306E@freebsd-current.sentex.ca> Date: Thu, 10 Feb 2005 17:28:13 -0500 (EST) X-Virus-Scanned: ClamAV version 0.82, clamav-milter version 0.82 on clamscanner2 X-Virus-Status: Clean Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 22:28:14 -0000 TB --- 2005-02-10 21:16:30 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-02-10 21:16:30 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2005-02-10 21:16:30 - checking out the source tree TB --- 2005-02-10 21:16:30 - cd /home/tinderbox/CURRENT/sparc64/sparc64 TB --- 2005-02-10 21:16:30 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-02-10 21:22:09 - building world (CFLAGS=-O2 -pipe) TB --- 2005-02-10 21:22:09 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-02-10 21:22:09 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2005-02-10 22:28:12 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-02-10 22:28:12 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-02-10 22:28:12 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Feb 10 22:28:12 UTC 2005 >>> stage 1: configuring the kernel [...] with your /usr/src/sys and install a new config binary before trying this again. If running the new config fails check your config file against the GENERIC or LINT config files for changes in config syntax, or option/device naming conventions *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2005-02-10 22:28:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-02-10 22:28:13 - ERROR: failed to build generic kernel TB --- 2005-02-10 22:28:13 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Thu Feb 10 23:21:13 2005 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 4250C16A4E7 for ; Thu, 10 Feb 2005 23:21:13 +0000 (GMT) Received: from speedbuggy.telerama.com (speedbuggy.telerama.com [205.201.1.216]) by mx1.FreeBSD.org (Postfix) with SMTP id A2E8143D1D for ; Thu, 10 Feb 2005 23:21:12 +0000 (GMT) (envelope-from m@telerama.com) Received: (qmail 50481 invoked from network); 10 Feb 2005 23:21:11 -0000 Received: from unknown (HELO ?67.100.218.234?) (m@67.100.218.234) by speedbuggy.telerama.com with SMTP; 10 Feb 2005 23:21:11 -0000 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Thu, 10 Feb 2005 18:21:23 -0500 From: m To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 23:21:13 -0000 I just picked up a Sun E450, and I'm having installation problems. After I get the system banner and the "OK" prompt, I type "boot cdrom", and get the following: Initializing Memory Boot device: /pci@1f,4000/scsi@2/disk@6,0:f File and args: The cdr DOES spin up, then the system totally freezes. I had thought I needed perhaps to have a serial console attached, in addition to the keyboard/monitor, but that does not seem to make a difference; nothing comes across on the serial terminal either. Any help would be MOST appreciated. If anyone needs more info regarding this, just ask & I will provide! M. From owner-freebsd-sparc64@FreeBSD.ORG Thu Feb 10 23:41:48 2005 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 C329E16A4CE for ; Thu, 10 Feb 2005 23:41:48 +0000 (GMT) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422CA43D49 for ; Thu, 10 Feb 2005 23:41:48 +0000 (GMT) (envelope-from jbrierre@bellsouth.net) Received: from [172.16.1.52] ([65.7.230.215]) by imf22aec.mail.bellsouth.netESMTP <20050210234148.DIEI730.imf22aec.mail.bellsouth.net@[172.16.1.52]>; Thu, 10 Feb 2005 18:41:48 -0500 Message-ID: <420BF135.2000604@bellsouth.net> Date: Thu, 10 Feb 2005 18:41:41 -0500 From: jacques brierre Organization: Mean Mice Elf User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: m References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-sparc64@freebsd.org Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jbrierre@bellsouth.net List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 23:41:48 -0000 m: what version? cdrom might not be "good"? I did this on Ultra 2 with CDs downloaded and burnt on Windows laptop. Ultra 2 is headless. Used Serial A. Terminal software: TeraTerm. I did cut the CDs twice. Might want to check eeprom settings as well. bash-3.00# uname -a FreeBSD sphynx 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 19:30:40 UTC 2004 root@bobbi.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 bash-3.00# -jb m wrote: >I just picked up a Sun E450, and I'm having installation problems. > >After I get the system banner and the "OK" prompt, I type "boot cdrom", and >get the following: > >Initializing Memory >Boot device: /pci@1f,4000/scsi@2/disk@6,0:f File and args: > > >The cdr DOES spin up, then the system totally freezes. > >I had thought I needed perhaps to have a serial console attached, in >addition to the keyboard/monitor, but that does not seem to make a >difference; nothing comes across on the serial terminal either. > >Any help would be MOST appreciated. If anyone needs more info regarding >this, just ask & I will provide! > >M. > From owner-freebsd-sparc64@FreeBSD.ORG Thu Feb 10 23:59:14 2005 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 864B616A4CE for ; Thu, 10 Feb 2005 23:59:14 +0000 (GMT) Received: from speedbuggy.telerama.com (speedbuggy.telerama.com [205.201.1.216]) by mx1.FreeBSD.org (Postfix) with SMTP id B813443D48 for ; Thu, 10 Feb 2005 23:59:13 +0000 (GMT) (envelope-from m@telerama.com) Received: (qmail 50256 invoked from network); 10 Feb 2005 23:59:13 -0000 Received: from unknown (HELO ?67.100.218.234?) (m@67.100.218.234) by speedbuggy.telerama.com with SMTP; 10 Feb 2005 23:59:13 -0000 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Thu, 10 Feb 2005 18:59:26 -0500 From: m To: , "freebsd-sparc64@freebsd.org" Message-ID: In-Reply-To: <420BF135.2000604@bellsouth.net> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 23:59:14 -0000 > From: jacques brierre > Organization: Mean Mice Elf > Reply-To: > Date: Thu, 10 Feb 2005 18:41:41 -0500 > To: m > Cc: > Subject: Re: installation problem on Sun E450 > > m: > what version? cdrom might not be "good"? > I did this on Ultra 2 with CDs downloaded and burnt on Windows laptop. > Ultra 2 is headless. Used Serial A. Terminal software: TeraTerm. > I did cut the CDs twice. Might want to check eeprom settings as well. > > bash-3.00# uname -a > FreeBSD sphynx 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 19:30:40 > UTC 2004 root@bobbi.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > sparc64 > bash-3.00# > The CD is definitely OK. It mounts just fine on my x86 BSD box and also on a Mac. (It was burned on my Mac laptop). What eeprom settings might I need to change? > > -jb > > m wrote: > >> I just picked up a Sun E450, and I'm having installation problems. >> >> After I get the system banner and the "OK" prompt, I type "boot cdrom", and >> get the following: >> >> Initializing Memory >> Boot device: /pci@1f,4000/scsi@2/disk@6,0:f File and args: >> >> >> The cdr DOES spin up, then the system totally freezes. >> >> I had thought I needed perhaps to have a serial console attached, in >> addition to the keyboard/monitor, but that does not seem to make a >> difference; nothing comes across on the serial terminal either. >> >> Any help would be MOST appreciated. If anyone needs more info regarding >> this, just ask & I will provide! >> >> M. >> > > From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 11 05:19:28 2005 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 18F8716A4CE for ; Fri, 11 Feb 2005 05:19:28 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88EAE43D1F for ; Fri, 11 Feb 2005 05:19:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6524451255; Thu, 10 Feb 2005 21:19:26 -0800 (PST) Date: Thu, 10 Feb 2005 21:19:26 -0800 From: Kris Kennaway To: m Message-ID: <20050211051926.GA42860@xor.obsecurity.org> References: <420BF135.2000604@bellsouth.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: "freebsd-sparc64@freebsd.org" Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 05:19:28 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 10, 2005 at 06:59:26PM -0500, m wrote: > > From: jacques brierre > > Organization: Mean Mice Elf > > Reply-To: > > Date: Thu, 10 Feb 2005 18:41:41 -0500 > > To: m > > Cc: > > Subject: Re: installation problem on Sun E450 > >=20 > > m: > > what version? cdrom might not be "good"? > > I did this on Ultra 2 with CDs downloaded and burnt on Windows laptop. > > Ultra 2 is headless. Used Serial A. Terminal software: TeraTerm. > > I did cut the CDs twice. Might want to check eeprom settings as well. > >=20 > > bash-3.00# uname -a > > FreeBSD sphynx 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 19:30:40 > > UTC 2004 root@bobbi.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > sparc64 > > bash-3.00# > >=20 >=20 > The CD is definitely OK. It mounts just fine on my x86 BSD box and also = on > a Mac. (It was burned on my Mac laptop). That verifies that a very small part of the disc is okay. Unless you verified the md5 sum of the entire image against the checksum in the release announcement, you can't be sure there isn't an error elsewhere. This kind of error *does* happen and *does* cause installation failures. Kris --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCDEBdWry0BWjoQKURAqBhAKCok2umkXhCMNNV3Mg356G998v1MQCfVkzS x+pHLa/lrMxgWZkxpB4gzLs= =7qD6 -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 11 05:28:45 2005 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 1AD8016A4CE for ; Fri, 11 Feb 2005 05:28:45 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908E743D45 for ; Fri, 11 Feb 2005 05:28:44 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) j1B5Shu3020909; Fri, 11 Feb 2005 00:28:43 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id j1B5Sh7B020908; Fri, 11 Feb 2005 00:28:43 -0500 (EST) Date: Fri, 11 Feb 2005 00:28:43 -0500 From: Ken Smith To: m Message-ID: <20050211052843.GA20772@electra.cse.Buffalo.EDU> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-sparc64@freebsd.org Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 05:28:45 -0000 On Thu, Feb 10, 2005 at 06:21:23PM -0500, m wrote: > I just picked up a Sun E450, and I'm having installation problems. > > After I get the system banner and the "OK" prompt, I type "boot cdrom", and > get the following: > > Initializing Memory > Boot device: /pci@1f,4000/scsi@2/disk@6,0:f File and args: > > > The cdr DOES spin up, then the system totally freezes. > > I had thought I needed perhaps to have a serial console attached, in > addition to the keyboard/monitor, but that does not seem to make a > difference; nothing comes across on the serial terminal either. > > Any help would be MOST appreciated. If anyone needs more info regarding > this, just ask & I will provide! Try it without the keyboard attached at all. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 11 06:48:02 2005 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 C4A9116A4CE for ; Fri, 11 Feb 2005 06:48:02 +0000 (GMT) Received: from speedbuggy.telerama.com (speedbuggy.telerama.com [205.201.1.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E93743D1F for ; Fri, 11 Feb 2005 06:48:02 +0000 (GMT) (envelope-from m@telerama.com) Received: (qmail 22218 invoked from network); 11 Feb 2005 06:48:01 -0000 Received: from unknown (HELO ?67.100.218.234?) (m@67.100.218.234) by speedbuggy.telerama.com with SMTP; 11 Feb 2005 06:48:01 -0000 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Fri, 11 Feb 2005 01:48:09 -0500 From: m To: Ken Smith , "freebsd-sparc64@freebsd.org" Message-ID: In-Reply-To: <20050211052843.GA20772@electra.cse.Buffalo.EDU> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 06:48:02 -0000 > From: Ken Smith > Date: Fri, 11 Feb 2005 00:28:43 -0500 > To: m > Cc: > Subject: Re: installation problem on Sun E450 > > On Thu, Feb 10, 2005 at 06:21:23PM -0500, m wrote: >> I just picked up a Sun E450, and I'm having installation problems. >> >> After I get the system banner and the "OK" prompt, I type "boot cdrom", and >> get the following: >> >> Initializing Memory >> Boot device: /pci@1f,4000/scsi@2/disk@6,0:f File and args: >> >> >> The cdr DOES spin up, then the system totally freezes. >> >> I had thought I needed perhaps to have a serial console attached, in >> addition to the keyboard/monitor, but that does not seem to make a >> difference; nothing comes across on the serial terminal either. >> >> Any help would be MOST appreciated. If anyone needs more info regarding >> this, just ask & I will provide! > > Try it without the keyboard attached at all. > Using Windows HyperTerminal (ugh!), set to 9600/8/N/1, I get absolutely nothing on the terminal! Suggestions? M. From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 11 08:01:30 2005 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 C9F4816A4CE for ; Fri, 11 Feb 2005 08:01:30 +0000 (GMT) Received: from imf25aec.mail.bellsouth.net (imf25aec.mail.bellsouth.net [205.152.59.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D97F43D31 for ; Fri, 11 Feb 2005 08:01:28 +0000 (GMT) (envelope-from jbrierre@bellsouth.net) Received: from [172.16.1.52] ([65.7.230.215]) by imf25aec.mail.bellsouth.netESMTP <20050211080128.ZTJS2148.imf25aec.mail.bellsouth.net@[172.16.1.52]>; Fri, 11 Feb 2005 03:01:28 -0500 Message-ID: <420C6656.8020807@bellsouth.net> Date: Fri, 11 Feb 2005 03:01:26 -0500 From: jacques brierre Organization: Mean Mice Elf User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: m , freebsd-sparc64@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jbrierre@bellsouth.net List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 08:01:30 -0000 try tterm - it works. http://www.ayera.com/teraterm/ -jb m wrote: >>From: Ken Smith >>Date: Fri, 11 Feb 2005 00:28:43 -0500 >>To: m >>Cc: >>Subject: Re: installation problem on Sun E450 >> >>On Thu, Feb 10, 2005 at 06:21:23PM -0500, m wrote: >> >> >>>I just picked up a Sun E450, and I'm having installation problems. >>> >>>After I get the system banner and the "OK" prompt, I type "boot cdrom", and >>>get the following: >>> >>>Initializing Memory >>>Boot device: /pci@1f,4000/scsi@2/disk@6,0:f File and args: >>> >>> >>>The cdr DOES spin up, then the system totally freezes. >>> >>>I had thought I needed perhaps to have a serial console attached, in >>>addition to the keyboard/monitor, but that does not seem to make a >>>difference; nothing comes across on the serial terminal either. >>> >>>Any help would be MOST appreciated. If anyone needs more info regarding >>>this, just ask & I will provide! >>> >>> >>Try it without the keyboard attached at all. >> >> >> > >Using Windows HyperTerminal (ugh!), set to 9600/8/N/1, I get absolutely >nothing on the terminal! > >Suggestions? > >M. > > >_______________________________________________ >freebsd-sparc64@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 >To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" > > > From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 11 08:48:10 2005 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 5AC2016A4CE for ; Fri, 11 Feb 2005 08:48:10 +0000 (GMT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BAE43D48 for ; Fri, 11 Feb 2005 08:48:10 +0000 (GMT) (envelope-from j@ida.interface-business.de) Received: by ida.interface-business.de (Postfix, from userid 107) id 50C637A0E; Fri, 11 Feb 2005 09:48:08 +0100 (MET) Date: Fri, 11 Feb 2005 09:48:08 +0100 From: Joerg Wunsch To: m Message-ID: <20050211084808.GA77390@ida.interface-business.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Phone: +49-351-31809-14 X-PGP-Fingerprint: 5E84 F980 C3CA FD4B B584 1070 F48C A81B 69A8 5873 Organization: interface systems GmbH, Dresden User-Agent: Mutt/1.5.6i cc: freebsd-sparc64@freebsd.org Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joerg Wunsch List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 08:48:10 -0000 As m wrote: > The cdr DOES spin up, then the system totally freezes. Does Stop-A still work? With FreeBSD 5.1 (or so), I never got my U450 install from CD, but the symptoms were different. I've always got a read error of some kind. I eventually gave up, and installed across the network. Network installation isn't too hard with Suns, if I were you, I'd give it a try as well. You need a RARPD to supply an IP address to the Openboot PROM, and later on DHCP since that's what FreeBSD wants to use. Of course, the RARPD machine must also have TFTP enabled, the PROM wants to load the sparc64 boot/loader image under a name that matches the hexadecimal IP address. So for a machine that obtained IP address 192.168.1.2, make a link from boot/loader to C0A80102. DHCP needs to supply the following options for that machine: host foo { hardware ethernet 08:00:20:xx:xx:xx; fixed-address 192.168.1.2; option host-name "foo.your.domain"; always-reply-rfc1048 on; filename "kernel"; option root-path "192.168.1.1:/cdrom"; } -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 11 20:19:21 2005 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 0914C16A4CE for ; Fri, 11 Feb 2005 20:19:21 +0000 (GMT) Received: from speedbuggy.telerama.com (speedbuggy.telerama.com [205.201.1.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 7A06143D39 for ; Fri, 11 Feb 2005 20:19:20 +0000 (GMT) (envelope-from m@telerama.com) Received: (qmail 25338 invoked from network); 11 Feb 2005 20:19:18 -0000 Received: from unknown (HELO ?67.100.218.234?) (m@67.100.218.234) by speedbuggy.telerama.com with SMTP; 11 Feb 2005 20:19:18 -0000 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Fri, 11 Feb 2005 15:19:34 -0500 From: m To: , "freebsd-sparc64@freebsd.org" Message-ID: In-Reply-To: <420C6656.8020807@bellsouth.net> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 20:19:21 -0000 > From: jacques brierre > Organization: Mean Mice Elf > Reply-To: > Date: Fri, 11 Feb 2005 03:01:26 -0500 > To: m , > Subject: Re: installation problem on Sun E450 > > try tterm - it works. > http://www.ayera.com/teraterm/ > > -jb Downloaded Teraterm. Hooked up serial cable w/null-modem. Set it to COM1/9600/8/N/1/hardware control. Not a thing displayed on the terminal! I'm really baffled, and need to get this thing up by Monday. M. > > m wrote: > >>> From: Ken Smith >>> Date: Fri, 11 Feb 2005 00:28:43 -0500 >>> To: m >>> Cc: >>> Subject: Re: installation problem on Sun E450 >>> >>> On Thu, Feb 10, 2005 at 06:21:23PM -0500, m wrote: >>> >>> >>>> I just picked up a Sun E450, and I'm having installation problems. >>>> >>>> After I get the system banner and the "OK" prompt, I type "boot cdrom", and >>>> get the following: >>>> >>>> Initializing Memory >>>> Boot device: /pci@1f,4000/scsi@2/disk@6,0:f File and args: >>>> >>>> >>>> The cdr DOES spin up, then the system totally freezes. >>>> >>>> I had thought I needed perhaps to have a serial console attached, in >>>> addition to the keyboard/monitor, but that does not seem to make a >>>> difference; nothing comes across on the serial terminal either. >>>> >>>> Any help would be MOST appreciated. If anyone needs more info regarding >>>> this, just ask & I will provide! >>>> >>>> >>> Try it without the keyboard attached at all. >>> >>> >>> >> >> Using Windows HyperTerminal (ugh!), set to 9600/8/N/1, I get absolutely >> nothing on the terminal! >> >> Suggestions? >> >> M. >> >> >> _______________________________________________ >> freebsd-sparc64@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 >> To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" >> >> >> > > From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 11 20:26:55 2005 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 C9DB316A4CE for ; Fri, 11 Feb 2005 20:26:55 +0000 (GMT) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878FD43D3F for ; Fri, 11 Feb 2005 20:26:55 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 23174 invoked from network); 11 Feb 2005 20:26:55 -0000 Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Feb 2005 20:26:54 -0000 Received: from hydrogen.funkthat.com (cpahev@localhost.funkthat.com [127.0.0.1])j1BKQsGH025372; Fri, 11 Feb 2005 12:26:54 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id j1BKQswF025371; Fri, 11 Feb 2005 12:26:54 -0800 (PST) Date: Fri, 11 Feb 2005 12:26:54 -0800 From: John-Mark Gurney To: m Message-ID: <20050211202653.GU19624@funkthat.com> Mail-Followup-To: m , jbrierre@bellsouth.net, "freebsd-sparc64@freebsd.org" References: <420C6656.8020807@bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: "freebsd-sparc64@freebsd.org" Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 20:26:55 -0000 m wrote this message on Fri, Feb 11, 2005 at 15:19 -0500: > Downloaded Teraterm. Hooked up serial cable w/null-modem. > > Set it to COM1/9600/8/N/1/hardware control. try turning off hardware flow control... That can sometimes do it... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 11 22:19:04 2005 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 2A79F16A4CE for ; Fri, 11 Feb 2005 22:19:04 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A03943D2D for ; Fri, 11 Feb 2005 22:19:01 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IBR00AHNPQWGA50@bgo1smout1.broadpark.no> for freebsd-sparc64@freebsd.org; Fri, 11 Feb 2005 23:13:44 +0100 (CET) Received: from kg-work.kg4.no ([80.202.72.152]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0IBR0015NQ3OCU80@bgo1sminn1.broadpark.no> for freebsd-sparc64@freebsd.org; Fri, 11 Feb 2005 23:21:24 +0100 (CET) Date: Fri, 11 Feb 2005 23:18:57 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq;m"_0v;~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: To: freebsd-sparc64@freebsd.org Message-id: <20050211231857.248d2070.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.0beta3 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <420C6656.8020807@bellsouth.net> Subject: Re: installation problem on Sun E450 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 22:19:04 -0000 On Fri, 11 Feb 2005 15:19:34 -0500 m wrote: > Downloaded Teraterm. Hooked up serial cable w/null-modem. > > Set it to COM1/9600/8/N/1/hardware control. > > Not a thing displayed on the terminal! Bad cable? Wrong cable configuration? For my Ultra 1E's I used the configuration shown here: http://www.obsolyte.com/sunFAQ/serial/ HTH -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 12 07:10:43 2005 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 5C3EC16A4CE for ; Sat, 12 Feb 2005 07:10:43 +0000 (GMT) Received: from conn.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2401A43D1D for ; Sat, 12 Feb 2005 07:10:43 +0000 (GMT) (envelope-from juggler@visi.com) Received: from [208.42.114.113] (juggler-host113.dsl.visi.com [208.42.114.113]) by conn.mc.mpls.visi.com (Postfix) with ESMTP id 3D4938254 for ; Sat, 12 Feb 2005 01:10:36 -0600 (CST) Message-ID: <420DABEB.7050005@visi.com> Date: Sat, 12 Feb 2005 01:10:35 -0600 From: Wil Genovese User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-sparc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Question about Sparc Version X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 07:10:43 -0000 I have an E220R with FreeBSD installed. I tried to install Solaris 10, but I cannot get the drive reformatted for Solaris. Is there something that FreeBSD does during it's install to prevent Solaris from being re-installed? Thanks, -- Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 12 07:19:22 2005 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 3747216A4CE for ; Sat, 12 Feb 2005 07:19:22 +0000 (GMT) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id B51A943D45 for ; Sat, 12 Feb 2005 07:19:21 +0000 (GMT) (envelope-from jbrierre@bellsouth.net) Received: from [172.16.1.52] ([65.7.230.215]) by imf24aec.mail.bellsouth.netESMTP <20050212071921.QWJN2021.imf24aec.mail.bellsouth.net@[172.16.1.52]>; Sat, 12 Feb 2005 02:19:21 -0500 Message-ID: <420DADF8.30402@bellsouth.net> Date: Sat, 12 Feb 2005 02:19:20 -0500 From: jacques brierre Organization: Mean Mice Elf User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wil Genovese References: <420DABEB.7050005@visi.com> In-Reply-To: <420DABEB.7050005@visi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-sparc@FreeBSD.org Subject: Re: Question about Sparc Version X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jbrierre@bellsouth.net List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 07:19:22 -0000 Are you sure it's the drive? What exactly in the process did not work? I had a similarproblem after installing RedHat (6) on an Ultra-5. swapped the EEPROM, ran and swapped back. Then I was able to install Solaris (8). -jb Wil Genovese wrote: > I have an E220R with FreeBSD installed. I tried to install Solaris > 10, but I cannot get the drive reformatted for Solaris. Is there > something that FreeBSD does during it's install to prevent Solaris > from being re-installed? > > Thanks, > From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 12 08:55:17 2005 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 308D316A4CE for ; Sat, 12 Feb 2005 08:55:17 +0000 (GMT) Received: from smtp-relay.tamu.edu (smtp-relay.tamu.edu [165.91.143.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E3043D45 for ; Sat, 12 Feb 2005 08:55:16 +0000 (GMT) (envelope-from tyler@tamu.edu) Received: from [192.168.1.160] (evilbit.resnet.tamu.edu [128.194.4.186]) (authenticated bits=0) by smtp-relay.tamu.edu (8.12.10/8.12.10) with ESMTP id j1C8tCqN015448 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 12 Feb 2005 02:55:13 -0600 (CST) From: "R. Tyler Ballance" To: Wil Genovese In-Reply-To: <420DABEB.7050005@visi.com> References: <420DABEB.7050005@visi.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BY0bck2BYTh4DyGJ53G8" Date: Sat, 12 Feb 2005 02:57:04 -0600 Message-Id: <1108198624.26115.10.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 X-Mailman-Approved-At: Sat, 12 Feb 2005 14:17:39 +0000 Subject: Re: Question about Sparc Version X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 08:55:17 -0000 --=-BY0bck2BYTh4DyGJ53G8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2005-02-12 at 01:10 -0600, Wil Genovese wrote: > I have an E220R with FreeBSD installed. I tried to install Solaris 10,=20 > but I cannot get the drive reformatted for Solaris. Is there something=20 > that FreeBSD does during it's install to prevent Solaris from being=20 > re-installed? Hrmm....if there isn't already.....interesting idea... ;) -R. Tyler Ballance --=-BY0bck2BYTh4DyGJ53G8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iQIVAwUAQg3E3YBeTbTGPYVBAQK8Nw//YfYFlLWTrwFLWqETaFSxPW62zRZxRUPj EuOlVGNwO9NL6QxYRJbYQM44zwPpZSgtY63Ddq/5zkmx7sZKqo10xw8VLYa8DIHs R2dEH77VYgxo5zsF0H20hXcyexcPdTLorCvPwEOJFhxo/NSo9Q6i5i1rqIUmSBXk 67t2T+ZWBOGl7x3+hCMBn+ZrQxMdoFXO+20/LnOe+WwYFq15vmhGd+CZf5k8ncLZ wPlYjbWQHECf8g+CwB407+jVyufwdNk87X95MjSPjzppOhR3Ot7s/o9rRuqHN+xU skDJV5dt9mhWNK1ZH5xGoYIyMF0nxds+pJEJaztwYO4z1t54yD0XLHGvQfZ811Tm 8ezS3Y5pWbfKsjnSd4eeeztY5rUwNPVqeYRZ9d/y+Ae0oDvvfp54KFIuG1EPdotD 1Lqhp2EMOgrZWcwewqt2VqfrVxjJStPTI+y44fZnTHLfhXXOyHNPAYrCV7ONnDbj z3DMM57gmiSTSLIBT7X0R9N02Z+NMecb3eIw7rU9fISSCvAPoDU8YIxudb6EHxw3 ToF3jYPu+PPvOXOw113xHuIwdeQnLFZ/dnO+I23lSmOggwvE1qKAI6jLRnqmb4wa D8YNH779H3KZWVHYL9MF7cAAuERWm0jUAhHe753ViCW53vX8skXpD/CSvnIsjSz4 NhPdjaizKCg= =5rfM -----END PGP SIGNATURE----- --=-BY0bck2BYTh4DyGJ53G8-- From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 12 14:39:50 2005 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 6E1E216A4CE for ; Sat, 12 Feb 2005 14:39:50 +0000 (GMT) Received: from stanislas.symacx.com (ocherrier.net1.nerim.net [213.41.162.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 964EE43D49 for ; Sat, 12 Feb 2005 14:39:48 +0000 (GMT) (envelope-from oc@symacx.com) Received: from [192.168.77.8] (napoleon.symacx.com [192.168.77.8]) by stanislas.symacx.com (8.13.1/8.13.1) with ESMTP id j1CEdkLM008081 for ; Sat, 12 Feb 2005 15:39:46 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-sparc64@freebsd.org From: Olivier Cherrier Date: Sat, 12 Feb 2005 15:38:30 +0100 X-Mailer: Apple Mail (2.619.2) Subject: Onboard SCSI controller support on Ultra 2 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 14:39:50 -0000 Hello, On the http://www.freebsd.org/platforms/sparc.html page, as well as in the 5.3 release notes, we can read that the onboard SCSI controller esp(4) is supported on Ultra 2 to boot from. I just downloaded the 5.3-STABLE-SNAP001-sparc64-miniinst.iso file and seen that the HARDWARE.HTM file doen't mention this update and still says that Ultra 2 need to be net-booted. It seems that there is a problem here. I will burn this iso file and install it on my Ultra 2 to see. Bye, -- oc From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 12 15:40:29 2005 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ECB816A4CE for ; Sat, 12 Feb 2005 15:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3745C43D31 for ; Sat, 12 Feb 2005 15:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1CFeTof055532 for ; Sat, 12 Feb 2005 15:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1CFeTRH055531; Sat, 12 Feb 2005 15:40:29 GMT (envelope-from gnats) Resent-Date: Sat, 12 Feb 2005 15:40:29 GMT Resent-Message-Id: <200502121540.j1CFeTRH055531@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-sparc64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, fabio gaspo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7645516A4CE for ; Sat, 12 Feb 2005 15:33:56 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFB943D41 for ; Sat, 12 Feb 2005 15:33:56 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j1CFXu9X077552 for ; Sat, 12 Feb 2005 15:33:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j1CFXuSN077550; Sat, 12 Feb 2005 15:33:56 GMT (envelope-from nobody) Message-Id: <200502121533.j1CFXuSN077550@www.freebsd.org> Date: Sat, 12 Feb 2005 15:33:56 GMT From: fabio gaspo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: sparc64/77417: high usage of Cpu when lan UserS exchange file from lan only(crash/reboot) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 15:40:29 -0000 >Number: 77417 >Category: sparc64 >Synopsis: high usage of Cpu when lan UserS exchange file from lan only(crash/reboot) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-sparc64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 12 15:40:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: fabio gaspo >Release: 5.3 release >> to stable >Organization: privat >Environment: [gaspo@~] uname -a FreeBSD sparc64 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Feb 8 22:54:16 CET 2005 gaspo@sparc64:/usr/obj/usr/src/sys/SPARC64 sparc64 [gaspo@~] >Description: i use my freebsd how Gateway for 2 client windows.. FreeBSD on hme0 >windows on rl1 "A" >windows on rl0 "B" when A take/send file to B or viceversa (in lan) this 2 process intr2000: rl0 intr2000: rl1 take a lot of %Cpu USage..the load average up to 20/50 and after some second the server crash..and reboot i see the same problem when from A machine take ftp/http file from Server in this case only intr2017: hme0 and intr2017: rl0 take a lot of cpu usage...and server not crash but is very very slow....unusable.. >How-To-Repeat: use freebsd 5.3 sparc64 how natd and try to take file from pc in lan ... >Fix: i think is a drive problem for realtek card on sparc64 server...i dont know how fix. >Release-Note: >Audit-Trail: >Unformatted: