From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 30 19:10:20 2005 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA1C016A420 for ; Sun, 30 Oct 2005 19:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642D943D48 for ; Sun, 30 Oct 2005 19:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9UJAJ5M073175 for ; Sun, 30 Oct 2005 19:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9UJAJn2073174; Sun, 30 Oct 2005 19:10:19 GMT (envelope-from gnats) Resent-Date: Sun, 30 Oct 2005 19:10:19 GMT Resent-Message-Id: <200510301910.j9UJAJn2073174@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Arno J. Klaassen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 430F416A41F for ; Sun, 30 Oct 2005 19:02:11 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E799A43D5E for ; Sun, 30 Oct 2005 19:02:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9UJ2ATd075067 for ; Sun, 30 Oct 2005 19:02:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9UJ2Apr075066; Sun, 30 Oct 2005 19:02:10 GMT (envelope-from nobody) Message-Id: <200510301902.j9UJ2Apr075066@www.freebsd.org> Date: Sun, 30 Oct 2005 19:02:10 GMT From: "Arno J. Klaassen" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: amd64/88249: getdents syscall fails for devfs on amd64 linuxalator X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 19:10:20 -0000 >Number: 88249 >Category: amd64 >Synopsis: getdents syscall fails for devfs on amd64 linuxalator >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 30 19:10:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Arno J. Klaassen >Release: RELENG_6 >Organization: INSERM U472 >Environment: FreeBSD demo 6.0-RC1 FreeBSD 6.0-RC1 #1: Sat Oct 29 17:04:50 CEST 2005 toor@demo:/files/amd64/obj/files/bsd/src6/sys/D470K amd64 >Description: Calling getdents() on /dev from within linux emulation panics with 'kmem_malloc: entry not found or misaligned' : #0 doadump () at /files/bsd/src6/sys/kern/kern_shutdown.c:234 #1 0xffffffff8030c10b in boot (howto=260) at /files/bsd/src6/sys/kern/kern_shutdown.c:399 #2 0xffffffff8030c5de in panic ( fmt=0xffffffff805cdea8 "kmem_malloc: entry not found or misaligned") at /files/bsd/src6/sys/kern/kern_shutdown.c:555 #3 0xffffffff804ed2cf in kmem_malloc (map=0xffffff003e0b0160, size=0, flags=258) at /files/bsd/src6/sys/vm/vm_kern.c:382 #4 0xffffffff804e00a2 in page_alloc (zone=0x0, bytes=0, pflag=0xffffffffa7aa15e7 "\002\200eë?", wait=258) at /files/bsd/src6/sys/vm/uma_core.c:957 #5 0xffffffff804e3bbb in uma_large_malloc (size=0, wait=258) at /files/bsd/src6/sys/vm/uma_core.c:2711 #6 0xffffffff802fc503 in malloc (size=0, mtp=0xffffffff80706880, flags=258) at /files/bsd/src6/sys/kern/kern_malloc.c:327 #7 0xffffffff802fc6fe in realloc (addr=0x0, size=18446744073709549576, mtp=0xffffffff80706880, flags=258) at /files/bsd/src6/sys/kern/kern_malloc.c:416 #8 0xffffffff80398412 in vfs_read_dirent (ap=0xffffffffa7aa1790, dp=0xffffff003d44f898, off=0) at /files/bsd/src6/sys/kern/vfs_subr.c:3877 #9 0xffffffff80290f56 in devfs_readdir (ap=0xffffffffa7aa1790) at /files/bsd/src6/sys/fs/devfs/devfs_vnops.c:828 #10 0xffffffff805815ec in VOP_READDIR_APV (vop=0xffffffff806fc480, a=0xffffffffa7aa1790) at vnode_if.c:1427 #11 0xffffffff8056f559 in VOP_READDIR (vp=0xffffff0002a2d000, uio=0xffffffffa7aa1ab0, cred=0xffffff0034ea7300, eofflag=0xffffffffa7aa1854, ncookies=0xffffffffa7aa1834, cookies=0xffffffffa7aa1840) at vnode_if.h:747 #12 0xffffffff8056efe6 in getdents_common (td=0xffffff0030440000, args=0xffffffffa7aa1b90, is64bit=1) at /files/bsd/src6/sys/compat/linux/linux_file.c:328 #13 0xffffffff8056f612 in linux_getdents64 (td=0xffffff0030440000, args=0xffffffffa7aa1b90) at /files/bsd/src6/sys/compat/linux/linux_file.c:476 #14 0xffffffff80564f54 in ia32_syscall (frame= {tf_rdi = 3, tf_rsi = 0, tf_rdx = 4096, tf_rcx = 134533232, tf_r8 = 0, tf_r9 = 0, tf_rax = 220, tf_rbx = 3, tf_rbp = 4294957720, tf_r10 = 0, tf_r11 = 0, tf_r12 = 0, tf_r13 = 0, tf_r14 = 0, tf_r15 = 0, tf_trapno = 12, tf_addr = 134537332, tf_flags = 0, tf_err = 2, tf_rip = 672148537, tf_cs = 27, tf_rflags = 582, tf_rsp = 4294957644, tf_ss = 35}) at /files/bsd/src6/sys/amd64/ia32/ia32_syscall.c:186 #15 0xffffffff8050c1ad in Xint0x80_syscall () at ia32_exception.S:64 >How-To-Repeat: open a shell '/compat/linux/bin/bash' and try 'tty' or 'ls /dev/' >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 30 20:02:35 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C85AA16A41F for ; Sun, 30 Oct 2005 20:02:35 +0000 (GMT) (envelope-from webmaster@machowto.com) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA57743D68 for ; Sun, 30 Oct 2005 20:02:32 +0000 (GMT) (envelope-from webmaster@machowto.com) Received: from [192.168.0.4] (c-67-177-44-144.hsd1.ut.comcast.net[67.177.44.144]) by comcast.net (sccrmhc12) with SMTP id <2005103020021101200dns98e>; Sun, 30 Oct 2005 20:02:21 +0000 User-Agent: Microsoft-Entourage/11.2.1.051004 Date: Sun, 30 Oct 2005 13:01:50 -0600 From: "David S. Besade" To: Message-ID: Thread-Topic: Truss & finding a working tracer Thread-Index: AcXdjMPLAhprcEmAEdqadAADk1TWeA== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Truss & finding a working tracer X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 20:02:35 -0000 Hey guys I am trying to trace an application for another list to get it working but I am running into the following issues: tried to build ltrace but found out its only for i386 machines, mine is AMD64 Based (Nocona Cored Xeons) so it would build. I found out the same with strace. Now I have truss but alas its not working properly yet I keep getting errors like this: s3# truss /bin/echo hello truss: cannot open /proc/39477/mem: No such file or directory truss: cannot open /proc/curproc/mem: No such file or directory s3# No matter what I do it gives the same 2 errors, well the 39477 changes but everything else is the same. Any Suggestions? -Dave From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 30 21:05:47 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90EF716A41F for ; Sun, 30 Oct 2005 21:05:47 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C6143D48 for ; Sun, 30 Oct 2005 21:05:46 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr14.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9UL5hsq030631; Sun, 30 Oct 2005 22:05:44 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id E9092B84E; Sun, 30 Oct 2005 22:05:42 +0100 (CET) Date: Sun, 30 Oct 2005 22:05:42 +0100 From: Roland Smith To: "David S. Besade" Message-ID: <20051030210542.GB25121@slackbox.xs4all.nl> Mail-Followup-To: "David S. Besade" , freebsd-amd64@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KFztAG8eRSV9hGtP" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-amd64@freebsd.org Subject: Re: Truss & finding a working tracer X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 21:05:47 -0000 --KFztAG8eRSV9hGtP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 30, 2005 at 01:01:50PM -0600, David S. Besade wrote: > Hey guys >=20 > I am trying to trace an application for another list to get it working bu= t I > am running into the following issues: >=20 > tried to build ltrace but found out its only for i386 machines, mine is > AMD64 Based (Nocona Cored Xeons) so it would build. I found out the same > with strace. Have you tried ktrace? It's part of the base system. I've found it very usefull. > Now I have truss but alas its not working properly yet I keep getting err= ors > like this: >=20 > s3# truss /bin/echo hello > truss: cannot open /proc/39477/mem: No such file or directory > truss: cannot open /proc/curproc/mem: No such file or directory > s3#=20 Is the /proc filesystem mounted? Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --KFztAG8eRSV9hGtP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDZTWmEnfvsMMhpyURAhKpAJ9vx0emJ188OftLgmY9wexiW+V3WQCgmhEt CzWmzSjm4ZR8yphOFFcyYI4= =WBgX -----END PGP SIGNATURE----- --KFztAG8eRSV9hGtP-- From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 30 21:11:10 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A5D916A41F for ; Sun, 30 Oct 2005 21:11:10 +0000 (GMT) (envelope-from webmaster@machowto.com) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9973643D49 for ; Sun, 30 Oct 2005 21:11:09 +0000 (GMT) (envelope-from webmaster@machowto.com) Received: from [192.168.0.4] (c-67-177-44-144.hsd1.ut.comcast.net[67.177.44.144]) by comcast.net (sccrmhc14) with SMTP id <2005103021110201400234v3e>; Sun, 30 Oct 2005 21:11:07 +0000 User-Agent: Microsoft-Entourage/11.2.1.051004 Date: Sun, 30 Oct 2005 14:11:01 -0600 From: "David S. Besade" To: Roland Smith Message-ID: Thread-Topic: Truss & finding a working tracer Thread-Index: AcXdlm38rF82qkmJEdqadAADk1TWeA== In-Reply-To: <20051030210542.GB25121@slackbox.xs4all.nl> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: freebsd-amd64@freebsd.org Subject: Re: Truss & finding a working tracer X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 21:11:10 -0000 I had some help in getting truss to work. Thanks for all the help guys. -Dave > From: Roland Smith > Date: Sun, 30 Oct 2005 22:05:42 +0100 > To: "David S. Besade" > Cc: > Subject: Re: Truss & finding a working tracer > > On Sun, Oct 30, 2005 at 01:01:50PM -0600, David S. Besade wrote: >> Hey guys >> >> I am trying to trace an application for another list to get it working but I >> am running into the following issues: >> >> tried to build ltrace but found out its only for i386 machines, mine is >> AMD64 Based (Nocona Cored Xeons) so it would build. I found out the same >> with strace. > > Have you tried ktrace? It's part of the base system. I've found it very > usefull. > >> Now I have truss but alas its not working properly yet I keep getting errors >> like this: >> >> s3# truss /bin/echo hello >> truss: cannot open /proc/39477/mem: No such file or directory >> truss: cannot open /proc/curproc/mem: No such file or directory >> s3# > > Is the /proc filesystem mounted? > > Roland > -- > R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. > public key: http://www.xs4all.nl/~rsmith/pubkey.txt From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 31 00:11:15 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56BC16A41F; Mon, 31 Oct 2005 00:11:15 +0000 (GMT) (envelope-from conrads@cox.net) Received: from eastrmmtao03.cox.net (eastrmmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3717F43D48; Mon, 31 Oct 2005 00:11:15 +0000 (GMT) (envelope-from conrads@cox.net) Received: from serene.no-ip.org ([68.11.27.96]) by eastrmmtao03.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051031001031.GTMY2767.eastrmmtao03.cox.net@serene.no-ip.org>; Sun, 30 Oct 2005 19:10:31 -0500 Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.13.4/8.13.4) with ESMTP id j9V0BCZo012409; Sun, 30 Oct 2005 18:11:12 -0600 (CST) (envelope-from conrads@serene.no-ip.org) Received: (from conrads@localhost) by serene.no-ip.org (8.13.4/8.13.4/Submit) id j9V0B7xH012408; Sun, 30 Oct 2005 18:11:07 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5-DEVEL on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Date: Sun, 30 Oct 2005 18:11:06 -0600 (CST) Organization: A Rag-Tag Band of Drug-Crazed Hippies From: "Conrad J. Sabatier" To: freebsd-amd64@freebsd.org Cc: thompsa@freebsd.org Subject: (RELENG_6) Bogus typedef in src/sys/amd64/include/_types.h X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: conrads@cox.net List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 00:11:16 -0000 * $FreeBSD: src/sys/amd64/include/_types.h,v 1.9 2005/07/02 23:13:30 thompsa Exp $ */ #ifndef _MACHINE__TYPES_H_ #define _MACHINE__TYPES_H_ #ifndef _SYS_CDEFS_H_ #error this file needs sys/cdefs.h as a prerequisite #endif #define __NO_STRICT_ALIGNMENT /* * Basic types upon which most other types are built. */ typedef __signed char __int8_t; ^^ || Surely this is a typo, right? typedef unsigned char __uint8_t; typedef short __int16_t; typedef unsigned short __uint16_t; typedef int __int32_t; typedef unsigned int __uint32_t; typedef long __int64_t; typedef unsigned long __uint64_t; I just ran into this while rebuilding ports/sysutils/barry. --=20 Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 31 00:17:26 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 230A216A41F for ; Mon, 31 Oct 2005 00:17:26 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C9643D45 for ; Mon, 31 Oct 2005 00:17:25 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id D49ED1CCDD; Mon, 31 Oct 2005 13:17:23 +1300 (NZDT) Date: Mon, 31 Oct 2005 13:17:23 +1300 From: Andrew Thompson To: "Conrad J. Sabatier" Message-ID: <20051031001723.GA3558@heff.fud.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-amd64@freebsd.org Subject: Re: (RELENG_6) Bogus typedef in src/sys/amd64/include/_types.h X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 00:17:26 -0000 On Sun, Oct 30, 2005 at 06:11:06PM -0600, Conrad J. Sabatier wrote: > * $FreeBSD: src/sys/amd64/include/_types.h,v 1.9 2005/07/02 23:13:30 > thompsa Exp $ > */ > > #ifndef _MACHINE__TYPES_H_ > #define _MACHINE__TYPES_H_ > > #ifndef _SYS_CDEFS_H_ > #error this file needs sys/cdefs.h as a prerequisite > #endif > > #define __NO_STRICT_ALIGNMENT > > /* > * Basic types upon which most other types are built. > */ > typedef __signed char __int8_t; > ^^ > || > Surely this is a typo, right? Its been like that since the initial revision. Andrew From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 31 04:51:38 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAEA16A41F for ; Mon, 31 Oct 2005 04:51:38 +0000 (GMT) (envelope-from freebsd-amd64@molecon.ru) Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F7C43D48 for ; Mon, 31 Oct 2005 04:51:35 +0000 (GMT) (envelope-from freebsd-amd64@molecon.ru) Received: from LAVANDAS (h186.12.comintern.ru [213.148.12.186]) by darkone.comintern.net (8.12.11/8.12.11) with ESMTP id j9V4pDAq098261 for ; Mon, 31 Oct 2005 07:51:14 +0300 (MSK) Date: Mon, 31 Oct 2005 07:50:35 +0300 From: Oleg Rusanov X-Mailer: The Bat! (v3.0) Professional Organization: Molecon X-Priority: 3 (Normal) Message-ID: <326714492.20051031075035@molecon.ru> To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Ioncube loader or ZendOptimizer for FreeBSD 5.4 / AMD64 - HOW? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oleg Rusanov List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 04:51:38 -0000 Ioncube loader or ZendOptimizer for FreeBSD 5.4 / AMD64 I am trying to run Ioncube loader and ZendOptimize in 32 bit mode and also in linux mode. Following options enabled: options COMPAT_IA32 # Compatible with i386 binaries options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_LINUX32 # Compatible with i386 linux binaries # /usr/src/tools/lib32 -> /usr/src/ # make build32 |make install32 # sysctl kern.elf32 kern.elf32.fallback_brand: 3 (also tryed with -1) and i got the following error: amd64# php -v Failed loading /usr/local/lib/php/20020429/ZendExtensionManager.so: /usr/local/lib/php/20020429/ZendExtensionManager.so: unsupported file layout PHP 4.3.11 (cgi) (built: Oct 28 2005 19:36:18) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies amd64# # php -v Failed loading /usr/local/ioncube/ioncube_loader_fre_4.3.so: /usr/local/ioncube/ioncube_loader_fre_4.3.so: unsupported file layout PHP 4.3.11 (cgi) (built: Oct 28 2005 19:36:18) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies amd64# unsupported file layout? -- Regards, Oleg mailto:freebsd-amd64@molecon.ru From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 31 11:02:30 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BDD116A41F for ; Mon, 31 Oct 2005 11:02:30 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA8643D83 for ; Mon, 31 Oct 2005 11:02:13 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9VB2DW2008830 for ; Mon, 31 Oct 2005 11:02:13 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9VB2BGl008759 for freebsd-amd64@freebsd.org; Mon, 31 Oct 2005 11:02:11 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 31 Oct 2005 11:02:11 GMT Message-Id: <200510311102.j9VB2BGl008759@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 11:02:30 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/10/27] amd64/73211 amd64 FAST_IPSEC broken on amd64 o [2005/08/09] amd64/84693 amd64 Keyboard not recognized during first step o [2005/10/25] amd64/87977 amd64 amd64 busdma dflt_lock called (by ata) if 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/11/26] amd64/59714 amd64 device timeout and ad0: WARNING - WRITE_D o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/09/07] amd64/71471 amd64 Can not install 5.3beta3/amd64 on IBM eSe o [2004/09/12] amd64/71644 amd64 [panic] amd64 5.3-BETA4 crash when heavy o [2004/10/28] amd64/73252 amd64 ad6: WARNING - READ_DMA interrupt was see o [2004/10/30] amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdo o [2004/11/01] amd64/73369 amd64 on-board firewire unreliable with Asus K8 o [2004/11/07] amd64/73650 amd64 5.3-release panics on boot o [2004/11/10] amd64/73775 amd64 Kernel panic (trap 12) when booting with o [2004/11/16] amd64/74014 amd64 5.3-RELEASE-AMD64 freezes on boot during o [2004/12/05] amd64/74747 amd64 System panic on shutdown when process wil o [2004/12/18] amd64/75209 amd64 5.3-Release panics on attempted boot from o [2004/12/23] amd64/75417 amd64 ACPI: SATA Hard-disk o [2005/01/12] amd64/76136 amd64 system halts before reboot o [2005/01/17] amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Tra o [2005/02/02] amd64/77011 amd64 consisten 5.3-p5 make crash on installwor o [2005/02/17] amd64/77629 amd64 aMule hardlocks AMD64 system o [2005/02/23] amd64/77949 amd64 Pb boot FreeBSD 64 o [2005/03/04] amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/p o [2005/03/07] amd64/78558 amd64 installation o [2005/03/14] amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not o [2005/04/12] amd64/79813 amd64 Will not install/run on amd64 nForce 4 pl o [2005/04/19] amd64/80114 amd64 kldload snd_ich causes interrupt storm wh o [2005/05/06] amd64/80691 amd64 amd64 kernel hangs on load o [2005/05/14] amd64/81037 amd64 SATA problem o [2005/05/19] amd64/81272 amd64 JDK 1.5 port doesn't build. o [2005/05/20] amd64/81325 amd64 KLD if_ath.ko: depends on ath_hal - not a o [2005/05/28] amd64/81602 amd64 SATA crashes with parallel pcm access o [2005/06/09] amd64/82071 amd64 incorrect -march's parameter to build 32b o [2005/06/19] amd64/82425 amd64 fxp0: device timeout, fxp interface dies o [2005/06/23] amd64/82555 amd64 Kernel Panic - after i connect to my "amd o [2005/07/05] amd64/83005 amd64 Memory Occupied during installation of th o [2005/08/12] amd64/84832 amd64 Installation crashes just at boot AMD64/ o [2005/08/14] amd64/84930 amd64 [msdosfs] something wrong with msdosfs on o [2005/08/18] amd64/85081 amd64 TeamSpeak o [2005/08/29] amd64/85431 amd64 AMD64 has short but temporary freezes (ha o [2005/08/29] amd64/85451 amd64 6.0-BETA3 lockups on AMD64 o [2005/09/13] amd64/86080 amd64 [radeon] [hang] radeon DRI causes system o [2005/09/16] amd64/86199 amd64 Missed AMD64 motherboard o [2005/09/23] amd64/86503 amd64 [atapicam] [panic] k3b crash the system l o [2005/10/09] amd64/87156 amd64 First Installation: Kernel crashes o [2005/10/11] amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Are o [2005/10/12] amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powe o [2005/10/12] amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD a [2005/10/12] amd64/87328 amd64 [boot] BTX halted error o [2005/10/12] amd64/87348 amd64 amd64+smp+startkde always crashing a [2005/10/14] amd64/87436 amd64 gui does not start on the ATI RS480 M2-IL o [2005/10/15] amd64/87472 amd64 I downloaded 5.4 and went to install it, o [2005/10/16] amd64/87514 amd64 6.0-CURRENT freezes machine using >4GB on o [2005/10/19] amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron o [2005/10/20] amd64/87748 amd64 can't initialize X o [2005/10/24] amd64/87898 amd64 Failt to init X: can't open device/io o [2005/10/30] amd64/88249 amd64 getdents syscall fails for devfs on amd64 54 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/02/21] amd64/63188 amd64 [ti] ti(4) broken on amd64 o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/07/28] amd64/69709 amd64 ACPI enabled then floppy don't work (5.2. o [2004/08/15] amd64/70500 amd64 [bge] bge driver for 3Com 3C996B on amd64 o [2004/12/02] amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when boo o [2004/12/07] amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32 o [2004/12/13] ports/75015 amd64 cvsup on amd64 coredumps with either runs o [2005/03/17] amd64/78954 amd64 kerberos 5 failed to build o [2005/05/16] amd64/81089 amd64 [bge] [patch] FreeBSD 5.4 released versio o [2005/06/12] amd64/82178 amd64 missing 32bit subsystem o [2005/06/18] amd64/82399 amd64 MSI K8N Neo4 Platinium is not supported o [2005/07/20] amd64/83806 amd64 Can not comple /usr/src/lib/msun/amd64/fe o [2005/08/07] amd64/84652 amd64 kbdmap -r dumps core o [2005/08/20] amd64/85144 amd64 Asus K8S-MX mobo, integ LAN not recognize o [2005/09/02] amd64/85626 amd64 java/jdk15 compile error o [2005/09/06] amd64/85812 amd64 "Rebooting..." on serial console appears o [2005/09/07] amd64/85820 amd64 1.5 times slower performance with SCHED_U o [2005/09/17] amd64/86244 amd64 dfi nf4 ulta-d o [2005/10/23] amd64/87882 amd64 emu10k1 and APCI on amd64 is just noisy 20 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 31 22:00:39 2005 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AAA116A421 for ; Mon, 31 Oct 2005 22:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EEFB43D4C for ; Mon, 31 Oct 2005 22:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9VM0bqN046365 for ; Mon, 31 Oct 2005 22:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9VM0bdG046364; Mon, 31 Oct 2005 22:00:37 GMT (envelope-from gnats) Resent-Date: Mon, 31 Oct 2005 22:00:37 GMT Resent-Message-Id: <200510312200.j9VM0bdG046364@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Arjo Hooimeijer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3618C16A41F for ; Mon, 31 Oct 2005 21:57:40 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 021AA43D45 for ; Mon, 31 Oct 2005 21:57:40 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9VLvdB5070634 for ; Mon, 31 Oct 2005 21:57:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9VLvddQ070632; Mon, 31 Oct 2005 21:57:39 GMT (envelope-from nobody) Message-Id: <200510312157.j9VLvddQ070632@www.freebsd.org> Date: Mon, 31 Oct 2005 21:57:39 GMT From: Arjo Hooimeijer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: amd64/88299: swapcontext fails with errno 0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 22:00:39 -0000 >Number: 88299 >Category: amd64 >Synopsis: swapcontext fails with errno 0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 31 22:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Arjo Hooimeijer >Release: 6.0-RC1 >Organization: >Environment: FreeBSD deathstar.starwars.nl.eu.org 6.0-RC1 FreeBSD 6.0-RC1 #0: Sun Oct 16 19:09:55 CEST 2005 root@yoda.starwars.nl.eu.org:/usr/obj/usr/src/sys/DEATHSTAR amd64 >Description: The dns/powerdns port contains a program 'pdns_recursor', which calls swapcontext. Sooner or later, swapcontext fails, but the error no is 0. The error occurs when the following code is executed: if(swapcontext(&d_kernel,i->second.context)) { // swaps back to the above point 'A' perror("swapcontext in schedule2"); exit(EXIT_FAILURE); } The following error is logged: swapcontext in schedule2: Unknown error: 0 >How-To-Repeat: Install the powerdns port on 6.0-RC1 amd64 and run the pdns_recursor program. The pdns_recursor program will just eventually stop. Or, to see it happen, run it with the switch: --daemon=no >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Tue Nov 1 09:30:20 2005 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25AAD16A41F for ; Tue, 1 Nov 2005 09:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D476A43D46 for ; Tue, 1 Nov 2005 09:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA19UJux042874 for ; Tue, 1 Nov 2005 09:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA19UJET042873; Tue, 1 Nov 2005 09:30:19 GMT (envelope-from gnats) Date: Tue, 1 Nov 2005 09:30:19 GMT Message-Id: <200511010930.jA19UJET042873@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Phil Regnauld Cc: Subject: Re: amd64/86229: Missing recvmsg syscall in freebsd32 API causes sshd crash on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Regnauld List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 09:30:20 -0000 The following reply was made to PR amd64/86229; it has been noted by GNATS. From: Phil Regnauld To: bug-followup@FreeBSD.org, jhb@freebsd.org Cc: Subject: Re: amd64/86229: Missing recvmsg syscall in freebsd32 API causes sshd crash on amd64 Date: Tue, 1 Nov 2005 10:19:20 +0100 John Baldwin wrote: > > I haven't tested it on amd64 at all (hopefully the freebsd32 part > compiles :-P), but here is a patch to add a kern_recvit() function and use it > to implement freebsd32_recvmsg(). Note that I'm not sure that some other > functions like sendmsg() actually work correctly for freebsd32 as they are > copying in a 32-bit msghdr and expecting it to be a 64-bit msghdr. > > http://www.FreeBSD.org/~jhb/patches/freebsd32_recvmsg.patch Hi there, Didn't get to test on HEAD yet... I am attempting to patch 6.0 first (that's what I run on the production box). It fails there -- is it easily fixable or should I just drop it and try -CURRENT ? During kernel build: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -f no-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror ../../../compat/freebsd32/freebsd32_misc.c ../../../compat/freebsd32/freebsd32_misc.c: In function `freebsd32_copyiniov': ../../../compat/freebsd32/freebsd32_misc.c:820: error: request for member `iov_base' in something not a structure or union ../../../compat/freebsd32/freebsd32_misc.c:821: error: request for member `iov_len' in something not a structure or union ../../../compat/freebsd32/freebsd32_misc.c: In function `freebsd32_copyinmsghdr': ../../../compat/freebsd32/freebsd32_misc.c:855: warning: passing arg 1 of `freebsd32_copyiniov' makes pointer from integer without a cast ../../../compat/freebsd32/freebsd32_misc.c: In function `freebsd32_copyoutmsghdr': ../../../compat/freebsd32/freebsd32_misc.c:870: error: `error' undeclared (first use in this function) ../../../compat/freebsd32/freebsd32_misc.c:870: error: (Each undeclared identifier is reported only once ../../../compat/freebsd32/freebsd32_misc.c:870: error: for each function it appears in.) ../../../compat/freebsd32/freebsd32_misc.c: At top level: ../../../compat/freebsd32/freebsd32_misc.c:877: warning: function declaration isn't a prototype ../../../compat/freebsd32/freebsd32_misc.c: In function `freebsd32_recvmsg': ../../../compat/freebsd32/freebsd32_misc.c:889: error: dereferencing pointer to incomplete type ../../../compat/freebsd32/freebsd32_misc.c:892: error: invalid type argument of `->' ../../../compat/freebsd32/freebsd32_misc.c:893: error: invalid type argument of `->' ../../../compat/freebsd32/freebsd32_misc.c:896: error: dereferencing pointer to incomplete type ../../../compat/freebsd32/freebsd32_misc.c:899: error: dereferencing pointer to incomplete type ../../../compat/freebsd32/freebsd32_misc.c:902: error: dereferencing pointer to incomplete type ../../../compat/freebsd32/freebsd32_misc.c:884: warning: unused variable `msg32' -- _ _ |_ | regnauld@catpipe.net catpipe Systems ApS | (_(_||_ | *BSD solutions, consulting, development | | Tlf.: +45 7021 0050 http://www.catpipe.net/ | From owner-freebsd-amd64@FreeBSD.ORG Tue Nov 1 11:25:31 2005 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1CD916A420; Tue, 1 Nov 2005 11:25:30 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E5C43D45; Tue, 1 Nov 2005 11:25:30 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.4/8.13.4) with ESMTP id jA1BPTVq057950; Tue, 1 Nov 2005 06:25:29 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.3/8.13.3) with ESMTP id jA1BPShM072763; Tue, 1 Nov 2005 06:25:28 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B689E7302F; Tue, 1 Nov 2005 06:25:28 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20051101112528.B689E7302F@freebsd-current.sentex.ca> Date: Tue, 1 Nov 2005 06:25:28 -0500 (EST) X-Virus-Scanned: ClamAV version 0.86, clamav-milter version 0.86 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 11:25:31 -0000 TB --- 2005-11-01 09:26:32 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-11-01 09:26:32 - starting HEAD tinderbox run for amd64/amd64 TB --- 2005-11-01 09:26:32 - cleaning the object tree TB --- 2005-11-01 09:27:13 - checking out the source tree TB --- 2005-11-01 09:27:13 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2005-11-01 09:27:13 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-11-01 09:34:18 - building world (CFLAGS=-O2 -pipe) TB --- 2005-11-01 09:34:18 - cd /src TB --- 2005-11-01 09:34:18 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries TB --- 2005-11-01 11:05:13 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-11-01 11:05:13 - cd /src TB --- 2005-11-01 11:05:13 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Tue Nov 1 11:05:13 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for GENERIC completed on Tue Nov 1 11:21:20 UTC 2005 TB --- 2005-11-01 11:21:21 - generating LINT kernel config TB --- 2005-11-01 11:21:21 - cd /src/sys/amd64/conf TB --- 2005-11-01 11:21:21 - /usr/bin/make -B LINT TB --- 2005-11-01 11:21:21 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-11-01 11:21:21 - cd /src TB --- 2005-11-01 11:21:21 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Nov 1 11:21:21 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/dev/acpica/acpi_hpet.c: In function `acpi_hpet_attach': /src/sys/dev/acpica/acpi_hpet.c:94: error: `_COMPONENT' undeclared (first use in this function) /src/sys/dev/acpica/acpi_hpet.c:94: error: (Each undeclared identifier is reported only once /src/sys/dev/acpica/acpi_hpet.c:94: error: for each function it appears in.) /src/sys/dev/acpica/acpi_hpet.c:94: error: `_THIS_MODULE' undeclared (first use in this function) /src/sys/dev/acpica/acpi_hpet.c: In function `acpi_hpet_detach': /src/sys/dev/acpica/acpi_hpet.c:159: error: `_COMPONENT' undeclared (first use in this function) /src/sys/dev/acpica/acpi_hpet.c:159: error: `_THIS_MODULE' undeclared (first use in this function) *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2005-11-01 11:25:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-11-01 11:25:28 - ERROR: failed to build lint kernel TB --- 2005-11-01 11:25:28 - tinderbox aborted From owner-freebsd-amd64@FreeBSD.ORG Tue Nov 1 15:51:30 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54B5C16A420 for ; Tue, 1 Nov 2005 15:51:30 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id E183343D70 for ; Tue, 1 Nov 2005 15:51:24 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from [10.50.41.234] (Not Verified[10.50.41.234]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Tue, 01 Nov 2005 11:08:19 -0500 From: John Baldwin To: freebsd-amd64@freebsd.org, Phil Regnauld Date: Tue, 1 Nov 2005 10:15:44 -0500 User-Agent: KMail/1.8.2 References: <200511010930.jA19UJET042873@freefall.freebsd.org> In-Reply-To: <200511010930.jA19UJET042873@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511011015.45447.jhb@freebsd.org> Cc: Subject: Re: amd64/86229: Missing recvmsg syscall in freebsd32 API causes sshd crash on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 15:51:30 -0000 On Tuesday 01 November 2005 04:30 am, Phil Regnauld wrote: > The following reply was made to PR amd64/86229; it has been noted by GNATS. > > From: Phil Regnauld > To: bug-followup@FreeBSD.org, jhb@freebsd.org > Cc: > Subject: Re: amd64/86229: Missing recvmsg syscall in freebsd32 API causes > sshd crash on amd64 Date: Tue, 1 Nov 2005 10:19:20 +0100 > > John Baldwin wrote: > > I haven't tested it on amd64 at all (hopefully the freebsd32 part > > compiles :-P), but here is a patch to add a kern_recvit() function and > > use it to implement freebsd32_recvmsg(). Note that I'm not sure that > > some other functions like sendmsg() actually work correctly for > > freebsd32 as they are copying in a 32-bit msghdr and expecting it to be > > a 64-bit msghdr. > > > > http://www.FreeBSD.org/~jhb/patches/freebsd32_recvmsg.patch > > Hi there, > > Didn't get to test on HEAD yet... I am attempting to patch 6.0 first > (that's what I run on the production box). It fails there -- is it easily > fixable or should I just drop it and try -CURRENT ? Try -current as the patch committed wasn't identical to the one at that URL. Also, yesterday additional patches were committed that fixed descriptor-passing (which sshd is probably going to use for privsep) using sendmsg() and recvmsg(), so you probably want the latest current. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-amd64@FreeBSD.ORG Tue Nov 1 17:24:55 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E734416A41F for ; Tue, 1 Nov 2005 17:24:55 +0000 (GMT) (envelope-from freebsd-amd64@molecon.ru) Received: from cornholio.gagarinclub.ru (cornholio.migtel.ru [212.118.60.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE84D43D6A for ; Tue, 1 Nov 2005 17:24:51 +0000 (GMT) (envelope-from freebsd-amd64@molecon.ru) Received: from [10.20.5.22] (ibtsik [10.20.5.22]) by cornholio.gagarinclub.ru (8.13.1/8.12.11) with ESMTP id jA1HOdYS083170 for ; Tue, 1 Nov 2005 20:24:49 +0300 (MSK) (envelope-from freebsd-amd64@molecon.ru) Date: Tue, 1 Nov 2005 20:24:39 +0300 From: Oleg Rusanov X-Mailer: The Bat! (v3.0) Professional Organization: Molecon X-Priority: 3 (Normal) Message-ID: <115094878.20051101202439@molecon.ru> To: freebsd-amd64@freebsd.org In-Reply-To: <326714492.20051031075035@molecon.ru> References: <326714492.20051031075035@molecon.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through Subject: Ioncube loader or ZendOptimizer -error: unsupported file layout - solutions for Cpanel? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oleg Rusanov List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 17:24:56 -0000 I need this for ClientExec (https://www.clientexec.com - best program as i know) and WHMAutopilot (http://www.whmautopilot.com working with Zend and Ioncube). amd64# php -v Failed loading /usr/local/lib/php/20020429/ZendExtensionManager.so: /usr/local/lib/php/20020429/ZendExtensionManager.so: unsupported file layout PHP 4.3.11 (cgi) (built: Oct 28 2005 19:36:18) # php -v Failed loading /usr/local/ioncube/ioncube_loader_fre_4.3.so: /usr/local/ioncube/ioncube_loader_fre_4.3.so: unsupported file layout Any solutions? -- Regards, Oleg mailto:freebsd-amd64@molecon.ru From owner-freebsd-amd64@FreeBSD.ORG Wed Nov 2 11:44:19 2005 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B27E16A41F; Wed, 2 Nov 2005 11:44:19 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE76C43D55; Wed, 2 Nov 2005 11:44:18 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.4/8.13.4) with ESMTP id jA2BiHw4096941; Wed, 2 Nov 2005 06:44:17 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.3/8.13.3) with ESMTP id jA2BiHBT055465; Wed, 2 Nov 2005 06:44:17 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id CEDE57302F; Wed, 2 Nov 2005 06:44:16 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20051102114416.CEDE57302F@freebsd-current.sentex.ca> Date: Wed, 2 Nov 2005 06:44:16 -0500 (EST) X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 11:44:19 -0000 TB --- 2005-11-02 10:36:20 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-11-02 10:36:20 - starting HEAD tinderbox run for amd64/amd64 TB --- 2005-11-02 10:36:20 - cleaning the object tree TB --- 2005-11-02 10:37:01 - checking out the source tree TB --- 2005-11-02 10:37:01 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2005-11-02 10:37:01 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-11-02 10:44:11 - building world (CFLAGS=-O2 -pipe) TB --- 2005-11-02 10:44:11 - cd /src TB --- 2005-11-02 10:44:11 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -I/src/usr.sbin/acpi/acpiconf/../../../sys -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -o acpiconf acpiconf.o gzip -cn /src/usr.sbin/acpi/acpiconf/acpiconf.8 > acpiconf.8.gz ===> usr.sbin/acpi/acpidb (all) cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT -DACPI_DEBUGGER -DACPI_DISASSEMBLER -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/usr.sbin/acpi/acpidb/acpidb.c cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT -DACPI_DEBUGGER -DACPI_DISASSEMBLER -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/osunixxf.c cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT -DACPI_DEBUGGER -DACPI_DISASSEMBLER -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: In function `AcpiDbBusWalk': /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c:1741: warning: dereferencing type-punned pointer will break strict-aliasing rules *** Error code 1 Stop in /src/usr.sbin/acpi/acpidb. *** Error code 1 Stop in /src/usr.sbin/acpi. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2005-11-02 11:44:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-11-02 11:44:16 - ERROR: failed to build world TB --- 2005-11-02 11:44:16 - tinderbox aborted From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 09:40:11 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F64416A420; Thu, 3 Nov 2005 09:40:11 +0000 (GMT) (envelope-from mauritz.sundell@telia.com) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BDA243D77; Thu, 3 Nov 2005 09:40:04 +0000 (GMT) (envelope-from mauritz.sundell@telia.com) Received: from pne-ps1-sn2 (81.228.8.118) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 4368D3FE000355D3; Thu, 3 Nov 2005 10:40:03 +0100 Message-ID: <2156358.1131010803308.JavaMail.tomcat@pne-ps1-sn2> Date: Thu, 3 Nov 2005 10:40:03 +0100 (MET) From: Mauritz Sundell To: freebsd-current@freebsd.org, freebsd-amd64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain;charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: CP Presentation Server X-clientstamp: [192.71.194.213] Cc: Subject: CURRENT Safemode does not boot but ACPI-mode does X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mauritz Sundell List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 09:40:11 -0000 27 october I cvsuped and build kernel and world since then I cant boot without ACPI when I boot without there looks to be problems with resource- allocations drivers cannot attach, cannot map interrupt, and finally Mount root fail due to no harddisk found. My previous kernel was from the 26th october. Im running CURRENT on an HP Pavilion zv5000 (laptop) with amd64. Do someone have any tips where I should look? Mauritz Sundell mauritz.sundell@telia.com From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 09:55:10 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B81B16A41F; Thu, 3 Nov 2005 09:55:10 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0534943D46; Thu, 3 Nov 2005 09:55:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 8A3521FFAD5; Thu, 3 Nov 2005 10:55:07 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 196AE1FFDBC; Thu, 3 Nov 2005 10:55:05 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 33CD2158B4; Thu, 3 Nov 2005 09:52:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 296C9157A8; Thu, 3 Nov 2005 09:52:24 +0000 (UTC) Date: Thu, 3 Nov 2005 09:52:24 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Mauritz Sundell In-Reply-To: <2156358.1131010803308.JavaMail.tomcat@pne-ps1-sn2> Message-ID: References: <2156358.1131010803308.JavaMail.tomcat@pne-ps1-sn2> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: freebsd-current@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: CURRENT Safemode does not boot but ACPI-mode does X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 09:55:10 -0000 On Thu, 3 Nov 2005, Mauritz Sundell wrote: > 27 october I cvsuped and build kernel and world > since then I cant boot without ACPI > when I boot without there looks to be problems with resource- > allocations > drivers cannot attach, cannot map interrupt, and finally Mount root > fail > due to no harddisk found. > > My previous kernel was from the 26th october. > > Im running CURRENT on an HP Pavilion zv5000 (laptop) with amd64. > > Do someone have any tips where I should look? There had been more changes in that timeframe. Try re-adding device atpic to your kernel config file if it's missing. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 11:26:57 2005 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ABA516A41F; Thu, 3 Nov 2005 11:26:57 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF02B43D46; Thu, 3 Nov 2005 11:26:56 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.4/8.13.4) with ESMTP id jA3BQtTt049776; Thu, 3 Nov 2005 06:26:56 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.3/8.13.3) with ESMTP id jA3BQthQ008633; Thu, 3 Nov 2005 06:26:55 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A264C7302F; Thu, 3 Nov 2005 06:26:55 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20051103112655.A264C7302F@freebsd-current.sentex.ca> Date: Thu, 3 Nov 2005 06:26:55 -0500 (EST) X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 11:26:57 -0000 TB --- 2005-11-03 10:19:16 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-11-03 10:19:16 - starting HEAD tinderbox run for amd64/amd64 TB --- 2005-11-03 10:19:16 - cleaning the object tree TB --- 2005-11-03 10:19:34 - checking out the source tree TB --- 2005-11-03 10:19:34 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2005-11-03 10:19:34 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-11-03 10:26:30 - building world (CFLAGS=-O2 -pipe) TB --- 2005-11-03 10:26:30 - cd /src TB --- 2005-11-03 10:26:30 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -I/src/usr.sbin/acpi/acpiconf/../../../sys -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -o acpiconf acpiconf.o gzip -cn /src/usr.sbin/acpi/acpiconf/acpiconf.8 > acpiconf.8.gz ===> usr.sbin/acpi/acpidb (all) cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT -DACPI_DEBUGGER -DACPI_DISASSEMBLER -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/usr.sbin/acpi/acpidb/acpidb.c cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT -DACPI_DEBUGGER -DACPI_DISASSEMBLER -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/osunixxf.c cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT -DACPI_DEBUGGER -DACPI_DISASSEMBLER -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: In function `AcpiDbBusWalk': /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c:1741: warning: dereferencing type-punned pointer will break strict-aliasing rules *** Error code 1 Stop in /src/usr.sbin/acpi/acpidb. *** Error code 1 Stop in /src/usr.sbin/acpi. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2005-11-03 11:26:55 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-11-03 11:26:55 - ERROR: failed to build world TB --- 2005-11-03 11:26:55 - tinderbox aborted From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 16:20:25 2005 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7218116A420 for ; Thu, 3 Nov 2005 16:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2913443D48 for ; Thu, 3 Nov 2005 16:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA3GKPkx051226 for ; Thu, 3 Nov 2005 16:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA3GKOkH051225; Thu, 3 Nov 2005 16:20:24 GMT (envelope-from gnats) Date: Thu, 3 Nov 2005 16:20:24 GMT Message-Id: <200511031620.jA3GKOkH051225@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "Arno J. Klaassen" Cc: Subject: Re: amd64/88249: getdents syscall fails for devfs on amd64 linuxalator X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Arno J. Klaassen" List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 16:20:25 -0000 The following reply was made to PR amd64/88249; it has been noted by GNATS. From: "Arno J. Klaassen" To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/88249: getdents syscall fails for devfs on amd64 linuxalator Date: Thu, 3 Nov 2005 17:17:16 +0100 (MET) Work around : cd /compat/linux/ mkdir dev cd dev touch tty touch ctty From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 17:40:51 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E74516A430 for ; Thu, 3 Nov 2005 17:40:51 +0000 (GMT) (envelope-from buebo@buebo.de) Received: from natfrord.rzone.de (natfrord.rzone.de [81.169.145.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D330043D45 for ; Thu, 3 Nov 2005 17:40:50 +0000 (GMT) (envelope-from buebo@buebo.de) Received: from [192.168.0.102] (reverse-82-141-57-177.dialin.kamp-dsl.de [82.141.57.177]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id jA3HeiPl026201 for ; Thu, 3 Nov 2005 18:40:47 +0100 (MET) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-1-261066887" To: freebsd-amd64@FreeBSD.org From: "Felix 'buebo' Kakrow" Date: Thu, 3 Nov 2005 18:40:05 +0100 X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.746.2) Cc: Subject: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 17:40:51 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-1-261066887 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hi, I'm looking for a Mainboard for an amd64 desktop machine. I know the list of supported mainboards on freebsd.org and I'f tried to find a something with google, but the combination of PCI-Express and fully (or even mostly) supported seems to be very hard to find. Iam looking for board with a fast chipset (something like the nForce4), SATA, gigabit ethernet and sound on-board supported in RELENG-6. SATA-Raid is not need, allthough it would certanly nice to have it. I have some spare Soundcards and NICs so it would be ok Sound or Ethernet just don't work at the moment as long as there's the perspective that they will in the not to distant future and not only in current. Can anybody recommend a mainboard? I'm planning on dual booting i386 and amd64 for the time beeing and switch over fully to amd64 when everything I need is working (OO.o for example). At the moment I'm in favour of an Athlon X2, is this machine supported with both cores in i386 (with a SMP-Kernel of course)? Aside from this I hear that there's some efford to port the nvidia binary driver to amd64, so a nvidia graphics card seems to be a good choice here (game performance under windows is not totally unimportand to me ;-)). I do like the GigaByte GV-NX66128DP because it's fanless, reasonally priced and has a realistic performance, but I'm not sure about it because I have no idea if I'll ever get some 3D- Support under amd64. Since FBSD is my main system for getting stuff done (I'm also toying around with Linux from time to time) at the moment I don't want to buy unsupported hardware, but on the other hand my last mainboard died and I can't wait to long with getting something new, so there's a timefactor... Thanks in advance. Felix -- Guns don't kill people. Rappers do. --Apple-Mail-1-261066887 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: Signierter Teil der Nachricht content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Encrypt Your Mail With GnuPG! iD8DBQFDakt6h3KJlP+0/PsRAksTAKDDPXUmqjxKv4ASp5/87E9UOUfXbgCg0Qut BpGmewesbOYBLebxXcHEMkk= =mN4N -----END PGP SIGNATURE----- --Apple-Mail-1-261066887-- From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 19:13:13 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 035F516A41F for ; Thu, 3 Nov 2005 19:13:13 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BDEF43D46 for ; Thu, 3 Nov 2005 19:13:11 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id jA3JD9ew049475; Thu, 3 Nov 2005 20:13:09 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id EB47DB822; Thu, 3 Nov 2005 20:13:08 +0100 (CET) Date: Thu, 3 Nov 2005 20:13:08 +0100 From: Roland Smith To: "Felix 'buebo' Kakrow" Message-ID: <20051103191308.GA14713@slackbox.xs4all.nl> Mail-Followup-To: Felix 'buebo' Kakrow , freebsd-amd64@freebsd.org References: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-amd64@freebsd.org Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 19:13:13 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 03, 2005 at 06:40:05PM +0100, Felix 'buebo' Kakrow wrote: > Hi, > I'm looking for a Mainboard for an amd64 desktop machine. I know the =20 > list of supported mainboards on freebsd.org and I'f tried to find a =20 > something with google, but the combination of PCI-Express and fully =20 > (or even mostly) supported seems to be very hard to find. AFAIK, FreeBSD nor Xorg supports PCI-Express yet. > Iam looking for board with a fast chipset (something like the =20 > nForce4), SATA, gigabit ethernet and sound on-board supported in =20 > RELENG-6. Avoid nForce chipsets; they don't work well with most free OS/s. > Can anybody recommend a mainboard? Anything with a VIA K8T800 will work well. I've used an MSI NEO FSR (MS-6702) and a Asus A8V DeLuxe, and they both work. > Aside from this I hear that there's some efford to port the nvidia =20 > binary driver to amd64, so a nvidia graphics card seems to be a good =20 > choice here (game performance under windows is not totally =20 > unimportand to me ;-)). I do like the GigaByte GV-NX66128DP because =20 > it's fanless, reasonally priced and has a realistic performance, but =20 > I'm not sure about it because I have no idea if I'll ever get some 3D-=20 > Support under amd64. Probably not. For supported 3D, get a Radeon 9250. It's the latest supported by the DRI infrastructure in the kernel and Xorg. HTH, Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDamFEEnfvsMMhpyURAsv5AJ4z+KZwTnvLppmJcYizfN9LO5jcnwCfYmSD fGqDX3pYfmJ2k/Gl1tkPu/s= =ZEFE -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 19:16:42 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D403516A41F for ; Thu, 3 Nov 2005 19:16:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A8043D45 for ; Thu, 3 Nov 2005 19:16:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.4/8.13.4) with ESMTP id jA3JGdHW005030 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Nov 2005 20:16:39 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id jA3JGcTu005029; Thu, 3 Nov 2005 20:16:38 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Roland Smith In-Reply-To: <20051103191308.GA14713@slackbox.xs4all.nl> References: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> <20051103191308.GA14713@slackbox.xs4all.nl> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-cKJGxk6YA5jlXGF0C0J6" Date: Thu, 03 Nov 2005 20:16:38 +0100 Message-Id: <1131045398.4446.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Felix 'buebo' Kakrow , freebsd-amd64@FreeBSD.org Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 19:16:42 -0000 --=-cKJGxk6YA5jlXGF0C0J6 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Roland Smith p=ED=B9e v =E8t 03. 11. 2005 v 20:13 +0100: > On Thu, Nov 03, 2005 at 06:40:05PM +0100, Felix 'buebo' Kakrow wrote: > > Hi, > > I'm looking for a Mainboard for an amd64 desktop machine. I know the =20 > > list of supported mainboards on freebsd.org and I'f tried to find a =20 > > something with google, but the combination of PCI-Express and fully =20 > > (or even mostly) supported seems to be very hard to find. >=20 > AFAIK, FreeBSD nor Xorg supports PCI-Express yet. The happy existence of a PCI-Express based Geforce card in my coworker's FreeBSD workstation would suggest otherwise. > > Iam looking for board with a fast chipset (something like the =20 > > nForce4), SATA, gigabit ethernet and sound on-board supported in =20 > > RELENG-6. >=20 > Avoid nForce chipsets; they don't work well with most free OS/s. Avoid nForce 2 and 3 series. nForce 4 seems to be quite okay. > > Can anybody recommend a mainboard? >=20 > Anything with a VIA K8T800 will work well. I've used an MSI NEO FSR > (MS-6702) and a Asus A8V DeLuxe, and they both work. http://www.freebsd.org/platforms/amd64/motherboards.html --=20 Pav Lucistnik Squish. Larger than the normal icky things, and twice as icky. --=-cKJGxk6YA5jlXGF0C0J6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDamIWntdYP8FOsoIRAv3KAKC98J9wIDLUr+jP/KqATVnM9UC5CgCgnMvi L89xHFOlGBhzfdxw3EM0JLw= =zbte -----END PGP SIGNATURE----- --=-cKJGxk6YA5jlXGF0C0J6-- From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 19:36:51 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0F5416A41F for ; Thu, 3 Nov 2005 19:36:51 +0000 (GMT) (envelope-from garyj@jennejohn.org) Received: from peedub.jennejohn.org (Jacf8.j.pppool.de [85.74.172.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1AA43D45 for ; Thu, 3 Nov 2005 19:36:50 +0000 (GMT) (envelope-from garyj@jennejohn.org) Received: from jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.13.4/8.11.6) with ESMTP id jA3Jalwg010370; Thu, 3 Nov 2005 20:36:47 +0100 (CET) (envelope-from garyj@jennejohn.org) Message-Id: <200511031936.jA3Jalwg010370@peedub.jennejohn.org> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: Roland Smith In-reply-to: Your message of "Thu, 03 Nov 2005 20:13:08 +0100." <20051103191308.GA14713@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 03 Nov 2005 20:36:47 +0100 From: Gary Jennejohn Cc: buebo@buebo.de, freebsd-amd64@freebsd.org Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Jennejohn List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 19:36:51 -0000 Roland Smith writes: > Probably not. For supported 3D, get a Radeon 9250. It's the latest > supported by the DRI infrastructure in the kernel and Xorg. > The OP wants to use an X2 (dual core). With an X2 a Radeon card reliably causes instant reboots on my machine when running X-Windows. I had to switch to an Nvidia card to stop that. Disabling SMP cures the problemn, but then there's little reason to be using an X2, is there? Unfortunately, I don't get a crash dump and I don't have a serial console, so I can't say why it happens. This is running an ASUS A8V Deluxe. --- Gary Jennejohn / garyjATjennejohnDOTorg gjATfreebsdDOTorg garyjATdenxDOTde From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 20:40:04 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C251016A41F for ; Thu, 3 Nov 2005 20:40:04 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423BC43D46 for ; Thu, 3 Nov 2005 20:40:04 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id i7so149439wra for ; Thu, 03 Nov 2005 12:40:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JRJM6+SBkom0/TVDQJz+/UntJXXiaQwyeHfc9jGLlPGzpZ9OgZcFGCHwL2skaE2RdIj+PE2tTJv5uTlU4xWn3y86X8dWjBInS9/hgsCV0rNbkpNKrFAqHcVxbQhDk7+1nL+iimlh72cVz3A5yADXfkvtPjFMS4vA66qT/STH9vU= Received: by 10.64.201.14 with SMTP id y14mr1192603qbf; Thu, 03 Nov 2005 12:40:03 -0800 (PST) Received: by 10.64.151.6 with HTTP; Thu, 3 Nov 2005 12:40:03 -0800 (PST) Message-ID: Date: Thu, 3 Nov 2005 21:40:03 +0100 From: Claus Guttesen To: Felix 'buebo' Kakrow In-Reply-To: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> Cc: freebsd-amd64@freebsd.org Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 20:40:04 -0000 > I'm looking for a Mainboard for an amd64 desktop machine. I know the > list of supported mainboards on freebsd.org and I'f tried to find a > something with google, but the combination of PCI-Express and fully > (or even mostly) supported seems to be very hard to find. I have a Asus A8N-SLI Premium with nForce4 SLI using Socket 939, Super Cooling pipe, PCI-Ex16, a Athlon 64 X2 4400+ 2.2GHz, Hitachi Deskstar T7K250 sata disk. Worked out of the box on the FreeBSD 6.0 beta1 amd64-port and onwards. regards Claus PS. Can't compile OO though :-/ From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 20:45:22 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0448216A41F; Thu, 3 Nov 2005 20:45:22 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 880D543D46; Thu, 3 Nov 2005 20:45:18 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id jA3KsEXo057954; Thu, 3 Nov 2005 15:54:14 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Thu, 3 Nov 2005 15:45:03 -0500 User-Agent: KMail/1.6.2 References: <20051103112655.A264C7302F@freebsd-current.sentex.ca> In-Reply-To: <20051103112655.A264C7302F@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200511031545.05339.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1162/Thu Nov 3 12:15:03 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: FreeBSD Tinderbox , freebsd-amd64@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 20:45:22 -0000 On Thursday 03 November 2005 06:26 am, FreeBSD Tinderbox wrote: > cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT > -DACPI_DEBUGGER -DACPI_DISASSEMBLER > -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror > -Wall -Wno-format-y2k -Wno-uninitialized -c > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: > In function `AcpiDbBusWalk': > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: >1741: warning: dereferencing type-punned pointer will break > strict-aliasing rules *** Error code 1 Fix committed: http://docs.freebsd.org/cgi/mid.cgi?200511032027.jA3KRcgC022617 BTW, '-fno-strict-aliasing' is missing in CFLAGS and that's how I missed it. Why tinderbox uses different CFLAGS is beyond me though. :-( Sorry for the breakage. Jung-uk Kim From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 20:56:37 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F8C16A420 for ; Thu, 3 Nov 2005 20:56:37 +0000 (GMT) (envelope-from buebo@buebo.de) Received: from natnoddy.rzone.de (natnoddy.rzone.de [81.169.145.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FAF943D46 for ; Thu, 3 Nov 2005 20:56:36 +0000 (GMT) (envelope-from buebo@buebo.de) Received: from [192.168.0.102] (reverse-82-141-57-177.dialin.kamp-dsl.de [82.141.57.177]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id jA3KuTIF003091; Thu, 3 Nov 2005 21:56:32 +0100 (MET) Message-ID: <436A795C.5000806@buebo.de> Date: Thu, 03 Nov 2005 21:55:56 +0100 From: "Felix 'buebo' Kakrow" User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Claus Guttesen References: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@freebsd.org Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 20:56:38 -0000 Claus Guttesen schrieb: > I have a Asus A8N-SLI Premium with nForce4 SLI using Socket 939, Super > Cooling pipe, PCI-Ex16, a Athlon 64 X2 4400+ 2.2GHz, Hitachi Deskstar > T7K250 sata disk. Worked out of the box on the FreeBSD 6.0 beta1 > amd64-port and onwards. I think I like this board, how about Sound? How is the noise of the chipset fan? I'm trying to stay as silent as possible. Yours Truly Felix From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 21:21:38 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50CE216A420 for ; Thu, 3 Nov 2005 21:21:38 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC2A43D49 for ; Thu, 3 Nov 2005 21:21:37 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by zproxy.gmail.com with SMTP id q3so184790nzb for ; Thu, 03 Nov 2005 13:21:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sisJ9aKPtGlMllH+q/YQ4RSE/5ERNLiAf0OguSOeU7L1T/JjDxQxavH8nvt+CqwLhVHAPzE/SUa+5qsv0tYj0jDebPCfTGgEToQpV2hYl94ujs/dTbcRb0467MmgfDaoNNSPue95o48dCl7Gt1tjAGbFL9pd60tUnDehJXxoE0A= Received: by 10.65.215.5 with SMTP id s5mr1230418qbq; Thu, 03 Nov 2005 13:21:36 -0800 (PST) Received: by 10.64.151.6 with HTTP; Thu, 3 Nov 2005 13:21:33 -0800 (PST) Message-ID: Date: Thu, 3 Nov 2005 22:21:33 +0100 From: Claus Guttesen To: Felix 'buebo' Kakrow In-Reply-To: <436A795C.5000806@buebo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> <436A795C.5000806@buebo.de> Cc: freebsd-amd64@freebsd.org Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 21:21:38 -0000 > > I have a Asus A8N-SLI Premium with nForce4 SLI using Socket 939, Super > > Cooling pipe, PCI-Ex16, a Athlon 64 X2 4400+ 2.2GHz, Hitachi Deskstar > > T7K250 sata disk. Worked out of the box on the FreeBSD 6.0 beta1 > > amd64-port and onwards. > I think I like this board, how about Sound? > > How is the noise of the chipset fan? I'm trying to stay as silent as > possible. Minor addition to previous mail. This mobo does not have a chip-set-fan, it is equipped with a super cooling pipe, so make shure you get the A8N-SLI Premium. regards Claus From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 21:24:50 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3C3316A426 for ; Thu, 3 Nov 2005 21:24:50 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C0643D48 for ; Thu, 3 Nov 2005 21:24:49 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by xproxy.gmail.com with SMTP id h27so688821wxd for ; Thu, 03 Nov 2005 13:24:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dSsX20HTxLzpZ2x1QSO+izpduxMn0Nhp1PpyjhLBU+BH0fVwrfwh1Z58UrK4AGuJCF9qc01BqKnx/hfhOqeabbMP/knzaixk/0ge+tCHD9EbnbfaNMia+pjGb3LjBBqYZfJlwA9URu3Fb5UPY/vV6Ik30WhL2i5G2/G8Yt9PyH8= Received: by 10.65.20.5 with SMTP id x5mr1229794qbi; Thu, 03 Nov 2005 13:18:40 -0800 (PST) Received: by 10.64.151.6 with HTTP; Thu, 3 Nov 2005 13:18:40 -0800 (PST) Message-ID: Date: Thu, 3 Nov 2005 22:18:40 +0100 From: Claus Guttesen To: Felix 'buebo' Kakrow In-Reply-To: <436A795C.5000806@buebo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> <436A795C.5000806@buebo.de> Cc: freebsd-amd64@freebsd.org Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 21:24:51 -0000 > > I have a Asus A8N-SLI Premium with nForce4 SLI using Socket 939, Super > > Cooling pipe, PCI-Ex16, a Athlon 64 X2 4400+ 2.2GHz, Hitachi Deskstar > > T7K250 sata disk. Worked out of the box on the FreeBSD 6.0 beta1 > > amd64-port and onwards. > I think I like this board, how about Sound? Sound is AFAICH (as far as I can hear) fine, I've ripped some (of my own) CD's to MP3, listened to internet-radio etc. > How is the noise of the chipset fan? I'm trying to stay as silent as poss= ible. Very low. I have a Cube next to it, and this wonderfull machine is my baseline regarding noise. and this will definitely pass the test.The fans from the powersupply are louder than the chip-fan. I bought a Nexus low noise cabinet which is a bit louder than I wan't but still silent enough. regards Claus From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 21:52:29 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1275616A41F; Thu, 3 Nov 2005 21:52:29 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E2A743D46; Thu, 3 Nov 2005 21:52:28 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from localhost (localhost [127.0.0.1]) by people.fsn.hu (Postfix) with ESMTP id 64A9F8441F; Thu, 3 Nov 2005 22:52:26 +0100 (CET) Received: from people.fsn.hu ([127.0.0.1]) by localhost (people.fsn.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 99721-06; Thu, 3 Nov 2005 22:52:20 +0100 (CET) Received: from [172.16.164.2] (fw.axelero.hu [195.228.243.120]) by people.fsn.hu (Postfix) with ESMTP id F31918441E; Thu, 3 Nov 2005 22:52:19 +0100 (CET) Message-ID: <436A868F.4010606@fsn.hu> Date: Thu, 03 Nov 2005 22:52:15 +0100 From: Attila Nagy User-Agent: Debian Thunderbird 1.0.2 (X11/20050602) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at fsn.hu Cc: freebsd-hackers@freebsd.org Subject: Reproduceable freeze with quotas enabled X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 21:52:29 -0000 Hello, I have an "easily" (at least to me) reproduceable freeze with both 6-STABLE and 7-CURRENT on an amd64 SMP machine. What I do is simply copy a lot of directories, files and symlinks with different uids from another machine to this one, using rsync. With quotas enabled it freezes constantly, without quotas it doesn't. I have MP_WATCHDOG enabled (the kernel config is the default GENERIC+SMP with debuggers and MP_WATCHDOG only) so after the freeze it drops me into the debugger in which I can see the following: FreeBSD/amd64 (helen) (ttyv0) login: Watchdog timer: 3 Watchdog timer: 2 Watchdog timer: 1 Watchdog timer: 0 Watchdog firing! NMI ... going to debugger [thread pid 157 tid 100143 ] Stopped at vinactive+0x83: jz 0x365245a9 db> bt Tracing pid 157 tid 100143 td 0xffffff007b9c14c0 vinactive() at vinactive+0x83 vput() at vput+0x1cf qsync() at qsync+0x260 ffs_sync() at ffs_sync+0x159 sync_fsync() at sync_fsync+0x191 VOP_FSYNC_APV() at VOP_FSYNC_APV+0x3d sched_sync() at sched_sync+0x428 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb2029d00, rbp = 0 --- db> ps 157 ffffff007b9489c0 0 0 0 0000204 [CPU 0] syncer Any ideas? Thanks, -- Attila Nagy e-mail: Attila.Nagy@fsn.hu Free Software Network (FSN.HU) phone: +3630 306 6758 ISOs: http://www.fsn.hu/?f=download From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 22:06:43 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D3416A41F; Thu, 3 Nov 2005 22:06:43 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail5.speedfactory.net [66.23.216.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CC843D45; Thu, 3 Nov 2005 22:06:42 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 1327632 for multiple; Thu, 03 Nov 2005 17:04:41 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id jA3M6cYh068010; Thu, 3 Nov 2005 17:06:38 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Thu, 3 Nov 2005 15:59:58 -0500 User-Agent: KMail/1.8.2 References: <20051103112655.A264C7302F@freebsd-current.sentex.ca> <200511031545.05339.jkim@FreeBSD.org> In-Reply-To: <200511031545.05339.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511031600.01220.jhb@freebsd.org> X-Spam-Status: No, score=-2.8 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=100 Cc: freebsd-amd64@freebsd.org, FreeBSD Tinderbox , Jung-uk Kim , freebsd-i386@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 22:06:43 -0000 On Thursday 03 November 2005 03:45 pm, Jung-uk Kim wrote: > On Thursday 03 November 2005 06:26 am, FreeBSD Tinderbox wrote: > > cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT > > -DACPI_DEBUGGER -DACPI_DISASSEMBLER > > -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror > > -Wall -Wno-format-y2k -Wno-uninitialized -c > > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c > > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: > > In function `AcpiDbBusWalk': > > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: > >1741: warning: dereferencing type-punned pointer will break > > strict-aliasing rules *** Error code 1 > > Fix committed: > > http://docs.freebsd.org/cgi/mid.cgi?200511032027.jA3KRcgC022617 > > BTW, '-fno-strict-aliasing' is missing in CFLAGS and that's how I > missed it. Why tinderbox uses different CFLAGS is beyond me > though. :-( > > Sorry for the breakage. The tinderbox runs with -O2 just for fun I think. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 23:47:33 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3673C16A41F for ; Thu, 3 Nov 2005 23:47:33 +0000 (GMT) (envelope-from buebo@buebo.de) Received: from natfrord.rzone.de (natfrord.rzone.de [81.169.145.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id A062543D45 for ; Thu, 3 Nov 2005 23:47:32 +0000 (GMT) (envelope-from buebo@buebo.de) Received: from [192.168.0.102] (reverse-82-141-48-207.dialin.kamp-dsl.de [82.141.48.207]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id jA3NlL9I026964 for ; Fri, 4 Nov 2005 00:47:31 +0100 (MET) Message-ID: <436AA165.3090304@buebo.de> Date: Fri, 04 Nov 2005 00:46:45 +0100 From: "Felix 'buebo' Kakrow" User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> <436A795C.5000806@buebo.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 23:47:33 -0000 Claus Guttesen schrieb: > Minor addition to previous mail. This mobo does not have a > chip-set-fan, it is equipped with a super cooling pipe, so make shure > you get the A8N-SLI Premium. The Premium is a little pricy for my taste, but I think I'll try the A8N-E, which has a noisy fan out of the box, but you get a free replacement from Asus that is supposed to be very silent. Everything else seems to be supported and without any problems, and since I don't need or want SLI I'll spend the extra bucks on something else (Girls and Booze most likely ;-)). Thanks so far I'll come back to you all and report when I got a working amd64 machine! Cheers Felix From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 3 23:53:52 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A1E16A41F for ; Thu, 3 Nov 2005 23:53:52 +0000 (GMT) (envelope-from ray@redshift.com) Received: from outgoing.redshift.com (outgoing.redshift.com [207.177.231.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id F33DC43D45 for ; Thu, 3 Nov 2005 23:53:51 +0000 (GMT) (envelope-from ray@redshift.com) Received: from workstation (216-228-19-21.dsl.redshift.com [216.228.19.21]) by outgoing.redshift.com (Postfix) with SMTP id 4A8BC9792B; Thu, 3 Nov 2005 15:53:51 -0800 (PST) Message-Id: <3.0.1.32.20051103155343.00a9d7d8@pop.redshift.com> X-Mailer: na X-Sender: redshift.com Date: Thu, 03 Nov 2005 15:53:43 -0800 To: "Felix 'buebo' Kakrow" ,freebsd-amd64@FreeBSD.org From: ray@redshift.com In-Reply-To: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 23:53:52 -0000 At 06:40 PM 11/3/2005 +0100, Felix 'buebo' Kakrow wrote: | Hi, | I'm looking for a Mainboard for an amd64 desktop machine. I know the | list of supported mainboards on freebsd.org and I'f tried to find a | something with google, but the combination of PCI-Express and fully | (or even mostly) supported seems to be very hard to find. | | Iam looking for board with a fast chipset (something like the | nForce4), SATA, gigabit ethernet and sound on-board supported in | RELENG-6. | | SATA-Raid is not need, allthough it would certanly nice to have it. I | have some spare Soundcards and NICs so it would be ok Sound or | Ethernet just don't work at the moment as long as there's the | perspective that they will in the not to distant future and not only | in current. | | Can anybody recommend a mainboard? | | I'm planning on dual booting i386 and amd64 for the time beeing and | switch over fully to amd64 when everything I need is working (OO.o | for example). | | At the moment I'm in favour of an Athlon X2, is this machine | supported with both cores in i386 (with a SMP-Kernel of course)? | | Aside from this I hear that there's some efford to port the nvidia | binary driver to amd64, so a nvidia graphics card seems to be a good | choice here (game performance under windows is not totally | unimportand to me ;-)). I do like the GigaByte GV-NX66128DP because | it's fanless, reasonally priced and has a realistic performance, but | I'm not sure about it because I have no idea if I'll ever get some 3D- | Support under amd64. | | Since FBSD is my main system for getting stuff done (I'm also toying | around with Linux from time to time) at the moment I don't want to | buy unsupported hardware, but on the other hand my last mainboard | died and I can't wait to long with getting something new, so there's | a timefactor... | | Thanks in advance. | | Felix | -- | Guns don't kill people. Rappers do. Hi Felix, I recently built a new desktop and used the Tyan S2875 dual Opteron board. It's a fantastic motherboard. I did have some issues with an IDE NEC DVD burner on the IDE channel, but once I switched to using an SATA -> IDE adapter, the problem wasn't an issue. If you would like any other info, feel free to write. Ray From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 4 00:07:21 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C49516A41F; Fri, 4 Nov 2005 00:07:21 +0000 (GMT) (envelope-from mauritz.sundell@telia.com) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0219843D46; Fri, 4 Nov 2005 00:07:20 +0000 (GMT) (envelope-from mauritz.sundell@telia.com) Received: from pne-ps2-sn1 (81.228.11.132) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 436A3A5300016CC3; Fri, 4 Nov 2005 01:07:18 +0100 Message-ID: <14401715.1131062838696.JavaMail.tomcat@pne-ps2-sn1> Date: Fri, 4 Nov 2005 01:07:18 +0100 (MET) From: Mauritz Sundell To: bzeeb-lists@lists.zabbadoz.net Mime-Version: 1.0 Content-Type: text/plain;charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: CP Presentation Server X-clientstamp: [217.211.26.85] Cc: freebsd-current@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: Re: CURRENT Safemode does not boot but ACPI-mode does [SOLVED] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mauritz Sundell List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 00:07:21 -0000 On Thu, 3 Nov 2005, Bjoern A. Zeeb wrote: >On Thu, 3 Nov 2005, Mauritz Sundell wrote: > >> 27 october I cvsuped and build kernel and world >> since then I cant boot without ACPI >> when I boot without there looks to be problems with resource- >> allocations >> drivers cannot attach, cannot map interrupt, and finally Mount root >> fail >> due to no harddisk found. >> >> My previous kernel was from the 26th october. >> >> Im running CURRENT on an HP Pavilion zv5000 (laptop) with amd64. >> >> Do someone have any tips where I should look? > >There had been more changes in that timeframe. > >Try re-adding > device atpic >to your kernel config file if it's missing. Thanks Bjoern adding atpic solved the problem Mauritz Sundell From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 4 00:30:21 2005 Return-Path: X-Original-To: amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 149F116A41F; Fri, 4 Nov 2005 00:30:21 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA60543D45; Fri, 4 Nov 2005 00:30:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id B05C41A4D7A; Thu, 3 Nov 2005 16:30:20 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 15A6851407; Thu, 3 Nov 2005 19:30:20 -0500 (EST) Date: Thu, 3 Nov 2005 19:30:20 -0500 From: Kris Kennaway To: emulation@FreeBSD.org, amd64@FreeBSD.org Message-ID: <20051104003019.GA79463@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [kris@FreeBSD.org: cvs commit: ports/emulators/linux_base-8 Makefile] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 00:30:21 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; see http://pointyhat.freebsd.org/ for the error log. Kris ----- Forwarded message from Kris Kennaway ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris Delivered-To: kris@FreeBSD.ORG X-Original-To: ports-committers@FreeBSD.org Delivered-To: ports-committers@FreeBSD.org From: Kris Kennaway Date: Fri, 4 Nov 2005 00:27:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base-8 Makefile X-FreeBSD-CVS-Branch: HEAD Precedence: bulk X-Loop: FreeBSD.ORG X-UIDL: B20!!e%p"!^m1!!Li/"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.96.3 kris 2005-11-04 00:27:14 UTC FreeBSD ports repository Modified files: emulators/linux_base-8 Makefile=20 Log: BROKEN on amd64: Incorrect pkg-plist =20 Revision Changes Path 1.107 +4 -0 ports/emulators/linux_base-8/Makefile http://cvsweb.FreeBSD.org/ports/emulators/linux_base-8/Makefile.diff?r1=3D1= .106&r2=3D1.107 | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/emulators/linux_base-8/Mak= efile,v | retrieving revision 1.106 | retrieving revision 1.107 | diff -u -p -r1.106 -r1.107 | --- ports/emulators/linux_base-8/Makefile 2005/10/09 09:29:17 1.106 | +++ ports/emulators/linux_base-8/Makefile 2005/11/04 00:27:13 1.107 | @@ -3,7 +3,7 @@ | # Whom: trevor | # based on ports/emulators/linux_base by Marcel Moolenaar and others | # | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/emulators/linux_base-8/= Makefile,v 1.106 2005/10/09 09:29:17 netchild Exp $ | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/emulators/linux_base-8/= Makefile,v 1.107 2005/11/04 00:27:13 kris Exp $ | # | =20 | PORTNAME=3D linux_base-8 | @@ -70,6 +70,10 @@ MD5_FILE=3D ${MASTERDIR}/distinfo.${ARCH} | LANG=3D en | =20 | .include | + | +.if ${ARCH} =3D=3D amd64 | +BROKEN=3D "Incorrect pkg-plist" | +.endif | =20 | DBPATH=3D /var/lib/rpm | RPM=3D LC_ALL=3DC rpm ----- End forwarded message ----- --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDaqubWry0BWjoQKURAkElAJ9h+0bVzbaVpf77XhbIuW/LO9RxVQCg1nxq YjzmTZq5u41dBQ5oh/YTNSQ= =Nzgk -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 4 02:38:32 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B303116A41F for ; Fri, 4 Nov 2005 02:38:32 +0000 (GMT) (envelope-from sangwoos@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3A943D45 for ; Fri, 4 Nov 2005 02:38:32 +0000 (GMT) (envelope-from sangwoos@gmail.com) Received: by zproxy.gmail.com with SMTP id 16so297785nzp for ; Thu, 03 Nov 2005 18:38:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hU8s2uRpEVD5Ish2+oleXTACumEBzNXSPsJfJRjetv6c+UlNbVT3CEmzZA8IlSvDV0lrT8f0vNgmFYf0D9PY50iKRxP6E0F5Fe7QHQEW1JahKjs1WvUaaR7XWP/MYt9e0Mirb/EQsZOSDQ5iEvXkW0IJlYN+jKZ6IKA1rvBGLBg= Received: by 10.65.147.10 with SMTP id z10mr1553080qbn; Thu, 03 Nov 2005 18:32:26 -0800 (PST) Received: by 10.65.54.17 with HTTP; Thu, 3 Nov 2005 18:32:25 -0800 (PST) Message-ID: <4cbd01f40511031832w771f7bb1q@mail.gmail.com> Date: Fri, 4 Nov 2005 11:32:25 +0900 From: Sangwoo Shim To: pav@freebsd.org In-Reply-To: <1131045398.4446.4.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <947F0ED4-0D57-4B7E-AC5D-41C3E4A664F5@buebo.de> <20051103191308.GA14713@slackbox.xs4all.nl> <1131045398.4446.4.camel@localhost> Cc: freebsd-amd64@freebsd.org, Felix 'buebo' Kakrow Subject: Re: Mainboard for amd64 (and some other questions) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 02:38:32 -0000 2005/11/4, Pav Lucistnik : [snip] > > > Iam looking for board with a fast chipset (something like the > > > nForce4), SATA, gigabit ethernet and sound on-board supported in > > > RELENG-6. > > > > Avoid nForce chipsets; they don't work well with most free OS/s. > > Avoid nForce 2 and 3 series. nForce 4 seems to be quite okay. Actually I'm using nForce3-250Gb based mainboard (EPoX's 8KDA3J) with Sempr= on just fine (except on-board ethernet. However I don't use it anyway.) Am usi= ng -CURRENT. Ah.. Ok, I'll submit PR for your motherboard page. :-) > > > > Can anybody recommend a mainboard? > > > > Anything with a VIA K8T800 will work well. I've used an MSI NEO FSR > > (MS-6702) and a Asus A8V DeLuxe, and they both work. > > http://www.freebsd.org/platforms/amd64/motherboards.html > > -- > Pav Lucistnik > > > Squish. Larger than the normal icky things, and twice as icky. > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (FreeBSD) > > iD8DBQBDamIWntdYP8FOsoIRAv3KAKC98J9wIDLUr+jP/KqATVnM9UC5CgCgnMvi > L89xHFOlGBhzfdxw3EM0JLw=3D > =3Dzbte > -----END PGP SIGNATURE----- Regards, Sangwoo Shim From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 4 09:54:09 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A207C16A41F; Fri, 4 Nov 2005 09:54:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B7B43D45; Fri, 4 Nov 2005 09:54:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id BE2D546B17; Fri, 4 Nov 2005 04:54:08 -0500 (EST) Date: Fri, 4 Nov 2005 09:54:08 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Attila Nagy In-Reply-To: <436A868F.4010606@fsn.hu> Message-ID: <20051104095129.M9692@fledge.watson.org> References: <436A868F.4010606@fsn.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: Reproduceable freeze with quotas enabled X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 09:54:09 -0000 On Thu, 3 Nov 2005, Attila Nagy wrote: > Hello, > > I have an "easily" (at least to me) reproduceable freeze with both > 6-STABLE and 7-CURRENT on an amd64 SMP machine. > > What I do is simply copy a lot of directories, files and symlinks with > different uids from another machine to this one, using rsync. This is probably a vnode lock leak or deadlock. As it looks like you have both the ability to get into the debugger and also a serial or other remote console, the output of: show allpcpu alltrace show lockedvnods show allocks would be helpful. There are also "options DEBUG_LOCKS" which extends the debugging information available via "show lockedvnods" with information about where the lock was acquired, which can be quite helpful. Robert N M Watson > > With quotas enabled it freezes constantly, without quotas it doesn't. > > I have MP_WATCHDOG enabled (the kernel config is the default GENERIC+SMP with > debuggers and MP_WATCHDOG only) so after the freeze it drops me into the > debugger in which I can see the following: > > FreeBSD/amd64 (helen) (ttyv0) > > login: Watchdog timer: 3 > Watchdog timer: 2 > Watchdog timer: 1 > Watchdog timer: 0 > Watchdog firing! > NMI ... going to debugger > [thread pid 157 tid 100143 ] > Stopped at vinactive+0x83: jz 0x365245a9 > db> bt > Tracing pid 157 tid 100143 td 0xffffff007b9c14c0 > vinactive() at vinactive+0x83 > vput() at vput+0x1cf > qsync() at qsync+0x260 > ffs_sync() at ffs_sync+0x159 > sync_fsync() at sync_fsync+0x191 > VOP_FSYNC_APV() at VOP_FSYNC_APV+0x3d > sched_sync() at sched_sync+0x428 > fork_exit() at fork_exit+0x86 > fork_trampoline() at fork_trampoline+0xe > --- trap 0, rip = 0, rsp = 0xffffffffb2029d00, rbp = 0 --- > db> ps > 157 ffffff007b9489c0 0 0 0 0000204 [CPU 0] syncer > > Any ideas? > > Thanks, > -- > Attila Nagy e-mail: Attila.Nagy@fsn.hu > Free Software Network (FSN.HU) phone: +3630 306 6758 > ISOs: http://www.fsn.hu/?f=download > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 4 11:50:17 2005 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4820916A420 for ; Fri, 4 Nov 2005 11:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603DA43D49 for ; Fri, 4 Nov 2005 11:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA4BoGW3027891 for ; Fri, 4 Nov 2005 11:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA4BoGEj027890; Fri, 4 Nov 2005 11:50:16 GMT (envelope-from gnats) Resent-Date: Fri, 4 Nov 2005 11:50:16 GMT Resent-Message-Id: <200511041150.jA4BoGEj027890@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danny Braniss Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F54F16A41F for ; Fri, 4 Nov 2005 11:46:48 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35FD443D48 for ; Fri, 4 Nov 2005 11:46:48 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from cs4.cs.huji.ac.il ([132.65.16.104]) by cs1.cs.huji.ac.il with esmtp id 1EY01u-0006df-TO for FreeBSD-gnats-submit@freebsd.org; Fri, 04 Nov 2005 13:46:46 +0200 Received: from danny by cs4.cs.huji.ac.il with local (Exim 4.54 (FreeBSD)) id 1EY01u-0000El-Rh for FreeBSD-gnats-submit@freebsd.org; Fri, 04 Nov 2005 13:46:46 +0200 Message-Id: Date: Fri, 04 Nov 2005 13:46:46 +0200 From: Danny Braniss To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: amd64/88485: em(4) problem X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Danny Braniss List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 11:50:17 -0000 >Number: 88485 >Category: amd64 >Synopsis: em(4) problem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 04 11:50:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Danny Braniss >Release: FreeBSD 6.0-STABLE amd64 >Organization: >Environment: System: FreeBSD cs4 6.0-STABLE FreeBSD 6.0-STABLE #20: Thu Nov 3 13:06:27 IST 2005 danny@x-dev:/r+d/obj/x-dev/amd64/r+d/6.0/src/sys/HUJI amd64 >Description: The motherboard is an Intel SE7320VP2, when booting diskless via PXE, it will porceed as far having to mount root via NFS, at which point, it gets stuck sending GETATTR packet but not seeing the answer from the server. Increasing the length of the ethernet cable (cat 5) overcomes the problem. This problem has been seen on three such motherboards. Booting an i32 kernel works fine. >How-To-Repeat: >Fix: using a longer cat-5 cable >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 4 23:46:05 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27DEB16A41F for ; Fri, 4 Nov 2005 23:46:05 +0000 (GMT) (envelope-from rschi@rsmba.biz) Received: from admin.cablespeed.com (admin.cablespeed.com [216.15.205.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8906C43D46 for ; Fri, 4 Nov 2005 23:46:04 +0000 (GMT) (envelope-from rschi@rsmba.biz) Received: from [66.235.9.146] (account schilling@cablespeed.com HELO [192.168.2.2]) by admin.cablespeed.com (CommuniGate Pro SMTP 4.2.10) with ESMTP id 57789953 for freebsd-amd64@freebsd.org; Fri, 04 Nov 2005 17:46:03 -0600 Message-ID: <436BF375.1060108@rsmba.biz> Date: Fri, 04 Nov 2005 15:49:09 -0800 From: Richard Schilling Organization: Richard Schilling, MBA User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050318 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <1b1b33f10501270752473093ea@mail.gmail.com> <200501271359.30721.jkim@niksun.com> <20050127195633.GA32179@gargantuan.com> <41F95252.8070600@root.org> <20050127210641.GB32179@gargantuan.com> In-Reply-To: <20050127210641.GB32179@gargantuan.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: AMD64 CPU and ACPI (was Re: Configuration of Compaq R3000) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 23:46:05 -0000 I just installed 5.4 on a HP Media Center PC (AMD64) and it won't boot with ACPI enabled - the screen goes blank and vertical lines are drawn on it. Works fine, though with ACPI disabled. Richard Schilling Michael W. Oliver wrote: > On 2005-01-27T12:42:58-0800, Nate Lawson wrote: > >>Michael W. Oliver wrote: > > >>I've been working on a cpufreq driver for about 6 months now. Work >>unfortunately has made progress too slow. I have taken a vacation day >>to work on FreeBSD and plan to import a stripped down version (no >>throttling support) very soon. > > > As always, your support is much appreciated Nate. You do fine work. > > >>The driver is a general cpufreq framework and two hardware drivers, one >>for SpeedStep ICH and one for ACPI Px states (like acpi_ppc but a >>separate implementation). Other drivers, like SpeedStep Centrino and >>Powernow, can easily be hooked into the framework by their maintainers >>and imported into the general tree. I've wanted to keep them as ports >>for now so that I could prototype the framework before importing it. >>That way we wouldn't have to restructure millions of cpu hardware >>drivers after the fact. > > >>The short answer is that a similar capability should be imported soon. > > > Excellent! > > >>>I do see some ACPI errors on my laptop when I boot it up, such as: > > >>>(dmesg -a | grep -i acpi): >>>acpi_cmbat0: battery initialization start >>>acpi_acad0: acline initialization start >>>acpi_tz0: _CRT value is absurd, ignored (154.8C) >>>acpi_acad0: On Line >>>acpi_acad0: acline initialization done, tried 1 times >>>acpi_ec0: info: new max delay is 70 us >>>acpi_ec0: info: new max delay is 100 us >>>acpi_cmbat0: battery initialization failed, giving up <-- ugh! >>>acpi_ec0: info: new max delay is 130 us >>>acpi_ec0: info: new max delay is 170 us >>>acpi_tz0: _CRT value is absurd, ignored (154.8C) >>>acpi_tz0: _CRT value is absurd, ignored (154.8C) >>>acpi_ec0: info: new max delay is 900 us >>>acpi_ec0: info: new max delay is 11000 us >>>acpi_tz0: _CRT value is absurd, ignored (154.8C) >>>acpi_tz0: _CRT value is absurd, ignored (154.8C) > > >>This all indicates your embedded controller is not responding. It's >>important to figure out why. Can you post a link to your full dmesg too? > > > You betcha. > > http://michael.gargantuan.com/sager_4750v/dmesg.txt > http://michael.gargantuan.com/sager_4750v/usbdevs.txt > http://michael.gargantuan.com/sager_4750v/pciconf.txt > > Almost everything on this laptop works with FreeBSD. In fact, I have > more hardware support with 64bit FreeBSD than I do with 64bit Windows! > > >>>acpidump stuff is here: >>>http://michael.gargantuan.com/sager_4750v/acpidump.asl >>>http://michael.gargantuan.com/sager_4750v/dsdt.out >>>http://michael.gargantuan.com/sager_4750v/sysctl_hw.acpi > > >>Thanks, I'll eventually take a look at this but hopefully you understand >>that I've set aside bugfixing for a short while to complete longer term >>projects. > > > Totally understandable Nate, take your time. I am not going anywhere ;) > From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 4 23:49:29 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F70316A41F for ; Fri, 4 Nov 2005 23:49:29 +0000 (GMT) (envelope-from rschi@rsmba.biz) Received: from admin.cablespeed.com (admin.cablespeed.com [216.15.205.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id B59C643D48 for ; Fri, 4 Nov 2005 23:49:28 +0000 (GMT) (envelope-from rschi@rsmba.biz) Received: from [66.235.9.146] (account schilling@cablespeed.com HELO [192.168.2.2]) by admin.cablespeed.com (CommuniGate Pro SMTP 4.2.10) with ESMTP id 57791166 for freebsd-amd64@freebsd.org; Fri, 04 Nov 2005 17:49:28 -0600 Message-ID: <436BF442.9020708@rsmba.biz> Date: Fri, 04 Nov 2005 15:52:34 -0800 From: Richard Schilling Organization: Richard Schilling, MBA User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050318 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: buildworld failing on amd64 with RELENG_6 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 23:49:29 -0000 Just cvsup'd my source tree with the RELENG_6 tag and I'm trying to buildworld. I get the following error, which I don't see reported on the list yet. It might be resolved by rebuilding libalias manually, but I don't know yet. Richard Schilling ========== buildworld failure below ====================== gb32/usr/lib32 -fpic -DPIC -O2 -fno-strict-aliasing -pipe -DYP -I/usr/obj/usr/src/lib32/usr/include/rpcsvc -c /usr/src/lib/librpcsvc/secretkey.c -o secretkey.Socc -m32 -march=athlon-xp -msse2 -mfancy-math-387 -DCOMPAT_32BIT -I/usr/obj/usr/src/lib32/usr/include -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -fpic -DPIC -O2 -fno-strict-aliasing -pipe -DYP -I/usr/obj/usr/src/lib32/usr/include/rpcsvc -c /usr/src/lib/librpcsvc/xcrypt.c -o xcrypt.So building shared library librpcsvc.so.3 ===> lib/libsbuf (all) ===> lib/libtacplus (all) ===> lib/libutil (all) ===> lib/libypclnt (all) ===> lib/libalias (all) make: don't know how to make /usr/src/lib/libalias/alias.c. Stop *** Error code 2 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 5 03:48:31 2005 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92CEA16A41F for ; Sat, 5 Nov 2005 03:48:31 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D53743D46 for ; Sat, 5 Nov 2005 03:48:31 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 0E4E3F243A for ; Fri, 4 Nov 2005 19:48:31 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00811-03 for ; Fri, 4 Nov 2005 19:48:30 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 6B4EEF242D for ; Fri, 4 Nov 2005 19:48:30 -0800 (PST) From: Sean McNeil To: amd64@freebsd.org Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Fri, 04 Nov 2005 19:46:00 -0800 Message-Id: <1131162360.8571.14.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: Subject: watchdog timeout panic on shutdown X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 03:48:31 -0000 I get this panic about 80% of the time, but very rarely does it core dump. Even more rare is that I shutown for some reason other than a kernel update. Here is what the traceback of the dump shows me: #0 doadump () at pcpu.h:172 172 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:172 #1 0xffffff0000c93610 in ?? () #2 0xffffffff802607f7 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 #3 0xffffffff80260e91 in panic (fmt=0xffffff007b96abe0 "@\223\226{") at /usr/src/sys/kern/kern_shutdown.c:555 #4 0xffffffff8022d44e in hardclock (frame=0xffffffff) at /usr/src/sys/kern/kern_clock.c:583 #5 0xffffffff803f848a in lapic_handle_timer (frame= {cf_rdi = 1000000, cf_rsi = -1097438155808, cf_rdx = 0, cf_rcx = 1000, cf_r8 = -1310696176, cf_r9 = -1098038762392, cf_rax = 1000, cf_rbx = 0, cf_rbp = -1099499782104, cf_r10 = 0, cf_r11 = -2145842048, cf_r12 = -1099499782144, cf_r13 = 4294967294, cf_r14 = 0, cf_r15 = 0, cf_rip = -2143364478, cf_cs = 8, cf_rflags = 530, cf_rsp = -1310696520, cf_ss = 16}) at /usr/src/sys/amd64/amd64/local_apic.c:629 #6 0xffffffff803f3cd6 in Xtimerint () at apic_vector.S:153 #7 0xffffffff803eda82 in acpi_cpu_c1 () at /usr/src/sys/amd64/acpica/acpi_machdep.c:68 #8 0xffffffff80190e00 in acpi_cpu_idle () at /usr/src/sys/dev/acpica/acpi_cpu.c:817 #9 0xffffffff80245aae in idle_proc (dummy=0xf4240) at /usr/src/sys/kern/kern_idle.c:115 #10 0xffffffff80245607 in fork_exit (callout=0xffffffff80245960 , ---Type to continue, or q to quit--- arg=0x0, frame=0xffffffffb1e05c50) at /usr/src/sys/kern/kern_fork.c:789 #11 0xffffffff803f37de in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:394 #12 0x0000000000000000 in ?? () Previous frame identical to this frame (corrupt stack?) (kgdb) From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 5 04:30:22 2005 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B05416A41F for ; Sat, 5 Nov 2005 04:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB9C643D45 for ; Sat, 5 Nov 2005 04:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA54ULoL084214 for ; Sat, 5 Nov 2005 04:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA54UL9c084208; Sat, 5 Nov 2005 04:30:21 GMT (envelope-from gnats) Date: Sat, 5 Nov 2005 04:30:21 GMT Message-Id: <200511050430.jA54UL9c084208@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "Devon O'Dell" Cc: Subject: Re: amd64/88249: getdents syscall fails for devfs on amd64 linuxalator X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Devon O'Dell List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 04:30:22 -0000 The following reply was made to PR amd64/88249; it has been noted by GNATS. From: "Devon O'Dell" To: freebsd-gnats-submit@FreeBSD.org, "Arno J. Klaassen" Cc: Subject: Re: amd64/88249: getdents syscall fails for devfs on amd64 linuxalator Date: Fri, 4 Nov 2005 20:27:40 -0800 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I tested this issue and had the same result in FreeBSD 7-CURRENT/amd64. The attached patch fixes the issue, but I'm not sure if it is the correct solution. I'm sort of unfamiliar with the codepath leading up to the fix. Can someone please look at this? --Devon example: > /compat/linux/bin/bash bash-2.05b$ tty /dev/ttyp3 bash-2.05b$ ls /dev acd0 ata dsp0.1 io net4 stderr ttyv1 ttyvd acd0t01 audio0.0 dspW0.0 kbd0 network stdin ttyv2 ttyve acpi audio0.1 dspW0.1 klog nfs4 stdout ttyv3 ttyvf ad4 console dspr0.1 kmem nfslock sysmouse ttyv4 ukbd0 ad4s1 consolectl dumpdev log null ttyd0 ttyv5 ums0 ad4s1a ctty fd mdctl pci ttyd0.init ttyv6 urandom ad4s1b cuad0 fido mem ptyp0 ttyd0.lock ttyv7 usb ad4s1c cuad0.init fw0 mixer0 ptyp1 ttyp0 ttyv8 usb0 ad4s1d cuad0.lock fw0.0 net ptyp2 ttyp1 ttyv9 usb1 ad4s1e devctl fwmem0 net1 ptyp3 ttyp2 ttyva xpt0 ad4s1f devstat fwmem0.0 net2 random ttyp3 ttyvb zero ad4s2 dsp0.0 geom.ctl net3 sndstat ttyv0 ttyvc bash-2.05b$ uname -a Linux skik.dtrace.internal.sitetronics.com 2.4.2 FreeBSD 7.0-CURRENT #0: Fri Nov 4 20:11:34 PST 2005 i686 i686 i386 GNU/Linux --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="linux_getdents_panic.patch" --- sys/kern/vfs_subr.c Mon Oct 31 07:41:25 2005 +++ sys/kern/vfs_subr.c Fri Nov 4 20:22:47 2005 @@ -3873,7 +3873,7 @@ } return (error); } - if (ap->a_ncookies == NULL) + if (ap->a_ncookies == NULL || *ap->a_cookies == NULL) return (0); *ap->a_cookies = realloc(*ap->a_cookies, (*ap->a_ncookies + 1) * sizeof(u_long), M_TEMP, M_WAITOK | M_ZERO); --pf9I7BMVVzbSWLtt-- From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 5 04:50:20 2005 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D781616A41F for ; Sat, 5 Nov 2005 04:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D21D43D45 for ; Sat, 5 Nov 2005 04:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA54oKZp086313 for ; Sat, 5 Nov 2005 04:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA54oKVg086312; Sat, 5 Nov 2005 04:50:20 GMT (envelope-from gnats) Date: Sat, 5 Nov 2005 04:50:20 GMT Message-Id: <200511050450.jA54oKVg086312@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "Devon O'Dell" Cc: Subject: Re: amd64/84652: kbdmap -r dumps core X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Devon O'Dell List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 04:50:21 -0000 The following reply was made to PR amd64/84652; it has been noted by GNATS. From: "Devon O'Dell" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: amd64/84652: kbdmap -r dumps core Date: Fri, 4 Nov 2005 20:40:42 -0800 I have the same issue in -CURRENT/amd64 and it is indeed not specific to the amd64 architecture. The patch attached by Vasil Dimov fixes the issue for me. The bug should be refiled under bin and the patch supplied by Vasil works fine and should be applied :) --Devon From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 5 05:43:03 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C941216A41F for ; Sat, 5 Nov 2005 05:43:03 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB5E43D68 for ; Sat, 5 Nov 2005 05:42:56 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jA55gtoc013589; Sat, 5 Nov 2005 07:42:55 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 57468-08-2; Sat, 5 Nov 2005 07:42:54 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jA55fQff013416 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 Nov 2005 07:41:26 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id jA55fVpw047211; Sat, 5 Nov 2005 07:41:31 +0200 (EET) (envelope-from ru) Date: Sat, 5 Nov 2005 07:41:30 +0200 From: Ruslan Ermilov To: Richard Schilling Message-ID: <20051105054130.GL63539@ip.net.ua> References: <436BF442.9020708@rsmba.biz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rEhM+w5krfX9Wpv9" Content-Disposition: inline In-Reply-To: <436BF442.9020708@rsmba.biz> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: freebsd-amd64@freebsd.org Subject: Re: buildworld failing on amd64 with RELENG_6 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 05:43:03 -0000 --rEhM+w5krfX9Wpv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 04, 2005 at 03:52:34PM -0800, Richard Schilling wrote: > Just cvsup'd my source tree with the RELENG_6 tag and I'm trying to=20 > buildworld. >=20 > I get the following error, which I don't see reported on the list yet.=20 > It might be resolved by rebuilding libalias manually, but I don't know y= et. >=20 Could as well be a problem with a stale .depend file. Drop -DNO_CLEAN if you're using it. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D buildworld failure below =3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 >=20 > gb32/usr/lib32 -fpic -DPIC -O2 -fno-strict-aliasing -pipe -DYP=20 > -I/usr/obj/usr/src/lib32/usr/include/rpcsvc -c=20 > /usr/src/lib/librpcsvc/secretkey.c -o secretkey.Socc -m32=20 > -march=3Dathlon-xp -msse2 -mfancy-math-387 -DCOMPAT_32BIT=20 > -I/usr/obj/usr/src/lib32/usr/include -L/usr/obj/usr/src/lib32/usr/lib32= =20 > -B/usr/obj/usr/src/lib32/usr/lib32 -fpic -DPIC -O2=20 > -fno-strict-aliasing -pipe -DYP=20 > -I/usr/obj/usr/src/lib32/usr/include/rpcsvc -c=20 > /usr/src/lib/librpcsvc/xcrypt.c -o xcrypt.So > building shared library librpcsvc.so.3 > =3D=3D=3D> lib/libsbuf (all) > =3D=3D=3D> lib/libtacplus (all) > =3D=3D=3D> lib/libutil (all) > =3D=3D=3D> lib/libypclnt (all) > =3D=3D=3D> lib/libalias (all) > make: don't know how to make /usr/src/lib/libalias/alias.c. Stop > *** Error code 2 >=20 > Stop in /usr/src/lib. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --rEhM+w5krfX9Wpv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDbEYKqRfpzJluFF4RAt0hAJ4yTkG+Paa6KUpcFSUZe2dXp9SysQCcD7vj ECh/kxuajMb+UiPPS+2S8u8= =D8qi -----END PGP SIGNATURE----- --rEhM+w5krfX9Wpv9-- From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 5 07:02:47 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D93816A41F; Sat, 5 Nov 2005 07:02:47 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30BD43D45; Sat, 5 Nov 2005 07:02:46 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from localhost (localhost [127.0.0.1]) by people.fsn.hu (Postfix) with ESMTP id 900A784420; Fri, 4 Nov 2005 17:15:32 +0100 (CET) Received: from people.fsn.hu ([127.0.0.1]) by localhost (people.fsn.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55893-01-3; Fri, 4 Nov 2005 17:15:19 +0100 (CET) Received: from [127.0.0.1] (unknown [192.168.2.3]) by people.fsn.hu (Postfix) with ESMTP id 4AFD58441E; Fri, 4 Nov 2005 17:15:19 +0100 (CET) Message-ID: <436B8918.9060105@fsn.hu> Date: Fri, 04 Nov 2005 17:15:20 +0100 From: Attila Nagy User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <436A868F.4010606@fsn.hu> <20051104095129.M9692@fledge.watson.org> In-Reply-To: <20051104095129.M9692@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at fsn.hu Cc: freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: Reproduceable freeze with quotas enabled X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 07:02:47 -0000 Hello, Robert Watson wrote: > > On Thu, 3 Nov 2005, Attila Nagy wrote: > >> Hello, >> >> I have an "easily" (at least to me) reproduceable freeze with both >> 6-STABLE and 7-CURRENT on an amd64 SMP machine. >> >> What I do is simply copy a lot of directories, files and symlinks with >> different uids from another machine to this one, using rsync. > > > This is probably a vnode lock leak or deadlock. As it looks like you > have both the ability to get into the debugger and also a serial or > other remote console, the output of: > > show allpcpu > alltrace > show lockedvnods > show allocks > > would be helpful. There are also "options DEBUG_LOCKS" which extends > the debugging information available via "show lockedvnods" with > information about where the lock was acquired, which can be quite helpful. > > Robert N M Watson > >> >> With quotas enabled it freezes constantly, without quotas it doesn't. >> >> I have MP_WATCHDOG enabled (the kernel config is the default >> GENERIC+SMP with debuggers and MP_WATCHDOG only) so after the freeze >> it drops me into the debugger in which I can see the following: >> >> FreeBSD/amd64 (helen) (ttyv0) >> >> login: Watchdog timer: 3 >> Watchdog timer: 2 >> Watchdog timer: 1 >> Watchdog timer: 0 >> Watchdog firing! >> NMI ... going to debugger >> [thread pid 157 tid 100143 ] >> Stopped at vinactive+0x83: jz 0x365245a9 >> db> bt >> Tracing pid 157 tid 100143 td 0xffffff007b9c14c0 >> vinactive() at vinactive+0x83 >> vput() at vput+0x1cf >> qsync() at qsync+0x260 >> ffs_sync() at ffs_sync+0x159 >> sync_fsync() at sync_fsync+0x191 >> VOP_FSYNC_APV() at VOP_FSYNC_APV+0x3d >> sched_sync() at sched_sync+0x428 >> fork_exit() at fork_exit+0x86 >> fork_trampoline() at fork_trampoline+0xe >> --- trap 0, rip = 0, rsp = 0xffffffffb2029d00, rbp = 0 --- >> db> ps >> 157 ffffff007b9489c0 0 0 0 0000204 [CPU 0] syncer This is an HP machine, so I can access it via it's ILO port. But it mangles larger outputs, so alltrace will be truncated. I will find a way to get a serial console attached to it, but until that... I've recompiled the kernel with "options DEBUG_LOCKS", rebooted and started the rsync process. This is what I see now: login: Watchdog timer: 3 Watchdog timer: 2 Watchdog timer: 1 Watchdog timer: 0 Watchdog firing! NMI ... going to debugger [thread pid 14 tid 100010 ] db> bt Tracing pid 14 tid 100010 td 0xffffff007b94ebe0 acpi_cpu_c1() at acpi_cpu_c1+0x6 acpi_cpu_idle() at acpi_cpu_idle+0x174 idle_proc() at idle_proc+0x14e fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1e81d00, rbp = 0 --- db> ps [...] 14 ffffff007b97b680 0 0 0 000020c [CPU 0] idle: cpu0 [...] db> show allpcpu cpuid = 0 curthread = 0xffffff007b94ebe0: pid 14 "idle: cpu0" curpcb = 0xffffffffb1e81d10 fpcurthread = none idlethread = 0xffffff007b94ebe0: pid 14 "idle: cpu0" cpuid = 1 curthread = 0xffffff007b94e000: pid 13 "idle: cpu1" curpcb = 0xffffffffb1e68d10 fpcurthread = none idlethread = 0xffffff007b94e000: pid 13 "idle: cpu1" cpuid = 2 curthread = 0xffffff007b9014c0: pid 157 "syncer" curpcb = 0xffffffffb20e8d10 fpcurthread = none idlethread = 0xffffff007b94dbe0: pid 12 "idle: cpu2" cpuid = 3 curthread = 0xffffff007b94d980: pid 11 "mp_watchdog cpu 3" curpcb = 0xffffffffb1e5ed10 fpcurthread = none idlethread = 0xffffff007b94d980: pid 11 "mp_watchdog cpu 3" db> show lockedvnods Locked vnodes 0xffffff0061c05470: tag syncer, type VNON usecount 1, writecount 0, refcount 2 mountedhere 0 flags () lock type syncer: EXCL (count 1) by thread 0xffffff007b9014c0 (pid 157) 0xffffff00418086a8: tag ufs, type VDIR usecount 1, writecount 0, refcount 90 mountedhere 0 flags () lock type ufs: EXCL (count 1) by thread 0xffffff005d435980 (pid 1180) ino 18983427, on dev da1s1d 0xffffff0015a1b6a8: tag ufs, type VLNK usecount 0, writecount 0, refcount 1 mountedhere 0 flags (VI_DOOMED) lock type ufs: EXCL (count 1) by thread 0xffffff005d435980 (pid 1180) ino 19058341, on dev da1s1d WARNING this is not complete! db> alltrace --- syscall (93, FreeBSD ELF64, select), rip = 0x800d4c14c, rsp = 0x7fffffffc2d8 , rbp = 0x1 --- Tracing command rsync pid 1180 tid 100267 td 0xffffff005d435980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14c turnstile_wait() at turnstile_wait+0x272 _mtx_lock_sleep() at _mtx_lock_sleep+0xa6 msleep() at msleep+0x2a6 acquire() at acquire+0x76 debuglockmgr() at debuglockmgr+0x500 vop_stdlock() at vop_stdlock+0x3e VOP_LOCK_APV() at VOP_LOCK_APV+0x49 VOP_LOCK_APV() at VOP_LOCK_APV+0x49 debug_vn_lock() at debug_vn_lock+0x8f dqsync() at dqsync+0x95 dqrele() at dqrele+0x68 ufs_reclaim() at ufs_reclaim+0x100 VOP_RECLAIM_APV() at VOP_RECLAIM_APV+0x3d vgonel() at vgonel+0x12f vnlru_free() at vnlru_free+0x29f getnewvnode() at getnewvnode+0x2ca ffs_vget() at ffs_vget+0xe9 ffs_valloc() at ffs_valloc+0x109 ufs_makeinode() at ufs_makeinode+0x6e ufs_symlink() at ufs_symlink+0x3f VOP_SYMLINK_APV() at VOP_SYMLINK_APV+0x65 kern_symlink() at kern_symlink+0x3d3 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (57, FreeBSD ELF64, symlink), rip = 0x8006b93ec, rsp = 0x7fffffffb7d 8, rbp = 0xa64388 --- Tracing command sh pid 1178 tid 100202 td 0xffffff00601f8be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14c sleepq_wait_sig() at sleepq_wait_sig+0xe cv_wait_sig() at cv_wait_sig+0x17f kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x4165ac, rsp = 0x7fffffffe948, r bp = 0x7fffffffe970 --- Tracing command adjkerntz pid 271 tid 100195 td 0xffffff0062431000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14c sleepq_wait_sig() at sleepq_wait_sig+0xe msleep() at msleep+0x21b kern_sigsuspend() at kern_sigsuspend+0xb1 sigsuspend() at sigsuspend+0x40 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (341, FreeBSD ELF64, sigsuspend), rip = 0x80067a18c, rsp = 0x7ffffff fed28, rbp = 0xfffffffffffff1f0 --- (null)() at 0x80067a18c *** error reading from address fffffffffffff1f8 *** I will try to provide a full alltrace output tomorrow. Thanks, -- Attila Nagy e-mail: Attila.Nagy@fsn.hu Adopt a directory on our free software phone: +3630 306 6758 server! http://www.fsn.hu/?f=brick From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 5 07:26:19 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DACD316A436 for ; Sat, 5 Nov 2005 07:26:19 +0000 (GMT) (envelope-from rschi@rsmba.biz) Received: from admin.cablespeed.com (admin.cablespeed.com [216.15.205.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F9543D45 for ; Sat, 5 Nov 2005 07:26:17 +0000 (GMT) (envelope-from rschi@rsmba.biz) Received: from [66.235.9.146] (account schilling@cablespeed.com HELO [192.168.2.2]) by admin.cablespeed.com (CommuniGate Pro SMTP 4.2.10) with ESMTP id 57910549 for freebsd-amd64@freebsd.org; Sat, 05 Nov 2005 01:26:16 -0600 Message-ID: <436C5F54.7020300@rsmba.biz> Date: Fri, 04 Nov 2005 23:29:24 -0800 From: Richard Schilling Organization: Richard Schilling, MBA User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050318 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <436BF442.9020708@rsmba.biz> <20051105054130.GL63539@ip.net.ua> In-Reply-To: <20051105054130.GL63539@ip.net.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: buildworld failing on amd64 with RELENG_6 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 07:26:20 -0000 For some reason /usr/src/lib/libalias/alias.c didn't get built. Noting in that directory did. I did a cd to the director and did 'make clean && make' and it built all the files. We'll see what happens now. Richard Ruslan Ermilov wrote: > On Fri, Nov 04, 2005 at 03:52:34PM -0800, Richard Schilling wrote: > >>Just cvsup'd my source tree with the RELENG_6 tag and I'm trying to >>buildworld. >> >>I get the following error, which I don't see reported on the list yet. >>It might be resolved by rebuilding libalias manually, but I don't know yet. >> > > Could as well be a problem with a stale .depend file. Drop -DNO_CLEAN > if you're using it. > > >>========== buildworld failure below ====================== >> >> >> >>gb32/usr/lib32 -fpic -DPIC -O2 -fno-strict-aliasing -pipe -DYP >>-I/usr/obj/usr/src/lib32/usr/include/rpcsvc -c >>/usr/src/lib/librpcsvc/secretkey.c -o secretkey.Socc -m32 >>-march=athlon-xp -msse2 -mfancy-math-387 -DCOMPAT_32BIT >>-I/usr/obj/usr/src/lib32/usr/include -L/usr/obj/usr/src/lib32/usr/lib32 >> -B/usr/obj/usr/src/lib32/usr/lib32 -fpic -DPIC -O2 >>-fno-strict-aliasing -pipe -DYP >>-I/usr/obj/usr/src/lib32/usr/include/rpcsvc -c >>/usr/src/lib/librpcsvc/xcrypt.c -o xcrypt.So >>building shared library librpcsvc.so.3 >>===> lib/libsbuf (all) >>===> lib/libtacplus (all) >>===> lib/libutil (all) >>===> lib/libypclnt (all) >>===> lib/libalias (all) >>make: don't know how to make /usr/src/lib/libalias/alias.c. Stop >>*** Error code 2 >> >>Stop in /usr/src/lib. >>*** Error code 1 >> >>Stop in /usr/src. >>*** Error code 1 >> >>Stop in /usr/src. >>*** Error code 1 >> >>Stop in /usr/src. >>*** Error code 1 >> >>Stop in /usr/src. > > From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 5 09:21:37 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BF7816A41F; Sat, 5 Nov 2005 09:21:37 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0361343D46; Sat, 5 Nov 2005 09:21:36 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from localhost (localhost [127.0.0.1]) by people.fsn.hu (Postfix) with ESMTP id B72C48441F; Sat, 5 Nov 2005 10:21:34 +0100 (CET) Received: from people.fsn.hu ([127.0.0.1]) by localhost (people.fsn.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 93111-03-3; Sat, 5 Nov 2005 10:21:29 +0100 (CET) Received: from [127.0.0.1] (unknown [192.168.2.3]) by people.fsn.hu (Postfix) with ESMTP id 268678441E; Sat, 5 Nov 2005 10:21:29 +0100 (CET) Message-ID: <436C7998.5040404@fsn.hu> Date: Sat, 05 Nov 2005 10:21:28 +0100 From: Attila Nagy User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <436A868F.4010606@fsn.hu> <20051104095129.M9692@fledge.watson.org> <436B8918.9060105@fsn.hu> In-Reply-To: <436B8918.9060105@fsn.hu> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at fsn.hu Cc: freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: Reproduceable freeze with quotas enabled X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 09:21:37 -0000 Hello, Attila Nagy wrote: > Robert Watson wrote: >> On Thu, 3 Nov 2005, Attila Nagy wrote: >>> I have an "easily" (at least to me) reproduceable freeze with both >>> 6-STABLE and 7-CURRENT on an amd64 SMP machine. >>> What I do is simply copy a lot of directories, files and symlinks >>> with different uids from another machine to this one, using rsync. >> This is probably a vnode lock leak or deadlock. As it looks like you >> have both the ability to get into the debugger and also a serial or >> other remote console, the output of: >> show allpcpu >> alltrace >> show lockedvnods >> show allocks >> would be helpful. There are also "options DEBUG_LOCKS" which extends >> the debugging information available via "show lockedvnods" with >> information about where the lock was acquired, which can be quite >> helpful. http://people.fsn.hu/~bra/freebsd/crash-20051105/crashlog I've put all together in this file. Tell me please if I can do anything to make the issue more clear. Thanks, -- Attila Nagy e-mail: Attila.Nagy@fsn.hu Adopt a directory on our free software phone: +3630 306 6758 server! http://www.fsn.hu/?f=brick From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 5 17:41:10 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C2E416A41F for ; Sat, 5 Nov 2005 17:41:10 +0000 (GMT) (envelope-from job2600@yahoo.com) Received: from web30201.mail.mud.yahoo.com (web30201.mail.mud.yahoo.com [68.142.200.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 2F20643D70 for ; Sat, 5 Nov 2005 17:40:56 +0000 (GMT) (envelope-from job2600@yahoo.com) Received: (qmail 34702 invoked by uid 60001); 5 Nov 2005 17:40:55 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=3QYgl8D8UfkkRh/+z6OwogfQTh2s2AOm28/giRc6lhZkQrP0xxRu/LklCjIcz83mGXnRENZjMjFnQCUY/oIG8W4xdy/nfUjSquuWcSMBsvwLwW16GL+a4/SoQb+0kH1C4wQevHDHqrCflsNELwGiFTyTu91K52rHhajDKVNCH9Y= ; Message-ID: <20051105174055.34700.qmail@web30201.mail.mud.yahoo.com> Received: from [24.10.198.100] by web30201.mail.mud.yahoo.com via HTTP; Sat, 05 Nov 2005 09:40:55 PST Date: Sat, 5 Nov 2005 09:40:55 -0800 (PST) From: Aaron Job Andrus To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: System powers off after selecting boot option X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 17:41:10 -0000 I'm trying to install 6.0 64bit on my Compaq Presario R3000 (AMD Athlon 64 3400+). When I boot to the disk1 cd I get to the boot menu where I am presented with the options to boot default, no acpi, safemode, single user mode etc. However, no matter which boot option I choose my laptop powers off after a few seconds of churning (/-\-/). I can "escape to the boot console". Are there any special variables I need to set in order to proceed from the boot console? Thanks, Aaron