From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 25 11:14:14 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 A926A16A41F for ; Sun, 25 Dec 2005 11:14:14 +0000 (GMT) (envelope-from bozo@abutre.homeip.net) Received: from smtp.dcc.ufmg.br (turquesa.dcc.ufmg.br [150.164.0.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E7943D5E for ; Sun, 25 Dec 2005 11:14:13 +0000 (GMT) (envelope-from bozo@abutre.homeip.net) Received: from abutre.homeip.net (unknown [201.19.151.151]) by smtp.dcc.ufmg.br (Postfix) with ESMTP id 5132B78C18 for ; Sun, 25 Dec 2005 09:14:11 -0200 (BRST) Received: from localhost (localhost [127.0.0.1]) by abutre.homeip.net (Postfix) with ESMTP id 7D7862E00D for ; Sun, 25 Dec 2005 09:14:04 -0200 (BRST) From: Flavio Pimentel Silvestrow To: freebsd-amd64@freebsd.org Content-Type: text/plain Date: Sun, 25 Dec 2005 09:14:04 -0200 Message-Id: <1135509244.49716.24.camel@abutre> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Chroot to a 32 bits environment 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, 25 Dec 2005 11:14:14 -0000 Hello. I'm trying to setup a 32 bits environment on a amd64 system (6.0-STABLE as of Dec 18). My goal is to be able to build (and run!) ports marked as ONLY_FOR_ARCHS=i386. I'm not sure it's going to work, but I'm willing to find out. Anyway, I built the 32 bits world and installed on a different folder, like this: # cd /usr/src # make TARGET_ARCH=i386 buildworld # make TARGET_ARCH=i386 DESTDIR=/usr/32 installworld All went fine. I then mount /usr/32/dev adding the line below to /etc/rc.conf and restarting devd: devfs_set_rulesets="/usr/32/dev=devfsrules_jail" Finally, I mount /usr/32/proc and chroot the whole thing: # mount -t procfs proc /usr/32/proc # chroot /usr/32 First error is: cannot stat /var/run/utmp. Please "unset watch". Which makes commands like 'who' unhappy. On to a more important test: # truss ping 127.0.0.1 [ *** SNIP *** ] gettimeofday({1135506828 464440},0x0) = 0 (0x0) sendto(0x3,0x804ee14,0,0x0,{ AF_INET 127.0.0.1:0 },0x10) = 64 (0x40) gettimeofday({1135506828 468435},0x0) = 0 (0x0) gettimeofday({1135506828 470434},0x0) = 0 (0x0) select(4,{3},0x0,0x0,{0 998001}) = 1 (0x1) recvmsg() ERR#78 'Function not implemented' SIGNAL 12 (SIGSYS) SIGNAL 12 (SIGSYS) Process stopped because of: 16 process exit, rval = 12 Bad system call (Lines might wrap, sorry). So, recvmsg() not implemented? Something fishy... Lots of basic commands like netstat and top fail to work also (I can send the output for those if anybody wants). I have COMPAT_IA32 on my kernel. Not really sure what to do next... Sorry for the long post, and happy holidays to all! -- Flavio Pimentel Silvestrow From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 25 14:53: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 559E616A41F for ; Sun, 25 Dec 2005 14:53:13 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B472A43D49 for ; Sun, 25 Dec 2005 14:53:12 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IS200GAI6WG2B40@osl1smout1.broadpark.no> for freebsd-amd64@freebsd.org; Sun, 25 Dec 2005 15:57:52 +0100 (CET) Received: from kg-work.kg4.no ([80.203.92.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0IS20032P6T3GH20@osl1sminn1.broadpark.no> for freebsd-amd64@freebsd.org; Sun, 25 Dec 2005 15:55:51 +0100 (CET) Date: Sun, 25 Dec 2005 15:53:10 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH To: freebsd-amd64@freebsd.org Message-id: <20051225155310.0edbe3ca.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: hardware monitoring support for MSI RS480M2-IL (aka MS-7093) motherboard? 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, 25 Dec 2005 14:53:13 -0000 Hi, Does anyone have success in getting a hw monitoring program (you know, cpu temp, fan speeds, etc) working with the MSI RS480M2-IL (aka MS-7093) motherboard? I'm running FreeBSD 6.0-stable / amd64 o this motherboard. There shouldn't be any difference from running the i386 version, with regards to hardware monitoring? I have tried xmbmon from ports, but it just says: root@kg-quiet# mbmon -d -A Summary of Detection: * No monitors found. InitMBInfo: Unknown error: 0 This program needs "setuid root"!! I really don't know why it prints that last line, the program is setuid root already: root@kg-quiet# ls -l `which mbmon` -r-sr-xr-x 1 root wheel 52064 Dec 25 13:34 /usr/local/bin/mbmon A 'mbmon -D' gives: root@kg-quiet# mbmon -D Probe Request: none >>> Testing Reg's at ISA-IO <<< [ISA Port IO-Base:0x290] Probing Winbond/Asus/LM78/79 chip: CR40:0xFF, CR41:0xFF, CR42:0xFF, CR43:0xFF CR44:0xFF, CR45:0xFF, CR46:0xFF, CR47:0xFF CR48:0xFF, CR49:0xFF, CR4A:0xFF, CR4B:0xFF CR4C:0xFF, CR4D:0xFF, CR4E:0xFF, CR4F:0xFF CR56:0xFF, CR58:0xFF, CR59:0xFF, CR5D:0xFF CR3E:0xFF, CR13:0xFF, CR17:0xFF, CRA1:0xFF CR20:0xFF, CR22:0xFF, CR23:0xFF, CR24:0xFF CR27:0xFF, CR29:0xFF, CR2A:0xFF, CR2B:0xFF No Hardware Monitor found!! InitMBInfo: Unknown error: 0 Does anybody know what hw monitoring chip this motherboard have? And where that chip is connected? Is it connected to the SMbus controller in the SB400 southbridge? I tried Google, buth couldn't find any good info. -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 25 20:33:41 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 DE18616A41F for ; Sun, 25 Dec 2005 20:33:41 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A31C43D62 for ; Sun, 25 Dec 2005 20:33:40 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from eurystheus.local (port-212-202-39-231.dynamic.qsc.de [212.202.39.231]) by efacilitas.de (Postfix) with ESMTP id 1A6B34C5AB; Sun, 25 Dec 2005 21:42:11 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id A547C5285E; Sun, 25 Dec 2005 21:32:09 +0100 (CET) Message-ID: <43AF022B.60202@spray.se> Date: Sun, 25 Dec 2005 21:33:47 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: JoaoBR References: <200512221151.25834.joao@matik.com.br> <43AAB951.6050604@spray.se> <200512221358.42229.joao@matik.com.br> In-Reply-To: <200512221358.42229.joao@matik.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-amd64@freebsd.org Subject: Re: make depend fails 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: Sun, 25 Dec 2005 20:33:42 -0000 JoaoBR schrieb: > On Thursday 22 December 2005 12:33, Björn König wrote: > >>JoaoBR schrieb: >> >>>[...] >>>"Makefile", line 4: "ACPI can only be compiled into the kernel on the >>>amd64 and ia64 platforms" >>>*** Error code 1 >>> >>>[...] >>>MODULES_OVERRIDE=acpi splash bridge if_bridge >>>[...] >> >>The error message wants to tell you that you can't create an ACPI >>module. It have to be compiled into the kernel. >> > > > I see but still funny because I understood here that the "acpi can only be > compiled into the kernel on amd64 and ia64 platforms" as if I had another > platform, this messages says nothing about a module > > probably something like > > "you can not compile acpi as module on amd64" would be a clear statement. Yes, that's true. I had to read it twice. English is not my mother tongue, so I can't deceide if this sounds odd; at least it does if I translate into my language. :) Björn From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 25 21:45:46 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 CA13416A41F for ; Sun, 25 Dec 2005 21:45:46 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394F243D58 for ; Sun, 25 Dec 2005 21:45:45 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id 381E61DD4B1 for ; Sun, 25 Dec 2005 21:45:42 +0000 (GMT) Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02595-01 for ; Sun, 25 Dec 2005 21:45:41 +0000 (GMT) Received: by outcold.yadt.co.uk (Postfix, from userid 1001) id DF2551DD4AD; Sun, 25 Dec 2005 21:45:41 +0000 (GMT) Date: Sun, 25 Dec 2005 21:45:41 +0000 From: David Taylor To: freebsd-amd64@freebsd.org Message-ID: <20051225214541.GA3244@outcold.yadt.co.uk> Mail-Followup-To: freebsd-amd64@freebsd.org References: <200512221151.25834.joao@matik.com.br> <20051222143655.GB29372@qlovarnika.bg.datamax> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20051222143655.GB29372@qlovarnika.bg.datamax> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new 2.3.3 (20050822) at yadt.co.uk Subject: Re: make depend fails 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: Sun, 25 Dec 2005 21:45:46 -0000 On Thu, 22 Dec 2005, Vasil Dimov wrote: > On Thu, Dec 22, 2005 at 11:51:24AM -0200, JoaoBR wrote: > > ===> acpi (obj) > > "Makefile", line 4: "ACPI can only be compiled into the kernel on the amd64 > > and ia64 platforms" > > *** Error code 1 > ... > > ####### > > make.conf > > ####### > ... > > MODULES_OVERRIDE=acpi splash bridge if_bridge > > You are requesting to build acpi as a module, which is > not possible on amd64 Which is almost the opposite of how I read that error message. It seems to say that ACPI can only be compiled into the kernel if you're running amd64/ia64, that is, if you're not running amd64/ia64 you can't compile acpi into the kernel. Of course, the intended meaning is as you say, but it could perhaps be clearer. -- David Taylor From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 25 23:10:18 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 60D5A16A420; Sun, 25 Dec 2005 23:10:18 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC7AE43D4C; Sun, 25 Dec 2005 23:10:17 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.4/8.13.4) with ESMTP id jBPNAGdA056138; Sun, 25 Dec 2005 18:10:16 -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 jBPNAGgU021930; Sun, 25 Dec 2005 18:10:16 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E460A7302F; Sun, 25 Dec 2005 18:10:15 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20051225231015.E460A7302F@freebsd-current.sentex.ca> Date: Sun, 25 Dec 2005 18:10:15 -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 205.211.164.50 Cc: Subject: [releng_6 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: Sun, 25 Dec 2005 23:10:18 -0000 TB --- 2005-12-25 21:40:50 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-12-25 21:40:50 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2005-12-25 21:40:50 - cleaning the object tree TB --- 2005-12-25 21:41:24 - checking out the source tree TB --- 2005-12-25 21:41:24 - cd /tinderbox/RELENG_6/amd64/amd64 TB --- 2005-12-25 21:41:24 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_6 src TB --- 2005-12-25 21:50:19 - building world (CFLAGS=-O -pipe) TB --- 2005-12-25 21:50:19 - cd /src TB --- 2005-12-25 21:50:19 - /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-12-25 23:01:51 - generating LINT kernel config TB --- 2005-12-25 23:01:51 - cd /src/sys/amd64/conf TB --- 2005-12-25 23:01:51 - /usr/bin/make -B LINT TB --- 2005-12-25 23:01:51 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2005-12-25 23:01:51 - cd /src TB --- 2005-12-25 23:01:51 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Dec 25 23:01:51 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 [...] cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -finstrument-functions -Wno-inline /src/sys/netinet/if_atm.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -finstrument-functions -Wno-inline /src/sys/netinet/if_ether.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -finstrument-functions -Wno-inline /src/sys/netinet/igmp.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -finstrument-functions -Wno-inline /src/sys/netinet/in.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -finstrument-functions -Wno-inline /src/sys/netinet/ip_carp.c /src/sys/netinet/ip_carp.c: In function `carp_set_addr6': /src/sys/netinet/ip_carp.c:1600: error: too few arguments to function `in6_joingroup' /src/sys/netinet/ip_carp.c:1613: error: too few arguments to function `in6_joingroup' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2005-12-25 23:10:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-12-25 23:10:15 - ERROR: failed to build lint kernel TB --- 2005-12-25 23:10:15 - tinderbox aborted TB --- 1.20 user 6.68 system 5365.63 real From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 00:00:17 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 D84A216A41F for ; Mon, 26 Dec 2005 00:00:17 +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 B934F43D76 for ; Mon, 26 Dec 2005 00:00:09 +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 jBQ007nH019723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Dec 2005 01:00:07 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id jBQ007gd019722; Mon, 26 Dec 2005 01:00:07 +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: Torfinn Ingolfsen In-Reply-To: <20051223115424.2606720c.torfinn.ingolfsen@broadpark.no> References: <20051223115424.2606720c.torfinn.ingolfsen@broadpark.no> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-v9Fx2KRe5812xVuYl1MQ" Date: Mon, 26 Dec 2005 01:00:07 +0100 Message-Id: <1135555207.22517.11.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: freebsd-amd64@FreeBSD.org Subject: Re: amd64 motherboards: GA-K8NF-9 needs notes 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: Mon, 26 Dec 2005 00:00:18 -0000 --=-v9Fx2KRe5812xVuYl1MQ Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Torfinn Ingolfsen p=ED=B9e v p=E1 23. 12. 2005 v 11:54 +0100: > Hello, >=20 > The Gigabyte GA-K8NF-9 motherboard is listed in the amd64 motherboards > page. But the 'Notes' field is empty. If you look at the provided dmesg, > you will see that the submitter has many comments on things that doesn't > work (look under "Fixes"). > IMHO, these comments should be put in the notes field. >=20 > I just got a K8NF-9 and installed FreeBSD 6.0-release / amd64 on it. As > I expected, nve didn't work, so I put in another network card until I > get the machine upgraded to -stable. Currently busy doing just that. :-) >=20 > BTW, should I snd-pr an update for this motherboard once I get the > update done? Looks like I missed the part of the PR under the dmesg... sorry! I just added the bits about the RAID and network controller to the motherboards page. --=20 Pav Lucistnik ... the obese drugged penguin used by Linux. -- Scott Long --=-v9Fx2KRe5812xVuYl1MQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDrzKHntdYP8FOsoIRAoHwAKDPghqbBcaTA3TXluNGCsK892WZlwCeJmyJ 7MyyetdAjIWmHZ2l/5Y1pzg= =GnWX -----END PGP SIGNATURE----- --=-v9Fx2KRe5812xVuYl1MQ-- From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 00:55:41 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 6A0AD16A41F for ; Mon, 26 Dec 2005 00:55:41 +0000 (GMT) (envelope-from groot@kde.org) Received: from pandora.cs.kun.nl (pandora.cs.kun.nl [131.174.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B597643D4C for ; Mon, 26 Dec 2005 00:55:40 +0000 (GMT) (envelope-from groot@kde.org) Received: from odin.cs.kun.nl [131.174.33.33] (helo=localhost.englishbreakfastnetwork.org) by pandora.cs.kun.nl (8.13.5/5.7) with ESMTP id jBQ0tbN1015978; Mon, 26 Dec 2005 01:55:37 +0100 (MET) From: Adriaan de Groot To: freebsd-amd64@freebsd.org Date: Mon, 26 Dec 2005 01:55:31 +0100 User-Agent: KMail/1.9 References: <20051225155310.0edbe3ca.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20051225155310.0edbe3ca.torfinn.ingolfsen@broadpark.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1972511.lDIB5cUdpb"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512260155.37051.groot@kde.org> X-Spam-Score: 1.833 (*) BAYES_50,FORGED_RCVD_HELO X-Scanned-By: MIMEDefang 2.48 on 131.174.33.4 Cc: Subject: Re: hardware monitoring support for MSI RS480M2-IL (aka MS-7093) motherboard? 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, 26 Dec 2005 00:55:41 -0000 --nextPart1972511.lDIB5cUdpb Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 25 December 2005 15:53, Torfinn Ingolfsen wrote: > I'm running FreeBSD 6.0-stable / amd64 o this motherboard. There > shouldn't be any difference from running the i386 version, with regards > to hardware monitoring? Well, it's not 100% trivial; for instance, on the Asus A8V you need to use = the=20 =2DI flag on mbmon to force it to use a particular polling method. beans$mbmon Temp.=3D 124.0, 124.0, 0.0; Rot.=3D 0, 0, 0 Vcore =3D 0.00, 0.00; Volt. =3D 0.00, 0.00, 0.00, 0.00, 0.00 ^C beans$mbmon -I Temp.=3D 36.0, 46.0, 0.0; Rot.=3D 2596, 2556, 0 Vcore =3D 1.55, 0.00; Volt. =3D 3.41, 5.11, 11.13, 0.31, 5.11 ^C So you might want to fiddle around there, even though your immediate proble= m=20 =2D- no monitor methods found at _all_ -- is different. =2D-=20 These are your friends - Adem GPG: FEA2 A3FE Adriaan de Groot --nextPart1972511.lDIB5cUdpb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDrz+JdqzuAf6io/4RAgTfAJ4m6tHLZAS4XZaO1vhOURxYJ8kyUQCgkgpj PYmAOlbiVjDErt79zH+KwgU= =yZ56 -----END PGP SIGNATURE----- --nextPart1972511.lDIB5cUdpb-- From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 01:35: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 773B516A420; Mon, 26 Dec 2005 01:35:05 +0000 (GMT) (envelope-from groot@kde.org) Received: from pandora.cs.kun.nl (pandora.cs.kun.nl [131.174.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A715443D5C; Mon, 26 Dec 2005 01:35:04 +0000 (GMT) (envelope-from groot@kde.org) Received: from odin.cs.kun.nl [131.174.33.33] (helo=localhost.englishbreakfastnetwork.org) by pandora.cs.kun.nl (8.13.5/5.7) with ESMTP id jBQ1Z1Eu016932; Mon, 26 Dec 2005 02:35:01 +0100 (MET) From: Adriaan de Groot To: freebsd-amd64@freebsd.org Date: Mon, 26 Dec 2005 02:35:01 +0100 User-Agent: KMail/1.9 References: <200512221155.04352.groot@kde.org> <200512232244.37363.groot@kde.org> In-Reply-To: <200512232244.37363.groot@kde.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1903168.3AckSPnWF1"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512260235.01584.groot@kde.org> X-Spam-Score: 1.833 (*) BAYES_50,FORGED_RCVD_HELO X-Scanned-By: MIMEDefang 2.48 on 131.174.33.4 Cc: freebsd-acpi@freebsd.org Subject: Re: Bad characters in Asus A8N-VM CSM 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, 26 Dec 2005 01:35:05 -0000 --nextPart1903168.3AckSPnWF1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 23 December 2005 22:44, Adriaan de Groot wrote: > On Thursday 22 December 2005 11:55, Adriaan de Groot wrote: > > I just picked up an Asus A8N-VM CSM motherboard. It's a nForce 430 + > > GForge 6150 integrated mini-ATX job, amd64, very 1337 and new. That mea= ns > > trouble > > [Following up on myself, for documentation purposes, and CCing -amd64 to > warn off potential users there as well.] Same warning. Experiments with 6.0-STABLE x86 (so, really, amd64 readers ca= n=20 switch off) show the following: 1) 6.0-R x86 can be installed if ACPI is switched off. 2) With ACPI off, an interrupt storm will use 97% of CPU or so, so the=20 installation takes a long time. It may be worth digging out a 2x CDROM driv= e,=20 since I couldn't get a 52x to stay stable long enough to install from. 3) The DSDT is just so totally fscked on this system you need to hex-edit i= t=20 to fix it. I'll post a partly-fixed DSDT on a website if anyone needs it.=20 This causes checksum errors, but that doesn't seem to bother the system. 4) With the fixed DSDT and TFH "11.16.5.3 Overriding the Default AML" you c= an=20 boot with ACPI enabled and the interrupt storms will be over. 4a) Fixing the rest of the AML is beyond my ken, since it's got methods use= d=20 before definition (can I just move them up in the source file?). 4b) If that's fixed, then there's a bunch of If(SS1) statements outside of= =20 method bodies; SS1 is defined as constant 1 elsewhere, so this looks like=20 it's intended to be conditional compilation, which the current iasl doesn't= =20 support. 4c) If anyone else feels like looking at the ASL, I'll post it somewhere. 5) I just panic'ed the system while downloading portupgrade and accessing t= he=20 CDROM drive concurrently, so stability is an issue. =2D-=20 These are your friends - Adem GPG: FEA2 A3FE Adriaan de Groot --nextPart1903168.3AckSPnWF1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDr0jFdqzuAf6io/4RAqsDAJ9YIIJWmC1SGeq40uMF1XLq7IFQmgCdHzaT uwVQFysF2VdZAbMCQiWwILM= =a3D4 -----END PGP SIGNATURE----- --nextPart1903168.3AckSPnWF1-- From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 11:02: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 0B7A016A420 for ; Mon, 26 Dec 2005 11:02:09 +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 6DA4243D5A for ; Mon, 26 Dec 2005 11:02:08 +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.4/8.13.4) with ESMTP id jBQB28t3017999 for ; Mon, 26 Dec 2005 11:02:08 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBQB27hs017993 for freebsd-amd64@freebsd.org; Mon, 26 Dec 2005 11:02:07 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 26 Dec 2005 11:02:07 GMT Message-Id: <200512261102.jBQB27hs017993@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, 26 Dec 2005 11:02:09 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/08/09] amd64/84693 amd64 Keyboard not recognized during first step o [2005/11/17] amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing 2 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/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/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 [fxp] fxp0: device timeout, fxp interface 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/29] amd64/85431 amd64 AMD64 has short but temporary freezes (ha o [2005/08/29] amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMP o [2005/09/13] amd64/86080 amd64 [radeon] [hang] radeon DRI causes system 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 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/25] amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock c o [2005/10/31] amd64/88299 amd64 swapcontext fails with errno 0 o [2005/11/06] amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not b f [2005/11/09] amd64/88746 amd64 Buffer problem with SSH2 under amd64 arch o [2005/11/10] amd64/88790 amd64 kernel panic on first boot (after the Fre o [2005/11/24] amd64/89501 amd64 System crashes on install using ftp on lo o [2005/11/24] amd64/89503 amd64 Cant Boot Installation Disk o [2005/11/25] amd64/89546 amd64 [geom] GEOM error o [2005/11/25] amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o [2005/11/25] amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) o [2005/12/05] amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem o [2005/12/12] amd64/90303 amd64 Marvell 88E8111 Gigabit LAN PHY driver o [2005/12/22] amd64/90798 amd64 asking if motherboard is compatible 59 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/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/18] amd64/82399 amd64 MSI K8N Neo4 Platinium is not supported 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/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/10/23] amd64/87882 amd64 emu10k1 and APCI on amd64 is just noisy o [2005/11/09] amd64/88730 amd64 kernel panics during booting from the ins 15 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 15:21:53 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 991E516A41F for ; Mon, 26 Dec 2005 15:21:53 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E1243D5F for ; Mon, 26 Dec 2005 15:21:50 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 7AFE57DEB; Mon, 26 Dec 2005 10:21:49 -0500 (EST) References: <200511292057.13225.dantavious@comcast.net> <20051130020424.GA62452@xor.obsecurity.org> <1133320078.48495.14.camel@dracula> <20051130032845.GA63316@xor.obsecurity.org> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Kris Kennaway Date: Mon, 26 Dec 2005 10:21:49 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: amd64@freebsd.org Subject: Re: 64bit FreeBSD performance 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, 26 Dec 2005 15:21:53 -0000 Kris Kennaway writes: > though, there are only a handful of such ports (if you exclude linux > binaries). FYI, Opera is one of those few.. Setting up a new machine and that, so far, is the only port I had issues with. From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 15:31: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 86E1D16A41F for ; Mon, 26 Dec 2005 15:31:37 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id F209F43D4C for ; Mon, 26 Dec 2005 15:31:36 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 793637E5A for ; Mon, 26 Dec 2005 10:31:36 -0500 (EST) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: FreeBSD AMD list Date: Mon, 26 Dec 2005 10:31:36 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: No APM yet for AMD? 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, 26 Dec 2005 15:31:37 -0000 Just got a laptop with a Turion CPU and installed FBSD 6.0 for AMD. Don't see any APM in the NOTES file. Not supported yet? Didn't see any notes on archives either saying anything one way or the other. From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 15:55: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 75BA216A41F for ; Mon, 26 Dec 2005 15:55:33 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E3443D79 for ; Mon, 26 Dec 2005 15:55:26 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1158984nzo for ; Mon, 26 Dec 2005 07:54:58 -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=qLMksuaXAyMOsn4ik8I+kHNkw8dDY0uIUTG2gMFODBVhm9kC7nOzQYvg5gl1SW4PTl0F+809nHkmQxmHeaSDZyDOOWl1K7YoVJVE16QYlywPWzHV5NWuwClyvF7qUviSYNJtiixN75FnVyokVuZ1yk66LK6PEPLQ20Bx8F50pdY= Received: by 10.64.196.3 with SMTP id t3mr1138853qbf; Mon, 26 Dec 2005 07:54:57 -0800 (PST) Received: by 10.65.192.14 with HTTP; Mon, 26 Dec 2005 07:54:57 -0800 (PST) Message-ID: Date: Mon, 26 Dec 2005 16:54:57 +0100 From: Claus Guttesen To: Francisco Reyes In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD AMD list Subject: Re: No APM yet for AMD? 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, 26 Dec 2005 15:55:33 -0000 > Just got a laptop with a Turion CPU and installed FBSD 6.0 for AMD. > Don't see any APM in the NOTES file. Not supported yet? APM has been replaced by ACPI. regards Claus From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 16:18:20 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 2F05116A41F for ; Mon, 26 Dec 2005 16:18:20 +0000 (GMT) (envelope-from astrodog@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214C143D5E for ; Mon, 26 Dec 2005 16:18:19 +0000 (GMT) (envelope-from astrodog@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so928729wra for ; Mon, 26 Dec 2005 08:18:18 -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=mNenWSC/AARDSFBzo87Y+JhPgG5Dy2RgHQOtz7ivMzrK2ZLL9eJOed1yXBRkunhsmEuefnipQJVidOB3RNpOzvWshTat7f3/6apWgkiHnjQrRRmPwaS/tf+X1kqGTrAskBJHYFe627he97ZFaOtPGvXc0e+hVpVPFXGliO4+8no= Received: by 10.54.71.5 with SMTP id t5mr6250759wra; Mon, 26 Dec 2005 08:18:18 -0800 (PST) Received: by 10.54.115.11 with HTTP; Mon, 26 Dec 2005 08:18:18 -0800 (PST) Message-ID: <2fd864e0512260818j869c6f2u1d7e61b22b8a41a8@mail.gmail.com> Date: Mon, 26 Dec 2005 10:18:18 -0600 From: Astrodog To: Flavio Pimentel Silvestrow In-Reply-To: <1135509244.49716.24.camel@abutre> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1135509244.49716.24.camel@abutre> Cc: freebsd-amd64@freebsd.org Subject: Re: Chroot to a 32 bits environment 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, 26 Dec 2005 16:18:20 -0000 On 12/25/05, Flavio Pimentel Silvestrow wrote: > Hello. > > I'm trying to setup a 32 bits environment on a amd64 system (6.0-STABLE > as of Dec 18). > > My goal is to be able to build (and run!) ports marked as > ONLY_FOR_ARCHS=3Di386. I'm not sure it's going to work, but I'm willing t= o > find out. > > Anyway, I built the 32 bits world and installed on a different folder, > like this: > > # cd /usr/src > # make TARGET_ARCH=3Di386 buildworld > # make TARGET_ARCH=3Di386 DESTDIR=3D/usr/32 installworld > > All went fine. I then mount /usr/32/dev adding the line below > to /etc/rc.conf and restarting devd: > > devfs_set_rulesets=3D"/usr/32/dev=3Ddevfsrules_jail" > > Finally, I mount /usr/32/proc and chroot the whole thing: > > # mount -t procfs proc /usr/32/proc > # chroot /usr/32 > > First error is: > > cannot stat /var/run/utmp. Please "unset watch". > > Which makes commands like 'who' unhappy. On to a more important test: > > # truss ping 127.0.0.1 > [ *** SNIP *** ] > gettimeofday({1135506828 464440},0x0) =3D 0 (0x0) > sendto(0x3,0x804ee14,0,0x0,{ AF_INET 127.0.0.1:0 },0x10) =3D 64 (0x40) > gettimeofday({1135506828 468435},0x0) =3D 0 (0x0) > gettimeofday({1135506828 470434},0x0) =3D 0 (0x0) > select(4,{3},0x0,0x0,{0 998001}) =3D 1 (0x1) > recvmsg() ERR#78 'Function not > implemented' > SIGNAL 12 (SIGSYS) > SIGNAL 12 (SIGSYS) > Process stopped because of: 16 > process exit, rval =3D 12 > Bad system call > > (Lines might wrap, sorry). > > So, recvmsg() not implemented? Something fishy... > > Lots of basic commands like netstat and top fail to work also (I can > send the output for those if anybody wants). I have COMPAT_IA32 on my > kernel. Not really sure what to do next... > > Sorry for the long post, and happy holidays to all! > > -- > Flavio Pimentel Silvestrow Within the jail environment, it becomes impossible for the 32-bit binaries you're trying to run, to get to the libraries FreeBSD uses to provide 32-bit compat, I suspect. As far as the "Only for i386" stuff goes, in my experence, ~50% of the ports that show that, actually compile on amd64 without too much in the way of bug fixing. For the other 50%, I try to use things like i386 packages, which are, for the most part, perfectly happy on amd64. From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 16:41:31 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 739B416A423 for ; Mon, 26 Dec 2005 16:41:31 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id B557E43D5A for ; Mon, 26 Dec 2005 16:41:30 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 1D1947D8C; Mon, 26 Dec 2005 11:41:30 -0500 (EST) References: Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Claus Guttesen Date: Mon, 26 Dec 2005 11:41:29 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: FreeBSD AMD list Subject: Re: No APM yet for AMD? 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, 26 Dec 2005 16:41:31 -0000 Claus Guttesen writes: > APM has been replaced by ACPI. So I guess I won't be using power management with this laptop. :-( I had to setup /boot/loader.conf hit.acpi.0.disabled=1 for this machine to boot. Otherwise it freezes at bootup. From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 16:50: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 7DB6316A41F for ; Mon, 26 Dec 2005 16:50:51 +0000 (GMT) (envelope-from joao@matik.com.br) Received: from msrv.matik.com.br (msrv.matik.com.br [200.152.83.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7557A43D49 for ; Mon, 26 Dec 2005 16:50:41 +0000 (GMT) (envelope-from joao@matik.com.br) Received: from anb (anb.matik.com.br [200.152.83.34]) by msrv.matik.com.br (8.13.4/8.13.1) with ESMTP id jBQGocql071633 for ; Mon, 26 Dec 2005 14:50:39 -0200 (BRST) (envelope-from joao@matik.com.br) From: JoaoBR To: freebsd-amd64@freebsd.org Date: Mon, 26 Dec 2005 14:50:33 -0200 User-Agent: KMail/1.8.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512261450.33403.joao@matik.com.br> X-Filter-Version: 1.11a (msrv.matik.com.br) X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on msrv.matik.com.br X-Virus-Status: Clean Subject: Re: No APM yet for AMD? 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, 26 Dec 2005 16:50:51 -0000 On Monday 26 December 2005 13:54, Claus Guttesen wrote: > > APM has been replaced by ACPI. > better: ... by [half functional] ACPI I believe it is still not replaced but unfortunatly apm[d] is not working= =20 anymore completly on 6.0 either Jo=E3o A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura. Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 17:22:34 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 1C12916A41F for ; Mon, 26 Dec 2005 17:22:34 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6584043D72 for ; Mon, 26 Dec 2005 17:22:25 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 151237E38; Mon, 26 Dec 2005 12:22:21 -0500 (EST) References: Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Claus Guttesen Date: Mon, 26 Dec 2005 12:22:20 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: FreeBSD AMD list Subject: Re: No APM yet for AMD? 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, 26 Dec 2005 17:22:34 -0000 Claus Guttesen writes: > APM has been replaced by ACPI. Searching the archives found another laptop users with simmilar problems. He disabled APCI and his si0 ports. That worked for me. What is APCI? Nothing for it on wikipedia. The only thing I found which sounds like may be the meaning was "Application-Layer Protocol Control Information". About to leave where I am now...printing the handbook section on ACPI. :-) How do I find out the status of my battery with ACPI? Man acpiconf shows an "-i battery" option.. but that doesn't seem to show that info... unless "Last full capacity" is the current battery charge.. Any other command besides acpiconf that is related to power management which works on the AMD64 version of FreeBSD? From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 20:15:01 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 B375A16A41F for ; Mon, 26 Dec 2005 20:15:01 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp107.rog.mail.re2.yahoo.com (smtp107.rog.mail.re2.yahoo.com [68.142.225.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 0073443D4C for ; Mon, 26 Dec 2005 20:15:00 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 80200 invoked from network); 26 Dec 2005 20:15:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Hkn22dUg6QpyaMNpZ2sefbmSw8wfaXF1HYygdTStarqCBU1IiSAOK4cNatHeu5I9MkME7vxBZyWWU/BVLuG1ehFTLMoNjHQgbPmXBP7v8TioPLELZAYGLGTBlmyRi3dkgRNWzgxZghrQ5EKDyLga6AbAKvsxjBEmbkuM9kLAW5E= ; Received: from unknown (HELO ?70.30.133.190?) (mikej@rogers.com@70.30.133.190 with plain) by smtp107.rog.mail.re2.yahoo.com with SMTP; 26 Dec 2005 20:14:59 -0000 Message-ID: <43B04F5B.3040701@rogers.com> Date: Mon, 26 Dec 2005 15:15:23 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Francisco Reyes References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD AMD list Subject: Re: No APM yet for AMD? 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, 26 Dec 2005 20:15:01 -0000 Francisco Reyes wrote: > Claus Guttesen writes: > >> APM has been replaced by ACPI. > > Searching the archives found another laptop users with simmilar > problems. He disabled APCI and his si0 ports. That worked for me. > > What is APCI? > Nothing for it on wikipedia. The only thing I found which sounds like > may be the meaning was "Application-Layer Protocol Control Information". Thats 'Advanced Configuration and Power Interface'. http://foldoc.org/?query=acpi&action=Search From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 20:35:44 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 0362F16A41F for ; Mon, 26 Dec 2005 20:35:44 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: from smtp113.sbc.mail.mud.yahoo.com (smtp113.sbc.mail.mud.yahoo.com [68.142.198.212]) by mx1.FreeBSD.org (Postfix) with SMTP id A8FCF43D46 for ; Mon, 26 Dec 2005 20:35:43 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: (qmail 23073 invoked from network); 26 Dec 2005 20:35:42 -0000 Received: from unknown (HELO ?10.0.0.6?) (jekillen@prodigy.net@69.235.15.37 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 26 Dec 2005 20:35:42 -0000 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <562e6673484764a98de5ffb5241d1b76@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-amd64@freebsd.org From: je killen Date: Mon, 26 Dec 2005 12:35:41 -0800 X-Mailer: Apple Mail (2.622) Subject: version 6.0 and 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: Mon, 26 Dec 2005 20:35:44 -0000 I purchased Version 6.0 from FreeBSD Mall and am now concerned that the packaged system will work on AMD64 which I have, The processor I have and want to use is socket 754, if it makes a difference. Thank you for responses in advance; I've just been conditioned into a healthy paranoia through experience. Jeff K. From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 21:11:54 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 4A22116A41F for ; Mon, 26 Dec 2005 21:11:54 +0000 (GMT) (envelope-from cremes.devlist@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DB543D49 for ; Mon, 26 Dec 2005 21:11:53 +0000 (GMT) (envelope-from cremes.devlist@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout01/MantshX 4.0) with ESMTP id jBQLBrrF014582 for ; Mon, 26 Dec 2005 13:11:53 -0800 (PST) Received: from [192.168.2.2] (adsl-68-78-104-144.dsl.emhril.ameritech.net [68.78.104.144]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id jBQLBpRB002590 for ; Mon, 26 Dec 2005 13:11:52 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <19DE779F-3568-4399-8963-D6B7F3E654FD@mac.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-amd64@freebsd.org From: chuck remes Date: Mon, 26 Dec 2005 15:11:49 -0600 X-Mailer: Apple Mail (2.746.2) Subject: Advice on server configuration 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, 26 Dec 2005 21:11:54 -0000 I need some advice on building a server to run 6.0-RELEASE. I'm unsure of what the exact usage profile for the applications will be so I'd like to over-engineer this first server so it can handle multiple tasks. It will run the following: 1. Several Ruby applications that primarily do I/O. 2. MySQL - database will have 6 tables, average of 15 fields per table, average of 10k rows each 3. lighttpd web server 4. Ruby on Rails web app 5. vsftpd FTP server Each item has a different usage profile. Items 2, 3 and 4 are pretty tightly coupled. I project only 10 connections per second. Items 1 and 5 will be handling the I/O. Multi-gigabyte files will be coming in via #5 and then will be processed and/or copied by #1. The server will be connected to the Internet via a 50Mb pipe behind a firewall. I figure as the real-life usage pattern becomes obvious I can break out the server into a lightweight web-head, dedicated MySQL server box, etc. Anyway, here is what I am looking to build. I'm hopeful that 6.0- RELEASE supports all this. 1. Tyan Thunder K8S Pro S2882G3NR http://www.serversdirect.com/product.asp?pf_id=MBS802 2. Single Opteron 265 dual-core http://www.serversdirect.com/product.asp?pf_id=Opteron%5F265 3. Chenbro RM312 SATA ML (Multi Lane BP) backplane http://www.serversdirect.com/product.asp?pf_id=RM31212T%2DMI 4. 12 x Maxtor DiamondMax SATA 300GB http://www.zipzoomfly.com/jsp/ProductDetail.jsp?ProductCode=100719-4 5. 3ware 9550SX 12 port Multi-lane RAID card http://newsite.pagecomputers.com/store/Product_accessoriesx.asp? catalog%5Fname=Interface+%26+IO+Adapters&category% 5Fname=10g10c86s270&product%5Fid=881465 OR 5. Areca ARC-1130ML 12 port Multi-lane RAID card http://www.pc-pitstop.com/sata_raid_controllers/arc1130ml.asp 6. RAM, power supply, etc. I've read (while lurking) good things on this list about the 3ware products and freebsd's driver support, but I haven't seen nearly as many comments about the Areca products. I have seen the Tyan motherboard listed as being compatible with 5.2 but no notes at all about 6.0. Stability is pretty important to me; I don't want to have to fight the server if I can avoid it. I appreciate any and all feedback or pointers. If I should ask this question on a different list (or forum), let me know. cr From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 21:48: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 10AD616A41F for ; Mon, 26 Dec 2005 21:48:05 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802AB43D49 for ; Mon, 26 Dec 2005 21:48:04 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from 35st-server.simplicato.com (static-71-249-233-130.nycmny.east.verizon.net [71.249.233.130]) by zoraida.natserv.net (Postfix) with ESMTP id 8A17B7D9D; Mon, 26 Dec 2005 16:48:03 -0500 (EST) References: <43B04F5B.3040701@rogers.com> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Mike Jakubik Date: Mon, 26 Dec 2005 16:50:00 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: FreeBSD AMD list Subject: Re: No APM yet for AMD? 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, 26 Dec 2005 21:48:05 -0000 Mike Jakubik writes: >> What is APCI? >> Nothing for it on wikipedia. The only thing I found which sounds like >> may be the meaning was "Application-Layer Protocol Control Information". > > Thats 'Advanced Configuration and Power Interface'. > http://foldoc.org/?query=acpi&action=Search That's ACPI... notice I typed "APCI". That was not a typo. I don't know if they are the same/related, but there are options in the loader for both... APCI and ACPI. I got my laptop to work by disabling either of them in /boot/loader.conf. From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 26 21:48: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 5CC5716A41F for ; Mon, 26 Dec 2005 21:48:43 +0000 (GMT) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (koyukuk.teamcool.net [209.161.34.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C732943D46 for ; Mon, 26 Dec 2005 21:48:42 +0000 (GMT) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (localhost [127.0.0.1]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id A13E5F7DA for ; Mon, 26 Dec 2005 14:48:39 -0700 (MST) Received: from cochise.teamcool.net (unknown [192.168.1.57]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id 651D5F7D0 for ; Mon, 26 Dec 2005 14:48:39 -0700 (MST) Date: Mon, 26 Dec 2005 14:48:38 -0700 From: Ken Gunderson To: freebsd-amd64@freebsd.org Message-Id: <20051226144838.3d6c5d8d.kgunders@teamcool.net> In-Reply-To: <19DE779F-3568-4399-8963-D6B7F3E654FD@mac.com> References: <19DE779F-3568-4399-8963-D6B7F3E654FD@mac.com> Organization: Teamcool Networks X-Mailer: Sylpheed version 1.9.12 (GTK+ 2.6.7; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Advice on server configuration 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, 26 Dec 2005 21:48:43 -0000 On Mon, 26 Dec 2005 15:11:49 -0600 chuck remes wrote: > I need some advice on building a server to run 6.0-RELEASE. > > I'm unsure of what the exact usage profile for the applications will > be so I'd like to over-engineer this first server so it can handle > multiple tasks. It will run the following: > > 1. Several Ruby applications that primarily do I/O. > 2. MySQL - database will have 6 tables, average of 15 fields per > table, average of 10k rows each > 3. lighttpd web server > 4. Ruby on Rails web app > 5. vsftpd FTP server > > Each item has a different usage profile. Items 2, 3 and 4 are pretty > tightly coupled. I project only 10 connections per second. > > Items 1 and 5 will be handling the I/O. Multi-gigabyte files will be > coming in via #5 and then will be processed and/or copied by #1. > > The server will be connected to the Internet via a 50Mb pipe behind a > firewall. > > I figure as the real-life usage pattern becomes obvious I can break > out the server into a lightweight web-head, dedicated MySQL server > box, etc. > > Anyway, here is what I am looking to build. I'm hopeful that 6.0- > RELEASE supports all this. > > 1. Tyan Thunder K8S Pro S2882G3NR > http://www.serversdirect.com/product.asp?pf_id=MBS802 > 2. Single Opteron 265 dual-core > http://www.serversdirect.com/product.asp?pf_id=Opteron%5F265 > 3. Chenbro RM312 SATA ML (Multi Lane BP) backplane > http://www.serversdirect.com/product.asp?pf_id=RM31212T%2DMI > 4. 12 x Maxtor DiamondMax SATA 300GB > http://www.zipzoomfly.com/jsp/ProductDetail.jsp?ProductCode=100719-4 > 5. 3ware 9550SX 12 port Multi-lane RAID card > http://newsite.pagecomputers.com/store/Product_accessoriesx.asp? > catalog%5Fname=Interface+%26+IO+Adapters&category% > 5Fname=10g10c86s270&product%5Fid=881465 > > OR > > 5. Areca ARC-1130ML 12 port Multi-lane RAID card > http://www.pc-pitstop.com/sata_raid_controllers/arc1130ml.asp > 6. RAM, power supply, etc. > > > I've read (while lurking) good things on this list about the 3ware > products and freebsd's driver support, but I haven't seen nearly as > many comments about the Areca products. I have seen the Tyan > motherboard listed as being compatible with 5.2 but no notes at all > about 6.0. Stability is pretty important to me; I don't want to have > to fight the server if I can avoid it. > > I appreciate any and all feedback or pointers. If I should ask this > question on a different list (or forum), let me know. I'd be taking a serious look at the Sun x2100's discussed on this list recently. Bang for the buck looks awesome. It's a sIngle Opteron 100 based system. Then if you need more disk I/O and db heavy lifting add a 2nd db machine. You still get a Tyan based system but form a company w/enough clout to kick Tyan in the butt andget them moving if a hw bug is uncovered. fwiw- I don't like Maxtor HD's. Yeah, I know SR raves about the performance but I still don't see them as enterprise class storage unless the emphasis is on cheap and mass. Do you really need 12x300GB of storage? If not and you're hooked on SATA why not consider the WD Raptor/ Personally I'm still a SCSI guy when it comes to anything that's going to be doing any disk I/ O though so take my $0.02 w/a grain of salt. -- Best regards, Ken Gunderson Q: Because it reverses the logical flow of conversation. A: Why is putting a reply at the top of the message frowned upon? From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 02:46: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 783A216A41F for ; Tue, 27 Dec 2005 02:46:15 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id C279A43D70 for ; Tue, 27 Dec 2005 02:46:14 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so701761wxc for ; Mon, 26 Dec 2005 18:46:14 -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=lCNplMGbjLeC+LhOdhrgAcH/4GauwPxZWhkimDKwAJSPrDqQnlRRw7vebwpv/pUlDrkwVevC66hfN56SmpcEv1BXE7iLPyiC37n7SbCoeGmVBe/P8MWzEoEIRNfo1XWgGgV0v0p7duhRAGOgJlYMSChCdkUUfLw7VbRBfslVGxo= Received: by 10.70.53.1 with SMTP id b1mr6497592wxa; Mon, 26 Dec 2005 18:46:14 -0800 (PST) Received: by 10.70.105.2 with HTTP; Mon, 26 Dec 2005 18:46:14 -0800 (PST) Message-ID: <84dead720512261846wbfa736bub9933e2c935d264c@mail.gmail.com> Date: Tue, 27 Dec 2005 08:16:14 +0530 From: Joseph Koshy To: je killen In-Reply-To: <562e6673484764a98de5ffb5241d1b76@prodigy.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <562e6673484764a98de5ffb5241d1b76@prodigy.net> Cc: freebsd-amd64@freebsd.org Subject: Re: version 6.0 and 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, 27 Dec 2005 02:46:15 -0000 > I purchased Version 6.0 from FreeBSD Mall and am now concerned > that the packaged system will work on AMD64 which I have, The > processor I have and want to use is socket 754, if it makes a > difference. You can look at the list of motherboards that are known to work over here: http://www.freebsd.org/platforms/amd64/motherboards.html -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 04:33: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 AC4EA16A41F for ; Tue, 27 Dec 2005 04:33:51 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE9E943D60 for ; Tue, 27 Dec 2005 04:33:50 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IS500C7L3K93B70@osl1smout1.broadpark.no> for freebsd-amd64@freebsd.org; Tue, 27 Dec 2005 05:38:33 +0100 (CET) Received: from kg-work.kg4.no ([80.203.92.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0IS5003663GTU4C1@osl1sminn1.broadpark.no> for freebsd-amd64@freebsd.org; Tue, 27 Dec 2005 05:36:29 +0100 (CET) Date: Tue, 27 Dec 2005 05:33:49 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: To: freebsd-amd64@freebsd.org Message-id: <20051227053349.7a9b321f.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <43B04F5B.3040701@rogers.com> Subject: Re: No APM yet for AMD? 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, 27 Dec 2005 04:33:51 -0000 On Mon, 26 Dec 2005 16:50:00 -0500 Francisco Reyes wrote: > That's ACPI... notice I typed "APCI". That was not a typo. And you are not talking about 'apic' here? If you can disable the apic, you might have a semi-working acpi on your machine. My amd64 workstation ran that way for several months until that particular problem was fixed. -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 09:21:02 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 9487C16A41F for ; Tue, 27 Dec 2005 09:21:02 +0000 (GMT) (envelope-from groot@kde.org) Received: from pandora.cs.kun.nl (pandora.cs.kun.nl [131.174.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED79743D62 for ; Tue, 27 Dec 2005 09:21:01 +0000 (GMT) (envelope-from groot@kde.org) Received: from odin.cs.kun.nl [131.174.33.33] (helo=localhost.englishbreakfastnetwork.org) by pandora.cs.kun.nl (8.13.5/5.7) with ESMTP id jBR9KwJ1012090; Tue, 27 Dec 2005 10:20:59 +0100 (MET) From: Adriaan de Groot To: freebsd-amd64@freebsd.org Date: Tue, 27 Dec 2005 10:20:57 +0100 User-Agent: KMail/1.9 References: <562e6673484764a98de5ffb5241d1b76@prodigy.net> In-Reply-To: <562e6673484764a98de5ffb5241d1b76@prodigy.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512271020.58471.groot@kde.org> X-Spam-Score: -1.399 () BAYES_00,FORGED_RCVD_HELO X-Scanned-By: MIMEDefang 2.48 on 131.174.33.4 Cc: Subject: Re: version 6.0 and 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, 27 Dec 2005 09:21:02 -0000 On Monday 26 December 2005 21:35, je killen wrote: > I purchased Version 6.0 from FreeBSD Mall and am now concerned that the > packaged system will work on AMD64 which I have, The processor I have > and want to use is socket 754, if it makes a difference. Socket 754 is an amd64 socket, so that'll be fine (unless there are socket 754 Semprons without 64-bit? The AMD website doesn't say in so many words "this is not a 64-bit processor", but neither does it tout 64-bitness. In that case, it's not the socket type that's most interesting, but the CPU family (Athlon64 vs. Sempron) that is.). -- These are your friends - Adem GPG: FEA2 A3FE Adriaan de Groot From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 16:00:23 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 C2F9A16A41F for ; Tue, 27 Dec 2005 16:00:23 +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 3759F43D53 for ; Tue, 27 Dec 2005 16:00:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBRG0MIZ045013 for ; Tue, 27 Dec 2005 16:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBRG0Mim045012; Tue, 27 Dec 2005 16:00:22 GMT (envelope-from gnats) Date: Tue, 27 Dec 2005 16:00:22 GMT Message-Id: <200512271600.jBRG0Mim045012@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Thomas Hurst Cc: Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Hurst List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 16:00:23 -0000 The following reply was made to PR amd64/87977; it has been noted by GNATS. From: Thomas Hurst To: bug-followup@FreeBSD.org Cc: jc@oxado.com Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G Date: Tue, 27 Dec 2005 15:52:26 +0000 I see this with RELENG_6 on a Tyan S2895 using the on-board nForce 4 SATA with >2 disks and 4G of memory. A simple gmirror load across 3 or more disks is sufficient to cause a panic. Are there any suggested workarounds beyond not using 4G or finding a controller that doesn't use ata(4)? -- Thomas 'Freaky' Hurst http://hur.st/ From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 16:25: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 9E66216A420 for ; Tue, 27 Dec 2005 16:25:43 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E75543D62 for ; Tue, 27 Dec 2005 16:25:40 +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 4661441 for multiple; Tue, 27 Dec 2005 11:27:29 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id jBRGPbr9019256; Tue, 27 Dec 2005 11:25:38 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Tue, 27 Dec 2005 11:26:18 -0500 User-Agent: KMail/1.8.2 References: <1135509244.49716.24.camel@abutre> In-Reply-To: <1135509244.49716.24.camel@abutre> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512271126.19336.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1218/Mon Dec 26 08:46:59 2005 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: Subject: Re: Chroot to a 32 bits environment 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, 27 Dec 2005 16:25:43 -0000 On Sunday 25 December 2005 06:14 am, Flavio Pimentel Silvestrow wrote: > Hello. > > I'm trying to setup a 32 bits environment on a amd64 system (6.0-STABLE > as of Dec 18). > > My goal is to be able to build (and run!) ports marked as > ONLY_FOR_ARCHS=i386. I'm not sure it's going to work, but I'm willing to > find out. > > Anyway, I built the 32 bits world and installed on a different folder, > like this: > > # cd /usr/src > # make TARGET_ARCH=i386 buildworld > # make TARGET_ARCH=i386 DESTDIR=/usr/32 installworld > > All went fine. I then mount /usr/32/dev adding the line below > to /etc/rc.conf and restarting devd: > > devfs_set_rulesets="/usr/32/dev=devfsrules_jail" > > Finally, I mount /usr/32/proc and chroot the whole thing: > > # mount -t procfs proc /usr/32/proc > # chroot /usr/32 > > First error is: > > cannot stat /var/run/utmp. Please "unset watch". > > Which makes commands like 'who' unhappy. On to a more important test: > > # truss ping 127.0.0.1 > [ *** SNIP *** ] > gettimeofday({1135506828 464440},0x0) = 0 (0x0) > sendto(0x3,0x804ee14,0,0x0,{ AF_INET 127.0.0.1:0 },0x10) = 64 (0x40) > gettimeofday({1135506828 468435},0x0) = 0 (0x0) > gettimeofday({1135506828 470434},0x0) = 0 (0x0) > select(4,{3},0x0,0x0,{0 998001}) = 1 (0x1) > recvmsg() ERR#78 'Function not > implemented' > SIGNAL 12 (SIGSYS) > SIGNAL 12 (SIGSYS) > Process stopped because of: 16 > process exit, rval = 12 > Bad system call Try backporting the changes to sys/compat/freebsd32/ from HEAD which include recvmsg and friends. -- 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 Dec 27 16:57: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 4A7C616A41F for ; Tue, 27 Dec 2005 16:57:04 +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 C212B43D5C for ; Tue, 27 Dec 2005 16:57:03 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from localhost (localhost [127.0.0.1]) by people.fsn.hu (Postfix) with ESMTP id 359B28441F; Tue, 27 Dec 2005 17:57:00 +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 52875-03; Tue, 27 Dec 2005 17:56:53 +0100 (CET) Received: from [127.0.0.1] (unknown [192.168.2.3]) by people.fsn.hu (Postfix) with ESMTP id 910438441E; Tue, 27 Dec 2005 17:56:53 +0100 (CET) Message-ID: <43B17251.8030906@fsn.hu> Date: Tue, 27 Dec 2005 17:56:49 +0100 From: Attila Nagy User-Agent: Thunderbird 1.5 (X11/20051227) MIME-Version: 1.0 To: Thomas Hurst References: <200512271600.jBRG0Mim045012@freefall.freebsd.org> In-Reply-To: <200512271600.jBRG0Mim045012@freefall.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-amd64@FreeBSD.org Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G 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, 27 Dec 2005 16:57:04 -0000 Thomas Hurst wrote: > The following reply was made to PR amd64/87977; it has been noted by GNATS. > > From: Thomas Hurst > To: bug-followup@FreeBSD.org > Cc: jc@oxado.com > Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G > Date: Tue, 27 Dec 2005 15:52:26 +0000 > > I see this with RELENG_6 on a Tyan S2895 using the on-board nForce 4 > SATA with >2 disks and 4G of memory. A simple gmirror load across 3 or > more disks is sufficient to cause a panic. > > Are there any suggested workarounds beyond not using 4G or finding a > controller that doesn't use ata(4)? I believe this is fixed in CURRENT. On 6-STABLE you can set hw.physmem to use a smaller amount of memory or switch to the ata driver before 2005.10.08. -- 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 Tue Dec 27 19:53:14 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 4541C16A41F for ; Tue, 27 Dec 2005 19:53:14 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216E343D73 for ; Tue, 27 Dec 2005 19:53:11 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from 35st-server.simplicato.com (static-71-249-233-130.nycmny.east.verizon.net [71.249.233.130]) by zoraida.natserv.net (Postfix) with ESMTP id 4E5637E2E for ; Tue, 27 Dec 2005 14:53:09 -0500 (EST) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: FreeBSD AMD list Date: Tue, 27 Dec 2005 14:55:05 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: Sharing /usr/ports between AMD64 and I386 ok? 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, 27 Dec 2005 19:53:14 -0000 Is /usr/ports the same for AM64 and I386? Basically I am moving towards having /usr/ports on a single machine and have all my other FreeBSD machines mount it using NFS. At home I have 3 I386 FreeBSD machines and one AMD64. If possible I would like all 4 to share /usr/ports... specially since 2 of the I386 are only partially in FreeBSD (ie test/backup machines with other OSs installed). From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 20:20: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 144D716A41F for ; Tue, 27 Dec 2005 20:20:51 +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 DA00C43D62 for ; Tue, 27 Dec 2005 20:20:49 +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 jBRKKlKf033270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Dec 2005 21:20:48 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id jBRKKllF033269; Tue, 27 Dec 2005 21:20:47 +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: Francisco Reyes In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0ORSRXafy2b5P7knZbAh" Date: Tue, 27 Dec 2005 21:20:47 +0100 Message-Id: <1135714847.83838.34.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: FreeBSD AMD list Subject: Re: Sharing /usr/ports between AMD64 and I386 ok? 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: Tue, 27 Dec 2005 20:20:51 -0000 --=-0ORSRXafy2b5P7knZbAh Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Francisco Reyes p=ED=B9e v =FAt 27. 12. 2005 v 14:55 -0500: > Is /usr/ports the same for AM64 and I386? The FreeBSD Ports Collection is one and the same across all the releases and architectures. --=20 Pav Lucistnik Bento's Law: If It Can Break, It Will Break Bento's Corollary: If It Can Break, Kris Can Send Mail About It --=-0ORSRXafy2b5P7knZbAh Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDsaIfntdYP8FOsoIRAhF+AKCva/VnKYFpQSJvzC80M3tFTWwMgQCdGPMd 854ndmHBj2clxz8TZzNS4XQ= =XP5T -----END PGP SIGNATURE----- --=-0ORSRXafy2b5P7knZbAh-- From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 20:26:00 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 C98F816A41F; Tue, 27 Dec 2005 20:26:00 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B43B43D64; Tue, 27 Dec 2005 20:25:51 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 9E0F9AD; Tue, 27 Dec 2005 14:25:47 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id CAAD261C21; Tue, 27 Dec 2005 14:25:46 -0600 (CST) Date: Tue, 27 Dec 2005 14:25:46 -0600 From: "Matthew D. Fuller" To: Pav Lucistnik Message-ID: <20051227202546.GS63497@over-yonder.net> References: <1135714847.83838.34.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1135714847.83838.34.camel@localhost> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: FreeBSD AMD list Subject: Re: Sharing /usr/ports between AMD64 and I386 ok? 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, 27 Dec 2005 20:26:00 -0000 On Tue, Dec 27, 2005 at 09:20:47PM +0100 I heard the voice of Pav Lucistnik, and lo! it spake thus: > Francisco Reyes p??e v ?t 27. 12. 2005 v 14:55 -0500: > > > Is /usr/ports the same for AM64 and I386? > > The FreeBSD Ports Collection is one and the same across all the > releases and architectures. Just make sure you scrupulously `make clean`, or sooner or later you'll end up installing a dependancy on the wrong architecture. Not that I've ever done such a thing, you understand... -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 20:31:24 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 D734D16A41F; Tue, 27 Dec 2005 20:31:24 +0000 (GMT) (envelope-from tom@hur.st) Received: from spork.qfe3.net (spork.qfe3.net [212.13.207.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66EC943D55; Tue, 27 Dec 2005 20:31:24 +0000 (GMT) (envelope-from tom@hur.st) Received: from [81.104.55.176] (helo=voi.aagh.net) by spork.qfe3.net with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1ErLTe-000Nnp-Sk; Tue, 27 Dec 2005 20:31:22 +0000 Received: from freaky by voi.aagh.net with local (Exim 4.54 (FreeBSD)) id 1ErLTe-000GDW-JZ; Tue, 27 Dec 2005 20:31:22 +0000 Date: Tue, 27 Dec 2005 20:31:22 +0000 From: Thomas Hurst To: Attila Nagy Message-ID: <20051227203122.GA59870@voi.aagh.net> References: <200512271600.jBRG0Mim045012@freefall.freebsd.org> <43B17251.8030906@fsn.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43B17251.8030906@fsn.hu> Organization: Not much. User-Agent: Mutt/1.5.11 Sender: Thomas Hurst X-RBL-Warning: 81.104.55.176 is in RBL blacklist at dnsbl.sorbs.net Cc: bug-followup@freebsd.org, freebsd-amd64@FreeBSD.org Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G 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, 27 Dec 2005 20:31:25 -0000 * Attila Nagy (bra@fsn.hu) wrote: > I believe this is fixed in CURRENT. On 6-STABLE you can set hw.physmem > to use a smaller amount of memory or switch to the ata driver before > 2005.10.08. Thanks for the pointer. I grabbed sys/dev/ata and sys/sys/ata.h off my CURRENT laptop and popped it on my RELENG_6 Opteron and it appears to work fine with all 4G -- I can pull data off all 4 disks at >250M/s without trouble when I could previously not even get past mounting filesystems. Hope to see this merged before too long, but for now at least this pr is a little bit more useful :) -- Thomas 'Freaky' Hurst http://hur.st/ From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 20:40:12 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 BCA5116A41F for ; Tue, 27 Dec 2005 20:40:12 +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 2A28443D45 for ; Tue, 27 Dec 2005 20:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBRKe7qp060375 for ; Tue, 27 Dec 2005 20:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBRKe7gr060374; Tue, 27 Dec 2005 20:40:07 GMT (envelope-from gnats) Date: Tue, 27 Dec 2005 20:40:07 GMT Message-Id: <200512272040.jBRKe7gr060374@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Thomas Hurst Cc: Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Hurst List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 20:40:12 -0000 The following reply was made to PR amd64/87977; it has been noted by GNATS. From: Thomas Hurst To: Attila Nagy Cc: freebsd-amd64@FreeBSD.org, bug-followup@freebsd.org Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G Date: Tue, 27 Dec 2005 20:31:22 +0000 * Attila Nagy (bra@fsn.hu) wrote: > I believe this is fixed in CURRENT. On 6-STABLE you can set hw.physmem > to use a smaller amount of memory or switch to the ata driver before > 2005.10.08. Thanks for the pointer. I grabbed sys/dev/ata and sys/sys/ata.h off my CURRENT laptop and popped it on my RELENG_6 Opteron and it appears to work fine with all 4G -- I can pull data off all 4 disks at >250M/s without trouble when I could previously not even get past mounting filesystems. Hope to see this merged before too long, but for now at least this pr is a little bit more useful :) -- Thomas 'Freaky' Hurst http://hur.st/ From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 20:42: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 3B72A16A41F; Tue, 27 Dec 2005 20:42:22 +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 A6D7543D46; Tue, 27 Dec 2005 20:42:21 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from localhost (localhost [127.0.0.1]) by people.fsn.hu (Postfix) with ESMTP id 4D1E48441F; Tue, 27 Dec 2005 21:42:19 +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 83994-01-3; Tue, 27 Dec 2005 21:42:13 +0100 (CET) Received: from [172.16.164.1] (fw.axelero.hu [195.228.243.120]) by people.fsn.hu (Postfix) with ESMTP id 98AC18441E; Tue, 27 Dec 2005 21:42:13 +0100 (CET) Message-ID: <43B1A6FF.4060208@fsn.hu> Date: Tue, 27 Dec 2005 21:41:35 +0100 From: Attila Nagy User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Hurst References: <200512271600.jBRG0Mim045012@freefall.freebsd.org> <43B17251.8030906@fsn.hu> <20051227203122.GA59870@voi.aagh.net> In-Reply-To: <20051227203122.GA59870@voi.aagh.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at fsn.hu Cc: bug-followup@freebsd.org, freebsd-amd64@FreeBSD.org Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G 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, 27 Dec 2005 20:42:22 -0000 Thomas Hurst wrote: >>I believe this is fixed in CURRENT. On 6-STABLE you can set hw.physmem >>to use a smaller amount of memory or switch to the ata driver before >>2005.10.08. > Thanks for the pointer. I grabbed sys/dev/ata and sys/sys/ata.h off > my CURRENT laptop and popped it on my RELENG_6 Opteron and it appears > to work fine with all 4G -- I can pull data off all 4 disks at >250M/s > without trouble when I could previously not even get past mounting > filesystems. > Hope to see this merged before too long, but for now at least this pr is > a little bit more useful :) Good to hear that, thanks. According to Soren the whole ATA driver will be merged soon. -- 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 Tue Dec 27 20:50:07 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 E722B16A41F for ; Tue, 27 Dec 2005 20:50:07 +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 E57E943D66 for ; Tue, 27 Dec 2005 20:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBRKo619060718 for ; Tue, 27 Dec 2005 20:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBRKo6R7060717; Tue, 27 Dec 2005 20:50:06 GMT (envelope-from gnats) Date: Tue, 27 Dec 2005 20:50:06 GMT Message-Id: <200512272050.jBRKo6R7060717@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Attila Nagy Cc: Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Attila Nagy List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 20:50:08 -0000 The following reply was made to PR amd64/87977; it has been noted by GNATS. From: Attila Nagy To: Thomas Hurst Cc: freebsd-amd64@FreeBSD.org, bug-followup@freebsd.org Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G Date: Tue, 27 Dec 2005 21:41:35 +0100 Thomas Hurst wrote: >>I believe this is fixed in CURRENT. On 6-STABLE you can set hw.physmem >>to use a smaller amount of memory or switch to the ata driver before >>2005.10.08. > Thanks for the pointer. I grabbed sys/dev/ata and sys/sys/ata.h off > my CURRENT laptop and popped it on my RELENG_6 Opteron and it appears > to work fine with all 4G -- I can pull data off all 4 disks at >250M/s > without trouble when I could previously not even get past mounting > filesystems. > Hope to see this merged before too long, but for now at least this pr is > a little bit more useful :) Good to hear that, thanks. According to Soren the whole ATA driver will be merged soon. -- 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 Tue Dec 27 21:15: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 7BEC216A420 for ; Tue, 27 Dec 2005 21:15:38 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (smtp.sd73.bc.ca [142.24.13.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B7B43D6E for ; Tue, 27 Dec 2005 21:15:35 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id 773C08A00C1; Tue, 27 Dec 2005 13:15:42 -0800 (PST) Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02079-01-10; Tue, 27 Dec 2005 13:15:34 -0800 (PST) Received: from imap.sd73.bc.ca (smtp.sd73.bc.ca [10.10.10.15]) by smtp.sd73.bc.ca (Postfix) with ESMTP id CDF438A0025; Tue, 27 Dec 2005 13:15:33 -0800 (PST) Received: by imap.sd73.bc.ca (Postfix, from userid 80) id DEE0B18CCBD; Tue, 27 Dec 2005 13:15:25 -0800 (PST) Received: from 24.71.129.36 (SquirrelMail authenticated user fcash) by imap.sd73.bc.ca with HTTP; Tue, 27 Dec 2005 13:15:25 -0800 (PST) Message-ID: <63675.24.71.129.36.1135718125.squirrel@imap.sd73.bc.ca> In-Reply-To: References: <43B04F5B.3040701@rogers.com> Date: Tue, 27 Dec 2005 13:15:25 -0800 (PST) From: "Freddie Cash" To: "Francisco Reyes" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Cc: FreeBSD AMD list Subject: Re: No APM yet for AMD? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fcash@ocis.net List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 21:15:38 -0000 > Mike Jakubik writes: >>> What is APCI? >>> Nothing for it on wikipedia. The only thing I found which sounds >>> like may be the meaning was "Application-Layer Protocol Control >>> Information". >> Thats 'Advanced Configuration and Power Interface'. >> http://foldoc.org/?query=acpi&action=Search > That's ACPI... notice I typed "APCI". That was not a typo. I think you mean APIC (Advance Programmable Interrupt Controller), not APCI. There are options for APIC and ACPI, but I've never seen APCI anywhere in FreeBSD. -- Freddie Cash, LPIC-1 CCNT CCLP Helpdesk / Network Support Tech. School District 73 (250) 377-HELP [377-4357] fcash@sd73.bc.ca helpdesk@sd73.bc.ca From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 21:17: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 9742E16A41F; Tue, 27 Dec 2005 21:17:30 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A204D43D6E; Tue, 27 Dec 2005 21:17:26 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 3E762114C1; Tue, 27 Dec 2005 22:17:25 +0100 (CET) Date: Tue, 27 Dec 2005 22:17:25 +0100 From: "Simon L. Nielsen" To: "Matthew D. Fuller" Message-ID: <20051227211724.GJ844@zaphod.nitro.dk> References: <1135714847.83838.34.camel@localhost> <20051227202546.GS63497@over-yonder.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uc35eWnScqDcQrv5" Content-Disposition: inline In-Reply-To: <20051227202546.GS63497@over-yonder.net> User-Agent: Mutt/1.5.11 Cc: Pav Lucistnik , FreeBSD AMD list Subject: Re: Sharing /usr/ports between AMD64 and I386 ok? 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, 27 Dec 2005 21:17:30 -0000 --uc35eWnScqDcQrv5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.12.27 14:25:46 -0600, Matthew D. Fuller wrote: > On Tue, Dec 27, 2005 at 09:20:47PM +0100 I heard the voice of > Pav Lucistnik, and lo! it spake thus: > > Francisco Reyes p??e v ?t 27. 12. 2005 v 14:55 -0500: > >=20 > > > Is /usr/ports the same for AM64 and I386? > >=20 > > The FreeBSD Ports Collection is one and the same across all the > > releases and architectures. >=20 > Just make sure you scrupulously `make clean`, or sooner or later > you'll end up installing a dependancy on the wrong architecture. Not > that I've ever done such a thing, you understand... Or simply set WRKDIRPREFIX in make.conf to some directory on a local file system - then you don't have the overhead of writing temporary files to NFS and the multiple clients NFS mounting the ports collection won't ever clash (at least not wrt. to ports builds). --=20 Simon L. Nielsen --uc35eWnScqDcQrv5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDsa9kh9pcDSc1mlERAiV9AJoDzhGLGn/+B7M3wFoJFbhKgEcOEwCgk9LP tL+MIc94VqSE8f19GWCASCI= =v66i -----END PGP SIGNATURE----- --uc35eWnScqDcQrv5-- From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 21:19:01 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 0537216A41F for ; Tue, 27 Dec 2005 21:19:01 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (smtp.sd73.bc.ca [142.24.13.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35B0F43D7C for ; Tue, 27 Dec 2005 21:18:38 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id 944728A003C; Tue, 27 Dec 2005 13:18:44 -0800 (PST) Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02079-01-13; Tue, 27 Dec 2005 13:18:38 -0800 (PST) Received: from imap.sd73.bc.ca (smtp.sd73.bc.ca [10.10.10.15]) by smtp.sd73.bc.ca (Postfix) with ESMTP id 0137F8A0086; Tue, 27 Dec 2005 13:18:32 -0800 (PST) Received: by imap.sd73.bc.ca (Postfix, from userid 80) id 23B3918CCBD; Tue, 27 Dec 2005 13:18:25 -0800 (PST) Received: from 24.71.129.36 (SquirrelMail authenticated user fcash) by imap.sd73.bc.ca with HTTP; Tue, 27 Dec 2005 13:18:25 -0800 (PST) Message-ID: <63677.24.71.129.36.1135718305.squirrel@imap.sd73.bc.ca> In-Reply-To: <20051227202546.GS63497@over-yonder.net> References: <1135714847.83838.34.camel@localhost> <20051227202546.GS63497@over-yonder.net> Date: Tue, 27 Dec 2005 13:18:25 -0800 (PST) From: "Freddie Cash" To: "Matthew D. Fuller" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Cc: FreeBSD AMD list Subject: Re: Sharing /usr/ports between AMD64 and I386 ok? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fcash@ocis.net List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 21:19:01 -0000 > On Tue, Dec 27, 2005 at 09:20:47PM +0100 I heard the voice of > Pav Lucistnik, and lo! it spake thus: >> Francisco Reyes p??e v ?t 27. 12. 2005 v 14:55 -0500: >>> Is /usr/ports the same for AM64 and I386? >> The FreeBSD Ports Collection is one and the same across all the >> releases and architectures. > Just make sure you scrupulously `make clean`, or sooner or later > you'll end up installing a dependancy on the wrong architecture. Not > that I've ever done such a thing, you understand... NFS mount /usr/ports from the central server, but set the work directory prefix (WRKDIRPREFIX) to something local so that all disk writes (tarball extracts, patching, compiling, etc) is done on the local system. That way, you can do multiple port compiles on separate systems without them stepping on each other's toes. And you don't have to worry about endianness, bitness, or anything else. -- Freddie Cash, LPIC-1 CCNT CCLP Helpdesk / Network Support Tech. School District 73 (250) 377-HELP [377-4357] fcash@sd73.bc.ca helpdesk@sd73.bc.ca From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 21:20:59 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 B8ED216A41F for ; Tue, 27 Dec 2005 21:20:59 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092F043D7D for ; Tue, 27 Dec 2005 21:20:48 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 5E62EB80F for ; Tue, 27 Dec 2005 16:20:47 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <20051227202546.GS63497@over-yonder.net> References: <1135714847.83838.34.camel@localhost> <20051227202546.GS63497@over-yonder.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <22E2ECB1-4ECA-4498-9EC1-6F053055D958@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Tue, 27 Dec 2005 16:20:45 -0500 To: FreeBSD AMD list X-Mailer: Apple Mail (2.746.2) Subject: Re: Sharing /usr/ports between AMD64 and I386 ok? 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, 27 Dec 2005 21:20:59 -0000 On Dec 27, 2005, at 3:25 PM, Matthew D. Fuller wrote: > Just make sure you scrupulously `make clean`, or sooner or later > you'll end up installing a dependancy on the wrong architecture. Not > that I've ever done such a thing, you understand... I find it much easier to set in /etc/make.conf WRKDIRPREFIX=/var/tmp so each machine builds it privately on a local fast disk rather than writing over NFS into the shared area. From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 22:00:49 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 AB91716A420 for ; Tue, 27 Dec 2005 22:00:49 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 7EF0543D77 for ; Tue, 27 Dec 2005 22:00:41 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 31643 invoked from network); 27 Dec 2005 22:00:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=LBiEaH9KfkIixx6YvzDhKiksWdMpnljCSkriL97fyHkjbbNV3acUyBELcqgeL3PG4sqMvi7jARQhcwRMYESeYQ0S8RPOvdkfgnd7GwEYKw9Y6pgNV3fKfHvPQm6KjObYjhcJYkdGGIDoC9GAGvl/aTW33Kwk3gOxzYQofJIZP34= ; Received: from unknown (HELO ?70.30.133.190?) (mikej@rogers.com@70.30.133.190 with plain) by smtp104.rog.mail.re2.yahoo.com with SMTP; 27 Dec 2005 22:00:35 -0000 Message-ID: <43B1B992.5060902@rogers.com> Date: Tue, 27 Dec 2005 17:00:50 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: sos@DeepCore.dk References: <200512272050.jBRKo6R7060717@freefall.freebsd.org> In-Reply-To: <200512272050.jBRKo6R7060717@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@FreeBSD.org Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called (by ata) if physmem>4G 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, 27 Dec 2005 22:00:49 -0000 Attila Nagy wrote: > The following reply was made to PR amd64/87977; it has been noted by GNATS. > > From: Attila Nagy > To: Thomas Hurst > Cc: freebsd-amd64@FreeBSD.org, bug-followup@freebsd.org > Subject: Re: amd64/87977 : [busdma] [panic] amd64 busdma dflt_lock called > (by ata) if physmem>4G > Date: Tue, 27 Dec 2005 21:41:35 +0100 > > Thomas Hurst wrote: > >>I believe this is fixed in CURRENT. On 6-STABLE you can set hw.physmem > >>to use a smaller amount of memory or switch to the ata driver before > >>2005.10.08. > > Thanks for the pointer. I grabbed sys/dev/ata and sys/sys/ata.h off > > my CURRENT laptop and popped it on my RELENG_6 Opteron and it appears > > to work fine with all 4G -- I can pull data off all 4 disks at >250M/s > > without trouble when I could previously not even get past mounting > > filesystems. > > Hope to see this merged before too long, but for now at least this pr is > > a little bit more useful :) > Good to hear that, thanks. > > According to Soren the whole ATA driver will be merged soon. > Any rough ideas when this will happen? I have an AMD64 system that i need to update for a client to RELENG_6 soon, and im wondering if i can wait for this update. Thanks, From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 28 01:34:49 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 B071616A41F for ; Wed, 28 Dec 2005 01:34:49 +0000 (GMT) (envelope-from neal@lists.rauhauser.net) Received: from mail.manske.org (mail.manske.org [65.127.251.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D7443D55 for ; Wed, 28 Dec 2005 01:34:48 +0000 (GMT) (envelope-from neal@lists.rauhauser.net) Received: from [127.0.0.1] (localhost.manske.org [127.0.0.1]) by mail.manske.org (8.13.4/8.12.11) with ESMTP id jBS1YiUe031482 for ; Tue, 27 Dec 2005 19:34:45 -0600 (CST) (envelope-from neal@lists.rauhauser.net) Message-ID: <43B1EBB4.8040003@lists.rauhauser.net> Date: Tue, 27 Dec 2005 19:34:44 -0600 From: Neal Rauhauser User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <200512271600.jBRG0Mim045012@freefall.freebsd.org> <43B17251.8030906@fsn.hu> <20051227203122.GA59870@voi.aagh.net> <43B1A6FF.4060208@fsn.hu> In-Reply-To: <43B1A6FF.4060208@fsn.hu> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-manskeltd-MailScanner: Found to be clean X-manskeltd-MailScanner-SpamCheck: X-MailScanner-From: neal@lists.rauhauser.net Subject: maybe this is the wrong place (python port 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: Wed, 28 Dec 2005 01:34:49 -0000 This is probably not the right place to send this but I have to start somewhere. I've got a Sempron 2600 with FreeBSD 6.0 and the python 2.4.2 port is broken. It works fine on all of the 32 bit FBSD boxes I have. I've run cvsup a couple of times in the last ten days hoping for a fix and its still messed. Any suggestions as to where to report this would be much appreciated. ===> Patching for python-2.4.2 /usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python/work/Python-2.4.1/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/X11R6"]|g' /usr/ports/lang/python/work/Python-2.4.1/Lib/site.py ===> Applying FreeBSD patches for python-2.4.2 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to Modules/socketmodule.c.rej => Patch patch-Modules::socketmodule.c failed to apply cleanly. *** Error code 1 Stop in /usr/ports/lang/python. From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 28 09:38: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 7A84816A41F for ; Wed, 28 Dec 2005 09:38:47 +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 1C4C843D45 for ; Wed, 28 Dec 2005 09:38:45 +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 jBS9ciGU030586; Wed, 28 Dec 2005 11:38:44 +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 92818-03; Wed, 28 Dec 2005 11:38:39 +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 jBS9WWkn030411 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Dec 2005 11:32:32 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id jBS9WcWi062100; Wed, 28 Dec 2005 11:32:38 +0200 (EET) (envelope-from ru) Date: Wed, 28 Dec 2005 11:32:38 +0200 From: Ruslan Ermilov To: Adriaan de Groot Message-ID: <20051228093238.GF77155@ip.net.ua> References: <20051225155310.0edbe3ca.torfinn.ingolfsen@broadpark.no> <200512260155.37051.groot@kde.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7cm2iqirTL37Ot+N" Content-Disposition: inline In-Reply-To: <200512260155.37051.groot@kde.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: freebsd-amd64@freebsd.org Subject: Re: hardware monitoring support for MSI RS480M2-IL (aka MS-7093) motherboard? 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: Wed, 28 Dec 2005 09:38:47 -0000 --7cm2iqirTL37Ot+N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 26, 2005 at 01:55:31AM +0100, Adriaan de Groot wrote: > On Sunday 25 December 2005 15:53, Torfinn Ingolfsen wrote: > > I'm running FreeBSD 6.0-stable / amd64 o this motherboard. There > > shouldn't be any difference from running the i386 version, with regards > > to hardware monitoring? >=20 > Well, it's not 100% trivial; for instance, on the Asus A8V you need to us= e the=20 > -I flag on mbmon to force it to use a particular polling method. >=20 > beans$mbmon >=20 > Temp.=3D 124.0, 124.0, 0.0; Rot.=3D 0, 0, 0 > Vcore =3D 0.00, 0.00; Volt. =3D 0.00, 0.00, 0.00, 0.00, 0.00 > ^C > beans$mbmon -I >=20 > Temp.=3D 36.0, 46.0, 0.0; Rot.=3D 2596, 2556, 0 > Vcore =3D 1.55, 0.00; Volt. =3D 3.41, 5.11, 11.13, 0.31, 5.11 > ^C >=20 > So you might want to fiddle around there, even though your immediate prob= lem=20 > -- no monitor methods found at _all_ -- is different. >=20 It's possible to force mbmon to probe a particular sensor if there any several, by using the -p option. For example, on our servers at work I have: #mbmon -A -d Summary of Detection: * SMB monitor(s)[ioctl:AMD8111]: ** Winbond Chip W83627HF/THF/THF-A found at slave address: 0x50. ** Analog Dev. Chip ADM1027 found at slave address: 0x5C. * ISA monitor(s): ** Winbond Chip W83627HF/THF/THF-A found. To force it to use ADM1027 which shows CPUs' temperature (dual CPU box), I have to use: "mbmon -p lm85". Otherwise, it always probes the Winbond chip. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --7cm2iqirTL37Ot+N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDslu2qRfpzJluFF4RAkIuAJ4gf6eYxlfn8GZpDaQGlqUWD4ph2QCfeLPG lny+2YJYDFjIeBUW2xlsEIk= =l1YD -----END PGP SIGNATURE----- --7cm2iqirTL37Ot+N-- From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 28 11:07: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 7315116A41F for ; Wed, 28 Dec 2005 11:07:37 +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 1277443D7D for ; Wed, 28 Dec 2005 11:07:25 +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 jBSB7O2Z061352 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Dec 2005 12:07:24 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id jBSB7N3R061351; Wed, 28 Dec 2005 12:07:23 +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: Neal Rauhauser In-Reply-To: <43B1EBB4.8040003@lists.rauhauser.net> References: <200512271600.jBRG0Mim045012@freefall.freebsd.org> <43B17251.8030906@fsn.hu> <20051227203122.GA59870@voi.aagh.net> <43B1A6FF.4060208@fsn.hu> <43B1EBB4.8040003@lists.rauhauser.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9gOeVarJ2xB/nIfqXf9a" Date: Wed, 28 Dec 2005 12:07:23 +0100 Message-Id: <1135768043.60853.12.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: freebsd-amd64@FreeBSD.org Subject: Re: maybe this is the wrong place (python port on amd64) 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: Wed, 28 Dec 2005 11:07:37 -0000 --=-9gOeVarJ2xB/nIfqXf9a Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Neal Rauhauser p=ED=B9e v =FAt 27. 12. 2005 v 19:34 -0600: > This is probably not the right place to send this but I have to start=20 > somewhere. I've got a Sempron 2600 with FreeBSD 6.0 and the python 2.4.2=20 > port is broken. It works fine on all of the 32 bit FBSD boxes I have.=20 > I've run cvsup a couple of times in the last ten days hoping for a fix=20 > and its still messed. >=20 > Any suggestions as to where to report this would be much appreciated. >=20 > =3D=3D=3D> Patching for python-2.4.2 > /usr/bin/sed -i.bak -e =20 > 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' =20 > /usr/ports/lang/python/work/Python-2.4.1/Lib/pydoc.py > /usr/bin/sed -i.bak -e 's|^\( *prefixes =3D .*\)\]$|\1, "/usr/X11R6"]|g'= =20 > /usr/ports/lang/python/work/Python-2.4.1/Lib/site.py > =3D=3D=3D> Applying FreeBSD patches for python-2.4.2 > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to Modules/socketmodule.c.rej > =3D> Patch patch-Modules::socketmodule.c failed to apply cleanly. > *** Error code 1 It patches nicely here - it will be a local problem on your system. Make sure you run `make clean` before trying to compile it, and that your /usr/ports/lang/python/files contains exactly the same files as http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/python/files/ --=20 Pav Lucistnik It's now using GIFs instead of JPEGs. This is similar to replacing triangular wheels with round ones. --=-9gOeVarJ2xB/nIfqXf9a Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDsnHrntdYP8FOsoIRAnPYAJ4hPz0BgyySqjwa3FW2kAo1Sc8wxQCgwFFc EmBrbD2PqYdGvDjCGebX4+U= =8Qgk -----END PGP SIGNATURE----- --=-9gOeVarJ2xB/nIfqXf9a-- From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 28 15:41: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 2BC6516A41F for ; Wed, 28 Dec 2005 15:41:52 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA0C43D46 for ; Wed, 28 Dec 2005 15:41:51 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id DD83E7D99; Wed, 28 Dec 2005 10:41:50 -0500 (EST) References: <43B04F5B.3040701@rogers.com> <63675.24.71.129.36.1135718125.squirrel@imap.sd73.bc.ca> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: fcash@ocis.net Date: Wed, 28 Dec 2005 10:41:50 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: FreeBSD AMD list Subject: Re: No APM yet for AMD? 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: Wed, 28 Dec 2005 15:41:52 -0000 Freddie Cash writes: >> That's ACPI... notice I typed "APCI". That was not a typo. It was a typo. :-( I should have said... not ACPI.. > I think you mean APIC Correct. > (Advance Programmable Interrupt Controller), not > APCI. There are options for APIC and ACPI, but I've never seen APCI > anywhere in FreeBSD. No wonder I could not find it in any computer dictionary. :-) Back to the original question... How do I do power management on AMD64? Even if it is just a function to see the battery status so I don't end up loosing power in the middle of some work. From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 28 15:42:57 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 A857C16A41F; Wed, 28 Dec 2005 15:42:57 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0894C43D6E; Wed, 28 Dec 2005 15:42:54 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 931F07DFA; Wed, 28 Dec 2005 10:42:49 -0500 (EST) References: <1135714847.83838.34.camel@localhost> <20051227202546.GS63497@over-yonder.net> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Matthew =?ISO-8859-1?B?RC4=?= Fuller Date: Wed, 28 Dec 2005 10:42:49 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: Pav Lucistnik , FreeBSD AMD list Subject: Re: Sharing /usr/ports between AMD64 and I386 ok? 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: Wed, 28 Dec 2005 15:42:57 -0000 Matthew D. Fuller writes: >> > Is /usr/ports the same for AM64 and I386? >> >> The FreeBSD Ports Collection is one and the same across all the >> releases and architectures. > > Just make sure you scrupulously `make clean`, or sooner or later > you'll end up installing a dependancy on the wrong architecture. Not > that I've ever done such a thing, you understand... Thanks for the hint. This will be helpfull, specially since laptop drives are usually slower. From owner-freebsd-amd64@FreeBSD.ORG Thu Dec 29 22:12:49 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 201F416A41F for ; Thu, 29 Dec 2005 22:12:49 +0000 (GMT) (envelope-from peter@wemm.org) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9758443D5E for ; Thu, 29 Dec 2005 22:12:26 +0000 (GMT) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id BF30C2A918 for ; Thu, 29 Dec 2005 14:12:24 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 6033CE2B3 for ; Thu, 29 Dec 2005 14:12:24 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (8.13.4/8.13.4) with ESMTP id jBTMCJv4036252; Thu, 29 Dec 2005 14:12:20 -0800 (PST) (envelope-from peter@wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by overcee.wemm.org (8.13.4/8.13.1/Submit) id jBTMCJOd036251; Thu, 29 Dec 2005 14:12:19 -0800 (PST) (envelope-from peter@wemm.org) X-Authentication-Warning: overcee.wemm.org: peter set sender to peter@wemm.org using -f From: Peter Wemm To: freebsd-amd64@freebsd.org Date: Thu, 29 Dec 2005 14:12:18 -0800 User-Agent: KMail/1.8.1 References: <63675.24.71.129.36.1135718125.squirrel@imap.sd73.bc.ca> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512291412.19476.peter@wemm.org> Cc: Subject: Re: No APM yet for AMD? 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, 29 Dec 2005 22:12:49 -0000 On Wednesday 28 December 2005 07:41 am, Francisco Reyes wrote: > Freddie Cash writes: > >> That's ACPI... notice I typed "APCI". That was not a typo. > > It was a typo. :-( > I should have said... not ACPI.. > > > I think you mean APIC > > Correct. > > > (Advance Programmable Interrupt Controller), not > > APCI. There are options for APIC and ACPI, but I've never seen > > APCI anywhere in FreeBSD. > > No wonder I could not find it in any computer dictionary. :-) > > Back to the original question... How do I do power management on > AMD64? Even if it is just a function to see the battery status so I > don't end up loosing power in the middle of some work. sysctl hw.acpi.battery.life (percentage) sysctl hw.acpi.battery.time (time remaining) If you don't have acpi enabled, then you're sunk. On i386, acpi emulates the apm kernel API, so if you've got acpi enabled there, then all apm(8) access actually is implemented via acpi anyway. amd64 doesn't have the apm api wrapper for some reason that I don't remember now. (I suspect it was that it was binary incompatible with i386 binaries who would be the main users of it, so there'd need to be compat32 shims or something). i386 has real APM available as an option. amd64 cannot do that because it requires bios calls. We cannot do bios calls in 64 bit long mode, just like we can't do vm86 calls and can't do the VESA bios stuff. It just isn't possible in 64 bit mode. You have to leave 64 bit mode to do it, which means your own page tables, your own mini 32 bit kernel to handle interrupts, etc. It just isn't worth it. The effort to make this work would be far better spent on making acpi work, and/or finding and fixing the bugs in the machine's aml code. (FWIW we can load and use custom aml for a machine to replace a buggy version in the bios) -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 30 08:03:00 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 C2DC816A41F; Fri, 30 Dec 2005 08:03:00 +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 2C2EB43D55; Fri, 30 Dec 2005 08:03:00 +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 jBU82wkN070722; Fri, 30 Dec 2005 03:02:58 -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 jBU82wF9035244; Fri, 30 Dec 2005 03:02:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E074C7302F; Fri, 30 Dec 2005 03:02:57 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20051230080257.E074C7302F@freebsd-current.sentex.ca> Date: Fri, 30 Dec 2005 03:02:57 -0500 (EST) X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 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: Fri, 30 Dec 2005 08:03:01 -0000 TB --- 2005-12-30 06:14:56 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-12-30 06:14:56 - starting HEAD tinderbox run for amd64/amd64 TB --- 2005-12-30 06:14:56 - cleaning the object tree TB --- 2005-12-30 06:15:46 - checking out the source tree TB --- 2005-12-30 06:15:46 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2005-12-30 06:15:46 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-12-30 06:25:47 - building world (CFLAGS=-O2 -pipe) TB --- 2005-12-30 06:25:47 - cd /src TB --- 2005-12-30 06:25:47 - /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 [...] /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:385: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:395: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:415: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:431: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:432: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:434: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:435: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:437: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/kerberos5/lib/libgssapi. *** Error code 1 Stop in /src/kerberos5/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2005-12-30 08:02:57 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-12-30 08:02:57 - ERROR: failed to build world TB --- 2005-12-30 08:02:57 - tinderbox aborted TB --- 1.37 user 6.89 system 6481.43 real From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 30 11:47:06 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 4653916A41F for ; Fri, 30 Dec 2005 11:47:06 +0000 (GMT) (envelope-from andrea@brancatelli.it) Received: from efesto.telvia.it (mail.telvia.it [213.155.209.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C9EF43D5C for ; Fri, 30 Dec 2005 11:47:05 +0000 (GMT) (envelope-from andrea@brancatelli.it) Received: from storage.brancatelli.it (unverified [213.155.197.19]) by efesto.telvia.it (Vircom SMTPRS 5.3.228) with ESMTP id for ; Fri, 30 Dec 2005 12:46:06 +0100 Received: from skdevil.sara.it (host194-172.pool80207.interbusiness.it [80.207.172.194]) (authenticated bits=0) by storage.brancatelli.it (8.13.1/8.13.1) with ESMTP id jBUBlF53025210 for ; Fri, 30 Dec 2005 12:47:16 +0100 (CET) (envelope-from andrea@brancatelli.it) From: Andrea Brancatelli To: freebsd-amd64@freebsd.org Date: Fri, 30 Dec 2005 12:45:57 +0100 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512301245.57820.andrea@brancatelli.it> Subject: AMD64 boot floppies 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, 30 Dec 2005 11:47:06 -0000 Hello... just a quick question... For i386 we have ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.0-RELEASE/floppies/ but for Amd64 there's no ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/6.0-RELEASE/floppies/ How can I get installation floppies for 6.0 / amd64? Thanks... -- Andrea Brancatelli http://andrea.brancatelli.it/ From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 30 13:08: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 AA1E016A41F for ; Fri, 30 Dec 2005 13:08:33 +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 C37C243D5F for ; Fri, 30 Dec 2005 13:08:32 +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 jBUD8TSt010615; Fri, 30 Dec 2005 15:08:29 +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 12194-12; Fri, 30 Dec 2005 15:08:28 +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 jBUD5HMn010564 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Dec 2005 15:05:17 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id jBUD5TkC041614; Fri, 30 Dec 2005 15:05:29 +0200 (EET) (envelope-from ru) Date: Fri, 30 Dec 2005 15:05:29 +0200 From: Ruslan Ermilov To: Andrea Brancatelli Message-ID: <20051230130529.GK52756@ip.net.ua> References: <200512301245.57820.andrea@brancatelli.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bygAmIonOAIqBxQB" Content-Disposition: inline In-Reply-To: <200512301245.57820.andrea@brancatelli.it> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: freebsd-amd64@freebsd.org Subject: Re: AMD64 boot floppies 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, 30 Dec 2005 13:08:33 -0000 --bygAmIonOAIqBxQB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 30, 2005 at 12:45:57PM +0100, Andrea Brancatelli wrote: >=20 > Hello... just a quick question... >=20 > For i386 we have=20 >=20 > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.0-RELEASE/floppies/=20 >=20 > but for Amd64 there's no=20 > ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/6.0-RELEASE/floppies/=20 >=20 > How can I get installation floppies for 6.0 / amd64? >=20 http://www.freebsd.org/releases/6.0R/installation-amd64.html#FLOPPIES Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --bygAmIonOAIqBxQB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDtTCZqRfpzJluFF4RAlLdAJ4sOSyxOVFIunSXz8PnGUpTqvPJzACbBrdk KOebkKg2miaCSns3McMXl28= =DqfT -----END PGP SIGNATURE----- --bygAmIonOAIqBxQB-- From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 30 13:34:57 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 5243B16A41F; Fri, 30 Dec 2005 13:34:57 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D51343D5F; Fri, 30 Dec 2005 13:34:54 +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 4871250 for multiple; Fri, 30 Dec 2005 08:32:56 -0500 Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id jBUDYrhV048779; Fri, 30 Dec 2005 08:34:53 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Fri, 30 Dec 2005 08:34:50 -0500 User-Agent: KMail/1.8.3 References: <200512301245.57820.andrea@brancatelli.it> <20051230130529.GK52756@ip.net.ua> In-Reply-To: <20051230130529.GK52756@ip.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512300834.51959.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 17:57:59 2005 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: Subject: Re: AMD64 boot floppies 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, 30 Dec 2005 13:34:57 -0000 On Friday 30 December 2005 08:05 am, Ruslan Ermilov wrote: > On Fri, Dec 30, 2005 at 12:45:57PM +0100, Andrea Brancatelli wrote: > > Hello... just a quick question... > > > > For i386 we have > > > > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.0-RELEASE/floppies/ > > > > but for Amd64 there's no > > ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/6.0-RELEASE/floppies/ > > > > How can I get installation floppies for 6.0 / amd64? > > http://www.freebsd.org/releases/6.0R/installation-amd64.html#FLOPPIES =46YI, it would be trivial to support with the splitfs stuff now. You'd=20 basically just need to copy over the variables from i386 to set the sizes,= =20 etc. =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 30 21:34:07 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 6263416A41F; Fri, 30 Dec 2005 21:34:07 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52DE43D49; Fri, 30 Dec 2005 21:34:06 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.4/8.13.4) with ESMTP id jBULY5X0036835; Fri, 30 Dec 2005 16:34:05 -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 jBULY5AO082301; Fri, 30 Dec 2005 16:34:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 6088A7302F; Fri, 30 Dec 2005 16:34:05 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20051230213405.6088A7302F@freebsd-current.sentex.ca> Date: Fri, 30 Dec 2005 16:34:05 -0500 (EST) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 205.211.164.50 Cc: Subject: [releng_6 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: Fri, 30 Dec 2005 21:34:07 -0000 TB --- 2005-12-30 20:12:50 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-12-30 20:12:50 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2005-12-30 20:12:50 - cleaning the object tree TB --- 2005-12-30 20:13:26 - checking out the source tree TB --- 2005-12-30 20:13:26 - cd /tinderbox/RELENG_6/amd64/amd64 TB --- 2005-12-30 20:13:26 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_6 src TB --- 2005-12-30 20:22:23 - building world (CFLAGS=-O -pipe) TB --- 2005-12-30 20:22:23 - cd /src TB --- 2005-12-30 20:22:23 - /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-12-30 21:34:03 - generating LINT kernel config TB --- 2005-12-30 21:34:03 - cd /src/sys/amd64/conf TB --- 2005-12-30 21:34:03 - /usr/bin/make -B LINT TB --- 2005-12-30 21:34:04 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2005-12-30 21:34:04 - cd /src TB --- 2005-12-30 21:34:04 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Dec 30 21:34:04 UTC 2005 >>> stage 1: configuring the kernel -------------------------------------------------------------- cd /src/sys/amd64/conf; PATH=/obj/amd64/src/tmp/legacy/usr/sbin:/obj/amd64/src/tmp/legacy/usr/bin:/obj/amd64/src/tmp/legacy/usr/games:/obj/amd64/src/tmp/usr/sbin:/obj/amd64/src/tmp/usr/bin:/obj/amd64/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /obj/amd64/src/sys/LINT /src/sys/amd64/conf/LINT config: Error: device "snd_atiixp" is unknown config: 1 errors WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2005-12-30 21:34:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-12-30 21:34:05 - ERROR: failed to build lint kernel TB --- 2005-12-30 21:34:05 - tinderbox aborted TB --- 1.38 user 6.63 system 4874.65 real From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 31 04:29:59 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 44EBC16A41F; Sat, 31 Dec 2005 04:29:59 +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 8075C43D46; Sat, 31 Dec 2005 04:29:58 +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 jBV4TubP043880; Fri, 30 Dec 2005 23:29:57 -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 jBV4Tut9022513; Fri, 30 Dec 2005 23:29:56 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id ACA017302F; Fri, 30 Dec 2005 23:29:56 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20051231042956.ACA017302F@freebsd-current.sentex.ca> Date: Fri, 30 Dec 2005 23:29:56 -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: Sat, 31 Dec 2005 04:29:59 -0000 TB --- 2005-12-31 03:02:17 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-12-31 03:02:17 - starting HEAD tinderbox run for amd64/amd64 TB --- 2005-12-31 03:02:17 - cleaning the object tree TB --- 2005-12-31 03:02:41 - checking out the source tree TB --- 2005-12-31 03:02:41 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2005-12-31 03:02:41 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-12-31 03:08:40 - building world (CFLAGS=-O2 -pipe) TB --- 2005-12-31 03:08:40 - cd /src TB --- 2005-12-31 03:08:40 - /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 [...] /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:385: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:395: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:415: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:431: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:432: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:434: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:435: error: dereferencing pointer to incomplete type /src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c:437: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/kerberos5/lib/libgssapi. *** Error code 1 Stop in /src/kerberos5/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2005-12-31 04:29:56 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-12-31 04:29:56 - ERROR: failed to build world TB --- 2005-12-31 04:29:56 - tinderbox aborted TB --- 0.94 user 4.34 system 5259.83 real From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 31 11:20: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 67ECD16A41F for ; Sat, 31 Dec 2005 11:20:37 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 821FF43D4C for ; Sat, 31 Dec 2005 11:20:36 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0ISD009C412DXU10@osl1smout1.broadpark.no> for freebsd-amd64@freebsd.org; Sat, 31 Dec 2005 12:25:25 +0100 (CET) Received: from kg-work.kg4.no ([80.203.92.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0ISD008MD0YPFP00@osl1sminn1.broadpark.no> for freebsd-amd64@freebsd.org; Sat, 31 Dec 2005 12:23:14 +0100 (CET) Date: Sat, 31 Dec 2005 12:20:34 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH To: freebsd-amd64@freebsd.org Message-id: <20051231122034.599bbf8c.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Skype on FreeBSD / amd64 - what's the trick? 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, 31 Dec 2005 11:20:37 -0000 Hi, I tried to install Skype on my amd64 machine, running FreeBSD 6.0-stable: root@kg-quiet# uname -a FreeBSD kg-quiet.kg4.no 6.0-STABLE FreeBSD 6.0-STABLE #1: Thu Dec 22 06:29:24 CET 2005 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 Looking at the makefile, I could see that the port was supposed to work on both i386 and amd64, adn thought the install would go smoothly. Boy, was I wrong. It seems that the port net/skype depends on graphics/linux_dri, but the latter (linux_dri) is i386 only. So, what's the trick to get Skype installed on amd64? -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 31 12:53:53 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 D96BB16A41F for ; Sat, 31 Dec 2005 12:53:53 +0000 (GMT) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (www.cursosvirtuales.com.ar [200.59.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E1E43D7D for ; Sat, 31 Dec 2005 12:53:41 +0000 (GMT) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (localhost [127.0.0.1]) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11) with ESMTP id jBVCrVqh013925; Sat, 31 Dec 2005 09:53:32 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: from schapachnik.com.ar (uucp@localhost) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11/Submit) with UUCP id jBVCrVHa013924; Sat, 31 Dec 2005 09:53:31 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: from funes.schapachnik.com.ar (localhost [127.0.0.1]) by funes.schapachnik.com.ar (8.13.4/8.13.4) with ESMTP id jBVCpwLo000860; Sat, 31 Dec 2005 09:51:58 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: (from fpscha@localhost) by funes.schapachnik.com.ar (8.13.4/8.13.4/Submit) id jBVCpwNs000859; Sat, 31 Dec 2005 09:51:58 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) X-Authentication-Warning: funes.schapachnik.com.ar: fpscha set sender to fernando@schapachnik.com.ar using -f Date: Sat, 31 Dec 2005 09:51:58 -0300 From: Fernando Schapachnik To: Torfinn Ingolfsen Message-ID: <20051231125158.GA830@funes.schapachnik.com.ar> References: <20051231122034.599bbf8c.torfinn.ingolfsen@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20051231122034.599bbf8c.torfinn.ingolfsen@broadpark.no> User-Agent: Mutt/1.4.2.1i X-OS: FreeBSD 6.0 - http://www.freebsd.org Cc: freebsd-amd64@freebsd.org Subject: Re: Skype on FreeBSD / amd64 - what's the trick? 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, 31 Dec 2005 12:53:54 -0000 En un mensaje anterior, Torfinn Ingolfsen escribió: > Hi, > > I tried to install Skype on my amd64 machine, running FreeBSD > 6.0-stable: > root@kg-quiet# uname -a > FreeBSD kg-quiet.kg4.no 6.0-STABLE FreeBSD 6.0-STABLE #1: Thu Dec 22 > 06:29:24 CET 2005 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET > amd64 > > Looking at the makefile, I could see that the port was supposed to work > on both i386 and amd64, adn thought the install would go smoothly. > Boy, was I wrong. > > It seems that the port net/skype depends on graphics/linux_dri, but the > latter (linux_dri) is i386 only. > So, what's the trick to get Skype installed on amd64? If you have a 32-bit linux environment in place, just comment the i386 only line of the linux_dri Makefile. It worked for me and skype works fine. Fernando. From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 31 18:09:20 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 7121C16A41F for ; Sat, 31 Dec 2005 18:09:20 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id A08C443D5D for ; Sat, 31 Dec 2005 18:09:19 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id A43927DEB; Sat, 31 Dec 2005 13:09:18 -0500 (EST) References: <63675.24.71.129.36.1135718125.squirrel@imap.sd73.bc.ca> <200512291412.19476.peter@wemm.org> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Peter Wemm Date: Sat, 31 Dec 2005 13:09:18 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@freebsd.org Subject: Re: No APM yet for AMD? 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, 31 Dec 2005 18:09:20 -0000 Peter Wemm writes: > sysctl hw.acpi.battery.life (percentage) > sysctl hw.acpi.battery.time (time remaining) With a 6.0 Release I could not even boot with ACPI. I had to put in /boot/loader.conf hint.acpi.0.disabled=0 hint.apic.0.disabled=1 At that point sysctl variables for acpi showed hw.acpi.battery.life: -1 hw.acpi.battery.time: -1 hw.acpi.battery.state: 7 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 Upgraded to stable today. I am now able to boot without having to disable acpi or apic. However, the sysctl variables still show the same values.