From owner-freebsd-alpha Mon Jul 15 6:30:45 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3885537B400 for ; Mon, 15 Jul 2002 06:30:43 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7143343E67 for ; Mon, 15 Jul 2002 06:30:41 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17U5vz-000022-00; Mon, 15 Jul 2002 15:30:39 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6FCTQ6A050863 for ; Mon, 15 Jul 2002 14:29:26 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6FCTQxe050862 for freebsd-alpha@freebsd.org; Mon, 15 Jul 2002 14:29:26 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: xdm and kdm core dump Date: Mon, 15 Jul 2002 12:29:25 +0000 (UTC) Message-ID: References: <3D2BF204.1080100@web.de> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jan Lentfer wrote: > I am trying to set up a graphical login on my PWS 500a. I've tried xdm, > kdm/kde2 (both core dump if called from ttys AND command line). xdm has been broken on FreeBSD/alpha for years. Part of the problem is that Wraphelp.c isn't 64-bit clean. OpenBSD recently fixed this, but even with those changes applied, xdm still won't work on FreeBSD/alpha. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Jul 15 6:30:51 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6876A37B406 for ; Mon, 15 Jul 2002 06:30:43 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C6DA43E6A for ; Mon, 15 Jul 2002 06:30:41 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17U5vz-000022-01; Mon, 15 Jul 2002 15:30:39 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6FCYw6A051559 for ; Mon, 15 Jul 2002 14:34:58 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6FCYw5i051558 for freebsd-alpha@freebsd.org; Mon, 15 Jul 2002 14:34:58 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: List of ports that can be compiled with compaq-cc Date: Mon, 15 Jul 2002 12:34:57 +0000 (UTC) Message-ID: References: <3D21F1C8.2010708@web.de> <1026321255.24524.3.camel@jan-alpha.lan> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jan Lentfer wrote: > How did you do that? When I try to build libogg with ccc it doesn' build > the shared libraries.... and the configure script says so.. Right, I forgot about that. You need to patch libtool to tell it that yes, shared libs can be built with ccc. My old patch is below. I don't know whether it still applies. The old libtool maintainer never cared to include it. *shrug* diff -uNr /usr/ports/devel/libtool/files/patch-ac libtool/files/patch-ac --- /usr/ports/devel/libtool/files/patch-ac Mon Sep 25 09:38:14 2000 +++ libtool/files/patch-ac Wed Mar 21 00:07:02 2001 @@ -1,5 +1,5 @@ ---- ltconfig.orig Tue Dec 7 23:50:48 1999 -+++ ltconfig Wed Sep 20 11:11:39 2000 +--- ltconfig.orig Tue Dec 7 22:50:48 1999 ++++ ltconfig Wed Mar 21 00:06:38 2001 @@ -169,7 +169,7 @@ # Constants: PROGRAM=ltconfig @@ -55,7 +55,51 @@ --enable-dlopen) enable_dlopen=yes ;; --enable-win32-dll) enable_win32_dll=yes ;; -@@ -971,11 +985,11 @@ +@@ -591,6 +605,25 @@ + fi + $rm conftest.c + echo "$ac_t$with_gcc" 1>&6 ++ ++ # Check if the compiler is Compaq C ++ if test "$with_gcc" != yes; then ++ with_ccc=no ++ echo $ac_n "checking whether we are using Compaq C... $ac_c" 1>&6 ++ echo "$progname:581: checking whether we are using Compaq C" >&5 ++ ++ $rm conftest.c ++ cat > conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ++ with_ccc=yes ++ fi ++ $rm conftest.c ++ echo "$ac_t$with_ccc" 1>&6 ++ fi + fi + + # Allow CC to be a program name with arguments. +@@ -693,6 +726,17 @@ + pic_flag='-fPIC' + ;; + esac ++elif test "$with_ccc" = yes; then ++ case "$host_os" in ++ osf[345]* | linux-gnu* | freebsd*) ++ # All Compaq C alpha code is PIC. ++ wl='-Wl,' ++ link_static_flag='-non_shared' ++ ;; ++ *) ++ can_build_shared=no ++ ;; ++ esac + else + # PORTME Check for PIC flags for the system compiler. + case "$host_os" in +@@ -971,11 +1015,11 @@ $rm conftest.dat if ln -s X conftest.dat 2>/dev/null; then $rm conftest.dat @@ -69,7 +113,7 @@ echo "$ac_t"yes 1>&6 else echo "$ac_t"no 1>&6 -@@ -1226,8 +1240,8 @@ +@@ -1226,8 +1270,8 @@ *) if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then @@ -80,7 +124,7 @@ else ld_shlibs=no fi -@@ -1353,14 +1367,6 @@ +@@ -1353,14 +1397,6 @@ hardcode_shlibpath_var=no ;; @@ -95,7 +139,7 @@ hpux9* | hpux10* | hpux11*) case "$host_os" in hpux9*) archive_cmds='$rm $objdir/$soname~$LD -b +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib' ;; -@@ -1775,7 +1781,7 @@ +@@ -1775,7 +1811,7 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" @@ -104,7 +148,7 @@ file_magic_cmd= file_magic_test_file= deplibs_check_method='unknown' -@@ -1874,18 +1880,21 @@ +@@ -1874,18 +1910,21 @@ case "$version_type" in freebsd-elf*) deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' @@ -134,7 +178,7 @@ shlibpath_var=LD_LIBRARY_PATH case "$host_os" in freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*) -@@ -2776,6 +2785,15 @@ +@@ -2776,6 +2815,15 @@ # Shell to use when invoking shell scripts. SHELL=$LTSHELL -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Jul 15 7:41: 8 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D87C37B401 for ; Mon, 15 Jul 2002 07:41:06 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 419E743E6E for ; Mon, 15 Jul 2002 07:41:05 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.29 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Mon, 15 Jul 2002 09:40:59 -0500 Received: by sxsmtp2.qgraph.com with Internet Mail Service (5.5.2653.19) id <30DGBSTP>; Mon, 15 Jul 2002 09:40:59 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E2756@waexch1.qgraph.com> From: "Schroeder, Aaron" To: 'Dag-Erling Smorgrav' Cc: "'freebsd-alpha@freebsd.org'" Subject: RE: UPDATE: RE: XFree86 build error... Date: Mon, 15 Jul 2002 09:40:57 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org That did not do the trick. :( -----Original Message----- From: Dag-Erling Smorgrav [mailto:des@ofug.org] Sent: Saturday, July 13, 2002 4:25 PM To: Schroeder, Aaron Cc: 'freebsd-alpha@freebsd.org' Subject: Re: UPDATE: RE: XFree86 build error... "Schroeder, Aaron" writes: > now, I searched for mkhtmlindex and it is located in /usr/X11R6/bin. Not > surprisingly, I am completely stumped. Again, any help on this would be much > appreciated. PATH=$PATH:/usr/X11R6/bin; export PATH then try again DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Jul 15 7:43:47 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E355637B400 for ; Mon, 15 Jul 2002 07:43:41 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 5560343E5E for ; Mon, 15 Jul 2002 07:43:41 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.30 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Mon, 15 Jul 2002 09:43:33 -0500 Received: by sxsmtp3.qgraph.com with Internet Mail Service (5.5.2653.19) id <30DG0M86>; Mon, 15 Jul 2002 09:43:32 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E2757@waexch1.qgraph.com> From: "Schroeder, Aaron" To: "'naddy@mips.inka.de'" , freebsd-alpha@freebsd.org Subject: RE: xdm and kdm core dump Date: Mon, 15 Jul 2002 09:43:30 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have used xdm/kdm on every PWS Alpha that I have set up. No problems. -----Original Message----- From: naddy@mips.inka.de [mailto:naddy@mips.inka.de] Sent: Monday, July 15, 2002 7:29 AM To: freebsd-alpha@freebsd.org Subject: Re: xdm and kdm core dump Jan Lentfer wrote: > I am trying to set up a graphical login on my PWS 500a. I've tried xdm, > kdm/kde2 (both core dump if called from ttys AND command line). xdm has been broken on FreeBSD/alpha for years. Part of the problem is that Wraphelp.c isn't 64-bit clean. OpenBSD recently fixed this, but even with those changes applied, xdm still won't work on FreeBSD/alpha. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 3:16:31 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D87B37B400 for ; Tue, 16 Jul 2002 03:16:29 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C5A43E42 for ; Tue, 16 Jul 2002 03:16:29 -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 g6GAGSoi062004; Tue, 16 Jul 2002 03:16:28 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g6GAGStV062003; Tue, 16 Jul 2002 03:16:28 -0700 (PDT) Date: Tue, 16 Jul 2002 03:16:28 -0700 From: "David O'Brien" To: Jan Lentfer Cc: freebsd-alpha@freebsd.org Subject: Re: Alpha optimized Fortran Compiler Message-ID: <20020716101628.GA61770@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <1026494890.88979.7.camel@jan-alpha.lan> <200207122029.g6CKT2vt007165@satanii.enemy.org> <20020713100207.696c2eae.Jan.Lentfer@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020713100207.696c2eae.Jan.Lentfer@web.de> 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-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Jul 13, 2002 at 10:02:07AM +0200, Jan Lentfer wrote: > Modelling Software), which is written in Fortran. Who did the Compaq-CC > port? I did. But I dont have time to do the FORTRAN port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 4:32: 8 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61BEF37B400 for ; Tue, 16 Jul 2002 04:32:06 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1777243E67 for ; Tue, 16 Jul 2002 04:32:05 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17UQYl-00032D-00; Tue, 16 Jul 2002 13:32:03 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6GAaa6A021777 for ; Tue, 16 Jul 2002 12:36:36 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6GAaak7021776 for freebsd-alpha@freebsd.org; Tue, 16 Jul 2002 12:36:36 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: xdm and kdm core dump Date: Tue, 16 Jul 2002 10:36:35 +0000 (UTC) Message-ID: References: <025596A38A894B45AFE62346A6BF47464E2757@waexch1.qgraph.com> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Schroeder, Aaron wrote: > I have used xdm/kdm on every PWS Alpha that I have set up. No problems. Try logging in from a remote host. Most people appear to use xdm only to spawn a local server, which happens in turn to be just the part I typically don't use. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 5:45:21 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD0337B401; Tue, 16 Jul 2002 05:45:17 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED2C443E58; Tue, 16 Jul 2002 05:45:15 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BB07B534A; Tue, 16 Jul 2002 14:45:12 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: alpha@freebsd.org, current@freebsd.org Subject: VOP_GETATTR panic on Alpha From: Dag-Erling Smorgrav Date: 16 Jul 2002 14:45:11 +0200 Message-ID: Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following panic is 100% reproducable - it happens whenever I boot a recent kernel on Alpha, just before init(8) starts getty(8) on the console: VOP_GETATTR: 0xfffffe00019e7220 is not locked but should be Lock violation. Stopped at Debugger+0x34: zapnot v0,#0xf,v0 db> trace Debugger() at Debugger+0x34 vn_stat() at vn_stat+0xd8 vn_statfile() at vn_statfile+0x58 fstat() at fstat+0x80 syscall() at syscall+0x364 XentSys() at XentSys+0x64 --- syscall (189, FreeBSD ELF, fstat) --- --- user mode --- Dumps don't seem to work, so I can't get much more than this. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 5:53:14 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B64B37B400; Tue, 16 Jul 2002 05:53:11 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 847A943E4A; Tue, 16 Jul 2002 05:53:10 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id IAA09769; Tue, 16 Jul 2002 08:53:09 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g6GCqdB51617; Tue, 16 Jul 2002 08:52:39 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15668.5911.639776.253419@grasshopper.cs.duke.edu> Date: Tue, 16 Jul 2002 08:52:39 -0400 (EDT) To: Dag-Erling Smorgrav Cc: alpha@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: VOP_GETATTR panic on Alpha In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dag-Erling Smorgrav writes: > The following panic is 100% reproducable - it happens whenever I boot > a recent kernel on Alpha, just before init(8) starts getty(8) on the > console: > > VOP_GETATTR: 0xfffffe00019e7220 is not locked but should be > Lock violation. > > Stopped at Debugger+0x34: zapnot v0,#0xf,v0 > db> trace > Debugger() at Debugger+0x34 > vn_stat() at vn_stat+0xd8 > vn_statfile() at vn_statfile+0x58 > fstat() at fstat+0x80 > syscall() at syscall+0x364 > XentSys() at XentSys+0x64 > --- syscall (189, FreeBSD ELF, fstat) --- > --- user mode --- > > Dumps don't seem to work, so I can't get much more than this. > Welcome to hell. If you clear panicstr, you have a chance of getting a dump. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 6:11:46 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A86F737B400; Tue, 16 Jul 2002 06:11:42 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 392BA43E3B; Tue, 16 Jul 2002 06:11:42 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 2BC69534A; Tue, 16 Jul 2002 15:11:40 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Andrew Gallatin Cc: alpha@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: VOP_GETATTR panic on Alpha References: <15668.5911.639776.253419@grasshopper.cs.duke.edu> From: Dag-Erling Smorgrav Date: 16 Jul 2002 15:11:39 +0200 In-Reply-To: <15668.5911.639776.253419@grasshopper.cs.duke.edu> Message-ID: Lines: 25 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Andrew Gallatin writes: > Welcome to hell. Thanks, it sure looks cozy in here :) > If you clear panicstr, you have a chance of getting a dump. How do I do that? BTW, I've looked at the code in vn_statfile(): vn_lock(vp, LK_EXCLUSIVE | LK_RETRY, td); error = vn_stat(vp, sb, td); VOP_UNLOCK(vp, 0, td); it seems that either vn_lock() fails to actually lock the vnode, or there's a race condition that causes the vnode to get unlocked between vn_lock() and vn_stat(). Since the panic is 100% reproducible, I'm inclined to think it's the former. Note that vn_statfile() fails to check the return code from vn_lock(), but LK_RETRY is supposed to mean vn_lock() never fails. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 11:59:31 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A954C37B400 for ; Tue, 16 Jul 2002 11:59:28 -0700 (PDT) Received: from qescan1.qgraph.com (QESCAN1.qgraph.com [206.158.124.7]) by mx1.FreeBSD.org (Postfix) with SMTP id C4F9343E64 for ; Tue, 16 Jul 2002 11:59:27 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.28 by qescan1.qgraph.com (InterScan E-Mail VirusWall NT); Tue, 16 Jul 2002 13:59:27 -0500 Received: by sxsmtp1.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Tue, 16 Jul 2002 13:59:26 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E2778@waexch1.qgraph.com> From: "Schroeder, Aaron" To: "'freebsd-alpha@freebsd.org'" Subject: XFree86-4.2 on a PWS-500au Date: Tue, 16 Jul 2002 13:59:22 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello again, I got XFree86-4.2 compiled and installed on my system! That's the good news. Now for the bad news: I cannot get the XServer to fire up. Heck, I can't even get 'XFree86 -confiure' to fly. I did notice that upon installing the new version that Matrox drivers were not fully tested, use at your own risk. Well, I guess I am wondering a couple things: 1) How un-tested are the drivers? 2) Has anyone gotten XFree86-4.2 working with a Matrox? 3) If yes, how did you get it working? I guess this little adventure with XFree86 is getting a bit out of hand. :( TIA, AJ Schroeder To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 12:27:16 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5EF37B400 for ; Tue, 16 Jul 2002 12:27:14 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78F143E58 for ; Tue, 16 Jul 2002 12:27:11 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.118.21] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17UXyY-0001jO-00; Tue, 16 Jul 2002 21:27:10 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 395E930E; Tue, 16 Jul 2002 21:27:08 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id 9A9C1209; Tue, 16 Jul 2002 21:27:02 +0200 (CEST) Date: Tue, 16 Jul 2002 21:27:01 +0200 From: Jan Lentfer To: "Schroeder, Aaron" Cc: freebsd-alpha@freebsd.org Subject: Re: XFree86-4.2 on a PWS-500au Message-Id: <20020716212701.0046a6b2.Jan.Lentfer@web.de> In-Reply-To: <025596A38A894B45AFE62346A6BF47464E2778@waexch1.qgraph.com> References: <025596A38A894B45AFE62346A6BF47464E2778@waexch1.qgraph.com> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 16 Jul 2002 13:59:22 -0500 "Schroeder, Aaron" wrote: > Hello again, > > I got XFree86-4.2 compiled and installed on my system! That's the good news. > Now for the bad news: I cannot get the XServer to fire up. Heck, I can't > even get 'XFree86 -confiure' to fly. I did notice that upon installing the > new version that Matrox drivers were not fully tested, use at your own risk. > Well, I guess I am wondering a couple things: > > 1) How un-tested are the drivers? > 2) Has anyone gotten XFree86-4.2 working with a Matrox? > 3) If yes, how did you get it working? > > I guess this little adventure with XFree86 is getting a bit out of hand. :( What exact card do you have? I couldn't install a Matrox Millenium II, too. I replaced it with a 3DLabs Oxygen VX1 and it worked straight away. Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 12:29:17 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC6B37B400 for ; Tue, 16 Jul 2002 12:29:16 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 81E4943E58 for ; Tue, 16 Jul 2002 12:29:15 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.29 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Tue, 16 Jul 2002 14:29:06 -0500 Received: by sxsmtp2.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Tue, 16 Jul 2002 14:29:05 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E277A@waexch1.qgraph.com> From: "Schroeder, Aaron" To: 'Jan Lentfer' Cc: "'freebsd-alpha@freebsd.org'" Subject: RE: XFree86-4.2 on a PWS-500au Date: Tue, 16 Jul 2002 14:29:05 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have a Matrox Millenium 4MB, nothing fancy, but I am thinking that if your Millenium II didn't work, that I am going to have to replace the video card with something else. All I have are Diamond Stealth cards. :( AJ -----Original Message----- From: Jan Lentfer [mailto:Jan.Lentfer@web.de] Sent: Tuesday, July 16, 2002 2:27 PM To: Schroeder, Aaron Cc: freebsd-alpha@freebsd.org Subject: Re: XFree86-4.2 on a PWS-500au On Tue, 16 Jul 2002 13:59:22 -0500 "Schroeder, Aaron" wrote: > Hello again, > > I got XFree86-4.2 compiled and installed on my system! That's the good news. > Now for the bad news: I cannot get the XServer to fire up. Heck, I can't > even get 'XFree86 -confiure' to fly. I did notice that upon installing the > new version that Matrox drivers were not fully tested, use at your own risk. > Well, I guess I am wondering a couple things: > > 1) How un-tested are the drivers? > 2) Has anyone gotten XFree86-4.2 working with a Matrox? > 3) If yes, how did you get it working? > > I guess this little adventure with XFree86 is getting a bit out of hand. :( What exact card do you have? I couldn't install a Matrox Millenium II, too. I replaced it with a 3DLabs Oxygen VX1 and it worked straight away. Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 12:29:49 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3000937B400 for ; Tue, 16 Jul 2002 12:29:47 -0700 (PDT) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E0C43E3B for ; Tue, 16 Jul 2002 12:29:46 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.118.21] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17UY13-0007YI-00 for freebsd-alpha@freebsd.org; Tue, 16 Jul 2002 21:29:45 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id B2A8730E for ; Tue, 16 Jul 2002 21:29:44 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id 0DE8B209 for ; Tue, 16 Jul 2002 21:29:40 +0200 (CEST) Date: Tue, 16 Jul 2002 21:29:39 +0200 From: Jan Lentfer To: freebsd-alpha@freebsd.org Subject: gftp core dumps for floating point exception Message-Id: <20020716212939.4694066d.Jan.Lentfer@web.de> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I think this is an Alpha related issue and maybe someone can try to reproduce it: ftp/gftp build fine but when you start it up, the window opens very shortly and then the program quits with: bash-2.05a$ gftp Floating point exception (core dumped) I tried to compile with system-gcc and gcc3.1 with -O and with -O0, all the same. Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 13: 0:14 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F20837B400 for ; Tue, 16 Jul 2002 13:00:07 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 3DB4E43E72 for ; Tue, 16 Jul 2002 13:00:06 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.30 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Tue, 16 Jul 2002 15:00:00 -0500 Received: by sxsmtp3.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Tue, 16 Jul 2002 14:59:59 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E277B@waexch1.qgraph.com> From: "Schroeder, Aaron" To: 'Jan Lentfer' Cc: freebsd-alpha@freebsd.org Subject: RE: XFree86-4.2 on a PWS-500au Date: Tue, 16 Jul 2002 14:59:57 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well, I have gotten a bit farther, I nabbed a Diamond Stealth S3/Trio64 card and 'XFree86 -configure' seems to work, except now when I go to test the server, it complains about not being able to load the "fixed" font. Do I need to go into /usr/ports/x11-fonts/ and install like mad? :) Thanks so far, AJ Schroeder -----Original Message----- From: Jan Lentfer [mailto:Jan.Lentfer@web.de] Sent: Tuesday, July 16, 2002 2:27 PM To: Schroeder, Aaron Cc: freebsd-alpha@freebsd.org Subject: Re: XFree86-4.2 on a PWS-500au On Tue, 16 Jul 2002 13:59:22 -0500 "Schroeder, Aaron" wrote: > Hello again, > > I got XFree86-4.2 compiled and installed on my system! That's the good news. > Now for the bad news: I cannot get the XServer to fire up. Heck, I can't > even get 'XFree86 -confiure' to fly. I did notice that upon installing the > new version that Matrox drivers were not fully tested, use at your own risk. > Well, I guess I am wondering a couple things: > > 1) How un-tested are the drivers? > 2) Has anyone gotten XFree86-4.2 working with a Matrox? > 3) If yes, how did you get it working? > > I guess this little adventure with XFree86 is getting a bit out of hand. :( What exact card do you have? I couldn't install a Matrox Millenium II, too. I replaced it with a 3DLabs Oxygen VX1 and it worked straight away. Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 13: 9:21 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D9C837B400 for ; Tue, 16 Jul 2002 13:09:18 -0700 (PDT) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D6143E6A for ; Tue, 16 Jul 2002 13:09:17 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.118.21] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17UYdH-0007Sw-00; Tue, 16 Jul 2002 22:09:16 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id BC8B330E; Tue, 16 Jul 2002 22:09:12 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id 6EA26209; Tue, 16 Jul 2002 22:09:08 +0200 (CEST) Date: Tue, 16 Jul 2002 22:09:07 +0200 From: Jan Lentfer To: "Schroeder, Aaron" Cc: jan@localhost.homeip.net, freebsd-alpha@freebsd.org Subject: Re: XFree86-4.2 on a PWS-500au Message-Id: <20020716220907.3f3b5f65.Jan.Lentfer@web.de> In-Reply-To: <025596A38A894B45AFE62346A6BF47464E277B@waexch1.qgraph.com> References: <025596A38A894B45AFE62346A6BF47464E277B@waexch1.qgraph.com> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 16 Jul 2002 14:59:57 -0500 "Schroeder, Aaron" wrote: > Well, I have gotten a bit farther, I nabbed a Diamond Stealth S3/Trio64 card > and 'XFree86 -configure' seems to work, except now when I go to test the > server, it complains about not being able to load the "fixed" font. > > Do I need to go into /usr/ports/x11-fonts/ and install like mad? :) I don't know exactly which font packages you minimally need. That's what I have installed and seems to work: bash-2.05a$ pkg_info | grep font XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files freetype2-2.0.9 A free and portable TrueType font rendering engine hth, Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 13:20:55 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B120A37B400 for ; Tue, 16 Jul 2002 13:20:53 -0700 (PDT) Received: from lyra.enemy.org (lyra.enemy.org [62.116.11.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 96B6F43E31 for ; Tue, 16 Jul 2002 13:20:52 -0700 (PDT) (envelope-from cjm@satanii.enemy.org) Received: (qmail 24316 invoked from network); 16 Jul 2002 20:21:50 -0000 Received: from unknown (HELO satanii.enemy.org) (62.116.11.3) by lyra.enemy.org with SMTP; 16 Jul 2002 20:21:50 -0000 Received: from satanii.enemy.org (localhost [127.0.0.1]) by satanii.enemy.org (8.12.3/8.12.3) with ESMTP id g6GKL5vt026115; Tue, 16 Jul 2002 22:21:06 +0200 (CEST) (envelope-from cjm@satanii.enemy.org) Message-Id: <200207162021.g6GKL5vt026115@satanii.enemy.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-alpha@FreeBSD.ORG Cc: Jan Lentfer Subject: Re: gftp core dumps for floating point exception In-reply-to: Jan.Lentfer's message of Tue, 16 Jul 2002 21:29:39 +0200. <20020716212939.4694066d.Jan.Lentfer@web.de> X-Sig1: This Message is MIME-less... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 16 Jul 2002 22:21:05 +0200 From: "Chris J. Mutter" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, > I think this is an Alpha related issue and maybe someone can try to reproduce it: > > ftp/gftp build fine but when you start it up, the window opens very shortly a nd then the program quits with: > > bash-2.05a$ gftp > Floating point exception (core dumped) > > I tried to compile with system-gcc and gcc3.1 with -O and with -O0, all the s ame. compiled it with the 4.6R-p1 gcc (gcc version 2.95.3 20010315 (release) [FreeBSD]): Floating exception(coredump) it even doesnt compile with the compaq-cc. it gives an compile error when it reaches gftp-text.h line 41: void gftp_text_log ( gftp_logging_level level, void *ptr, const char *string, ... ) __attribute__((format(printf, 3, 4))); the compaq-cc expects a ``;'' after the ...) could someone with c-skills please explain me that line? looks weird with the `...'). it at lease looks ugly. there are also some pointer-mismatches the compiler i.e. says: In this statement, the referenced type of the pointer value "&data_addr_len" is "unsigned long", which is not compatible with "unsigned int". (ptrmismatch) regards, cjm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jul 16 13:31:20 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E2037B400 for ; Tue, 16 Jul 2002 13:31:18 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFECB43E42 for ; Tue, 16 Jul 2002 13:31:17 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17UYyZ-0006yH-00; Tue, 16 Jul 2002 22:31:15 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6GJfB6A058052 for ; Tue, 16 Jul 2002 21:41:11 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6GJfBUO058051 for freebsd-alpha@freebsd.org; Tue, 16 Jul 2002 21:41:11 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: XFree86-4.2 on a PWS-500au Date: Tue, 16 Jul 2002 19:41:10 +0000 (UTC) Message-ID: References: <025596A38A894B45AFE62346A6BF47464E2778@waexch1.qgraph.com> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Schroeder, Aaron wrote: > 2) Has anyone gotten XFree86-4.2 working with a Matrox? Works with my old Mystique. The server throws some UA errors on startup but otherwise works fine. > 3) If yes, how did you get it working? Nothing particular. I used xf86config(1) to get an initial, working XF86Config file which I then cleaned out manually. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 0:40:24 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D26D37B401 for ; Wed, 17 Jul 2002 00:40:15 -0700 (PDT) Received: from gnah.bolet.org (gnah.bolet.org [80.65.226.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4768D43E3B for ; Wed, 17 Jul 2002 00:40:13 -0700 (PDT) (envelope-from pornin@bolet.org) Received: (from pornin@localhost) by gnah.bolet.org (8.11.6/8.11.6) id g6H7e5s11947; Wed, 17 Jul 2002 09:40:06 +0200 (CEST) (envelope-from pornin) Date: Wed, 17 Jul 2002 09:40:04 +0200 From: Thomas Pornin To: "Chris J. Mutter" Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: gftp core dumps for floating point exception Message-ID: <20020717094003.A11645@gnah.bolet.org> References: <20020716212939.4694066d.Jan.Lentfer@web.de> <200207162021.g6GKL5vt026115@satanii.enemy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200207162021.g6GKL5vt026115@satanii.enemy.org>; from cjm@satanii.enemy.org on Tue, Jul 16, 2002 at 10:21:05PM +0200 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jul 16, 2002 at 10:21:05PM +0200, Chris J. Mutter wrote: > it even doesnt compile with the compaq-cc. it gives an compile error when > it reaches gftp-text.h line 41: > > void gftp_text_log ( gftp_logging_level level, void *ptr, > const char *string, ... ) __attribute__((format(printf, 3, 4))); > > the compaq-cc expects a ``;'' after the ...) > > could someone with c-skills please explain me that line? The `...' means "function with a variable number of arguments" (just like printf()). Obviously, this function is some logging utility that takes printf()-like arguments formatted with a format string passed as the argument `string'. Up to and including the `... )', this is completely standard C. What follows (the `__attribute__' thing) is specific the gcc (which explains why ccc cannot compile it) and is a hint to the compiler that the types of the variadic arguments (beginning with the fourth argument) should be checked against the printf()-like format string held in the third argument (called `string'). As far as C syntax is concerned, just any bunch of arguments could be passed to a function with a variable number of arguments, but gcc knows some functions such as printf() and scans the format string (if it is a constant literal string) to check that the arguments actually passed are appropriate. gcc can be instructed to perform a similar check for other functions as well, through the __attribute__ construct displayed above. In good C code, this line should have looked like: void gftp_text_log(gftp_logging_level level, void *ptr, const char *string, ...) ATTRIBUTE((format(printf, 3, 4))); With the macro ATTRIBUTE defined somewhere as such: #ifdef __GNUC__ #define ATTRIBUTE(x) __attribute__(x) #else #define ATTRIBUTE(x) #endif > there are also some pointer-mismatches the compiler i.e. says: In this > statement, the referenced type of the pointer value "&data_addr_len" > is "unsigned long", which is not compatible with "unsigned int". > (ptrmismatch) That one is more serious. It means that some pointer to an unsigned long as been passed as argument to a function which expected a pointer to an unsigned int. This does not really matter on i386 platforms, since both `unsigned long' and `unsigned int' are 32-bit quantities on the PC. However, on the Alpha, `unsigned int' is 32-bit whereas `unsigned long' is 64-bit. This means that the function access a data value with the wrong size. In that specific instance, `data_addr_len' is probably a variable that should be filled with some array or structure length. Since the Alpha is little-endian (under FreeBSD at least), what happens there is probably that only the 32 lower bits of `data_addr_len' will be filled by the called function, and the 32 upper bits will remain untouched, which can trigger ugly bugs. By the way, I am not quite sure about the Alpha, but at least on the PC you will get a "floating point exception" (SIGFPE) only on integer arithmetic, when the result of an integer division does not fit into the destination register or when a division by 0 has been attempted. Floating point operations only yield "NaN" (Not a Number) on impossible operations. --Thomas Pornin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 1:59:21 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F04537B400 for ; Wed, 17 Jul 2002 01:59:19 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0AC43E42 for ; Wed, 17 Jul 2002 01:59:18 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [217.82.43.40] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17UkeT-00055X-00; Wed, 17 Jul 2002 10:59:17 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id CB94E1CF; Wed, 17 Jul 2002 10:59:15 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id 2C2E56D; Wed, 17 Jul 2002 10:59:09 +0200 (CEST) Date: Wed, 17 Jul 2002 10:59:07 +0200 From: Jan Lentfer To: "Christian Weisgerber" Cc: freebsd-alpha@freebsd.org Subject: Re: List of ports that can be compiled with compaq-cc Message-Id: <20020717105907.0c4d0f2e.Jan.Lentfer@web.de> In-Reply-To: References: <3D21F1C8.2010708@web.de> <1026321255.24524.3.camel@jan-alpha.lan> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 15 Jul 2002 12:34:57 +0000 (UTC) "Christian Weisgerber" wrote: > Right, I forgot about that. You need to patch libtool to tell it > that yes, shared libs can be built with ccc. My old patch is below. > I don't know whether it still applies. The old libtool maintainer > never cared to include it. *shrug* If the port maintainer doesn't care maybe we should file our own port ? devel/libtool-ccc-enabled :-) something like that? Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 2:21:14 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6712D37B400 for ; Wed, 17 Jul 2002 02:21:10 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D343543E64 for ; Wed, 17 Jul 2002 02:21:09 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [217.82.43.40] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17UkjP-0005kK-00 for freebsd-alpha@freebsd.org; Wed, 17 Jul 2002 11:04:23 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 81C6D1CF for ; Wed, 17 Jul 2002 11:04:22 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id 162486D for ; Wed, 17 Jul 2002 11:04:16 +0200 (CEST) Date: Wed, 17 Jul 2002 11:04:14 +0200 From: Jan Lentfer To: freebsd-alpha@freebsd.org Subject: Re: List of ports that can be compiled with compaq-cc Message-Id: <20020717110414.1479d236.Jan.Lentfer@web.de> In-Reply-To: References: <3D21F1C8.2010708@web.de> <1026321255.24524.3.camel@jan-alpha.lan> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 15 Jul 2002 12:34:57 +0000 (UTC) "Christian Weisgerber" wrote: [...] > I don't know whether it still applies. [...] Almost.... 6 out of 7 isn't that bad. May I ask you to bring it up to date. My abilities in this is really limited. Thanks, Jan su-2.05a# patch files/patch-ac libtool_ccc.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -uNr /usr/ports/devel/libtool/files/patch-ac libtool/files/patch-ac |--- /usr/ports/devel/libtool/files/patch-ac Mon Sep 25 09:38:14 2000 |+++ libtool/files/patch-ac Wed Mar 21 00:07:02 2001 -------------------------- Patching file files/patch-ac using Plan A... Hunk #1 succeeded at 4 with fuzz 2 (offset 3 lines). Hunk #2 succeeded at 58 (offset 3 lines). Hunk #3 succeeded at 116 (offset 3 lines). Hunk #4 succeeded at 127 (offset 3 lines). Hunk #5 succeeded at 142 (offset 3 lines). Hunk #6 failed at 151. Hunk #7 succeeded at 180 (offset 2 lines). 1 out of 7 hunks failed--saving rejects to files/patch-ac.rej done su-2.05a# pwd /usr/ports/devel/libtool To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 6:25:50 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E96E937B400 for ; Wed, 17 Jul 2002 06:25:47 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 359A843E3B for ; Wed, 17 Jul 2002 06:25:47 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.29 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Wed, 17 Jul 2002 08:25:40 -0500 Received: by sxsmtp2.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Wed, 17 Jul 2002 08:25:40 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E279C@waexch1.qgraph.com> From: "Schroeder, Aaron" To: "'naddy@mips.inka.de'" , freebsd-alpha@freebsd.org Subject: RE: XFree86-4.2 on a PWS-500au Date: Wed, 17 Jul 2002 08:25:39 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hmm, a Mystique? My PCI video card selection is rather slim. I do have a newer G200 PCI, maybe I could try that one. As I said (I think?) in a previous message that I plugged a Diamond Stealth card in and that seems to work. Now, since I have "upgraded" to XFree86-4.2 my KDE doesn't launch, something to do with 'libfreetype.so.6', but this seems to be a common enough problem, google groups has a ton of hits on that one. Thanks for the input, AJ Schroeder -----Original Message----- From: naddy@mips.inka.de [mailto:naddy@mips.inka.de] Sent: Tuesday, July 16, 2002 2:41 PM To: freebsd-alpha@freebsd.org Subject: Re: XFree86-4.2 on a PWS-500au Schroeder, Aaron wrote: > 2) Has anyone gotten XFree86-4.2 working with a Matrox? Works with my old Mystique. The server throws some UA errors on startup but otherwise works fine. > 3) If yes, how did you get it working? Nothing particular. I used xf86config(1) to get an initial, working XF86Config file which I then cleaned out manually. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 7:57: 9 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B5037B400 for ; Wed, 17 Jul 2002 07:57:05 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id BDE2243E64 for ; Wed, 17 Jul 2002 07:57:04 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.30 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Wed, 17 Jul 2002 09:56:00 -0500 Received: by sxsmtp3.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Wed, 17 Jul 2002 09:56:00 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E27A0@waexch1.qgraph.com> From: "Schroeder, Aaron" To: 'Jan Lentfer' Cc: jan@localhost.homeip.net, freebsd-alpha@freebsd.org Subject: RE: XFree86-4.2 on a PWS-500au Date: Wed, 17 Jul 2002 09:55:49 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello again, I am trying to get my newly installed XServer started, it seems as though the XServer starts (thank you Mr. Lentfer for the font help), but it cannot start KDE. The error I get from X is that it can't start kdeinit. Then X quits and I see this on the console: PEXExtensionInit: Couldn't open default PEX font file Roman_M /usr/libexec/ld-elf.so.1: Shared object "libfreetype.so.6" not found /usr/libexec/ld-elf.so.1: Shared object "libfreetype.so.6" not found Warning: connect() failed: : Connection refused Error: Can't contact kdeinit! Waiting for X Server to shut down Ok, so I did a knee-jerk reaction to my 'libfreetype.so.6' problem. I did a 'make deinstall reinstall clean' for XFree86-4-Server. That did not fix anything. That seems to be the fix for what I have found in google groups. So, I did a search on my system and found libfreetype.so.6 in /usr/X11R6/lib. Is this the proper location? I am getting close on this one, I know it. I guess I could try copying my .xinitrc file to a .xinitrc.old and see if twm loads or something. TIA, AJ -----Original Message----- From: Jan Lentfer [mailto:Jan.Lentfer@web.de] Sent: Tuesday, July 16, 2002 3:09 PM To: Schroeder, Aaron Cc: jan@localhost.homeip.net; freebsd-alpha@freebsd.org Subject: Re: XFree86-4.2 on a PWS-500au On Tue, 16 Jul 2002 14:59:57 -0500 "Schroeder, Aaron" wrote: > Well, I have gotten a bit farther, I nabbed a Diamond Stealth S3/Trio64 card > and 'XFree86 -configure' seems to work, except now when I go to test the > server, it complains about not being able to load the "fixed" font. > > Do I need to go into /usr/ports/x11-fonts/ and install like mad? :) I don't know exactly which font packages you minimally need. That's what I have installed and seems to work: bash-2.05a$ pkg_info | grep font XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files freetype2-2.0.9 A free and portable TrueType font rendering engine hth, Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 8: 2: 8 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6172B37B400 for ; Wed, 17 Jul 2002 08:02:06 -0700 (PDT) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4636C43E42 for ; Wed, 17 Jul 2002 08:02:05 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: by l04.research.kpn.com with Internet Mail Service (5.5.2653.19) id <3D9ZT8VF>; Wed, 17 Jul 2002 17:02:03 +0200 Message-ID: <59063B5B4D98D311BC0D0001FA7E452205FDA862@l04.research.kpn.com> From: K.J.Koster@kpn.com To: Aaron.Schroeder@qg.com Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: XFree86-4.2 on a PWS-500au Date: Wed, 17 Jul 2002 17:01:57 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Aaron, > > > PEXExtensionInit: Couldn't open default PEX font file Roman_M > /usr/libexec/ld-elf.so.1: Shared object "libfreetype.so.6" not found > /usr/libexec/ld-elf.so.1: Shared object "libfreetype.so.6" not found > Warning: connect() failed: : Connection refused > Error: Can't contact kdeinit! > Do you have an up to date version of the freetype port installed? /usr/ports/print/freetype(2) Kees Jan ===================================================== You can't have everything. Where would you put it? [Steven Wright] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 8: 8:20 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B9437B400 for ; Wed, 17 Jul 2002 08:08:18 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C19B43E77 for ; Wed, 17 Jul 2002 08:08:17 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.30 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Wed, 17 Jul 2002 10:08:13 -0500 Received: by sxsmtp3.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Wed, 17 Jul 2002 10:08:12 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E27A1@waexch1.qgraph.com> From: "Schroeder, Aaron" To: "'K.J.Koster@kpn.com'" Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: XFree86-4.2 on a PWS-500au Date: Wed, 17 Jul 2002 10:08:10 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Kees Jan, root@diabloii root]# pkg_info | grep freetype freetype2-2.1.2 A free and portable TrueType font rendering engine That is what I have installed. I looked into that because that seemed like another "issue" that popped up with this libfreetype.so.6 error AJ Schroeder -----Original Message----- From: K.J.Koster@kpn.com [mailto:K.J.Koster@kpn.com] Sent: Wednesday, July 17, 2002 10:02 AM To: Schroeder, Aaron Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: XFree86-4.2 on a PWS-500au Dear Aaron, > > > PEXExtensionInit: Couldn't open default PEX font file Roman_M > /usr/libexec/ld-elf.so.1: Shared object "libfreetype.so.6" not found > /usr/libexec/ld-elf.so.1: Shared object "libfreetype.so.6" not found > Warning: connect() failed: : Connection refused > Error: Can't contact kdeinit! > Do you have an up to date version of the freetype port installed? /usr/ports/print/freetype(2) Kees Jan ===================================================== You can't have everything. Where would you put it? [Steven Wright] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 8:15:59 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 799A037B400 for ; Wed, 17 Jul 2002 08:15:57 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F5B843E81 for ; Wed, 17 Jul 2002 08:15:56 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.123.211] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17UqWx-00015t-00; Wed, 17 Jul 2002 17:15:55 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 92C17226; Wed, 17 Jul 2002 17:15:53 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id A2845225; Wed, 17 Jul 2002 17:15:46 +0200 (CEST) Date: Wed, 17 Jul 2002 17:15:44 +0200 From: Jan Lentfer To: "Schroeder, Aaron" Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: XFree86-4.2 on a PWS-500au Message-Id: <20020717171544.0d76f918.Jan.Lentfer@web.de> In-Reply-To: <025596A38A894B45AFE62346A6BF47464E27A1@waexch1.qgraph.com> References: <025596A38A894B45AFE62346A6BF47464E27A1@waexch1.qgraph.com> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 17 Jul 2002 10:08:10 -0500 "Schroeder, Aaron" wrote: [...] Did you build KDE, then updated freetype2? I think then you need to recompile kdebase. This is what is on my system: su-2.05a# find /usr/local/lib/ -name "*freetype*" -type f /usr/local/lib/libfreetype.a /usr/local/lib/libfreetype.so.9 No so.6 here, so my guess is that your kde is linked against a not/no more existing version of freetype.so Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 8:18:28 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3708237B400 for ; Wed, 17 Jul 2002 08:18:25 -0700 (PDT) Received: from qescan1.qgraph.com (QESCAN1.qgraph.com [206.158.124.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 9C81B43E77 for ; Wed, 17 Jul 2002 08:18:24 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.28 by qescan1.qgraph.com (InterScan E-Mail VirusWall NT); Wed, 17 Jul 2002 10:18:20 -0500 Received: by sxsmtp1.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Wed, 17 Jul 2002 10:18:20 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E27A2@waexch1.qgraph.com> From: "Schroeder, Aaron" To: 'Jan Lentfer' Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: XFree86-4.2 on a PWS-500au Date: Wed, 17 Jul 2002 10:18:18 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jan, I did so much re-building/compiling/installing that I forgot what I all did. :( So, you think kdebase is the culprit, should I just do a 'make deinstall reinstall clean' in the kdebase port folder? TIA, AJ Schroeder -----Original Message----- From: Jan Lentfer [mailto:Jan.Lentfer@web.de] Sent: Wednesday, July 17, 2002 10:16 AM To: Schroeder, Aaron Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: XFree86-4.2 on a PWS-500au On Wed, 17 Jul 2002 10:08:10 -0500 "Schroeder, Aaron" wrote: [...] Did you build KDE, then updated freetype2? I think then you need to recompile kdebase. This is what is on my system: su-2.05a# find /usr/local/lib/ -name "*freetype*" -type f /usr/local/lib/libfreetype.a /usr/local/lib/libfreetype.so.9 No so.6 here, so my guess is that your kde is linked against a not/no more existing version of freetype.so Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 8:26:28 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7100037B400 for ; Wed, 17 Jul 2002 08:26:25 -0700 (PDT) Received: from smtp.web.de (smtp01.web.de [194.45.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16CB43E31 for ; Wed, 17 Jul 2002 08:26:24 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.123.211] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17Uqh5-0004cQ-00; Wed, 17 Jul 2002 17:26:23 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 42238226; Wed, 17 Jul 2002 17:26:22 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id 74865225; Wed, 17 Jul 2002 17:26:16 +0200 (CEST) Date: Wed, 17 Jul 2002 17:26:14 +0200 From: Jan Lentfer To: "Schroeder, Aaron" Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: XFree86-4.2 on a PWS-500au Message-Id: <20020717172614.5259007a.Jan.Lentfer@web.de> In-Reply-To: <025596A38A894B45AFE62346A6BF47464E27A2@waexch1.qgraph.com> References: <025596A38A894B45AFE62346A6BF47464E27A2@waexch1.qgraph.com> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 17 Jul 2002 10:18:18 -0500 "Schroeder, Aaron" wrote: > Jan, > > I did so much re-building/compiling/installing that I forgot what I all did. > :( So, you think kdebase is the culprit, should I just do a 'make deinstall > reinstall clean' in the kdebase port folder? Before you do that, try the following: su-2.05a# ldd /usr/local/bin/kdeinit | grep freetype On my system this results in "libfreetype.so.9 => /usr/local/lib/libfreetype.so.9". Then check if you have the file that comes out. Possible it will say "...so.6". You could try and make a symlink called so.6 pointing to so.9 (or whatever you have) and try if that works. But I think this is not a very clean method. Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 9:36:48 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE9BA37B400 for ; Wed, 17 Jul 2002 09:36:45 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 23D8643E3B for ; Wed, 17 Jul 2002 09:36:45 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.29 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Wed, 17 Jul 2002 10:30:58 -0500 Received: by sxsmtp2.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Wed, 17 Jul 2002 10:30:58 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E27A4@waexch1.qgraph.com> From: "Schroeder, Aaron" To: 'Jan Lentfer' Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: XFree86-4.2 on a PWS-500au Date: Wed, 17 Jul 2002 10:30:56 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ok, here goes: [root@diabloii root]# ldd /usr/local/bin/kdeinit | grep freetype libfreetype.so.6 => not found (0x0) libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x161cec000) [root@diabloii root]# Hmm, that's greek to me, is that showing the dependencies for kdeinit? AJ -----Original Message----- From: Jan Lentfer [mailto:Jan.Lentfer@web.de] Sent: Wednesday, July 17, 2002 10:26 AM To: Schroeder, Aaron Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: XFree86-4.2 on a PWS-500au On Wed, 17 Jul 2002 10:18:18 -0500 "Schroeder, Aaron" wrote: > Jan, > > I did so much re-building/compiling/installing that I forgot what I all did. > :( So, you think kdebase is the culprit, should I just do a 'make deinstall > reinstall clean' in the kdebase port folder? Before you do that, try the following: su-2.05a# ldd /usr/local/bin/kdeinit | grep freetype On my system this results in "libfreetype.so.9 => /usr/local/lib/libfreetype.so.9". Then check if you have the file that comes out. Possible it will say "...so.6". You could try and make a symlink called so.6 pointing to so.9 (or whatever you have) and try if that works. But I think this is not a very clean method. Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 12:50:51 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C0837B400 for ; Wed, 17 Jul 2002 12:50:49 -0700 (PDT) Received: from imail.softnet.ro (imail.SoftNet.ro [193.231.173.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9A643E65 for ; Wed, 17 Jul 2002 12:50:48 -0700 (PDT) (envelope-from florin.manaila@softnet.ro) Received: from softnetflax4tc [193.231.174.69] by imail.softnet.ro (SMTPD32-7.04) id A75022B00F6; Wed, 17 Jul 2002 22:36:48 +0300 Message-ID: <000001c22dc8$30f46f70$44a7e7c1@softnetflax4tc> From: "Florin MANAILA" To: Subject: bootloader problem ! Date: Wed, 17 Jul 2002 19:19:12 +0300 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 Disposition-Notification-To: "Florin MANAILA" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I have this configuration: ____________________________________________________________________________ ________________ Florin MANAILA ISSO SoftNet Services Calea Floreasca 167 Bucuresti - ROMANIA Tel: 04 021 - 233 11 33 Fax: 04 021 - 233 11 97 ---------------------------------------------------------------------------- --- The content of this communication is classified as SoftNet Services Confidential and Proprietary Information.The content of this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this communication then delete it from your system. We appreciate your assistance in preserving the confidentiality of our correspondence. Thank you. Prezentul mesaj constituie o Informatie confidentiala si este proprietatea exclusiva a SoftNet Services. Mesajul se adreseaza numai persoanei fizice sau juridice mentionata ca destinatara, precum si altor persoane autorizate sa-l primeasca. In cazul in care nu sunteti destinatarul vizat, va aducem la cunostinta ca dezvaluirea, copierea, distribuirea sau initierea unor actiuni pe baza prezentei informatii sunt strict interzise si atrag raspunderea civila si penala. Daca ati primit acest mesaj dintr-o eroare, va rugam sa ne anuntati imediat, ca raspuns la mesajul de fata, si sa-l stergeti apoi din sistemul dvs. Apreciem si va multumim pentru sprijinul acordat in pastrarea confidentialitatii corespondentei noastre. ---------------------------------------------------------------------------- --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 14:32:30 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E025D37B400 for ; Wed, 17 Jul 2002 14:32:25 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C4F843E3B for ; Wed, 17 Jul 2002 14:32:25 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA02902 for ; Wed, 17 Jul 2002 17:32:24 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g6HLVsK53775; Wed, 17 Jul 2002 17:31:54 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15669.57930.427134.220183@grasshopper.cs.duke.edu> Date: Wed, 17 Jul 2002 17:31:54 -0400 (EDT) To: freebsd-alpha@freebsd.org Subject: machine checks on a AlphaPC 164LX X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've got a PC164LX which will crash with a machine check under heavy disk IO to its on-board CMD 646 ATA controller. The panic's always look something like this: unexpected machine check: mces = 0x1 vector = 0x670 param = 0xfffffc0000006068 pc = 0xfffffc0000575624 ra = 0xfffffc000035e590 curproc = 0 panic: machine check panic Stopped at Debugger+0x2c: ldq ra,0(sp) <0xfffffe00176a7720> db> tr Debugger() at Debugger+0x2c panic() at panic+0x100 machine_check() at machine_check+0x1f0 interrupt() at interrupt+0x198 XentInt() at XentInt+0x28 --- interrupt (from ipl 4) --- cia_bwx_inb() at cia_bwx_inb+0x24 ata_dmastatus() at ata_dmastatus+0x30 ata_pci_intr() at ata_pci_intr+0x3a8 ata_intr() at ata_intr+0x24 isa_handle_intr() at isa_handle_intr+0x2c alpha_dispatch_intr() at alpha_dispatch_intr+0x8c interrupt() at interrupt+0x1d8 XentInt() at XentInt+0x28 --- interrupt (from ipl 0) --- vm_page_zero_idle() at vm_page_zero_idle+0x20 Lpgzero() at Lpgzero+0x8 --- root of call graph --- If I look at what ATA is using for the call to cia_bwx_inb (via bus pio) in gdb, I don't see anything terribly wrong (like an out-of-range value): (kgdb) p *adp->device->channel->r_altio $7 = {r_link = {cqe_next = 0xfffffe0004db0300, cqe_prev = 0xfffffe0004db0380}, r_sharelink = {le_next = 0x0, le_prev = 0x0}, r_sharehead = 0x0, r_start = 1014, r_end = 1014, r_flags = 3, r_virtual = 0x0, r_bustag = 0, r_bushandle = 1014, r_dev = 0xfffffe0004db1100, r_rm = 0xfffffc000064e4b8} 1014 is in the range of IO-ports: atapci0: port 0x1110-0x111f irq 5 at device 11.0 on pci0 I'm starting to think that this might be just a sick motherboard. Does anybody else have any feelings about this? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 16:14:39 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7A637B400 for ; Wed, 17 Jul 2002 16:14:36 -0700 (PDT) Received: from vvl15.fh-konstanz.de (vvl15.fh-konstanz.de [141.37.112.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48FA43E65 for ; Wed, 17 Jul 2002 16:14:35 -0700 (PDT) (envelope-from vahe@fh-konstanz.de) Received: (from nobody@localhost) by vvl15.fh-konstanz.de (8.11.4/8.11.4) id g6HNQRY44467 for freebsd-alpha@FreeBSD.ORG; Thu, 18 Jul 2002 01:26:27 +0200 (MEST) (envelope-from vahe@fh-konstanz.de) X-Authentication-Warning: vvl15.fh-konstanz.de: nobody set sender to vahe@fh-konstanz.de using -f To: freebsd-alpha@FreeBSD.ORG Subject: How did I break CCC? Message-ID: <1026948385.3d35fd2179b20@vvl15.fh-konstanz.de> Date: Thu, 18 Jul 2002 01:26:25 +0200 (MEST) From: Vahe Khachikyan MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.5 X-Originating-IP: 217.235.130.239 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi list, Can please anybody spread a little bit light on how did I managed to brake the ccc ? I do nothing specific about ccc I've just updated the source tree. But it MUST have nothing to do with CCC :-(( Sorry for pasting output here but I have no any idea how i broke the GOT DAMN ccc. ------------------ CONSOLE ---------------------------- alpha# /usr/bin/ccc -E tests.c > out.i cc: Warning: //usr/lib/compaq/ccc-6.4.9.005-1/alpha-freebsd/include/stdio.h, line 23: The redefinition of the macro "__attribute__" conflicts with a current definition because the spelling of one or more parameters is different. The redefinition is now in effect. (macroredef) #define __attribute__(x) ----------------------^ alpha# cat tests.c #include #include alpha# /usr/bin/ccc -E test1.c > out.i alpha# cat test1.c #include #include ---------------------- END OF CONSOLE------------------------------- If I do more than just preprocessing then i get a couple of errors all having the warning above as their root. As you can see where stdio.h is included first ccc gives no warnings at all, however there will be a couple of errors if I'll do compilation instead of preprocessing. It will look then like ----------------CONSOLE------------------------- alpha# /usr/bin/ccc -c test1.c > out.i cc: Error: /usr/include/libio.h, line 363: Ill-formed parameter type list. (parmtyplist) extern int _IO_vfscanf __P ((_IO_FILE * __restrict, const char * __restrict, -----------------------^ ---------------END OF CONSOLE------------------- The outut of ccc -v gives me the following details ----------------CONSOLE------------------------- comp.config contains: | -SysIncDir //usr/lib/compaq/ccc-6.4.9.005-1/alpha-freebsd/include -SysIncDir /usr/local/include -L//usr/lib/compaq/ccc-6.4.9.005-1/alpha-freebsd/lib -L/usr/local/lib ---------------END OF CONSOLE------------------- Any idea is welcome! -- Vahe --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 18:36:14 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBDE37B400 for ; Wed, 17 Jul 2002 18:36:11 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id E061543E31 for ; Wed, 17 Jul 2002 18:36:10 -0700 (PDT) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.3/8.12.3) with ESMTP id g6I1Zs0i090065 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 18 Jul 2002 03:36:03 +0200 (CEST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (localhost [IPv6:::1]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g6I1ZuFJ027992 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 18 Jul 2002 03:35:56 +0200 (CEST)?g (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.12.1/8.12.1/Submit) id g6I1ZtdY027991; Thu, 18 Jul 2002 03:35:55 +0200 (CEST)?g (envelope-from ticso) Date: Thu, 18 Jul 2002 03:35:55 +0200 From: Bernd Walter To: Florin MANAILA Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: bootloader problem ! Message-ID: <20020718013554.GH63545@cicely5.cicely.de> Reply-To: ticso@cicely.de References: <000001c22dc8$30f46f70$44a7e7c1@softnetflax4tc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c22dc8$30f46f70$44a7e7c1@softnetflax4tc> X-Operating-System: FreeBSD cicely5.cicely.de 5.0-CURRENT i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jul 17, 2002 at 07:19:12PM +0300, Florin MANAILA wrote: > Hi all, > > I have this configuration: > > ____________________________________________________________________________ Without a configuration at all I'm surprised that you managed to have your first problem with bootloader and not much earlier. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jul 17 23:43: 4 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E7BE37B400 for ; Wed, 17 Jul 2002 23:43:03 -0700 (PDT) Received: from deepthought.blinkenlights.nl (deepthought.blinkenlights.nl [62.58.162.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id E606C43E42 for ; Wed, 17 Jul 2002 23:43:02 -0700 (PDT) (envelope-from sten@blinkenlights.nl) Received: by deepthought.blinkenlights.nl (Postfix, from userid 500) id 02003C1; Thu, 18 Jul 2002 10:43:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by deepthought.blinkenlights.nl (Postfix) with ESMTP id CE064C123; Thu, 18 Jul 2002 10:43:46 +0200 (CEST) Date: Thu, 18 Jul 2002 10:43:46 +0200 (CEST) From: Sten To: Andrew Gallatin Cc: freebsd-alpha@freebsd.org Subject: Re: machine checks on a AlphaPC 164LX In-Reply-To: <15669.57930.427134.220183@grasshopper.cs.duke.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 17 Jul 2002, Andrew Gallatin wrote: > > I've got a PC164LX which will crash with a machine check under heavy > disk IO to its on-board CMD 646 ATA controller. well the onboard ata is so amazingly slow that I wouldnt recommend using it. The problem however is that promise and other cards arent bootable. You would either have to boot from floppy or use a scsi adaptor to boot. You've updated the srm, and arent running current ? :) -- Sten Spans "What does one do with ones money, when there is no more empty rackspace ?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 5:51:49 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9775D37B400 for ; Thu, 18 Jul 2002 05:51:47 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id B09BC43E67 for ; Thu, 18 Jul 2002 05:51:46 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.29 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Thu, 18 Jul 2002 07:51:45 -0500 Received: by sxsmtp2.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Thu, 18 Jul 2002 07:51:45 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E27D7@waexch1.qgraph.com> From: "Schroeder, Aaron" To: "'freebsd-alpha@freebsd.org'" Subject: BSOD under FreeBSD? Date: Thu, 18 Jul 2002 07:51:44 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Good morning everyone! Has anyone else seen a problem when using a Matrox video card (seemingly any variety) with XFree86-4.2, when the card is plugged into a 64-bit slot, that the machine "blue-screens" and then goes back to the SRM? It does not do a machine check type error, it just reboots, per se. I have set my pci_device_override to -1. That made no difference, the only thing that does work is when I put the video card in a 32-bit slot. But, then the video performance is severely, well, lacking. Anyone have any thoughts/experiences on this? AJ Schroeder To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 6: 8:29 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D515B37B400 for ; Thu, 18 Jul 2002 06:08:26 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195A443E5E for ; Thu, 18 Jul 2002 06:08:26 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA20758; Thu, 18 Jul 2002 09:08:25 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g6ID7tk54927; Thu, 18 Jul 2002 09:07:55 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15670.48555.285297.568536@grasshopper.cs.duke.edu> Date: Thu, 18 Jul 2002 09:07:55 -0400 (EDT) To: Sten Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: machine checks on a AlphaPC 164LX In-Reply-To: References: <15669.57930.427134.220183@grasshopper.cs.duke.edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sten writes: > On Wed, 17 Jul 2002, Andrew Gallatin wrote: > > > > > I've got a PC164LX which will crash with a machine check under heavy > > disk IO to its on-board CMD 646 ATA controller. > > well the onboard ata is so amazingly slow that I wouldnt > recommend using it. The problem however is that promise Actually, an LX's onboard ATA is not that bad (10MB/sec). At least it does DMA. What you really want to stay away from is the SX's (or Miata, or XP1000, or DS20) cypress chip, which only does PIO. > and other cards arent bootable. You would either > have to boot from floppy or use a scsi adaptor to boot. Yeah, I know. > You've updated the srm, and arent running current ? :) Yep. RELENG_4. And the latest SRM as of Jan. I don't think they are updating the SRM much for LXs anymore. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 6:21:32 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB27637B400 for ; Thu, 18 Jul 2002 06:21:29 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AC6543E5E for ; Thu, 18 Jul 2002 06:21:29 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA21725 for ; Thu, 18 Jul 2002 09:21:28 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g6IDKw154941; Thu, 18 Jul 2002 09:20:58 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15670.49338.264301.989244@grasshopper.cs.duke.edu> Date: Thu, 18 Jul 2002 09:20:58 -0400 (EDT) To: freebsd-alpha@FreeBSD.ORG Subject: Re: machine checks on a AlphaPC 164LX In-Reply-To: <15669.57930.427134.220183@grasshopper.cs.duke.edu> References: <15669.57930.427134.220183@grasshopper.cs.duke.edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Andrew Gallatin writes: > > I've got a PC164LX which will crash with a machine check under heavy > disk IO to its on-board CMD 646 ATA controller. <..> > db> tr > Debugger() at Debugger+0x2c > panic() at panic+0x100 > machine_check() at machine_check+0x1f0 > interrupt() at interrupt+0x198 > XentInt() at XentInt+0x28 > --- interrupt (from ipl 4) --- > cia_bwx_inb() at cia_bwx_inb+0x24 > ata_dmastatus() at ata_dmastatus+0x30 <..> > I'm starting to think that this might be just a sick motherboard. Does > anybody else have any feelings about this? > The truely scary thing is that using swiz chipset access, rather the bwx chipset access seems to stablize the machine. I still think I'm going to put it down to a sick motherboard, but I wonder if there's a chance there's something wrong with our CIA bwx code.... Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 8:59:20 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88AD37B47F for ; Thu, 18 Jul 2002 08:59:10 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0618343E6E for ; Thu, 18 Jul 2002 08:59:06 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id LAA26985 for ; Thu, 18 Jul 2002 11:59:05 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g6IFwZW55071; Thu, 18 Jul 2002 11:58:35 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15670.58795.132997.660711@grasshopper.cs.duke.edu> Date: Thu, 18 Jul 2002 11:58:35 -0400 (EDT) To: freebsd-alpha@freebsd.org Subject: OT: Gravity kills XP1000? X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is going to sound bizzare. This morning my XP1000 crashed with a machine check (machine was mostly idle). When I attempted to reboot it (power-cycle), I now see: OpenVMS PALcode V1.88-27, Digital UNIX PALcode V1.83-22 FF.FE.FD.FC.FB.FA.F9.F8.F7.F6.F5.F3.F2.F1.F0. EF.EE.EC.*** unable to assign PCI base address *** bus 0, slot 7, function 0, size c0000000 (sparse) *** unable to assign PCI base address *** bus 0, slot 7, function 0, size c0000000 (sparse) *** unable to assign PCI base address *** bus 0, slot 7, function 0, size c0000000 (sparse) EB.no external handler error detected by Pchip 0 Perror = 0020000003fc0040 target abort EA.E9.F4.ED.no external handler error detected by Pchip 0 Perror = 0020000000700080 PCI read data parity error no external handler <... errors continue forever > Then I flip the machine on its side and woila! The errors stop! *** No keyboard plugged in *** E8.E7. ewa0: link up : Negotiated 100BaseTX: full duplex E6.E5.E4. COMPAQ Professional Workstation XP1000 Console V5.9-1 Dec 14 2000 16:19:05 >>> >>>show dev dka0.0.0.6.1 DKA0 RZ2CD-KS 0306 dka100.1.0.6.1 DKA100 SEAGATE ST39140W 1498 dka200.2.0.6.1 DKA200 RZ2DD-KS 0306 dva0.0.0.0.0 DVA0 ewa0.0.0.3.1 EWA0 00-00-F8-71-AE-00 pka0.7.0.6.1 PKA0 SCSI Bus ID 7 5.57 >>>init OpenVMS PALcode V1.88-27, Digital UNIX PALcode V1.83-22 FF.FE.FD.FC.FB.FA.F9.F8.F7.F6.F5.F3.F2.F1.F0. EF.EE.EC.EB.EA.E9.F4.ED.*** No keyboard plugged in *** E8.E7. ewa0: link up : Negotiated 100BaseTX: full duplex E6.E5.E4. COMPAQ Professional Workstation XP1000 Console V5.9-1 Dec 14 2000 16:19:05 >>>sho dev dka0.0.0.6.1 DKA0 RZ2CD-KS 0306 dka100.1.0.6.1 DKA100 SEAGATE ST39140W 1498 dka200.2.0.6.1 DKA200 RZ2DD-KS 0306 dqa0.0.0.107.0 DQA0 TOSHIBA CD-ROM XM-6302B 1017 dqa1.1.0.107.0 DQA1 QUANTUM FIREBALL CX10.2A A3F.0B00 dva0.0.0.0.0 DVA0 ewa0.0.0.3.1 EWA0 00-00-F8-71-AE-00 pka0.7.0.6.1 PKA0 SCSI Bus ID 7 5.57 Is this bizzare or what? I've tried reseating PCI cards, and reseating the CPU daughterboard. The only thing which seems to matter is if the machine is vertical, or flipped over on its side. (The latter seems to make it work just fine!). Do I need a new motherboard or CPU daughterboard? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 9:38:15 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F195537B400 for ; Thu, 18 Jul 2002 09:38:11 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7445143E64 for ; Thu, 18 Jul 2002 09:38:09 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [217.82.41.211] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17VEI4-000803-00 for freebsd-alpha@freebsd.org; Thu, 18 Jul 2002 18:38:08 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id AD2E32DC for ; Thu, 18 Jul 2002 18:38:06 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id 19BE1209 for ; Thu, 18 Jul 2002 18:38:02 +0200 (CEST) Date: Thu, 18 Jul 2002 18:37:59 +0200 From: Jan Lentfer To: freebsd-alpha@freebsd.org Subject: Fw: Re: misc/40444: graphics/libfpx won't build (on Alpha ??) Message-Id: <20020718183759.42e2cc69.Jan.Lentfer@web.de> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Could someone try and check this out, please? I (and one other person) tried to build it, but it won't compile. I need it coz ImageMagick depends on it. Thanks a lot in advance, Jan Begin forwarded message: Date: Thu, 18 Jul 2002 20:28:57 +0400 From: "Maxim Maximov" To: freebsd-gnats-submit@FreeBSD.org, jan@localhost.homeip.net Subject: Re: misc/40444: graphics/libfpx won't build (on Alpha ??) Yes, this is Alpha problem only. It builds ok on i386. -- Maxim Maximov System Administrator AGAVA Software (http://www.agava.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 9:45:33 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B13837B400 for ; Thu, 18 Jul 2002 09:45:30 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C1343E6D for ; Thu, 18 Jul 2002 09:45:29 -0700 (PDT) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.3/8.12.3) with ESMTP id g6IGjN0i099322 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 18 Jul 2002 18:45:25 +0200 (CEST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (localhost [IPv6:::1]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g6IGjNFJ036209 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 18 Jul 2002 18:45:23 +0200 (CEST)?g (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.12.1/8.12.1/Submit) id g6IGjMEL036204; Thu, 18 Jul 2002 18:45:22 +0200 (CEST)?g (envelope-from ticso) Date: Thu, 18 Jul 2002 18:45:22 +0200 From: Bernd Walter To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: machine checks on a AlphaPC 164LX Message-ID: <20020718164521.GC34977@cicely5.cicely.de> Reply-To: ticso@cicely.de References: <15669.57930.427134.220183@grasshopper.cs.duke.edu> <15670.49338.264301.989244@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15670.49338.264301.989244@grasshopper.cs.duke.edu> X-Operating-System: FreeBSD cicely5.cicely.de 5.0-CURRENT i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 18, 2002 at 09:20:58AM -0400, Andrew Gallatin wrote: > > Andrew Gallatin writes: > > > > I've got a PC164LX which will crash with a machine check under heavy > > disk IO to its on-board CMD 646 ATA controller. > > <..> > > > db> tr > > Debugger() at Debugger+0x2c > > panic() at panic+0x100 > > machine_check() at machine_check+0x1f0 > > interrupt() at interrupt+0x198 > > XentInt() at XentInt+0x28 > > --- interrupt (from ipl 4) --- > > cia_bwx_inb() at cia_bwx_inb+0x24 > > ata_dmastatus() at ata_dmastatus+0x30 > > <..> > > > I'm starting to think that this might be just a sick motherboard. Does > > anybody else have any feelings about this? > > > > The truely scary thing is that using swiz chipset access, rather the > bwx chipset access seems to stablize the machine. > > I still think I'm going to put it down to a sick motherboard, but > I wonder if there's a chance there's something wrong with our CIA bwx > code.... I have an ide drive connected on my PC164: atapci0: port 0x10380-0x1038f irq 5 at device 11.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: interrupting at ISA irq 14 ata1: at 0x170 irq 15 on atapci0 ata1: interrupting at ISA irq 15 ad0: 1219MB [2477/16/63] at ata0-master WDMA2 hw.chipset.type: cia/bwx hw.chipset.bwx: 1 No problems so far with all OS versions I'd ever run. But I'm running -current (9th July) and rarely use the drive. I have no idea how different the PC164 is from the PC164LX beside the memory interface and the higher CPU clockrates. Note that PC164 boards on 4.x are running swiz due to a bug you had fixed for -current. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 9:49:39 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C0B537B400 for ; Thu, 18 Jul 2002 09:49:37 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD03843E65 for ; Thu, 18 Jul 2002 09:49:36 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id MAA28872; Thu, 18 Jul 2002 12:49:36 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g6IGn6X55119; Thu, 18 Jul 2002 12:49:06 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15670.61825.985106.130504@grasshopper.cs.duke.edu> Date: Thu, 18 Jul 2002 12:49:05 -0400 (EDT) To: ticso@cicely.de Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: machine checks on a AlphaPC 164LX In-Reply-To: <20020718164521.GC34977@cicely5.cicely.de> References: <15669.57930.427134.220183@grasshopper.cs.duke.edu> <15670.49338.264301.989244@grasshopper.cs.duke.edu> <20020718164521.GC34977@cicely5.cicely.de> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bernd Walter writes: > On Thu, Jul 18, 2002 at 09:20:58AM -0400, Andrew Gallatin wrote: > > I have an ide drive connected on my PC164: > atapci0: port 0x10380-0x1038f irq 5 at device 11.0 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata0: interrupting at ISA irq 14 > ata1: at 0x170 irq 15 on atapci0 > ata1: interrupting at ISA irq 15 > ad0: 1219MB [2477/16/63] at ata0-master WDMA2 > hw.chipset.type: cia/bwx > hw.chipset.bwx: 1 If it is a machine you can afford to crash, can you try doing 'dd if=/dev/rad0 of=/dev/null bs=64k' a few times? With this machine, one pass is enough to kill it if its in bwx mode.. Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 9:50:56 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCDF37B400 for ; Thu, 18 Jul 2002 09:50:55 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7784C43E4A for ; Thu, 18 Jul 2002 09:50:54 -0700 (PDT) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.3/8.12.3) with ESMTP id g6IGoo0i099390 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 18 Jul 2002 18:50:52 +0200 (CEST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (localhost [IPv6:::1]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g6IGopFJ036262 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 18 Jul 2002 18:50:51 +0200 (CEST)?g (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.12.1/8.12.1/Submit) id g6IGooDN036261; Thu, 18 Jul 2002 18:50:50 +0200 (CEST)?g (envelope-from ticso) Date: Thu, 18 Jul 2002 18:50:50 +0200 From: Bernd Walter To: Jan Lentfer Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Fw: Re: misc/40444: graphics/libfpx won't build (on Alpha ??) Message-ID: <20020718165050.GD34977@cicely5.cicely.de> Reply-To: ticso@cicely.de References: <20020718183759.42e2cc69.Jan.Lentfer@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020718183759.42e2cc69.Jan.Lentfer@web.de> X-Operating-System: FreeBSD cicely5.cicely.de 5.0-CURRENT i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 18, 2002 at 06:37:59PM +0200, Jan Lentfer wrote: > Could someone try and check this out, please? I (and one other person) tried to build it, but it won't compile. I need it coz ImageMagick depends on it. I can remember it as a dependency for mplayer. IIRC it had i386 assembly only parts in it. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 10: 2:26 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F62037B401 for ; Thu, 18 Jul 2002 10:02:24 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E26A43E4A for ; Thu, 18 Jul 2002 10:02:23 -0700 (PDT) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.3/8.12.3) with ESMTP id g6IH2H0i099528 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 18 Jul 2002 19:02:20 +0200 (CEST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (localhost [IPv6:::1]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g6IH2HFJ036385 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 18 Jul 2002 19:02:18 +0200 (CEST)?g (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.12.1/8.12.1/Submit) id g6IH2H7S036384; Thu, 18 Jul 2002 19:02:17 +0200 (CEST)?g (envelope-from ticso) Date: Thu, 18 Jul 2002 19:02:17 +0200 From: Bernd Walter To: Andrew Gallatin Cc: ticso@cicely.de, freebsd-alpha@FreeBSD.ORG Subject: Re: machine checks on a AlphaPC 164LX Message-ID: <20020718170217.GE34977@cicely5.cicely.de> Reply-To: ticso@cicely.de References: <15669.57930.427134.220183@grasshopper.cs.duke.edu> <15670.49338.264301.989244@grasshopper.cs.duke.edu> <20020718164521.GC34977@cicely5.cicely.de> <15670.61825.985106.130504@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15670.61825.985106.130504@grasshopper.cs.duke.edu> X-Operating-System: FreeBSD cicely5.cicely.de 5.0-CURRENT i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 18, 2002 at 12:49:05PM -0400, Andrew Gallatin wrote: > > Bernd Walter writes: > > On Thu, Jul 18, 2002 at 09:20:58AM -0400, Andrew Gallatin wrote: > > > > I have an ide drive connected on my PC164: > > atapci0: port 0x10380-0x1038f irq 5 at device 11.0 on pci0 > > ata0: at 0x1f0 irq 14 on atapci0 > > ata0: interrupting at ISA irq 14 > > ata1: at 0x170 irq 15 on atapci0 > > ata1: interrupting at ISA irq 15 > > ad0: 1219MB [2477/16/63] at ata0-master WDMA2 > > hw.chipset.type: cia/bwx > > hw.chipset.bwx: 1 > > If it is a machine you can afford to crash, can you try doing > 'dd if=/dev/rad0 of=/dev/null bs=64k' a few times? With this > machine, one pass is enough to kill it if its in bwx mode.. It survived the first run: [173]cicely9# dd if=/dev/ad0 of=/dev/null bs=64k 19506+1 records in 19506+1 records out 1278369792 bytes transferred in 528.830420 secs (2417353 bytes/sec) 0.165u 1.922s 8:48.84 0.3% 122+387k 0+0io 0pf+0w I'm doing some more. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 10: 9:46 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD5A37B400 for ; Thu, 18 Jul 2002 10:09:43 -0700 (PDT) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id E850843E4A for ; Thu, 18 Jul 2002 10:09:42 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [217.82.41.211] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17VEma-0001Vp-00; Thu, 18 Jul 2002 19:09:40 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id AB3292E1; Thu, 18 Jul 2002 19:09:38 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id DF1316D; Thu, 18 Jul 2002 19:09:34 +0200 (CEST) Date: Thu, 18 Jul 2002 19:09:32 +0200 From: Jan Lentfer To: ticso@cicely.de Cc: ticso@cicely5.cicely.de, jan@localhost.homeip.net, freebsd-alpha@FreeBSD.ORG Subject: Re: Fw: Re: misc/40444: graphics/libfpx won't build (on Alpha ??) Message-Id: <20020718190932.239bd5b6.Jan.Lentfer@web.de> In-Reply-To: <20020718165050.GD34977@cicely5.cicely.de> References: <20020718183759.42e2cc69.Jan.Lentfer@web.de> <20020718165050.GD34977@cicely5.cicely.de> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 18 Jul 2002 18:50:50 +0200 "Bernd Walter" wrote: > On Thu, Jul 18, 2002 at 06:37:59PM +0200, Jan Lentfer wrote: > > Could someone try and check this out, please? I (and one other person) tried to build it, but it won't compile. I need it coz ImageMagick depends on it. > > I can remember it as a dependency for mplayer. > IIRC it had i386 assembly only parts in it. It fails with this: c++ -fpic -DPIC -O -pipe -mcpu=ev56 -fno-rtti -fno-exceptions -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/jpeg -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ri_image -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx -I/usr/local/include -D_UNIX -c /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp -o b_string.So /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp: In method `void Chaine::PlaceParametre(const Chaine &, short int = 0)': /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp:347: invalid operands `const char *' and `int8 *' to binary `operator -' /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp:352: passing `int8 *' as argument 2 of `strcat(char *, const char *)' changes signedness *** Error code 1 *** Error code 1 2 errors *** Error code 2 Stop in /usr/ports/graphics/libfpx. su-2.05a# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 10:30:55 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1175237B400 for ; Thu, 18 Jul 2002 10:30:53 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A27B43E5E for ; Thu, 18 Jul 2002 10:30:52 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17VF74-0004NX-01; Thu, 18 Jul 2002 19:30:50 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6IGpeIq010185 for ; Thu, 18 Jul 2002 18:51:40 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6IGpeKK010184 for freebsd-alpha@freebsd.org; Thu, 18 Jul 2002 18:51:40 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: -CURRENT kernel unstable Date: Thu, 18 Jul 2002 16:51:38 +0000 (UTC) Message-ID: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org My new -CURRENT (about a day old) has crashed twice within a couple of hours so far. Unfortunately, I've been running with a graphics console and under X11, so I don't have any details. Disk load was fairly high both times. I switched to a serial console now, we'll see... -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 14:18:16 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D59C937B400 for ; Thu, 18 Jul 2002 14:18:11 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA7D43E3B for ; Thu, 18 Jul 2002 14:18:10 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g6ILI4KL001000; Thu, 18 Jul 2002 23:18:05 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g6ILI4kc000999; Thu, 18 Jul 2002 23:18:04 +0200 (CEST) Date: Thu, 18 Jul 2002 23:18:04 +0200 From: Wilko Bulte To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: OT: Gravity kills XP1000? Message-ID: <20020718231804.A973@freebie.xs4all.nl> References: <15670.58795.132997.660711@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15670.58795.132997.660711@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Thu, Jul 18, 2002 at 11:58:35AM -0400 X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 18, 2002 at 11:58:35AM -0400, Andrew Gallatin wrote: Wild guess: maybe one of the chips using ballgrid connections to the PCBs has come slightly loose? > This is going to sound bizzare. This morning my XP1000 crashed with a > machine check (machine was mostly idle). When I attempted to reboot > it (power-cycle), I now see: > > OpenVMS PALcode V1.88-27, Digital UNIX PALcode V1.83-22 > > FF.FE.FD.FC.FB.FA.F9.F8.F7.F6.F5.F3.F2.F1.F0. > EF.EE.EC.*** unable to assign PCI base address > *** bus 0, slot 7, function 0, size c0000000 (sparse) > *** unable to assign PCI base address > *** bus 0, slot 7, function 0, size c0000000 (sparse) > *** unable to assign PCI base address > *** bus 0, slot 7, function 0, size c0000000 (sparse) > > controller, etc> > > EB.no external handler > > error detected by Pchip 0 > Perror = 0020000003fc0040 > target abort > EA.E9.F4.ED.no external handler > > error detected by Pchip 0 > Perror = 0020000000700080 > PCI read data parity error > no external handler > <... errors continue forever > > > Then I flip the machine on its side and woila! The errors stop! > > *** No keyboard plugged in *** > E8.E7. > ewa0: link up : Negotiated 100BaseTX: full duplex > E6.E5.E4. > > > COMPAQ Professional Workstation XP1000 > Console V5.9-1 Dec 14 2000 16:19:05 > >>> > >>>show dev > dka0.0.0.6.1 DKA0 RZ2CD-KS 0306 > dka100.1.0.6.1 DKA100 SEAGATE ST39140W 1498 > dka200.2.0.6.1 DKA200 RZ2DD-KS 0306 > dva0.0.0.0.0 DVA0 > ewa0.0.0.3.1 EWA0 00-00-F8-71-AE-00 > pka0.7.0.6.1 PKA0 SCSI Bus ID 7 5.57 > > find a clock and panic> > > >>>init > > OpenVMS PALcode V1.88-27, Digital UNIX PALcode V1.83-22 > > FF.FE.FD.FC.FB.FA.F9.F8.F7.F6.F5.F3.F2.F1.F0. > EF.EE.EC.EB.EA.E9.F4.ED.*** No keyboard plugged in *** > E8.E7. > ewa0: link up : Negotiated 100BaseTX: full duplex > E6.E5.E4. > > COMPAQ Professional Workstation XP1000 > Console V5.9-1 Dec 14 2000 16:19:05 > >>>sho dev > dka0.0.0.6.1 DKA0 RZ2CD-KS 0306 > dka100.1.0.6.1 DKA100 SEAGATE ST39140W 1498 > dka200.2.0.6.1 DKA200 RZ2DD-KS 0306 > dqa0.0.0.107.0 DQA0 TOSHIBA CD-ROM XM-6302B 1017 > > dqa1.1.0.107.0 DQA1 QUANTUM FIREBALL CX10.2A A3F.0B00 > dva0.0.0.0.0 DVA0 > ewa0.0.0.3.1 EWA0 00-00-F8-71-AE-00 > pka0.7.0.6.1 PKA0 SCSI Bus ID 7 5.57 > > > Is this bizzare or what? I've tried reseating PCI cards, and > reseating the CPU daughterboard. The only thing which seems to matter > is if the machine is vertical, or flipped over on its side. (The > latter seems to make it work just fine!). > > Do I need a new motherboard or CPU daughterboard? > > Thanks, > > Drew > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message ---end of quoted text--- -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 14:23:24 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AE6837B400 for ; Thu, 18 Jul 2002 14:23:23 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D9943E4A for ; Thu, 18 Jul 2002 14:23:22 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA08462; Thu, 18 Jul 2002 17:23:21 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g6ILMp755420; Thu, 18 Jul 2002 17:22:51 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15671.12715.424729.100343@grasshopper.cs.duke.edu> Date: Thu, 18 Jul 2002 17:22:51 -0400 (EDT) To: Wilko Bulte Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: OT: Gravity kills XP1000? In-Reply-To: <20020718231804.A973@freebie.xs4all.nl> References: <15670.58795.132997.660711@grasshopper.cs.duke.edu> <20020718231804.A973@freebie.xs4all.nl> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Wilko Bulte writes: > On Thu, Jul 18, 2002 at 11:58:35AM -0400, Andrew Gallatin wrote: > > Wild guess: maybe one of the chips using ballgrid connections to the > PCBs has come slightly loose? Makes sense. Is there anything that can be done about it, or is this motherboard ready for recycling? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 14:28:58 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5737E37B400 for ; Thu, 18 Jul 2002 14:28:57 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F63D43E77 for ; Thu, 18 Jul 2002 14:28:56 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g6ILSpKL001142; Thu, 18 Jul 2002 23:28:52 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g6ILSpTg001141; Thu, 18 Jul 2002 23:28:51 +0200 (CEST) Date: Thu, 18 Jul 2002 23:28:51 +0200 From: Wilko Bulte To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: OT: Gravity kills XP1000? Message-ID: <20020718232851.A1123@freebie.xs4all.nl> References: <15670.58795.132997.660711@grasshopper.cs.duke.edu> <20020718231804.A973@freebie.xs4all.nl> <15671.12715.424729.100343@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15671.12715.424729.100343@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Thu, Jul 18, 2002 at 05:22:51PM -0400 X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 18, 2002 at 05:22:51PM -0400, Andrew Gallatin wrote: > > Wilko Bulte writes: > > On Thu, Jul 18, 2002 at 11:58:35AM -0400, Andrew Gallatin wrote: > > > > Wild guess: maybe one of the chips using ballgrid connections to the > > PCBs has come slightly loose? > > Makes sense. Is there anything that can be done about it, or is this > motherboard ready for recycling? Well, ballgrid chips can be replaced but it needs specialised tooling. Would be hard to find I'm afraid. We (at work) used to be able to do this but the repair facility was mode to another country :-( -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jul 18 21:26: 0 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4EB237B400 for ; Thu, 18 Jul 2002 21:25:56 -0700 (PDT) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C2E43E31 for ; Thu, 18 Jul 2002 21:25:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 13140 invoked from network); 19 Jul 2002 04:24:59 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Jul 2002 04:24:59 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g6J4Ow064059; Fri, 19 Jul 2002 00:24:58 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 19 Jul 2002 00:25:08 -0400 (EDT) From: John Baldwin To: alpha@FreeBSD.org, re-alpha@FreeBSD.org Subject: 4.6.1-RC1 ISO Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey all, There is an ISO image of disc 1 for 4.6.1-RC1 available via ftp now. It doesn't have any docs or packages on it, but if people could download and test it that would be great. The MD5 checksum of the image is: MD5 (4.6.1-RC1-disc1.iso) = 757ed995436fbd153732016f1df1c99e The file is available from ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/ISO-IMAGES/4.6.1-RC1-disc1.iso 4.6.1-RC2 is currently building and should hopefully be done sometime later today. It will include docs but still no packages. I will include both an ISO for disc1 and a FTP subdirectory for FTP installs. Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jul 20 0:54:26 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FFA337B401 for ; Sat, 20 Jul 2002 00:54:26 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D6743E3B for ; Sat, 20 Jul 2002 00:54:25 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.126.98] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17Vp4J-0002T6-00 for freebsd-alpha@freebsd.org; Sat, 20 Jul 2002 09:54:24 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 72F6F209 for ; Sat, 20 Jul 2002 09:54:20 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id 675C36D for ; Sat, 20 Jul 2002 09:54:15 +0200 (CEST) Date: Sat, 20 Jul 2002 09:54:12 +0200 From: Jan Lentfer To: freebsd-alpha@freebsd.org Subject: PWS 500a Health Monitor Message-Id: <20020720095412.2439cdaf.Jan.Lentfer@web.de> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, does a PWS 500a have a health monitor chip (like LM78)? If so are there any programs in the ports tree that read out this chip? Thanks, Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jul 20 1: 6:55 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA38D37B400 for ; Sat, 20 Jul 2002 01:06:53 -0700 (PDT) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5433C43E31 for ; Sat, 20 Jul 2002 01:06:53 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.126.98] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17Vp0F-0008Nv-00 for freebsd-alpha@freebsd.org; Sat, 20 Jul 2002 09:50:11 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id F1B6E300 for ; Sat, 20 Jul 2002 09:50:09 +0200 (CEST) Received: from jan-alpha.lan (jan-alpha.lan [192.168.0.29]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with SMTP id B4CFC6D for ; Sat, 20 Jul 2002 09:49:59 +0200 (CEST) Date: Sat, 20 Jul 2002 09:49:56 +0200 From: Jan Lentfer To: freebsd-alpha@freebsd.org Subject: HD stress testing Message-Id: <20020720094956.59837025.Jan.Lentfer@web.de> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; alpha-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I just bought myself a new SCSI HD for my PWS on ebay. I did some performance testing with bonnie and it seems ok so far. Is there a tool to check the HD for errors, something like the surface scan in MS scandisk? Thanks in advance, Jan Lentfer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jul 20 5:30:29 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD30C37B400 for ; Sat, 20 Jul 2002 05:30:28 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB9D43E3B for ; Sat, 20 Jul 2002 05:30:27 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17VtNR-0007qA-00; Sat, 20 Jul 2002 14:30:25 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6KBhuIq032486 for ; Sat, 20 Jul 2002 13:43:56 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6KBhuD0032475 for freebsd-alpha@freebsd.org; Sat, 20 Jul 2002 13:43:56 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: -CURRENT kernel unstable Date: Sat, 20 Jul 2002 11:43:54 +0000 (UTC) Message-ID: References: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Christian Weisgerber wrote: > I switched to a serial console now, we'll see... And of course no more crashes since then. *sigh* -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message