From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 05:02:03 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B3716A4CE; Sun, 17 Apr 2005 05:02:03 +0000 (GMT) Received: from elizabet.weizmann.ac.il (elizabet.weizmann.ac.il [132.77.26.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0F9D43D3F; Sun, 17 Apr 2005 05:02:01 +0000 (GMT) (envelope-from vsbenzi@weizmann.ac.il) Received: from elizabet.weizmann.ac.il (localhost [127.0.0.1]) j3EHeCh5016680; Thu, 14 Apr 2005 20:40:12 +0300 (IDT) (envelope-from vsbenzi@weizmann.ac.il) Received: from localhost (localhost [[UNIX: localhost]]) by elizabet.weizmann.ac.il (8.13.3/8.13.1/Submit) id j3EHeCN4016679; Thu, 14 Apr 2005 20:40:12 +0300 (IDT) (envelope-from vsbenzi@weizmann.ac.il) X-Authentication-Warning: elizabet.weizmann.ac.il: vsbenzi set sender to vsbenzi@weizmann.ac.il using -f From: Benzi Mizrahi Organization: Weizmann Institute of Science To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Date: Thu, 14 Apr 2005 20:40:11 +0300 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504142040.12042.vsbenzi@weizmann.ac.il> Subject: 5.4-STABLE error in compiling GENERIC kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 05:02:03 -0000 Hi, I cvsuped RELENG_5. I did Make buildworld which worked fine, but make buildkernel failed. For several years now I upgrade FreeBSD this way with no problem. The following excerpt is from compiling 5.4-PreRelease kernel , which worked okay: 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/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/co ntrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -fin line-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/kern/subr_bus.c The following is the error I got when recently compiling 5.4-STABLE kernel: 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/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/co ntrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -fin line-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/kern/subr_bus.c /usr/src/sys/kern/subr_bus.c:1082: warning: no previous prototype for 'devclass_get_drivers' *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Since I am not a system programer , I quite lost here. Any help would be greatly appreciated. -- Benzi Mizrahi, computing center, Weizmann Institute of Science, Tel: 972-8-9342456 Rehovot, Israel. Fax: 972-8-9344102 From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 06:06:51 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC7716A4CE for ; Sun, 17 Apr 2005 06:06:51 +0000 (GMT) Received: from gizmo04bw.bigpond.com (gizmo04bw.bigpond.com [144.140.70.14]) by mx1.FreeBSD.org (Postfix) with SMTP id D6A9043D3F for ; Sun, 17 Apr 2005 06:06:49 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: (qmail 29341 invoked from network); 14 Apr 2005 03:00:07 -0000 Received: from unknown (HELO bwmam02.bigpond.com) (144.135.24.72) by gizmo04bw.bigpond.com with SMTP; 14 Apr 2005 03:00:07 -0000 Received: from cpe-138-130-183-186.nsw.bigpond.net.au ([138.130.183.186]) by bwmam02.bigpond.com(MAM REL_3_4_2a 17/9094762) with SMTP id 9094762; Thu, 14 Apr 2005 13:00:07 +1000 Received: (qmail 96289 invoked by uid 1000); 14 Apr 2005 02:59:50 -0000 Date: Thu, 14 Apr 2005 12:59:49 +1000 From: Andrew Reilly To: freebsd-stable@freebsd.org Message-ID: <20050414025949.GA94683@gurney.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Misleading security message output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 06:06:51 -0000 I had an interesting experience, this morning. The nightly security message from a CVS server machine that runs a version of FreeBSD-4 had arrived, and it claimed that someone who hadn't done any work for us for some considerable time had had three failed login attempts, late that night. Curious. After much hunting around, and checking perimeter logs, it turned out that nothing of the sort had happened. The security log script had been fooled by the age of the messages.0.gz file, which contained messages from more than a year ago. The search pattern "$yesterday" doesn't contain a year, because log file timestamps don't contain years. The log file was so old because rotation is determined by size, and this machine simply doesn't have much to log, despite being used daily. It never goes down, and is basically completely stable. This could be avoided, perhaps, with a NetBSD-style backup/diff mechanism, or (incompatibly) with daemontools/multilog-style 64-bit time stamps in the log files. It can be worked-around by forcing faster log-file rotations, now that I know about the problem. I can't think of a really good widely-applicable solution, using the existing framework, though. Suggestions? -- Andrew From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 06:15:05 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C475C16A4CE for ; Sun, 17 Apr 2005 06:15:05 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1A543D3F for ; Sun, 17 Apr 2005 06:15:05 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so819418rnf for ; Sat, 16 Apr 2005 23:15:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hAcNhnA0YEcrK8Dh1xrp4bKjMc5mt+c4np/1QZr2yhuJntm3PDCi5HBES4w7LI5EsTbMxJWUzlddS6rUDRILtFddvEKp+YWBd+/ohEDDa1nexXdzEq/r82MDqZ4aZy7bzjDGV6eHXzO0Hl2Ul5dR5ZAbZuqJyvlIexkJhqVLVhI= Received: by 10.38.96.65 with SMTP id t65mr4694682rnb; Sat, 16 Apr 2005 23:15:04 -0700 (PDT) Received: by 10.38.209.22 with HTTP; Sat, 16 Apr 2005 23:15:04 -0700 (PDT) Message-ID: <84dead7205041623151ec58751@mail.gmail.com> Date: Sun, 17 Apr 2005 06:15:04 +0000 From: Joseph Koshy To: Benzi Mizrahi In-Reply-To: <200504142040.12042.vsbenzi@weizmann.ac.il> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200504142040.12042.vsbenzi@weizmann.ac.il> cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: 5.4-STABLE error in compiling GENERIC kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joseph Koshy List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 06:15:05 -0000 > For several years now I upgrade FreeBSD this way with no=20 > problem. You may have CVSup'ed the CVS tree in between two MFCs. =20 Please check that you have the following file revisions: sys/kern/subr_bus.c 1.156.2.6 2005/04/14 04:54:15 njl sys/sys/bus.h 1.62.2.3 2005/04/14 18:11:13 njl --=20 FreeBSD Volunteer, http://people.freebsd.org/~jkoshy From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 06:51:00 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CEB16A4CE for ; Sun, 17 Apr 2005 06:51:00 +0000 (GMT) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id A319043D53 for ; Sun, 17 Apr 2005 06:50:59 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.3/8.13.3) with ESMTP id j3H6opDs045431 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 17 Apr 2005 01:50:52 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4262074B.5040208@tundraware.com> Date: Sun, 17 Apr 2005 01:50:51 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Subject: Enabling HTT On A Uniproc w/4.11-Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tundra@tundraware.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 06:51:00 -0000 How do I enable hyperthreading on a Uniprocessor p4 system. I tried my usual SMP kernel options (SMP and APIC) but, of course, the kernel cannot find an APIC. I have set the appropriate option in loader.conf to enable hyperthreading but, No Joy. Should I use the SMP option alone here? TIA, -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 07:48:29 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 735A016A4CE for ; Sun, 17 Apr 2005 07:48:29 +0000 (GMT) Received: from mail20.syd.optusnet.com.au (mail20.syd.optusnet.com.au [211.29.132.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80AED43D1D for ; Sun, 17 Apr 2005 07:48:28 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j3H7mNXP013881 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 17 Apr 2005 17:48:23 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j3H7mM7l009737; Sun, 17 Apr 2005 17:48:22 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j3H7mMZm009736; Sun, 17 Apr 2005 17:48:22 +1000 (EST) (envelope-from pjeremy) Date: Sun, 17 Apr 2005 17:48:22 +1000 From: Peter Jeremy To: Andrew Reilly Message-ID: <20050417074822.GU89047@cirb503493.alcatel.com.au> References: <20050414030436.GA96739@gurney.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050414030436.GA96739@gurney.reilly.home> User-Agent: Mutt/1.4.2i cc: stable@freebsd.org cc: bugs@bugs.au.freebsd.org Subject: Re: [bugs] Misleading security message output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 07:48:29 -0000 On Thu, 2005-Apr-14 13:04:36 +1000, Andrew Reilly wrote: [Unexpected failed login reports in security messages] > >After much hunting around, and checking perimeter logs, it >turned out that nothing of the sort had happened. The security >log script had been fooled by the age of the messages.0.gz file, >which contained messages from more than a year ago. I was bitten at home and worked out what happened. So when the same problem showed up at work, I knew what had happened. > It can be worked-around by forcing faster log-file rotations, That's the solution I used. -- Peter Jeremy From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 07:58:17 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CF7C16A4CE for ; Sun, 17 Apr 2005 07:58:17 +0000 (GMT) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC2943D2D for ; Sun, 17 Apr 2005 07:58:16 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j3H7wExq012151 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 17 Apr 2005 17:58:15 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j3H7wE7l009754; Sun, 17 Apr 2005 17:58:14 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j3H7wEoL009753; Sun, 17 Apr 2005 17:58:14 +1000 (EST) (envelope-from pjeremy) Date: Sun, 17 Apr 2005 17:58:14 +1000 From: Peter Jeremy To: Tim Daneliuk Message-ID: <20050417075813.GV89047@cirb503493.alcatel.com.au> References: <4262074B.5040208@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4262074B.5040208@tundraware.com> User-Agent: Mutt/1.4.2i cc: freebsd-stable@freebsd.org Subject: Re: Enabling HTT On A Uniproc w/4.11-Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 07:58:17 -0000 On Sun, 2005-Apr-17 01:50:51 -0500, Tim Daneliuk wrote: >How do I enable hyperthreading on a Uniprocessor p4 system. >I tried my usual SMP kernel options (SMP and APIC) but, of course, >the kernel cannot find an APIC. I have set the appropriate option >in loader.conf to enable hyperthreading but, No Joy. Should I >use the SMP option alone here? You definitely need APIC for SMP and the APIC is part of the iA32 spec so I'm sure you have one somewhere. At a quick guess, I suspect you haven't enabled the APIC in your BIOS - check for an option that allows you to select between PIC and APIC interrupt types. If that's not the problem, we need more information: Motherboard/BIOS type and at least the beginning of a verbose boot (down to about the pci0 probe). -- Peter Jeremy From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 08:41:36 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2AE216A4CE for ; Sun, 17 Apr 2005 08:41:36 +0000 (GMT) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C0543D41 for ; Sun, 17 Apr 2005 08:41:35 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.3/8.13.3) with ESMTP id j3H8fW45046703 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 17 Apr 2005 03:41:33 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4262213C.1090905@tundraware.com> Date: Sun, 17 Apr 2005 03:41:32 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4262074B.5040208@tundraware.com> <20050417075813.GV89047@cirb503493.alcatel.com.au> In-Reply-To: <20050417075813.GV89047@cirb503493.alcatel.com.au> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Subject: Re: Enabling HTT On A Uniproc w/4.11-Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tundra@tundraware.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 08:41:36 -0000 Thanks for the prompt response! > On Sun, 2005-Apr-17 01:50:51 -0500, Tim Daneliuk wrote: > >> How do I enable hyperthreading on a Uniprocessor p4 system. >> I tried my usual SMP kernel options (SMP and APIC) but, of course, >> the kernel cannot find an APIC. I have set the appropriate option >> in loader.conf to enable hyperthreading but, No Joy. Should I >> use the SMP option alone here? > > > > You definitely need APIC for SMP and the APIC is part of the iA32 spec > so I'm sure you have one somewhere. At a quick guess, I suspect you > haven't enabled the APIC in your BIOS - check for an option that > allows you to select between PIC and APIC interrupt types. There seems to be no such option on this MB. > > If that's not the problem, we need more information: Motherboard/BIOS > type and at least the beginning of a verbose boot (down to about the > pci0 probe). > Machine is a Gateway BIOS appears to be Intel - well there is no other BIOS mfg named. BIOS ID is: PT84510A.15A.0004.P02.0112051220 Here is some of the dmesg - I infer from the Features line that HTT means this is hyperthread-enabled: -------------------------------- FreeBSD 4.11-STABLE #1: Fri Apr 15 03:41:33 CDT 2005 toor@security.tundraware.com:/usr/obj/usr/src/sys/UNI Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Pentium(R) 4 CPU 2.00GHz (1993.54-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 Features=0x3febfbff real memory = 536608768 (524032K bytes) avail memory = 516800512 (504688K bytes) Preloaded elf kernel "kernel" at 0xc052b000. Warning: Pentium 4 CPU: PSE disabled VESA: v3.0, 65536k memory, flags:0x1, mode table:0xc0493502 (1000022) VESA: NVidia Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 13 entries at 0xc00f2ce0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xf8000000-0xfbffffff at device 0.0 on pci0 -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 10:22:43 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 726BC16A4CE for ; Sun, 17 Apr 2005 10:22:43 +0000 (GMT) Received: from magnum.mistaken-identity.co.uk (slayer-of.demon.co.uk [62.49.5.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0EC543D68 for ; Sun, 17 Apr 2005 10:22:41 +0000 (GMT) (envelope-from gray@mistaken-identity.co.uk) MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message Date: Sun, 17 Apr 2005 11:20:02 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Enabling HTT On A Uniproc w/4.11-Stable Thread-Index: AcVDKP/Z+tMAPz5YRgOV4VyuPYiDkwADcHSQ From: "Gray Lilley" To: , Subject: RE: Enabling HTT On A Uniproc w/4.11-Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 10:22:43 -0000 >From what I understand, p4 2.00ghz processors are not HTT capable? I own = one and its not capable of hyperthreading. FWIW, the first p4 that supported HTT was the 2.40C I believe. Regards, Graham=20 -----Original Message----- From: owner-freebsd-stable@freebsd.org = [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Tim Daneliuk Sent: 17 April 2005 09:42 To: freebsd-stable@freebsd.org Subject: Re: Enabling HTT On A Uniproc w/4.11-Stable Thanks for the prompt response! > On Sun, 2005-Apr-17 01:50:51 -0500, Tim Daneliuk wrote: > >> How do I enable hyperthreading on a Uniprocessor p4 system. >> I tried my usual SMP kernel options (SMP and APIC) but, of course, = >> the kernel cannot find an APIC. I have set the appropriate option = >> in loader.conf to enable hyperthreading but, No Joy. Should I >> = use the SMP option alone here? > > > > You definitely need APIC for SMP and the APIC is part of the iA32 = spec > so I'm sure you have one somewhere. At a quick guess, I suspect = you > haven't enabled the APIC in your BIOS - check for an option that = > allows you to select between PIC and APIC interrupt types. There seems to be no such option on this MB. > > If that's not the problem, we need more information: Motherboard/BIOS = > type and at least the beginning of a verbose boot (down to about the = > pci0 probe). > Machine is a Gateway BIOS appears to be Intel - well there is no other BIOS mfg named. BIOS ID is: PT84510A.15A.0004.P02.0112051220 Here is some of the dmesg - I infer from the Features line that HTT = means this is hyperthread-enabled: -------------------------------- FreeBSD 4.11-STABLE #1: Fri Apr 15 03:41:33 CDT 2005 toor@security.tundraware.com:/usr/obj/usr/src/sys/UNI Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Pentium(R) 4 CPU 2.00GHz (1993.54-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf24 Stepping =3D 4 Features=3D0x3febfbff real memory =3D 536608768 (524032K bytes) avail memory =3D 516800512 = (504688K bytes) Preloaded elf kernel "kernel" at 0xc052b000. Warning: Pentium 4 CPU: PSE disabled VESA: v3.0, 65536k memory, flags:0x1, mode table:0xc0493502 (1000022) VESA: NVidia Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 13 entries at 0xc00f2ce0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xf8000000-0xfbffffff at = device 0.0 on pci0 -- -------------------------------------------------------------------------= --- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to = "freebsd-stable-unsubscribe@freebsd.org" -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.15 - Release Date: 16/04/2005 =20 --=20 No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.15 - Release Date: 16/04/2005 =20 From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 10:42:49 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE2116A4CE for ; Sun, 17 Apr 2005 10:42:49 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id A57B143D46 for ; Sun, 17 Apr 2005 10:42:48 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so835056rnf for ; Sun, 17 Apr 2005 03:42:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ixmllo8VQvEEc+d6VgEK46E/7Y66gE1zyFVAuO/Eobqq9PBV/AOogIlNMD3NRjYmBQRvUDi7q+WDIbQ01M3r0QtFQTb17cAxPM+OKI7ilQGKaiNrb1bTwZnntFPHLRPu9tMsAkmzf3JnvjJjjVl8MzUWdX/mhdLVnJzpMPZIJhM= Received: by 10.38.181.75 with SMTP id d75mr4806924rnf; Sun, 17 Apr 2005 03:42:48 -0700 (PDT) Received: by 10.38.209.22 with HTTP; Sun, 17 Apr 2005 03:42:48 -0700 (PDT) Message-ID: <84dead72050417034255f6769c@mail.gmail.com> Date: Sun, 17 Apr 2005 10:42:48 +0000 From: Joseph Koshy To: tundra@tundraware.com In-Reply-To: <4262213C.1090905@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4262074B.5040208@tundraware.com> <20050417075813.GV89047@cirb503493.alcatel.com.au> <4262213C.1090905@tundraware.com> cc: freebsd-stable@freebsd.org Subject: Re: Enabling HTT On A Uniproc w/4.11-Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joseph Koshy List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 10:42:49 -0000 > Here is some of the dmesg - I infer from the Features line=20 > that HTT means this is hyperthread-enabled: The CPUID feature bit only indicates that the processor is HTT-"capable". It could still have only one core on chip. --=20 FreeBSD Volunteer, http://people.freebsd.org/~jkoshy From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 12:19:30 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 076C916A4CE for ; Sun, 17 Apr 2005 12:19:30 +0000 (GMT) Received: from kraid.nerim.net (smtp-100-sunday.nerim.net [62.4.16.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1310C43D39 for ; Sun, 17 Apr 2005 12:19:29 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from localhost (cbuisson.net2.nerim.net [80.65.227.128]) by kraid.nerim.net (Postfix) with ESMTP id D452D42C35 for ; Sun, 17 Apr 2005 14:19:26 +0200 (CEST) Message-ID: <4262544E.30008@nerim.net> Date: Sun, 17 Apr 2005 14:19:26 +0200 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041201 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Recursive slicing of msdosfs disk (da0s4s4) ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 12:19:30 -0000 Trying to keep alive some old hardware, I played with an Iomega ZIP drive on parallel port (vpo), and found the following devices: /dev/da0 OK /dev/da0s4 OK /dev/da0s4s4 ???? using a factory formated disk. This on a RELENG_5 cvsuped on April 10. One can note that in the message: http://lists.freebsd.org/pipermail/freebsd-stable/2005-April/013715.html tim.howe at celebrityresorts.com complaining about a Kodak USB Flash found a: /dev/da0s1s1 so the weirdness is not specific to the Iomega use of slice 4. Any idea ? Thanx Claude Buisson From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 13:28:57 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A7216A4CE for ; Sun, 17 Apr 2005 13:28:57 +0000 (GMT) Received: from nulis.lt (81-7-82-170.ip.takas.lt [81.7.82.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5493143D58 for ; Sun, 17 Apr 2005 13:28:57 +0000 (GMT) (envelope-from bob@nulis.lt) Received: from host-0-2-190.tamsa ([10.0.2.190]) by nulis.lt with esmtp (Exim 4.50 (FreeBSD)) id 1DN9r8-000BhD-7R; Sun, 17 Apr 2005 16:30:34 +0300 Message-ID: <42626472.2020309@nulis.lt> Date: Sun, 17 Apr 2005 16:28:18 +0300 From: Saulius Menkevicius User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joseph Koshy References: <4262074B.5040208@tundraware.com> <20050417075813.GV89047@cirb503493.alcatel.com.au> <4262213C.1090905@tundraware.com> <84dead72050417034255f6769c@mail.gmail.com> In-Reply-To: <84dead72050417034255f6769c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: tundra@tundraware.com cc: freebsd-stable@freebsd.org Subject: Re: Enabling HTT On A Uniproc w/4.11-Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 13:28:58 -0000 Joseph Koshy wrote: >>Here is some of the dmesg - I infer from the Features line >>that HTT means this is hyperthread-enabled: >> >> > >The CPUID feature bit only indicates that the processor is >HTT-"capable". It could still have only one core on chip. > > > AFAIK the HTT bit indicates that there are instruction(s) that report how many logical processors your cpu supports. In this case it would be 1. From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 13:30:34 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6354C16A4CE for ; Sun, 17 Apr 2005 13:30:34 +0000 (GMT) Received: from nulis.lt (81-7-86-131.ip.takas.lt [81.7.86.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id D54B243D1F for ; Sun, 17 Apr 2005 13:30:33 +0000 (GMT) (envelope-from bob@nulis.lt) Received: from host-0-2-190.tamsa ([10.0.2.190]) by nulis.lt with esmtp (Exim 4.50 (FreeBSD)) id 1DN9sk-000Bhf-Vr; Sun, 17 Apr 2005 16:32:15 +0300 Message-ID: <426264D8.9020803@nulis.lt> Date: Sun, 17 Apr 2005 16:30:00 +0300 From: Saulius Menkevicius User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joseph Koshy References: <4262074B.5040208@tundraware.com> <20050417075813.GV89047@cirb503493.alcatel.com.au> <4262213C.1090905@tundraware.com> <84dead72050417034255f6769c@mail.gmail.com> In-Reply-To: <84dead72050417034255f6769c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: tundra@tundraware.com cc: freebsd-stable@freebsd.org Subject: Re: Enabling HTT On A Uniproc w/4.11-Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 13:30:34 -0000 Joseph Koshy wrote: >>Here is some of the dmesg - I infer from the Features line >>that HTT means this is hyperthread-enabled: >> >> > >The CPUID feature bit only indicates that the processor is >HTT-"capable". It could still have only one core on chip. > > > Oh well, you said it in the other words. Didn't read it properly. From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 13:55:30 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18DEF16A4CE for ; Sun, 17 Apr 2005 13:55:30 +0000 (GMT) Received: from smtp809.mail.sc5.yahoo.com (smtp809.mail.sc5.yahoo.com [66.163.168.188]) by mx1.FreeBSD.org (Postfix) with SMTP id A9A7743D2D for ; Sun, 17 Apr 2005 13:55:29 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.173.27.15 with plain) by smtp809.mail.sc5.yahoo.com with SMTP; 17 Apr 2005 13:55:29 -0000 From: Joshua Tinnin To: freebsd-stable@freebsd.org Date: Sun, 17 Apr 2005 06:55:27 -0700 User-Agent: KMail/1.8 References: <20050414025949.GA94683@gurney.reilly.home> In-Reply-To: <20050414025949.GA94683@gurney.reilly.home> X-Face: "u-%.52Z_uQCP'Vdj{95/n*(sgAAm`F/p'b0zo%-DuBTdZ*qW!!/idDBRjkFfJD[Qe&>=?utf-8?q?=5F2=0A=09?=<}OGsEY~)n?NywZRi9xm-jH_VPg"8nTSzo:r8;U3oTQz|@z)|>%i+MRY2Y#>s~X`sV$&t"=?utf-8?q?=0A=09AkQ=5EU3rJIFCU=3F=5DcC=27F=26fY4=23Jf-=7D=3F7x?= MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504170655.27864.krinklyfig@spymac.com> Subject: Re: Misleading security message output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 13:55:30 -0000 On Wed 13 Apr 05 19:59, Andrew Reilly wrote: > I had an interesting experience, this morning. The nightly > security message from a CVS server machine that runs a version > of FreeBSD-4 had arrived, and it claimed that someone who hadn't > done any work for us for some considerable time had had three > failed login attempts, late that night. Curious. > > After much hunting around, and checking perimeter logs, it > turned out that nothing of the sort had happened. The security > log script had been fooled by the age of the messages.0.gz file, > which contained messages from more than a year ago. The search > pattern "$yesterday" doesn't contain a year, because log file > timestamps don't contain years. The log file was so old because > rotation is determined by size, and this machine simply doesn't > have much to log, despite being used daily. It never goes down, > and is basically completely stable. Well, you could modify /etc/newsyslog.conf, where it says: /var/log/messages 600 14 100 * J change it to: /var/log/messages 600 14 * @T00 J This assumes you want 14 message logs, rotated once a day at midnight. Any message logs over 14 days will be deleted. man newsyslog.conf > This could be avoided, perhaps, with a NetBSD-style backup/diff > mechanism, or (incompatibly) with daemontools/multilog-style > 64-bit time stamps in the log files. It can be worked-around > by forcing faster log-file rotations, now that I know about > the problem. I can't think of a really good widely-applicable > solution, using the existing framework, though. I'm not quite sure what you mean. Do you want a way to have the timestamp record the year as well, so that you can keep the default setting? - jt From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 19:19:35 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 151BE16A4CE for ; Sun, 17 Apr 2005 19:19:35 +0000 (GMT) Received: from pinus.cc.fer.hr (pinus.cc.fer.hr [161.53.73.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D1343D39 for ; Sun, 17 Apr 2005 19:19:34 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [161.53.72.113] (lara.cc.fer.hr [161.53.72.113]) by pinus.cc.fer.hr (8.12.2/8.12.2) with ESMTP id j3HJKGhE010046 for ; Sun, 17 Apr 2005 21:20:17 +0200 (MEST) Message-ID: <4262B6BB.9000502@fer.hr> Date: Sun, 17 Apr 2005 21:19:23 +0200 From: Ivan Voras User-Agent: Mozilla Thunderbird 1.0 (X11/20041213) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: dumpon "AUTO" not implemented? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 19:19:35 -0000 The man page on rc.conf states that "AUTO" can be given to dumpon variable and it will save the coredump to first suitable swap device. I tried this today and it doesn't work - during boot, there's a line like "dumpon: 'AUTO' is not a valid device". By quick grepping in /etc/rc.d it seems that 'AUTO' is not implemented. So, this should probably be implemented or removed from man page :) (this is 5.4-PRERELEASE, apologies if it's fixed already) From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 20:58:14 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FFBC16A4CE for ; Sun, 17 Apr 2005 20:58:14 +0000 (GMT) Received: from priv-edtnes51.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C3B43D3F for ; Sun, 17 Apr 2005 20:58:13 +0000 (GMT) (envelope-from wwk761@telus.net) Received: from localhost ([199.185.220.240]) by priv-edtnes51.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050417205812.QGJO2333.priv-edtnes51.telusplanet.net@localhost> for ; Sun, 17 Apr 2005 14:58:12 -0600 Received: from 64.26.155.200 ( [64.26.155.200]) as user wwk761@192.168.200.1 by webmail.telus.net with HTTP; Sun, 17 Apr 2005 13:58:12 -0700 Message-ID: <1113771492.4262cde4d258e@webmail.telus.net> Date: Sun, 17 Apr 2005 13:58:12 -0700 From: wwk761@telus.net To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1-cvs X-Originating-IP: 64.26.155.200 Subject: mysql40-server with linuxthreads and CFLAGS=-DUSE_OLD_FUNCTIONS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 20:58:14 -0000 Does any 1-:) have a compiled mysql4*-server with linuxthreads and CFLAGS=- DUSE_OLD_FUNCTIONS I went by all the deltas from 5500 up to today ( 5734 ) and always get the same error <> cc -DDBUG_OFF -DUSE_OLD_FUNCTIONS -DUSE_OLD_FUNCTIONS -felide-constructors -fno- rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti - DMYSQLD_NET_RETRY_COUNT=1000000 -o mysqld sql_lex.o sql_handler.o item.o item_sum.o item_buff.o item_func.o item_cmpfunc.o item_strfunc.o item_timefunc.o thr_malloc.o item_create.o field.o key.o sql_class.o sql_list.o net_serv.o net_pkg.o lock.o my_lock.o sql_string.o sql_manager.o sql_map.o mysqld.o password.o hash_filo.o hostname.o convert.o set_var.o sql_parse.o sql_yacc.o sql_base.o table.o sql_select.o sql_insert.o sql_update.o sql_delete.o uniques.o sql_do.o procedure.o item_uniq.o sql_test.o log.o log_event.o init.o derror.o sql_acl.o unireg.o des_key_file.o time.o opt_range.o opt_sum.o opt_ft.o records.o filesort.o handler.o ha_heap.o ha_myisam.o ha_myisammrg.o ha_berkeley.o ha_innodb.o ha_isam.o ha_isammrg.o sql_db.o sql_table.o sql_rename.o sql_crypt.o sql_load.o mf_iocache.o field_conv.o sql_show.o sql_udf.o sql_analyse.o sql_cache.o slave.o sql_repl.o sql_union.o mini_client.o mini_client_errors.o stacktrace.o repl_failsafe.o - static -DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R -D_THREAD_SAFE - I/usr/local/include/pthread/linuxthreads -DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R - D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads - L/usr/ports/databases/mysql40-server/work/mysql-4.0.24/bdb/build_unix - ldb ../innobase/usr/libusr.a ../innobase/srv/libsrv.a ../innobase/dict/libdict.a ../innobase/que/libque.a ../innobase/srv/libsrv.a ../innobase/ibuf/libibuf.a .. /innobase/row/librow.a ../innobase/pars/libpars.a ../innobase/btr/libbtr.a ../in nobase/trx/libtrx.a ../innobase/read/libread.a ../innobase/usr/libusr.a ../innob ase/buf/libbuf.a ../innobase/ibuf/libibuf.a ../innobase/eval/libeval.a ../innoba se/log/liblog.a ../innobase/fsp/libfsp.a ../innobase/fut/libfut.a ../innobase/fi l/libfil.a ../innobase/lock/liblock.a ../innobase/mtr/libmtr.a ../innobase/page/ libpage.a ../innobase/rem/librem.a ../innobase/thr/libthr.a ../innobase/sync/lib sync.a ../innobase/data/libdata.a ../innobase/mach/libmach.a ../innobase/ha/libh a.a ../innobase/dyn/libdyn.a ../innobase/mem/libmem.a ../innobase/sync/libsync.a ../innobase/ut/libut.a ../innobase/os/libos.a ../innobase/ut/libut.a ../isam/li bnisam.a ../merge/libmerge.a ../myisam/libmyisam.a ../myisammrg/libmyisammrg.a . ./heap/libheap.a ../vio/libvio.a ../mysys/libmysys.a ../dbug/libdbug.a ../regex/ libregex.a ../strings/libmystrings.a -lwrap -L/usr/local/lib -llthread - llgcc_r -lz -lcrypt -lm -llthread -llgcc_r *** Error code 1 <> I will appreciate a compiled “work” directory. TIA /r/ Wlodek From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 21:04:31 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063F416A559 for ; Sun, 17 Apr 2005 21:04:31 +0000 (GMT) Received: from pop-a065c05.pas.sa.earthlink.net (pop-a065c05.pas.sa.earthlink.net [207.217.121.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BB6743D45 for ; Sun, 17 Apr 2005 21:04:30 +0000 (GMT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-201-077.lsanca1.elnk.dsl.genuity.net ([4.62.201.77] helo=bsd.mvh) by pop-a065c05.pas.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1DNGwQ-0002d2-00 for stable@freebsd.org; Sun, 17 Apr 2005 14:04:30 -0700 Received: from localhost (localhost.mvh [127.0.0.1]) by bsd.mvh (Postfix) with ESMTP id C8708173BC for ; Sun, 17 Apr 2005 14:04:29 -0700 (PDT) Received: from bsd.mvh ([127.0.0.1]) by localhost (bsd.mvh [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78172-03 for ; Sun, 17 Apr 2005 14:04:28 -0700 (PDT) Received: by bsd.mvh (Postfix, from userid 1001) id 48398173BA; Sun, 17 Apr 2005 14:04:28 -0700 (PDT) From: Mike Harding To: stable@freebsd.org Message-Id: <20050417210428.48398173BA@bsd.mvh> Date: Sun, 17 Apr 2005 14:04:28 -0700 (PDT) X-Virus-Scanned: amavisd-new at bsd.mvh Subject: %idle stuck at 33%? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:04:31 -0000 On 5.4-RC3, a Dell 2650 with two processors, and hyperthreading turned off, a 'make -j4 buildword' never shows idle % less than 33.3, either in top or systat. Anybody else see this, or know why it happens? - Mike H. From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 21:06:11 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2216316A4CE for ; Sun, 17 Apr 2005 21:06:11 +0000 (GMT) Received: from freebee.digiware.nl (dsl439.iae.nl [212.61.63.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8703A43D39 for ; Sun, 17 Apr 2005 21:06:09 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from [212.61.27.71] (dual.digiware.nl [212.61.27.71]) by freebee.digiware.nl (8.13.1/8.13.1) with ESMTP id j3HL67ms054731; Sun, 17 Apr 2005 23:06:07 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <4262CFBF.4090709@withagen.nl> Date: Sun, 17 Apr 2005 23:06:07 +0200 From: Willem Jan Withagen User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway , stable@freebsd.org References: <6eb82e05041500274172afd3@mail.gmail.com> <20050416122222.GA12385@totem.fix.no> <6eb82e0504160536572e068c@mail.gmail.com> <20050416183755.GB61170@xor.obsecurity.org> In-Reply-To: <20050416183755.GB61170@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: NFS defaults for read/write blocksize....(Was: Re: 5.4/amd64 console hang) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:06:11 -0000 Kris Kennaway wrote: >>By the way, I'm thinking that more frequently hang might related with >>large read/write block in mount_nfs -r/-w (I use 8192, original is 1024). > > > That's certainly possible since non-default settings don't get as much > testing. It would be good to get a traceback. Has it even been considered to up these values to something bigger?? Reason I ask, is since some discussions from a year ago tempted me to do some (non-scientific) NFS performance testing. (http://witahgen.dyndns.org/FreeBSD/nfs-performance/) Ever since then I'm of the opinion that sizes of read/write should be at least 8K, or bigger depending on the data. And yes, I'm aware that bonnie can hardly be considered a serious benchmark tool. But I would think that the results would warant at least this change. I no longer have some of the hardware, so redoing this test with something like 'make buildworld' is not really possible. But I'm looking into getting again a series of older boxes to run some more tests on. --WjW From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 21:10:11 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A10FE16A4CE for ; Sun, 17 Apr 2005 21:10:11 +0000 (GMT) Received: from freebee.digiware.nl (dsl439.iae.nl [212.61.63.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10F543D41 for ; Sun, 17 Apr 2005 21:10:10 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from [212.61.27.71] (dual.digiware.nl [212.61.27.71]) by freebee.digiware.nl (8.13.1/8.13.1) with ESMTP id j3HLA3JM055271; Sun, 17 Apr 2005 23:10:03 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <4262D0AC.4000202@withagen.nl> Date: Sun, 17 Apr 2005 23:10:04 +0200 From: Willem Jan Withagen User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Willem Jan Withagen References: <6eb82e05041500274172afd3@mail.gmail.com> <20050416122222.GA12385@totem.fix.no> <6eb82e0504160536572e068c@mail.gmail.com> <20050416183755.GB61170@xor.obsecurity.org> <4262CFBF.4090709@withagen.nl> In-Reply-To: <4262CFBF.4090709@withagen.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: stable@freebsd.org cc: Kris Kennaway Subject: Re: NFS defaults for read/write blocksize....(Was: Re: 5.4/amd64 console hang) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:10:11 -0000 Willem Jan Withagen wrote: > Kris Kennaway wrote: > >>> By the way, I'm thinking that more frequently hang might related with >>> large read/write block in mount_nfs -r/-w (I use 8192, original is >>> 1024). >> >> >> >> That's certainly possible since non-default settings don't get as much >> testing. It would be good to get a traceback. Sorry for the typos. > Has it even been considered to up these values to something bigger?? even == ever > Reason I ask, is since some discussions from a year ago tempted me to do > some (non-scientific) NFS performance testing. > (http://witahgen.dyndns.org/FreeBSD/nfs-performance/) make that: http://withagen.dyndns.org/FreeBSD/nfs-performance/ > Ever since then I'm of the opinion that sizes of read/write should be at > least 8K, or bigger depending on the data. > > And yes, I'm aware that bonnie can hardly be considered a serious > benchmark tool. But I would think that the results would warant at least > this change. > > I no longer have some of the hardware, so redoing this test with > something like 'make buildworld' is not really possible. But I'm looking > into getting again a series of older boxes to run some more tests on. --WjW From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 21:11:59 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFBCE16A4CE for ; Sun, 17 Apr 2005 21:11:59 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3D243D48 for ; Sun, 17 Apr 2005 21:11:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9A61E51197; Sun, 17 Apr 2005 14:11:55 -0700 (PDT) Date: Sun, 17 Apr 2005 14:11:55 -0700 From: Kris Kennaway To: Mike Harding Message-ID: <20050417211155.GB93620@xor.obsecurity.org> References: <20050417210428.48398173BA@bsd.mvh> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline In-Reply-To: <20050417210428.48398173BA@bsd.mvh> User-Agent: Mutt/1.4.2.1i cc: stable@freebsd.org Subject: Re: %idle stuck at 33%? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:12:00 -0000 --V0207lvV8h4k8FAm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 17, 2005 at 02:04:28PM -0700, Mike Harding wrote: >=20 > On 5.4-RC3, a Dell 2650 with two processors, and hyperthreading turned > off, a 'make -j4 buildword' never shows idle % less than 33.3, either > in top or systat. Anybody else see this, or know why it happens? Your disks are too slow to keep up? Kris --V0207lvV8h4k8FAm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCYtEbWry0BWjoQKURAk3PAJ9HopYS/Eofid7Z2iEBP2Hjxn/SNwCfXK87 T+0Cnkhe7m/Zg1DAFzuz9sc= =MPGZ -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm-- From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 21:34:10 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64FF616A4CE for ; Sun, 17 Apr 2005 21:34:10 +0000 (GMT) Received: from pop-a065d14.pas.sa.earthlink.net (pop-a065d14.pas.sa.earthlink.net [207.217.121.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B6F43D2F for ; Sun, 17 Apr 2005 21:34:10 +0000 (GMT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-201-077.lsanca1.elnk.dsl.genuity.net ([4.62.201.77] helo=bsd.mvh) by pop-a065d14.pas.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1DNHP7-0007Qb-00; Sun, 17 Apr 2005 14:34:09 -0700 Received: from localhost (localhost.mvh [127.0.0.1]) by bsd.mvh (Postfix) with ESMTP id 3DA74173BC; Sun, 17 Apr 2005 14:34:09 -0700 (PDT) Received: from bsd.mvh ([127.0.0.1]) by localhost (bsd.mvh [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78167-07; Sun, 17 Apr 2005 14:34:04 -0700 (PDT) Received: by bsd.mvh (Postfix, from userid 1001) id 810E2173BA; Sun, 17 Apr 2005 14:34:04 -0700 (PDT) From: mvh@ix.netcom.com To: kris@obsecurity.org (Kris Kennaway) In-Reply-To: X-Newsgroups: mailing.freebsd.stable User-Agent: tin/1.7.7-20041215 ("Scalpay") (UNIX) (FreeBSD/5.4-RC2 (i386)) Message-Id: <20050417213404.810E2173BA@bsd.mvh> Date: Sun, 17 Apr 2005 14:34:04 -0700 (PDT) X-Virus-Scanned: amavisd-new at bsd.mvh cc: stable@freebsd.org Subject: Re: %idle stuck at 33%? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:34:10 -0000 I should be more clear - the idle % never goes below 33.3%, spends most of its time at 33.3%, and the disks are not even remotely saturated. They are 15K SCSI drives and the above is true even when there is no apparent disk activity. Seems like the idle % is being calculated incorrectly. I am just trying to found out if anyone else seems anything simlar before I file a PR... In article you wrote: > > --V0207lvV8h4k8FAm > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Sun, Apr 17, 2005 at 02:04:28PM -0700, Mike Harding wrote: >>=20 >> On 5.4-RC3, a Dell 2650 with two processors, and hyperthreading turned >> off, a 'make -j4 buildword' never shows idle % less than 33.3, either >> in top or systat. Anybody else see this, or know why it happens? > > Your disks are too slow to keep up? > > Kris > > --V0207lvV8h4k8FAm > Content-Type: application/pgp-signature > Content-Disposition: inline > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.0 (FreeBSD) > > iD8DBQFCYtEbWry0BWjoQKURAk3PAJ9HopYS/Eofid7Z2iEBP2Hjxn/SNwCfXK87 > T+0Cnkhe7m/Zg1DAFzuz9sc= > =MPGZ > -----END PGP SIGNATURE----- > > --V0207lvV8h4k8FAm-- From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 21:36:43 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C1D16A4CE for ; Sun, 17 Apr 2005 21:36:43 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6F243D1F for ; Sun, 17 Apr 2005 21:36:43 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IF40032M13PRK70@bgo1smout1.broadpark.no> for freebsd-stable@freebsd.org; Sun, 17 Apr 2005 23:31:01 +0200 (CEST) Received: from kg-work.kg4.no ([80.203.21.150]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0IF400DWD1F3JW60@bgo1sminn1.broadpark.no> for freebsd-stable@freebsd.org; Sun, 17 Apr 2005 23:37:52 +0200 (CEST) Date: Sun, 17 Apr 2005 23:36:38 +0200 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-stable@freebsd.org Message-id: <20050417233638.1b13d699.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: audio driver for RealTek ALC658? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:36:43 -0000 I have a MSI RS480M2-IL mainboard (aka MS-7093). According to the specs, http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=639 it has a Realtek ALC658 audio codec (and "Compliance with AC97 v2.3 Spec." as the specs tell). Is there a audio driver for this somewhere? I'm running FreeBSD 5.4-stable (amd64): root@kg-quiet# uname -a FreeBSD kg-quiet.kg4.no 5.4-STABLE FreeBSD 5.4-STABLE #1: Sat Apr 16 21:04:54 CEST 2005 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 I have tried 'kldload snd_driver', but 'cat /dev/sndstat' still shows: root@kg-quiet# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: Here is the output of 'pciconf -lv' for the audio device: none2@pci0:20:5: class=0x040100 card=0x00801462 chip=0x43701002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' class = multimedia subclass = audio and, for good measure, the output of 'lspci -v': root@kg-quiet# lspci -v -s 00:14.5 00:14.5 Multimedia audio controller: ATI Technologies Inc: Unknown device 4370 Subsystem: Micro-Star International Co., Ltd.: Unknown device 0080 Flags: bus master, 66Mhz, slow devsel, latency 64, IRQ 3 Memory at fe029000 (32-bit, non-prefetchable) Capabilities: [40] Message Signalled Interrupts: 64bit- Queue=0/0 Enable- -- Regards, Torfinn Ingolfsen From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 21:43:14 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B396816A4CE for ; Sun, 17 Apr 2005 21:43:14 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 685A443D31 for ; Sun, 17 Apr 2005 21:43:14 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6A3225137E; Sun, 17 Apr 2005 14:43:13 -0700 (PDT) Date: Sun, 17 Apr 2005 14:43:13 -0700 From: Kris Kennaway To: mvh@ix.netcom.com Message-ID: <20050417214313.GB99519@xor.obsecurity.org> References: <20050417213404.810E2173BA@bsd.mvh> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ADZbWkCsHQ7r3kzd" Content-Disposition: inline In-Reply-To: <20050417213404.810E2173BA@bsd.mvh> User-Agent: Mutt/1.4.2.1i cc: stable@freebsd.org cc: Kris Kennaway Subject: Re: %idle stuck at 33%? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:43:14 -0000 --ADZbWkCsHQ7r3kzd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 17, 2005 at 02:34:04PM -0700, mvh@ix.netcom.com wrote: > I should be more clear - the idle % never goes below 33.3%, spends > most of its time at 33.3%, and the disks are not even remotely > saturated. They are 15K SCSI drives and the above is true even when > there is no apparent disk activity. Seems like the idle % is being > calculated incorrectly. I am just trying to found out if anyone else > seems anything simlar before I file a PR... This kind of thing can happen if your world is out of sync with your kernel. Kris P.S. Please don't top-post. > In article you wrote: > >=20 > > --V0207lvV8h4k8FAm > > Content-Type: text/plain; charset=3Dus-ascii > > Content-Disposition: inline > > Content-Transfer-Encoding: quoted-printable > >=20 > > On Sun, Apr 17, 2005 at 02:04:28PM -0700, Mike Harding wrote: > >>=3D20 > >> On 5.4-RC3, a Dell 2650 with two processors, and hyperthreading turned > >> off, a 'make -j4 buildword' never shows idle % less than 33.3, either > >> in top or systat. Anybody else see this, or know why it happens? > >=20 > > Your disks are too slow to keep up? > >=20 > > Kris --ADZbWkCsHQ7r3kzd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCYthxWry0BWjoQKURAoL1AJ9L98kgOkmC01l/e+btkIhzZdtBjQCg/fgu j0ooeuFqpgjYLfaMlv+wFfI= =hiVk -----END PGP SIGNATURE----- --ADZbWkCsHQ7r3kzd-- From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 22:53:51 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EDF16A4CE for ; Sun, 17 Apr 2005 22:53:51 +0000 (GMT) Received: from gizmo07bw.bigpond.com (gizmo07bw.bigpond.com [144.140.70.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 071A443D46 for ; Sun, 17 Apr 2005 22:53:50 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: (qmail 26253 invoked from network); 17 Apr 2005 22:53:47 -0000 Received: from unknown (HELO bwmam02.bigpond.com) (144.135.24.72) by gizmo07bw.bigpond.com with SMTP; 17 Apr 2005 22:53:47 -0000 Received: from cpe-138-130-183-186.nsw.bigpond.net.au ([138.130.183.186]) by bwmam02.bigpond.com(MAM REL_3_4_2a 17/12253523) with SMTP id 12253523; Mon, 18 Apr 2005 08:53:48 +1000 Received: (qmail 12160 invoked by uid 1000); 17 Apr 2005 22:53:47 -0000 Date: Mon, 18 Apr 2005 08:53:47 +1000 From: Andrew Reilly To: Joshua Tinnin Message-ID: <20050417225347.GA9600@gurney.reilly.home> References: <20050414025949.GA94683@gurney.reilly.home> <200504170655.27864.krinklyfig@spymac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504170655.27864.krinklyfig@spymac.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-stable@freebsd.org Subject: Re: Misleading security message output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 22:53:52 -0000 On Sun, Apr 17, 2005 at 06:55:27AM -0700, Joshua Tinnin wrote: > On Wed 13 Apr 05 19:59, Andrew Reilly > > This could be avoided, perhaps, with a NetBSD-style backup/diff > > mechanism, or (incompatibly) with daemontools/multilog-style > > 64-bit time stamps in the log files. It can be worked-around > > by forcing faster log-file rotations, now that I know about > > the problem. I can't think of a really good widely-applicable > > solution, using the existing framework, though. > > I'm not quite sure what you mean. Do you want a way to have the > timestamp record the year as well, so that you can keep the default > setting? That'd be one way to do it. Multilog, in the daemontools package gives log messages a timestamp that (implicitly) includes the date. The NetBSD method, of keeping a "yesterday" backup of the log files, and diffing against the "now" versions avoids the problem by making the search for "stuff that happened since the last log e-mail" explicit. I don't much mind how the bug is fixed. It would be nice, I think, if the bug fix didn't amount to a documentation addition along the lines of "in order for the nightly security messages to work properly, you must tune the log-file rotation period so that log files are rotated at least once per year. See newsyslog.conf(5)." A reasonable bug-fix could be to add a when value of $ML to the /var/log/messages line of the default /etc/newsyslog.conf. On most machines that will have no effect, because rotation will still be triggered by the size field. It will just make the logic in the nightly security script correct. Cheers, -- Andrew From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 23:15:48 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BFED16A4CE for ; Sun, 17 Apr 2005 23:15:48 +0000 (GMT) Received: from mailhost.xciv.org (vantage.xciv.org [213.228.237.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AEAB43D31 for ; Sun, 17 Apr 2005 23:15:47 +0000 (GMT) (envelope-from paul@xciv.org) Received: from localhost ([127.0.0.1] helo=xciv.org) by mailhost.xciv.org with esmtp id 1DNIzN-000Hkn-00; Mon, 18 Apr 2005 00:15:41 +0100 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: freebsd-stable@freebsd.org Organization: XCIV, London UK Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 18 Apr 2005 00:15:41 +0100 Message-ID: <68248.1113779741@xciv.org> From: Paul Civati X-XCIV-MailScanner: Found to be clean Subject: Tuning for router performance X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-stable@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 23:15:48 -0000 I'm trying to tune 5.x for maximum router performance, in terms of packets per second. I'm starting to hit errors at 150Kpps. input (em0) output packets errs bytes packets errs bytes colls 1 0 66 1 0 178 0 75751 3391 5124070 1 0 298 0 150150 0 9609602 1 0 178 0 150150 19837 10809670 1 0 186 0 150150 0 9609602 1 0 178 0 150150 19840 10809466 1 0 186 0 150150 0 9609602 1 0 178 0 150150 19842 10809466 1 0 186 0 146029 0 9345858 1 0 178 0 141518 32596 10206142 1 0 186 0 Set-up: RELENG_5 as of Apr 03 21:33 * P4 3.0GHz / 2GB DDR400 RAM * Supermicro P4SCi with 2 on-board Intel gige * Additional 2-port Intel gige on 64-bit PCI-X With this many interfaces I have disabled unnecessary devices in the BIOS such as USB to reduce IRQ sharing. APIC also seems to do quite some renumbering of IRQs, no idea if this is a problem or not. Kernel config additions over GENERIC: options DEVICE_POLLING #network device mixed interrupt-polling handling options HZ=1000 #for polling options TCP_SIGNATURE #TCP MD5 signatures options FAST_IPSEC #IPSec needed for TCP MD5 options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging device crypto # crypto needed for TCP MD5 device vlan # 802.1q ethernet VLAN tagging device carp # common address resolution protocol /etc/sysctl.conf: kern.polling.enable=1 net.inet.ip.forwarding=1 net.inet.ip.fastforwarding=1 Empty ipfilter ruleset. [ Full dmesg and kernel config etc at http://www.rackred.com/temp/ ] My test set-up is to use a Linux based click-router with udpgen on one side, and a Linux based click-router with udpcount on the other side. [ SRC host ] ---- [em0 router under test em3] ---- [ DST host ] So traffic test is passing data through the router. Information gleaned from the archives suggests tweaking sysctl's such as net.isr.enable and disabling harvest options but these haven't really made any noticeable difference for me. Does anyone have any suggestions? I'm sure I have read of other people getting better performance than this. -Paul- -- Paul Civati Rack Sense Ltd - Managed/Business hosting - www.racksense.com RackRed - Value SSL certificates and servers - www.rackred.com From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 23:35:02 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A22D16A4CE for ; Sun, 17 Apr 2005 23:35:02 +0000 (GMT) Received: from mail2.sol.net (mail2.sol.net [206.55.64.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F310F43D58 for ; Sun, 17 Apr 2005 23:34:50 +0000 (GMT) (envelope-from jgreco@aurora.sol.net) Received: from aurora.sol.net (aurora.sol.net [206.55.65.130]) by mail2.sol.net (8.11.0/8.11.0/SNNS-1.04) with ESMTP id j3HNYjK11670 for ; Sun, 17 Apr 2005 18:34:45 -0500 (CDT) Received: (from jgreco@localhost) by aurora.sol.net (8.12.8p1/8.12.9/Submit) id j3HNYjVG056909 for stable@freebsd.org; Sun, 17 Apr 2005 18:34:45 -0500 (CDT) From: Joe Greco Message-Id: <200504172334.j3HNYjVG056909@aurora.sol.net> To: stable@freebsd.org Date: Sun, 17 Apr 2005 18:34:44 -0500 (CDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: PXE booting a 5.4-RC2 system ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 23:35:02 -0000 So I'm playing with 5.4-RC2. I can get the system to PXE boot into a normal full base system environment just fine, all the way to multiuser. However, for system installs, we've historically PXE booted the boot floppy images and then proceeded to do NFS or FTP based installs. So I set off to do this with 5.4-RC2. I pulled the contents out of boot.flp, kern1.flp, and kern2.flp and stuffed them all on one of our boot servers. /boot/5.4X-i386-load 358 # ls -al total 3716 drwxr-xr-x 4 root wheel 512 Apr 17 18:14 . drwxr-xr-x 10 root wheel 512 Apr 17 18:07 .. drwxr-xr-x 2 root operator 512 Apr 10 04:26 .snap -rw-r--r-- 1 root wheel 138998 Apr 10 04:26 acpi.ko.gz drwxr-xr-x 3 root wheel 512 Apr 10 04:26 boot -rw-r--r-- 1 root wheel 1425408 Apr 10 04:26 kernel.gz.aa -rw-r--r-- 1 root wheel 1060816 Apr 10 04:26 kernel.gz.ab -rw-r--r-- 1 root wheel 16384 Apr 10 04:26 kernel.gz.boot -rw-r--r-- 1 root wheel 91 Apr 10 04:26 kernel.gz.split -rw-r--r-- 1 root wheel 1081726 Apr 10 04:26 mfsroot.gz -rw-r--r-- 1 root wheel 69 Apr 17 18:10 notes Same setup works fine with /boot/5.4X-i386-pxe1, which is just the entire 5.4-RC2 distribution extracted to that directory. Going back to the above setup: The client PC, a Gigabyte 7VM400-RZ with an AMD 2700 XP and 512MB RAM, a CD drive, and an Adaptec 2940U2W controller, starts loading the PXE loader just fine. PXE Loader 1.00 Building the boot loader arguments Relocating the loader and the BTX Starting the BTX loader BTX loader 1.00 BTX is version 1.01 Console: internal video/keyboard BIOS drive A: is disk0 PXE version 2.1, real mode entry point @9e2b:00f6 BIOS 640kB/490432kB available memory FreeBSD/i386 bootstrap loader, Revision 1.1 (root@harlow.cse.buffalo.edu, Sun Apr 10 04:50:34 UTC 2005) pxe_open: server addr: XXXXXXXXXXXX pxe_open: server path: /boot/5.4X-i386-load pxe_open: gateway ip: XXXXXXXXXXXXX Loading /boot/defaults/loader.conf panic: free: guard1 fail @ 0x54a7c from /usr/src/lib/libstand/gzipfs.c:192 --> Press a key on the console to reboot <-- So I figure maybe it's a bug or maybe I need to tweak something. Anyone have a clue which is the correct answer? Thanks, ... JG -- Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net "We call it the 'one bite at the apple' rule. Give me one chance [and] then I won't contact you again." - Direct Marketing Ass'n position on e-mail spam(CNN) With 24 million small businesses in the US alone, that's way too many apples. From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 01:54:25 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE58416A4D1 for ; Mon, 18 Apr 2005 01:54:24 +0000 (GMT) Received: from proxy.ddcom.co.jp (proxy.ddcom.co.jp [211.121.191.163]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D91443D3F for ; Mon, 18 Apr 2005 01:54:23 +0000 (GMT) (envelope-from rees@ddcom.co.jp) Received: (qmail 1481 invoked by alias); 18 Apr 2005 02:06:34 -0000 Received: from unknown (HELO matthew) (10.10.10.11) by mail.ddcom.local with SMTP; 18 Apr 2005 02:06:34 -0000 Date: Mon, 18 Apr 2005 10:54:20 +0900 From: Joel To: freebsd-stable@freebsd.org In-Reply-To: <20050417225347.GA9600@gurney.reilly.home> References: <200504170655.27864.krinklyfig@spymac.com> <20050417225347.GA9600@gurney.reilly.home> Message-Id: <20050418103032.9618.REES@ddcom.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.06 Subject: Re: Misleading security message output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 01:54:25 -0000 I'm just a newb, but > > > I had an interesting experience, this morning. The nightly > > > security message from a CVS server machine that runs a version > > > of FreeBSD-4 had arrived, and it claimed that someone who hadn't > > > done any work for us for some considerable time had had three > > > failed login attempts, late that night. Curious. > > > > > > After much hunting around, and checking perimeter logs, it > > > turned out that nothing of the sort had happened. The security > > > log script had been fooled by the age of the messages.0.gz file, > > > which contained messages from more than a year ago. The first question that comes to mind: do you really need logs from a year back? Even though you say the server hardly ever needs touching, it seems to me that general backup principles would say that if you need logs that old, you would have your automatic backup sript gleaning the old logs at one to three months, putting the old logs on some backup medium and deleting them from the server. > > > The search > > > pattern "$yesterday" doesn't contain a year, because log file > > > timestamps don't contain years. The log file was so old because > > > rotation is determined by size, and this machine simply doesn't > > > have much to log, despite being used daily. It never goes down, > > > and is basically completely stable. Something seems upside down here. Maybe it's just the way I'm reading it. Anyway, as Joshua pointed out, you can combine conditions: > > Well, you could modify /etc/newsyslog.conf, where it says: > > > > /var/log/messages 600 14 100 * J > > > > change it to: > > > > /var/log/messages 600 14 * @T00 J > > > > This assumes you want 14 message logs, rotated once a day at midnight. > > Any message logs over 14 days will be deleted. > > > > man newsyslog.conf > > > > > This could be avoided, perhaps, with a NetBSD-style backup/diff > > > mechanism, or (incompatibly) with daemontools/multilog-style > > > 64-bit time stamps in the log files. It can be worked-around > > > by forcing faster log-file rotations, now that I know about > > > the problem. I can't think of a really good widely-applicable > > > solution, using the existing framework, though. > > > > I'm not quite sure what you mean. Do you want a way to have the > > timestamp record the year as well, so that you can keep the default > > setting? > > That'd be one way to do it. Multilog, in the daemontools > package gives log messages a timestamp that (implicitly) > includes the date. The NetBSD method, of keeping a "yesterday" > backup of the log files, and diffing against the "now" versions > avoids the problem by making the search for "stuff that happened > since the last log e-mail" explicit. I don't much mind how the > bug is fixed. It would be nice, I think, if the bug fix didn't > amount to a documentation addition along the lines of "in order > for the nightly security messages to work properly, you must > tune the log-file rotation period so that log files are rotated > at least once per year. See newsyslog.conf(5)." > > A reasonable bug-fix could be to add a when value of $ML to the > /var/log/messages line of the default /etc/newsyslog.conf. On > most machines that will have no effect, because rotation will > still be triggered by the size field. It will just make the > logic in the nightly security script correct. Maybe it's because I'm such a newb, but I'm wondering which program has what bug? Is it that the default configuration files for the login logs doesn't put on age limit on the rotation? Is it that the log lines don't conain a full 4-digit year in the timestamp? Or is it that the logscraper doesn't know to check the age of a log file, or doesn't know to work on the tail of the log? -- Joel Rees digitcom, inc. $B3t<02q ** From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 02:47:55 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C7B16A4CE for ; Mon, 18 Apr 2005 02:47:55 +0000 (GMT) Received: from mail1.webmaster.com (mail1.webmaster.com [216.152.64.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4910843D45 for ; Mon, 18 Apr 2005 02:47:55 +0000 (GMT) (envelope-from davids@webmaster.com) Received: from however by webmaster.com (MDaemon.PRO.v7.1.0.R) with ESMTP id md50000481161.msg for ; Sun, 17 Apr 2005 19:46:20 -0700 From: "David Schwartz" To: Date: Sun, 17 Apr 2005 19:47:12 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <68248.1113779741@xciv.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Authenticated-Sender: joelkatz@webmaster.com X-Spam-Processed: mail1.webmaster.com, Sun, 17 Apr 2005 19:46:20 -0700 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 206.171.168.138 X-Return-Path: davids@webmaster.com X-MDaemon-Deliver-To: freebsd-stable@freebsd.org X-MDAV-Processed: mail1.webmaster.com, Sun, 17 Apr 2005 19:46:23 -0700 Subject: RE: Tuning for router performance X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: davids@webmaster.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 02:47:55 -0000 > I'm starting to hit errors at 150Kpps. I'm not sure why you're hitting errors at that speed. But here are a few suggestions: > options DEVICE_POLLING #network device mixed > interrupt-polling handling > options HZ=1000 #for polling That's too low. 2000 is the minimum you should consider. See below for how to tune this in /boot/loader.conf. > /etc/sysctl.conf: > kern.polling.enable=1 > net.inet.ip.forwarding=1 > net.inet.ip.fastforwarding=1 You probably want: kern.random.sys.harvest.ethernet=0 kern.random.sys.hervest.interrupt=0 > Does anyone have any suggestions? In /boot/loader.conf, consider: kern.ipc.nmbclusters="262144" kern.hz="2000" vm.kmem_size="536870912" vm.kmem_size_max="536870912" What are your current values for vm.kmem_size and vm.kmem_size_max? DS From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 02:58:20 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F37EE16A4CE for ; Mon, 18 Apr 2005 02:58:19 +0000 (GMT) Received: from juniper.fornext.org (53.35.138.210.xn.2iij.net [210.138.35.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3819643D1F for ; Mon, 18 Apr 2005 02:58:19 +0000 (GMT) (envelope-from shino@fornext.org) Received: from [127.0.0.1] (shino-gw.noc.titech.ac.jp [131.112.126.17]) by juniper.fornext.org (Postfix) with ESMTP id A6F348A for ; Mon, 18 Apr 2005 11:58:17 +0900 (JST) Date: Mon, 18 Apr 2005 11:58:17 +0900 From: Shunsuke SHINOMIYA To: freebsd-stable@freebsd.org In-Reply-To: <68248.1113779741@xciv.org> References: <68248.1113779741@xciv.org> Message-Id: <20050418114252.D38E.SHINO@fornext.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.20.07 [ja] Subject: Re: Tuning for router performance X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 02:58:20 -0000 Hi, Paul. Do sysctl kern.random.sys.harvest.ethernet=0 sysctl kern.random.sys.harvest.interrupt=0 affect to your router's performance? and, disabling interrupt moderation of em(4) affects the router too? Please see the previous discussion of interrupt moderation at freebsd-current. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1279567+0+archive/2004/freebsd-current/20041121.freebsd-current http://docs.freebsd.org/cgi/getmsg.cgi?fetch=215083+0+archive/2004/freebsd-current/20041128.freebsd-current http://www.freebsd.org/cgi/query-pr.cgi?pr=74986 -- Shunsuke SHINOMIYA From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 03:17:57 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62EA416A4CE for ; Mon, 18 Apr 2005 03:17:57 +0000 (GMT) Received: from mail2.sol.net (mail2.sol.net [206.55.64.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id A595843D39 for ; Mon, 18 Apr 2005 03:17:56 +0000 (GMT) (envelope-from jgreco@aurora.sol.net) Received: from aurora.sol.net (aurora.sol.net [206.55.65.130]) by mail2.sol.net (8.11.0/8.11.0/SNNS-1.04) with ESMTP id j3I3HnK35306; Sun, 17 Apr 2005 22:17:50 -0500 (CDT) Received: (from jgreco@localhost) by aurora.sol.net (8.12.8p1/8.12.9/Submit) id j3I3Hmdo068332; Sun, 17 Apr 2005 22:17:48 -0500 (CDT) From: Joe Greco Message-Id: <200504180317.j3I3Hmdo068332@aurora.sol.net> To: paul@xciv.org, stable@freebsd.org Date: Sun, 17 Apr 2005 22:17:48 -0500 (CDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Tuning for router performance X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 03:17:57 -0000 > RELENG_5 as of Apr 03 21:33 > > * P4 3.0GHz / 2GB DDR400 RAM > * Supermicro P4SCi with 2 on-board Intel gige > * Additional 2-port Intel gige on 64-bit PCI-X > > With this many interfaces I have disabled unnecessary devices in the > BIOS such as USB to reduce IRQ sharing. Interesting. I'm using 4.11-RELEASE on a P4 3.0G / 1GB DDR400, on a SuperMicro P4SC8 (which is basically the P4SCi with SCSI). No additional 2-port card. It's a fairly similar setup. No problems with high traffic rates. (For the purposes of this discussion, all traffic except ssh to the router is traffic /thru/ the router). input (Total) output packets errs bytes packets errs bytes colls 107439 0 72162014 144813 0 142032833 0 101704 0 68046409 135931 0 128359873 0 104645 0 65768204 141990 0 129334101 0 112468 0 75986846 150024 0 144615912 0 106497 0 72030483 142558 0 141768086 0 99765 0 70045449 133374 0 132466526 0 96067 0 63798208 125844 0 125487982 0 101886 0 70674519 134926 0 134179234 0 103760 0 69877737 135941 0 137523002 0 112911 0 79450478 154102 0 151303406 0 116146 0 77471891 156882 0 152534206 0 The apparent high output rate is due to vlan devices, where the output is attributed to both vlan* and em1 (dedicated to vlans). The input and the output are actually both approximately the input numbers. We had noticed at one point that we were starting to see em1 report drops which were in turn being reported as errs by the vlan devices. We were pushing right near a gigabit of traffic at the time, so I had written it off as just pushing the router to the edge. But let's re-examine that. Now, if I start pumping more PPS, I do indeed see errs: input (Total) output packets errs bytes packets errs bytes colls drops 97267 0 66675536 122086 0 131168641 0 0 104247 0 75413955 130001 0 142561178 0 0 95617 0 64612833 121289 0 127119179 0 0 253471 0 77582829 397208 10000 139671386 0 10000 289454 0 71304600 483657 9443 129348488 0 9443 288084 0 71948183 486654 8725 135213379 0 8725 287875 0 68385123 491482 7460 123001416 0 7460 290068 0 72583882 487009 10140 135995424 0 10140 283690 0 66749355 489184 5460 120351717 0 5460 287656 0 71174008 494372 6546 135130910 0 6546 294036 0 73220341 485374 12531 131770769 0 12531 292414 0 74153414 489359 10575 139045664 0 10575 293152 0 72187276 485446 11945 129875438 0 11945 288516 0 73740228 484401 8261 138960063 0 8261 286625 0 70340602 476896 11569 126852274 0 11569 226024 0 70356111 374375 3985 135568639 0 3985 97423 0 67559069 123148 0 131424813 0 0 99617 0 70842045 126110 0 134722149 0 0 109440 0 75528823 139232 0 148738405 0 0 99994 0 69608728 128823 0 130991145 0 0 This is running a little "udpblast" program that sends min size packets in addition to the production traffic load on the router. I find this interesting, because the aggregate traffic through the router is clearly not anywhere near a gigabit. So it does appear that there is some sort of inadvertent cap on PPS here. Now, a few notes. 1) I notice that /your/ errors are showing as input errors. Mine seem to show up as output errors. 2) We need to remember that the design of the P4SC{8,i} is a bit crappy, in that the onboard ports consist of one CSA port (no problem here) and one PCI port - which Supermicro wisely placed on the 32-bit, 33 MHz legacy PCI bus. This could potentially limit the throughput on that port. 3) The driver tunable EM_TIDV looks quite promising as a first guess as to what to tune for /my/ issue. 4) I think playing with EM_MAX_TXD and EM_MAX_RXD may be useful to both you and I as well. 5) Don't know about FreeBSD 5. You're on your own there. :-) ... JG -- Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net "We call it the 'one bite at the apple' rule. Give me one chance [and] then I won't contact you again." - Direct Marketing Ass'n position on e-mail spam(CNN) With 24 million small businesses in the US alone, that's way too many apples. From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 03:43:26 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8626B16A4CE for ; Mon, 18 Apr 2005 03:43:26 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4029243D41 for ; Mon, 18 Apr 2005 03:43:25 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id 2873178C62 for ; Sun, 17 Apr 2005 23:44:52 -0400 (EDT) Received: from pandora.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22253-02 for ; Sun, 17 Apr 2005 23:44:47 -0400 (EDT) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) by pandora.afflictions.org (Postfix) with ESMTP id 4F8B478C5D for ; Sun, 17 Apr 2005 23:44:47 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id A767233C23; Mon, 18 Apr 2005 08:04:23 -0400 (EDT) Date: Mon, 18 Apr 2005 08:04:23 -0400 From: Damian Gerow To: stable@freebsd.org Message-ID: <20050418120423.GA697@afflictions.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.9i X-Virus-Scanned: amavisd-new at pandora.afflictions.org Subject: Re: UPDATE: ATA mkIII official patches for releng_5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 03:43:26 -0000 Thus spake Soren: : I've just uploaded the latest ATA mkIII patches for releng_5 (and : releng_5_4 for that matter). : : Since this work is now in -current there will only be releng_5 patches : now and then if there is sufficient interest. Since the work was done for ATAPICAM, I decided to try the patches on a new RELENG_5 build (cvsup'ed earlier this evening). I'm not quite sure what I'm doing wrong, but the build's failing for me in strange ways. This is with n applied to a freshly sup'ed tree. From what I can tell, the changes to kmod.mk /shouldn't/ be causing problems, but... they are? -------------------------------------------------------------- >>> Kernel build for machine started on Sun Apr 17 20:53:18 EDT 2005 -------------------------------------------------------------- <...> ===> ata/ataisa rm -f /usr/src/sys/modules/ata/ataisa/export_syms ataisa.ko ataisa.kld ata-isa.o @ machine symb.tmp tmp.o opt_ata.h ata_if.h isa_if.h bus_if.h device_if.h rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> ata/atapci "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less endif "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less endif "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less endif "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 325: Need an operator "Makefile", line 9: 1 open conditional: "Makefile", line 9: at line 315 (evaluated to true) make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/sys/modules/ata. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/machine. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 03:48:39 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DBC16A4CE for ; Mon, 18 Apr 2005 03:48:39 +0000 (GMT) Received: from web54004.mail.yahoo.com (web54004.mail.yahoo.com [206.190.36.228]) by mx1.FreeBSD.org (Postfix) with SMTP id C217443D3F for ; Mon, 18 Apr 2005 03:48:38 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 33695 invoked by uid 60001); 18 Apr 2005 03:48:38 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=jiDrrZB455LTiiw89yJUbOlGmj1bpxTzhdgwsN5UWSz+fT4McOkRyLR3CoEguS01srLqOTWZs275TNrlkfW34TAB866vJBwJANR8FwsjPs1CrwDqJDtoSoCbw/3eCw3v+cSGl5PKtVTAQpVCTiMfPOLDei4oTTTwVUnUizGabdM= ; Message-ID: <20050418034838.33693.qmail@web54004.mail.yahoo.com> Received: from [147.46.44.181] by web54004.mail.yahoo.com via HTTP; Sun, 17 Apr 2005 20:48:37 PDT Date: Sun, 17 Apr 2005 20:48:37 -0700 (PDT) From: Rob To: FreeBSD Stable MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: /etc/rc.d/sshd : "kldload random" missing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 03:48:39 -0000 Hi, I noticed that 'random.ko' module is required by ssh, especially when running the server sshd. However, the sshd script in /etc/rc.d does not verify the pressence of the random.ko module and neither loads it if necessary. Shouldn't that be added? I bring this up, since I have observed that the nfsserver.ko module is automagically loaded by the /etc/rc.d/nfsserver script. Both cases seem to have some similarity. Regards, Rob. __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 06:30:12 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED40616A4CE for ; Mon, 18 Apr 2005 06:30:12 +0000 (GMT) Received: from 62-15-209-148.inversas.jazztel.es (62-15-209-148.inversas.jazztel.es [62.15.209.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2368743D41 for ; Mon, 18 Apr 2005 06:30:09 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j3I6U54D001956; Mon, 18 Apr 2005 08:30:05 +0200 (CEST) (envelope-from freebsd@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j3I6U3bh000926; Mon, 18 Apr 2005 08:30:03 +0200 (CEST) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez Date: Mon, 18 Apr 2005 08:30:01 +0200 User-Agent: KMail/1.8 References: <200504172334.j3HNYjVG056909@aurora.sol.net> In-Reply-To: <200504172334.j3HNYjVG056909@aurora.sol.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline To: "Undisclosed.Recipients": ; Message-Id: <200504180830.03116.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.7; VDF: 6.30.0.108; host: antares.redesjm.local) cc: stable@freebsd.org cc: Joe Greco Subject: Re: PXE booting a 5.4-RC2 system ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 06:30:13 -0000 El Monday 18 April 2005 01:34, Joe Greco escribi=F3: > So I'm playing with 5.4-RC2. > > I can get the system to PXE boot into a normal full base system > environment just fine, all the way to multiuser. > > However, for system installs, we've historically PXE booted the boot > floppy images and then proceeded to do NFS or FTP based installs. > > So I set off to do this with 5.4-RC2. I pulled the contents out of > boot.flp, kern1.flp, and kern2.flp and stuffed them all on one of our > boot servers. > > /boot/5.4X-i386-load 358 # ls -al > total 3716 > drwxr-xr-x 4 root wheel 512 Apr 17 18:14 . > drwxr-xr-x 10 root wheel 512 Apr 17 18:07 .. > drwxr-xr-x 2 root operator 512 Apr 10 04:26 .snap > -rw-r--r-- 1 root wheel 138998 Apr 10 04:26 acpi.ko.gz > drwxr-xr-x 3 root wheel 512 Apr 10 04:26 boot > -rw-r--r-- 1 root wheel 1425408 Apr 10 04:26 kernel.gz.aa > -rw-r--r-- 1 root wheel 1060816 Apr 10 04:26 kernel.gz.ab > -rw-r--r-- 1 root wheel 16384 Apr 10 04:26 kernel.gz.boot > -rw-r--r-- 1 root wheel 91 Apr 10 04:26 kernel.gz.split > -rw-r--r-- 1 root wheel 1081726 Apr 10 04:26 mfsroot.gz > -rw-r--r-- 1 root wheel 69 Apr 17 18:10 notes > > Same setup works fine with /boot/5.4X-i386-pxe1, which is just the > entire 5.4-RC2 distribution extracted to that directory. > > Going back to the above setup: > > The client PC, a Gigabyte 7VM400-RZ with an AMD 2700 XP and 512MB > RAM, a CD drive, and an Adaptec 2940U2W controller, starts loading > the PXE loader just fine. > > PXE Loader 1.00 > > Building the boot loader arguments > Relocating the loader and the BTX > Starting the BTX loader > > BTX loader 1.00 BTX is version 1.01 > Console: internal video/keyboard > BIOS drive A: is disk0 > > PXE version 2.1, real mode entry point @9e2b:00f6 > BIOS 640kB/490432kB available memory > > FreeBSD/i386 bootstrap loader, Revision 1.1 > (root@harlow.cse.buffalo.edu, Sun Apr 10 04:50:34 UTC 2005) > pxe_open: server addr: XXXXXXXXXXXX > pxe_open: server path: /boot/5.4X-i386-load > pxe_open: gateway ip: XXXXXXXXXXXXX > Loading /boot/defaults/loader.conf > panic: free: guard1 fail @ 0x54a7c from > /usr/src/lib/libstand/gzipfs.c:192 --> Press a key on the console to > reboot <-- > > So I figure maybe it's a bug or maybe I need to tweak something.=20 > Anyone have a clue which is the correct answer? > try what is used in the CD install boot: mount a kernel and use a=20 mfsroot. This maybe even more easy to setup. Take a look into boot/=20 of CD1. =2D- josemi > Thanks, > > ... JG From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 07:23:26 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0E916A4CE for ; Mon, 18 Apr 2005 07:23:26 +0000 (GMT) Received: from linda-1.paradise.net.nz (bm-1a.paradise.net.nz [202.0.58.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73B8C43D2D for ; Mon, 18 Apr 2005 07:23:25 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-2.paradise.net.nz (smtp-2a.paradise.net.nz [202.0.32.195]) by linda-1.paradise.net.nz (Paradise.net.nz)stable@freebsd.org; Mon, 18 Apr 2005 19:23:24 +1200 (NZST) Received: from [192.168.1.11] (218-101-14-105.paradise.net.nz [218.101.14.105]) by smtp-2.paradise.net.nz (Postfix) with ESMTP id CDDE59E492 for ; Mon, 18 Apr 2005 19:23:23 +1200 (NZST) Date: Mon, 18 Apr 2005 19:23:22 +1200 From: Mark Kirkwood To: stable@freebsd.org Message-id: <4263606A.3090402@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8b) Gecko/20050301 Subject: 5.4-RC2 Cannot Boot boot-only iso (Tyan Tiger Again) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 07:23:26 -0000 Thought I would see if my Tyan S1834 + Promise TX2000 makes trouble for the BXT Loader in 5.4-RC2. Unfortunately it seems to - locks up immediately after printing (note - hand transcribed) FreeBSD/i386 bootstrap loader... (root@harlow.cse The unusual factors with the machine are (guessing): 1) 2G RAM 2) All ATA Drives plugged into the Promise TX2000 I would bet on 2) being the problem (i.e. the lack of any drives in the 2 std ATA slots). Any suggestions on the best path for proceeding? It would be highly desirable to be able to upgrade via cd boot. (If I have a spare ATA drive I will see if plugging it into one of the std slots helps). Cheers Mark From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 08:43:47 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 468A416A4CE for ; Mon, 18 Apr 2005 08:43:47 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934B843D31 for ; Mon, 18 Apr 2005 08:43:46 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1012849rng for ; Mon, 18 Apr 2005 01:43:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BaIsktdObrBLCLklrLP2FCCloOF1MXFDYU9mUO06tPC6PwJpzSL6O7DTSFUB+5WHcBH8eb9R/Y3inMIgoJ6vz0aJuq5hQbEcIt+oQfrsvU4IvaV3YVJL8mvInukYrQgFIcajyM+y1dYtbXcTZJchqNFUN37n0xfcQSGTJDWKqTU= Received: by 10.38.67.66 with SMTP id p66mr3399778rna; Mon, 18 Apr 2005 01:43:46 -0700 (PDT) Received: by 10.38.149.53 with HTTP; Mon, 18 Apr 2005 01:43:46 -0700 (PDT) Message-ID: Date: Mon, 18 Apr 2005 10:43:46 +0200 From: Claus Guttesen To: Willem Jan Withagen In-Reply-To: <4262CFBF.4090709@withagen.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e05041500274172afd3@mail.gmail.com> <20050416122222.GA12385@totem.fix.no> <6eb82e0504160536572e068c@mail.gmail.com> <20050416183755.GB61170@xor.obsecurity.org> <4262CFBF.4090709@withagen.nl> cc: stable@freebsd.org cc: Kris Kennaway Subject: Re: NFS defaults for read/write blocksize....(Was: Re: 5.4/amd64 console hang) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Claus Guttesen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 08:43:47 -0000 > >>By the way, I'm thinking that more frequently hang might related with > >>large read/write block in mount_nfs -r/-w (I use 8192, original is 1024= ). > > > > > > That's certainly possible since non-default settings don't get as much > > testing. It would be good to get a traceback. >=20 > Has it even been considered to up these values to something bigger?? Read- and write-size of 32768 seems to work optimal for me: nfssrv:/nfsmnt /localsrv/nfsmnt nfs =20 rw,tcp,intr,nfsv3,-w=3D32768,-r=3D32768 0 0 Nfs-server is an i386 and clients are i386 and amd64. regards Claus From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 11:26:18 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8897A16A4CE; Mon, 18 Apr 2005 11:26:18 +0000 (GMT) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C177543D31; Mon, 18 Apr 2005 11:26:17 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by postino-2.etat.lu (Postfix) with ESMTP id D8EB31138EB6; Mon, 18 Apr 2005 13:26:16 +0200 (CEST) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by localhost (CIE ESMTP Dispatch 1) with ESMTP id BC83721318; Mon, 18 Apr 2005 13:26:16 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by dispatch-1.cie.etat.lu (CIE ESMTP Dispatch 1) with ESMTP id 915BB2103C; Mon, 18 Apr 2005 13:26:16 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IF5007483RSW3A0@store.etat.lu>; Mon, 18 Apr 2005 13:26:16 +0200 (MEST) Received: from etat.lu ([148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IF500D4I3RSI190@store.etat.lu>; Mon, 18 Apr 2005 13:26:16 +0200 (MEST) Received: from [192.168.2.43] (Forwarded-For: [148.110.43.161]) by store.etat.lu (mshttpd); Mon, 18 Apr 2005 13:26:16 +0200 Date: Mon, 18 Apr 2005 13:26:16 +0200 From: Didier Wiroth To: freebsd-questions@freebsd.org Message-id: <3fb1734a4ac3.4263b578@etat.lu> MIME-version: 1.0 X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.05 (built Oct 21 2004) Content-type: text/plain; charset=us-ascii Content-language: fr Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: fr Priority: normal cc: freebsd-stable@freebsd.org Subject: tcpwrappers problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 11:26:18 -0000 Hi, (using freebsd5.4-stable) I'm trying to display a ftpd banner with hosts.allow, but it doesn't work. I'm using ftpd (/usr/libexec/ftpd) started through inetd. Ined is started with standard flags: /usr/sbin/inetd -wW -C 60 In hosts.allow I have: ALL : ALL : allow ALL : ALL : banners /usr/local/etc/banners/ ALL : PARANOID : RFC931 20 : deny In /usr.../banners/ I've a banner called: ftpd and inetd and ftp etc.. copied the banner to different names to be sure ... ;-) The directory is world r-x and the banners are world readable. When changing for example: ALL:ALL:allow to ALL:ALL:deny, ftpd connections are blocked, so I assume the wrappers work. Why isn't my banner displayed? thanks didier From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 13:18:57 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F5B416A4CE; Mon, 18 Apr 2005 13:18:57 +0000 (GMT) Received: from lakermmtao01.cox.net (lakermmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630A143D5D; Mon, 18 Apr 2005 13:18:56 +0000 (GMT) (envelope-from micheal@tsgincorporated.com) Received: from router.rcservers.com ([68.12.148.156]) by lakermmtao01.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050418131855.BAVS29182.lakermmtao01.cox.net@router.rcservers.com>; Mon, 18 Apr 2005 09:18:55 -0400 Received: from localhost (localhost.rcservers.com [127.0.0.1]) by router.rcservers.com (Postfix) with ESMTP id C9312124D3; Mon, 18 Apr 2005 08:23:27 -0500 (CDT) Received: from router.rcservers.com ([127.0.0.1]) by localhost (router.rcservers.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22823-09; Mon, 18 Apr 2005 08:23:16 -0500 (CDT) Received: from dredster (dredster.caverns.lan [192.168.1.2]) by router.rcservers.com (Postfix) with ESMTP id 79D63124D2; Mon, 18 Apr 2005 08:23:16 -0500 (CDT) Message-ID: <026301c54419$2c1286d0$0201a8c0@dredster> From: "Micheal Patterson" To: "Didier Wiroth" , References: <3fb1734a4ac3.4263b578@etat.lu> Date: Mon, 18 Apr 2005 08:18:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: by AV Subsystem at router.rcservers.com cc: freebsd-stable@freebsd.org Subject: Re: tcpwrappers problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 13:18:57 -0000 ----- Original Message ----- From: "Didier Wiroth" To: Cc: Sent: Monday, April 18, 2005 6:26 AM Subject: tcpwrappers problem > Hi, > (using freebsd5.4-stable) > > I'm trying to display a ftpd banner with hosts.allow, but it doesn't > work. > > I'm using ftpd (/usr/libexec/ftpd) started through inetd. > Ined is started with standard flags: > /usr/sbin/inetd -wW -C 60 > > In hosts.allow I have: > ALL : ALL : allow > ALL : ALL : banners /usr/local/etc/banners/ > ALL : PARANOID : RFC931 20 : deny > > In /usr.../banners/ I've a banner called: ftpd and inetd and ftp etc.. > copied the banner to different names to be sure ... ;-) > > The directory is world r-x and the banners are world readable. > > When changing for example: ALL:ALL:allow to ALL:ALL:deny, ftpd > connections are blocked, so I assume the wrappers work. > > Why isn't my banner displayed? > thanks > didier > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" At first glance, I would say because you have an "ALL : ALL : allow" before you have your "ALL : ALL : banners /usr/local/etc/banners/ With that, it's never making it to the banners entry. -- Micheal Patterson Senior Communications Systems Engineer TSG Incorporated 405-917-0600 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 13:33:40 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37DD016A4CE for ; Mon, 18 Apr 2005 13:33:40 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF21943D3F for ; Mon, 18 Apr 2005 13:33:39 +0000 (GMT) (envelope-from slawek.zak@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so3211393nzk for ; Mon, 18 Apr 2005 06:33:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=q6MdS8rFbo7z3yfcpg+UD1oJzIX4tjOLTFb7gmOeLq8zsHxDOGb7EI3R/OKGNZb+Z4auJ03s0Zfj6EETFnGF+1w1zY6BVUajHaq9lisov+fHqDG5RkTnfueH4F1AqPJ+akuLUC/UKu3yg8JX+rCCUJhWyBS28xtotA8YRI3FKn8= Received: by 10.36.34.3 with SMTP id h3mr373036nzh; Mon, 18 Apr 2005 06:33:38 -0700 (PDT) Received: by 10.36.88.17 with HTTP; Mon, 18 Apr 2005 06:33:38 -0700 (PDT) Message-ID: <787bbe1c050418063313bf50df@mail.gmail.com> Date: Mon, 18 Apr 2005 15:33:38 +0200 From: =?ISO-8859-2?Q?S=B3awek_=AFak?= To: freebsd-hackers@freebsd.org, freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: base64 Content-Disposition: inline Subject: 5.4-RC2 keyboard problem on Dell PowerEdge 2850 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-2?Q?S=B3awek_=AFak?= List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 13:33:40 -0000 SGksCgpBZnRlciBpbnN0YWxsIGZyb20gQ0QgdGhlIGtleWJvYXJkIGRvZXNuJ3Qgd29yayBvbiB0 aGlzIG1hY2hpbmUuIEhhcwphbnlvbmUgZWxzZSBzZWVuIGl0PwoKL1MKLS0gClOzYXdlayCvYWsg LyBVTklYIFN5c3RlbXMgQWRtaW5pc3RyYXRvcgo= From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 13:35:02 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0252716A4CE; Mon, 18 Apr 2005 13:35:02 +0000 (GMT) Received: from postino-1.etat.lu (postino-1.etat.lu [194.154.205.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2429043D54; Mon, 18 Apr 2005 13:35:01 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by postino-1.etat.lu (Postfix) with ESMTP id 32EFD143C2A3; Mon, 18 Apr 2005 15:34:59 +0200 (CEST) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by localhost (CIE ESMTP Dispatch 1) with ESMTP id 237132151E; Mon, 18 Apr 2005 15:34:59 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by dispatch-1.cie.etat.lu (CIE ESMTP Dispatch 1) with ESMTP id 12BA821318; Mon, 18 Apr 2005 15:34:59 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IF5007GZ9QAW3D0@store.etat.lu>; Mon, 18 Apr 2005 15:34:59 +0200 (MEST) Received: from LUCY ([148.110.43.189]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IF500ITW9Q8VL00@store.etat.lu>; Mon, 18 Apr 2005 15:34:58 +0200 (MEST) Date: Mon, 18 Apr 2005 15:35:03 +0200 From: Didier Wiroth In-reply-to: <026301c54419$2c1286d0$0201a8c0@dredster> To: 'Micheal Patterson' , freebsd-questions@freebsd.org Message-id: <0IF500IUD9QAVL00@store.etat.lu> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Content-transfer-encoding: 7BIT Thread-index: AcVEGS7Nq8fFSaj2Sb2zTamwSbvtcQAAhFhw cc: freebsd-stable@freebsd.org Subject: RE: tcpwrappers problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 13:35:02 -0000 Damm ... ;-)) yes that's it thanks a lot didier >At first glance, I would say because you have an "ALL : ALL : allow" >before you have your "ALL : ALL : banners /usr/local/etc/banners/ From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 13:36:11 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DF9B16A4CF for ; Mon, 18 Apr 2005 13:36:11 +0000 (GMT) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C9E43D68 for ; Mon, 18 Apr 2005 13:36:08 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.50 (FreeBSD)) id 1DNWQ2-000OYe-NR for freebsd-stable@freebsd.org; Mon, 18 Apr 2005 14:36:06 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.43 (FreeBSD)) id 1DNWQ2-0007Po-HG for freebsd-stable@freebsd.org; Mon, 18 Apr 2005 14:36:06 +0100 To: freebsd-stable@freebsd.org Message-Id: From: Pete French Date: Mon, 18 Apr 2005 14:36:06 +0100 Subject: FTP insall booting from disc not floppies X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 13:36:11 -0000 I want to do a clean (i.e. wipe the disc) install of FreeBSD 5.4 onto a set of remote machines. I have access to the consoles of these machines, but no access to the media (CD or Floppy). When you isnall from floppies they bopot a bare minimum system on a memory disc which then does an FTP install as I understand it ? So, what I am wondering is if I could put whatever the floppies boot onto a filesystem, so that when the machine reboots it will do a floppy-type install, except booting from the hard drive rather than an actual floppy. Does this sound plausible ? If so then how would I set about creating such a filesystem locally (I can then dd it onto the bot partition of the remote machine). All advice apperciated as I do not know much about the install process. -pcf. From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 13:57:42 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA89516A4CE; Mon, 18 Apr 2005 13:57:42 +0000 (GMT) Received: from mxsf31.cluster1.charter.net (mxsf31.cluster1.charter.net [209.225.28.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4336F43D5A; Mon, 18 Apr 2005 13:57:42 +0000 (GMT) (envelope-from c0ldbyte@myrealbox.com) Received: from mxip08.cluster1.charter.net (mxip08a.cluster1.charter.net [209.225.28.138])j3IDvetg031515; Mon, 18 Apr 2005 09:57:40 -0400 Received: from 24.247.253.134.gha.mi.chartermi.net (HELO eleanor.us1.wmi.uvac.net) (24.247.253.134) by mxip08.cluster1.charter.net with ESMTP; 18 Apr 2005 09:57:39 -0400 X-Ironport-AV: i="3.92,109,1112587200"; d="scan'208"; a="863182362:sNHT19052966" Date: Mon, 18 Apr 2005 09:57:38 -0400 (EDT) From: c0ldbyte To: =?ISO-8859-2?Q?S=B3awek_=AFak?= In-Reply-To: <787bbe1c050418063313bf50df@mail.gmail.com> Message-ID: <20050418095708.A49866@eleanor.us1.wmi.uvac.net> References: <787bbe1c050418063313bf50df@mail.gmail.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1131860643-1113832658=:49866" cc: freebsd-hackers@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: 5.4-RC2 keyboard problem on Dell PowerEdge 2850 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 13:57:43 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1131860643-1113832658=:49866 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 18 Apr 2005, [ISO-8859-2] Sławek Żak wrote: > Hi, > > After install from CD the keyboard doesn't work on this machine. Has > anyone else seen it? > > /S Select the correct key map screen map etc... ? -- ( When in doubt, use brute force. -- Ken Thompson 1998 ) --0-1131860643-1113832658=:49866-- From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 14:34:43 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC61816A4E5; Mon, 18 Apr 2005 14:34:43 +0000 (GMT) Received: from dev.bmby.co.il (l192-114-46-204.broadband.actcom.net.il [192.114.46.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B7B443D5F; Mon, 18 Apr 2005 14:34:40 +0000 (GMT) (envelope-from uzi@bmby.com) Received: from [10.0.0.3] ([10.0.0.3]) by dev.bmby.co.il (8.12.9/8.12.9) with ESMTP id j3IEYcqx025288; Mon, 18 Apr 2005 17:34:38 +0300 Message-ID: <4263D37E.6070805@bmby.com> Date: Mon, 18 Apr 2005 17:34:22 +0200 From: Uzi Klein User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org, freebsd-ports@FreeBSD.org Content-Type: multipart/mixed; boundary="------------050201070604080409030302" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: MySQL signal 11 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 14:34:44 -0000 This is a multi-part message in MIME format. --------------050201070604080409030302 Content-Type: text/plain; charset=windows-1255; format=flowed Content-Transfer-Encoding: 7bit Hi I got this message from mysql-error log. Nothing visible on system log, but after it happens, mysql starts acting strange (shoes double fields values as 0 while is still contains the data - visible after restarting mysql) Hardware should be OK, nothing wrong in boot message and its a brand new HP DL380-G4. Any leads or ideas? -- Uzi Klein B.M.B.Y Software Systems LTD. http://www.bmby.com --------------050201070604080409030302 Content-Type: text/plain; name="dmesg.boot" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.boot" Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p6 #0: Fri Apr 1 22:35:59 UTC 2005 root@devel.bmby.com:/usr/obj/usr/src/sys/BMBY ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3200.13-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2147430400 (2047 MB) avail memory = 2100178944 (2002 MB) FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard ioapic3 irqs 72-95 on motherboard ioapic4 irqs 96-119 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x908-0x90b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_tz0: on acpi0 pcib0: on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci2: on pcib1 pcib2: at device 0.0 on pci2 pci3: on pcib2 bge0: mem 0xfdef0000-0xfdefffff irq 25 at device 1.0 on pci3 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:0f:20:f9:d9:a9 bge1: mem 0xfdee0000-0xfdeeffff irq 26 at device 1.1 on pci3 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: Ethernet address: 00:0f:20:f9:d9:a8 pcib3: at device 0.2 on pci2 pci4: on pcib3 ciss0: port 0x4000-0x40ff mem 0xfdf80000-0xfdfbffff,0xfdff0000-0xfdff1fff irq 51 at device 3.0 on pci4 ciss0: [GIANT-LOCKED] pcib4: at device 6.0 on pci0 pci5: on pcib4 pcib5: at device 0.0 on pci5 pci6: on pcib5 pcib6: at device 0.2 on pci5 pci10: on pcib6 pci0: at device 29.0 (no driver attached) pci0: at device 29.1 (no driver attached) pci0: at device 29.2 (no driver attached) pci0: at device 29.3 (no driver attached) pci0: at device 29.7 (no driver attached) pcib7: at device 30.0 on pci0 pci1: on pcib7 pci1: at device 3.0 (no driver attached) pci1: at device 4.0 (no driver attached) pci1: at device 4.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x500-0x50f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A orm0: at iomem 0xee000-0xeffff,0xcc000-0xcd7ff,0xc8000-0xcbfff,0xc0000-0xc7fff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 10.000 msec acd0: CDROM at ata0-master PIO4 da0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 135.168MB/s transfers da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C) da1 at ciss0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-0 device da1: 135.168MB/s transfers da1: 69455MB (142245120 512 byte sectors: 255H 32S/T 17432C) SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! Mounting root from ufs:/dev/da0s1a Pre-seeding PRNG: kickstart . Loading configuration files. Entropy harvesting: interrupts ethernet point_to_point kickstart . swapon: adding /dev/da1s1b as swap device Starting file system checks: /dev/da0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da0s1a: clean, 14532529 free (72385 frags, 1807518 blocks, 0.4% fragmentation) /dev/da1s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da1s1d: clean, 30620172 free (2956 frags, 3827152 blocks, 0.0% fragmentation) Setting hostname: devel.bmby.com bge0: flags=8843 mtu 1500 options=1a inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:0f:20:f9:d9:a9 media: Ethernet autoselect (none) status: no carrier lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 add net default: gateway 192.168.0.1 Additional routing options: . Starting devd. Mounting NFS file systems: . Starting syslogd. Apr 1 22:53:41 www syslogd: kernel boot file is /boot/kernel/kernel ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib /etc/ld-elf.so.conf a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout /etc/ld.so.conf Starting local daemons: . Updating motd . Configuring syscons: blanktime . Starting sshd. Starting sendmail. Initial i386 initialization: . Additional ABI support: . Starting cron. Local package initialization: Starting apache. Starting mysql. Starting openntpd. Starting proftpd. Starting xinetd. . Additional TCP options: . Starting background file system checks in 60 seconds. --------------050201070604080409030302-- From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 14:36:11 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33F416A4CE for ; Mon, 18 Apr 2005 14:36:11 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EAD643D39 for ; Mon, 18 Apr 2005 14:36:11 +0000 (GMT) (envelope-from slawek.zak@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so3240354nzk for ; Mon, 18 Apr 2005 07:36:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e/JaDfzU3l50pdWnyACueaFT+jlLHUJC4vICYrxj4l9pxQOO+gKQcAJEBkFowMRGingeME+ofasDBEty4otQStkCgsbkM1oeAe2LP9lPg3lSrqsY1VgKKbM9i7eCcAW881AKU8+4sP/rI0o5pa25VJvoMtg2HYXTRL7181W+zLw= Received: by 10.36.34.3 with SMTP id h3mr379796nzh; Mon, 18 Apr 2005 07:36:10 -0700 (PDT) Received: by 10.36.88.17 with HTTP; Mon, 18 Apr 2005 07:36:09 -0700 (PDT) Message-ID: <787bbe1c05041807366fd8818e@mail.gmail.com> Date: Mon, 18 Apr 2005 16:36:09 +0200 From: =?ISO-8859-2?Q?S=B3awek_=AFak?= To: c0ldbyte In-Reply-To: <20050418095708.A49866@eleanor.us1.wmi.uvac.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <787bbe1c050418063313bf50df@mail.gmail.com> <20050418095708.A49866@eleanor.us1.wmi.uvac.net> cc: freebsd-hackers@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: 5.4-RC2 keyboard problem on Dell PowerEdge 2850 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-2?Q?S=B3awek_=AFak?= List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 14:36:11 -0000 T24gNC8xOC8wNSwgYzBsZGJ5dGUgPGMwbGRieXRlQG15cmVhbGJveC5jb20+IHdyb3RlOgo+IE9u IE1vbiwgMTggQXByIDIwMDUsIFtJU08tODg1OS0yXSBTwrNhd2VrIMKvYWsgd3JvdGU6Cj4gCj4g PiBIaSwKPiA+Cj4gPiBBZnRlciBpbnN0YWxsIGZyb20gQ0QgdGhlIGtleWJvYXJkIGRvZXNuJ3Qg d29yayBvbiB0aGlzIG1hY2hpbmUuIEhhcwo+ID4gYW55b25lIGVsc2Ugc2VlbiBpdD8KPiA+Cj4g PiAvUwo+IAo+IFNlbGVjdCB0aGUgY29ycmVjdCBrZXkgbWFwIHNjcmVlbiBtYXAgZXRjLi4uID8K CkVybS4gV2hlbiBJIHNheSBrZXlib2FyZCBkb2Vzbid0IHdvcmsgSSAqbWVhbiogaXQgZG9lc24n dCB3b3JrIGF0IGFsbC4KVGhlIG9ubHkga2V5IHdoaWNoIHdvcmtzIG9uIHRoZSBib3ggaXMgQlJT LCB3aGljaCBkb2Vzbid0IGdpdmUgbWUKc3VmZmljaWVudCBpbnRlcmFjdGlvbiB3aXRoIHRoZSBz eXN0ZW0uIEkndmUgc2tpcHBlZCBtb3JzZSBjb2RlCmxlc3NvbnMgYW5kIGJveSBzY291dGluZyBp biBteSBsaWZlIGFsdG9nZXRoZXIuCgovUwotLSAKU8WCYXdlayDFu2FrIC8gVU5JWCBTeXN0ZW1z IEFkbWluaXN0cmF0b3IK From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 14:50:20 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F36F016A4D0; Mon, 18 Apr 2005 14:50:19 +0000 (GMT) Received: from dev.bmby.co.il (l192-114-46-204.broadband.actcom.net.il [192.114.46.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45FEB43D53; Mon, 18 Apr 2005 14:50:18 +0000 (GMT) (envelope-from uzi@bmby.com) Received: from [10.0.0.3] ([10.0.0.3]) by dev.bmby.co.il (8.12.9/8.12.9) with ESMTP id j3IEoAqx025305; Mon, 18 Apr 2005 17:50:11 +0300 Message-ID: <4263D723.6020405@bmby.com> Date: Mon, 18 Apr 2005 17:49:55 +0200 From: Uzi Klein User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Uzi Klein References: <4263D37E.6070805@bmby.com> In-Reply-To: <4263D37E.6070805@bmby.com> Content-Type: multipart/mixed; boundary="------------060803050707000009050402" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-stable@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: MySQL signal 11 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 14:50:20 -0000 This is a multi-part message in MIME format. --------------060803050707000009050402 Content-Type: text/plain; charset=windows-1255; format=flowed Content-Transfer-Encoding: 7bit Uzi Klein wrote: > > Hi > > I got this message from mysql-error log. > Nothing visible on system log, but after it happens, mysql starts acting > strange (shoes double fields values as 0 while is still contains the > data - visible after restarting mysql) > > Hardware should be OK, nothing wrong in boot message and its a brand new > HP DL380-G4. > > Any leads or ideas? > Sorry, Attaching mysql-error log and dmesg.boot again -- Uzi Klein B.M.B.Y Software Systems LTD. http://www.bmby.com --------------060803050707000009050402 Content-Type: text/plain; name="dmesg.boot" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.boot" Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p6 #0: Fri Apr 1 22:35:59 UTC 2005 root@devel.bmby.com:/usr/obj/usr/src/sys/BMBY ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3200.13-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2147430400 (2047 MB) avail memory = 2100178944 (2002 MB) FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard ioapic3 irqs 72-95 on motherboard ioapic4 irqs 96-119 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x908-0x90b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_tz0: on acpi0 pcib0: on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci2: on pcib1 pcib2: at device 0.0 on pci2 pci3: on pcib2 bge0: mem 0xfdef0000-0xfdefffff irq 25 at device 1.0 on pci3 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:0f:20:f9:d9:a9 bge1: mem 0xfdee0000-0xfdeeffff irq 26 at device 1.1 on pci3 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: Ethernet address: 00:0f:20:f9:d9:a8 pcib3: at device 0.2 on pci2 pci4: on pcib3 ciss0: port 0x4000-0x40ff mem 0xfdf80000-0xfdfbffff,0xfdff0000-0xfdff1fff irq 51 at device 3.0 on pci4 ciss0: [GIANT-LOCKED] pcib4: at device 6.0 on pci0 pci5: on pcib4 pcib5: at device 0.0 on pci5 pci6: on pcib5 pcib6: at device 0.2 on pci5 pci10: on pcib6 pci0: at device 29.0 (no driver attached) pci0: at device 29.1 (no driver attached) pci0: at device 29.2 (no driver attached) pci0: at device 29.3 (no driver attached) pci0: at device 29.7 (no driver attached) pcib7: at device 30.0 on pci0 pci1: on pcib7 pci1: at device 3.0 (no driver attached) pci1: at device 4.0 (no driver attached) pci1: at device 4.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x500-0x50f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A orm0: at iomem 0xee000-0xeffff,0xcc000-0xcd7ff,0xc8000-0xcbfff,0xc0000-0xc7fff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 10.000 msec acd0: CDROM at ata0-master PIO4 da0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 135.168MB/s transfers da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C) da1 at ciss0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-0 device da1: 135.168MB/s transfers da1: 69455MB (142245120 512 byte sectors: 255H 32S/T 17432C) SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! Mounting root from ufs:/dev/da0s1a Pre-seeding PRNG: kickstart . Loading configuration files. Entropy harvesting: interrupts ethernet point_to_point kickstart . swapon: adding /dev/da1s1b as swap device Starting file system checks: /dev/da0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da0s1a: clean, 14532529 free (72385 frags, 1807518 blocks, 0.4% fragmentation) /dev/da1s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da1s1d: clean, 30620172 free (2956 frags, 3827152 blocks, 0.0% fragmentation) Setting hostname: devel.bmby.com bge0: flags=8843 mtu 1500 options=1a inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:0f:20:f9:d9:a9 media: Ethernet autoselect (none) status: no carrier lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 add net default: gateway 192.168.0.1 Additional routing options: . Starting devd. Mounting NFS file systems: . Starting syslogd. Apr 1 22:53:41 www syslogd: kernel boot file is /boot/kernel/kernel ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib /etc/ld-elf.so.conf a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout /etc/ld.so.conf Starting local daemons: . Updating motd . Configuring syscons: blanktime . Starting sshd. Starting sendmail. Initial i386 initialization: . Additional ABI support: . Starting cron. Local package initialization: Starting apache. Starting mysql. Starting openntpd. Starting proftpd. Starting xinetd. . Additional TCP options: . Starting background file system checks in 60 seconds. --------------060803050707000009050402-- From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 15:08:12 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1188916A4CE; Mon, 18 Apr 2005 15:08:12 +0000 (GMT) Received: from dev.bmby.co.il (l192-114-46-204.broadband.actcom.net.il [192.114.46.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A9543D1F; Mon, 18 Apr 2005 15:08:10 +0000 (GMT) (envelope-from uzi@bmby.com) Received: from [10.0.0.3] ([10.0.0.3]) by dev.bmby.co.il (8.12.9/8.12.9) with ESMTP id j3IF82qx025363; Mon, 18 Apr 2005 18:08:02 +0300 Message-ID: <4263DB52.8020408@bmby.com> Date: Mon, 18 Apr 2005 18:07:46 +0200 From: Uzi Klein User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Uzi Klein References: <4263D37E.6070805@bmby.com> <4263D723.6020405@bmby.com> In-Reply-To: <4263D723.6020405@bmby.com> Content-Type: text/plain; charset=windows-1255; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: MySQL signal 11 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 15:08:12 -0000 Uzi Klein wrote: > Uzi Klein wrote: > >> >> Hi >> >> I got this message from mysql-error log. >> Nothing visible on system log, but after it happens, mysql starts >> acting strange (shoes double fields values as 0 while is still >> contains the data - visible after restarting mysql) >> >> Hardware should be OK, nothing wrong in boot message and its a brand >> new HP DL380-G4. >> >> Any leads or ideas? >> > eh.. something causing only 1 attachment to appear... sorry... * mysql-error.log : * mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. key_buffer_size=268435456 read_buffer_size=1044480 max_used_connections=43 max_connections=1000 threads_connected=17 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 2306136 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. 050415 12:20:07 mysqld restarted 050415 12:20:07 InnoDB: Started; log sequence number 0 43654 /usr/local/libexec/mysqld: ready for connections. Version: '4.1.11-log' socket: '/tmp/mysql.sock' port: 3306 FreeBSD port: mysql-server-4.1.11_1 --------------------------------------- * dmesg : * Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p6 #0: Fri Apr 1 22:35:59 UTC 2005 root@devel.bmby.com:/usr/obj/usr/src/sys/BMBY ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3200.13-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2147430400 (2047 MB) avail memory = 2100178944 (2002 MB) FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard ioapic3 irqs 72-95 on motherboard ioapic4 irqs 96-119 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x908-0x90b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_tz0: on acpi0 pcib0: on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci2: on pcib1 pcib2: at device 0.0 on pci2 pci3: on pcib2 bge0: mem 0xfdef0000-0xfdefffff irq 25 at device 1.0 on pci3 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:0f:20:f9:d9:a9 bge1: mem 0xfdee0000-0xfdeeffff irq 26 at device 1.1 on pci3 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: Ethernet address: 00:0f:20:f9:d9:a8 pcib3: at device 0.2 on pci2 pci4: on pcib3 ciss0: port 0x4000-0x40ff mem 0xfdf80000-0xfdfbffff,0xfdff0000-0xfdff1fff irq 51 at device 3.0 on pci4 ciss0: [GIANT-LOCKED] pcib4: at device 6.0 on pci0 pci5: on pcib4 pcib5: at device 0.0 on pci5 pci6: on pcib5 pcib6: at device 0.2 on pci5 pci10: on pcib6 pci0: at device 29.0 (no driver attached) pci0: at device 29.1 (no driver attached) pci0: at device 29.2 (no driver attached) pci0: at device 29.3 (no driver attached) pci0: at device 29.7 (no driver attached) pcib7: at device 30.0 on pci0 pci1: on pcib7 pci1: at device 3.0 (no driver attached) pci1: at device 4.0 (no driver attached) pci1: at device 4.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x500-0x50f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A orm0: at iomem 0xee000-0xeffff,0xcc000-0xcd7ff,0xc8000-0xcbfff,0xc0000-0xc7fff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 10.000 msec acd0: CDROM at ata0-master PIO4 da0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 135.168MB/s transfers da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C) da1 at ciss0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-0 device da1: 135.168MB/s transfers da1: 69455MB (142245120 512 byte sectors: 255H 32S/T 17432C) SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! Mounting root from ufs:/dev/da0s1a Pre-seeding PRNG: kickstart . Loading configuration files. Entropy harvesting: interrupts ethernet point_to_point kickstart . swapon: adding /dev/da1s1b as swap device Starting file system checks: /dev/da0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da0s1a: clean, 14532529 free (72385 frags, 1807518 blocks, 0.4% fragmentation) /dev/da1s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da1s1d: clean, 30620172 free (2956 frags, 3827152 blocks, 0.0% fragmentation) Setting hostname: devel.bmby.com bge0: flags=8843 mtu 1500 options=1a inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:0f:20:f9:d9:a9 media: Ethernet autoselect (none) status: no carrier lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 add net default: gateway 192.168.0.1 Additional routing options: . Starting devd. Mounting NFS file systems: . Starting syslogd. Apr 1 22:53:41 www syslogd: kernel boot file is /boot/kernel/kernel ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib /etc/ld-elf.so.conf a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout /etc/ld.so.conf Starting local daemons: . Updating motd . Configuring syscons: blanktime . Starting sshd. Starting sendmail. Initial i386 initialization: . Additional ABI support: . Starting cron. Local package initialization: Starting apache. Starting mysql. Starting openntpd. Starting proftpd. Starting xinetd. . Additional TCP options: . Starting background file system checks in 60 seconds. From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 15:11:04 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E0E116A4CE; Mon, 18 Apr 2005 15:11:04 +0000 (GMT) Received: from mxsf23.cluster1.charter.net (mxsf23.cluster1.charter.net [209.225.28.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D8F743D3F; Mon, 18 Apr 2005 15:11:04 +0000 (GMT) (envelope-from c0ldbyte@myrealbox.com) Received: from mxip11.cluster1.charter.net (mxip11a.cluster1.charter.net [209.225.28.141])j3IFB2mJ004528; Mon, 18 Apr 2005 11:11:02 -0400 Received: from 24.247.253.134.gha.mi.chartermi.net (HELO eleanor.us1.wmi.uvac.net) (24.247.253.134) by mxip11.cluster1.charter.net with ESMTP; 18 Apr 2005 11:11:03 -0400 X-Ironport-AV: i="3.92,110,1112587200"; d="scan'208"; a="1036045127:sNHT32239450" Date: Mon, 18 Apr 2005 11:10:51 -0400 (EDT) From: c0ldbyte In-Reply-To: <787bbe1c05041807366fd8818e@mail.gmail.com> Message-ID: <20050418110907.S50308@eleanor.us1.wmi.uvac.net> References: <787bbe1c050418063313bf50df@mail.gmail.com> <787bbe1c05041807366fd8818e@mail.gmail.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-390012520-1113837051=:50308" cc: freebsd-hackers@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: 5.4-RC2 keyboard problem on Dell PowerEdge 2850 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 15:11:04 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-390012520-1113837051=:50308 Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 18 Apr 2005, [ISO-8859-2] Sławek Żak wrote: > On 4/18/05, c0ldbyte wrote: >> On Mon, 18 Apr 2005, [ISO-8859-2] SÂławek ÂŻak wrote: >> >>> Hi, >>> >>> After install from CD the keyboard doesn't work on this machine. Has >>> anyone else seen it? >>> >>> /S >> >> Select the correct key map screen map etc... ? > > Erm. When I say keyboard doesn't work I *mean* it doesn't work at all. > The only key which works on the box is BRS, which doesn't give me > sufficient interaction with the system. I've skipped morse code > lessons and boy scouting in my life altogether. > > /S LOL allright just figured I would ask. It sounded like to me that you allready got the system installed and you couldnt use the keyboard from that point on. Hmm interesting my Dear Watson. Anyway, Best of luck. --c0ldbyte -- ( When in doubt, use brute force. -- Ken Thompson 1998 ) --0-390012520-1113837051=:50308-- From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 15:40:06 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E34D16A4CE; Mon, 18 Apr 2005 15:40:06 +0000 (GMT) Received: from energistic.com (mail.energistic.com [216.54.148.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9342243D1F; Mon, 18 Apr 2005 15:40:05 +0000 (GMT) (envelope-from steve@virtual-voodoo.com) Received: from inlafsteve (bdsl.66.12.217.51.gte.net [66.12.217.51]) (authenticated bits=0) by energistic.com (8.13.3/8.13.3) with ESMTP id j3IFdxTL000175; Mon, 18 Apr 2005 10:40:02 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <002b01c5442c$d4a1caf0$9b00030a@officescape.net> From: "Steve Ames" To: "Colin Percival" , "Brett Glass" References: <20050412213328.GC1953@lava.net> <6.2.1.2.2.20050417185631.05349ee0@localhost> <200504180330.37184.danny@ricin.com> <426310A0.7060906@freebsd.org> <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> Date: Mon, 18 Apr 2005 10:39:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 X-Spam-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_50,SPF_FAIL, USER_IN_WHITELIST_TO autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on energistic.com cc: freebsd-stable@freebsd.org Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 15:40:06 -0000 ----- Original Message ----- From: "Brett Glass" > At 09:22 PM 4/17/2005, Colin Percival wrote: > > >Unless someone wants to step forward with an offer to pay the > >salaries of the release engineering team for a few months, > > The same way they're being paid for their work on other > releases? ;-) We couldn't afford it :) > >Eh? If the important part is the security fixes, why not just > >install 4.11 and then apply the security fixes? > > That's fine for awhile, but there will soon be enough > that this will be painful. And it may be a good idea to > produce a release containing other code that's been backported > from 5.x and 6.x. Nothing stops someone other than the normal RE team from rolling something release-esque (like a 4.X snapshot) and requesting that it be made available for download on the FreeBSD sites.... or rolling your own release for internal use. The RE team is already pretty booked for 5.X releases and, possibly, the 6.0 release this year. I would really prefer to keep them on that rather than delaying any of this for a 4.X release. That said a 4.11-20050501 (or thereabouts) snapshot/mini-release would probably keep most people pretty happy while they move forward to 5.X. Lastly... 5.3 has been working brilliantly for me on every system I installed it on. 5.4 is looking even better. Any 4.X snapshot should be considered a stopgap measure until you have time/resources to move onward to 5.4. -Steve From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 15:55:23 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D8816A4D8; Mon, 18 Apr 2005 15:55:23 +0000 (GMT) Received: from lariat.org (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 448E643D62; Mon, 18 Apr 2005 15:55:08 +0000 (GMT) (envelope-from brett@lariat.org) Received: from anne-o1dpaayth1.lariat.org (IDENT:ppp1000.lariat.org@lariat.net [65.122.236.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id JAA15204; Mon, 18 Apr 2005 09:55:04 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.2.1.2.2.20050418094749.057187f0@localhost> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Mon, 18 Apr 2005 09:54:40 -0600 To: "Steve Ames" , "Colin Percival" From: Brett Glass In-Reply-To: <002b01c5442c$d4a1caf0$9b00030a@officescape.net> References: <20050412213328.GC1953@lava.net> <6.2.1.2.2.20050417185631.05349ee0@localhost> <200504180330.37184.danny@ricin.com> <426310A0.7060906@freebsd.org> <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> <002b01c5442c$d4a1caf0$9b00030a@officescape.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: freebsd-stable@freebsd.org Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 15:55:24 -0000 At 09:39 AM 4/18/2005, Steve Ames wrote: >Nothing stops someone other than the normal RE team from rolling something >release-esque (like a 4.X snapshot) and requesting that it be made available >for download on the FreeBSD sites.... or rolling your own release for >internal use. Perhaps. But then, all of the software that recognizes "official" releases and does things like download ports, etc. won't work. >The RE team is already pretty booked for 5.X releases and, >possibly, the 6.0 release this year. I would really prefer to keep them on >that rather than delaying any of this for a 4.X release. That said a >4.11-20050501 (or thereabouts) snapshot/mini-release would probably keep >most people pretty happy while they move forward to 5.X. How about labeling a snapshot 4.11.5, then? With a rebuild of the ports, etc. that can be accessed online? (One of the big problems with using a snapshot is that there's no corresponding snapshot of the ports and packages online. And software like Colin's "FreeBSD-update" doesn't seem to know what to do with it.) >Lastly... 5.3 has been working brilliantly for me on every system I >installed it on. 5.4 is looking even better. I am finding them both to be slower than 4.x, and am still encountering some quirky hangs and some ports that won't build. YMMV, of course. >Any 4.X snapshot should be >considered a stopgap measure until you have time/resources to move onward to >5.4. I do consider 4.x to be a stopgap measure... but I am worried that 5.4-RELEASE might not have the speed, stability, and compatibility I need for production work and that I could be forced to keep using that stopgap until the next major release. I hope that this is not the case, but 5.4 is already at RC2. --Brett From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 16:01:14 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A19D16A4CF; Mon, 18 Apr 2005 16:01:14 +0000 (GMT) Received: from energistic.com (mail.energistic.com [216.54.148.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129B943D5F; Mon, 18 Apr 2005 16:01:14 +0000 (GMT) (envelope-from steve@virtual-voodoo.com) Received: from inlafsteve (bdsl.66.12.217.51.gte.net [66.12.217.51]) (authenticated bits=0) by energistic.com (8.13.3/8.13.3) with ESMTP id j3IG1A3Q092522; Mon, 18 Apr 2005 11:01:11 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <007c01c5442f$c9a36ed0$9b00030a@officescape.net> From: "Steve Ames" To: "Colin Percival" , "Brett Glass" References: <20050412213328.GC1953@lava.net> <6.2.1.2.2.20050417185631.05349ee0@localhost> <200504180330.37184.danny@ricin.com> <426310A0.7060906@freebsd.org> <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> <002b01c5442c$d4a1caf0$9b00030a@officescape.net> <6.2.1.2.2.20050418094749.057187f0@localhost> Date: Mon, 18 Apr 2005 11:00:47 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 X-Spam-Status: No, score=-7.7 required=5.0 tests=AWL,BAYES_00,SPF_FAIL, USER_IN_WHITELIST_TO autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on energistic.com cc: freebsd-stable@freebsd.org Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 16:01:14 -0000 ----- Original Message ----- From: "Brett Glass" > At 09:39 AM 4/18/2005, Steve Ames wrote: > > >Nothing stops someone other than the normal RE team from rolling something > >release-esque (like a 4.X snapshot) and requesting that it be made available > >for download on the FreeBSD sites.... or rolling your own release for > >internal use. > > Perhaps. But then, all of the software that recognizes "official" releases > and does things like download ports, etc. won't work. It would recognize it as 4.11. That may be non-optimal I'll grant but it should work for most purposes. > >Lastly... 5.3 has been working brilliantly for me on every system I > >installed it on. 5.4 is looking even better. > > I am finding them both to be slower than 4.x, and am still encountering > some quirky hangs and some ports that won't build. YMMV, of course. Always. Best we can do is help out by submitting detailed reports when we encounter these quirky hangs and ports issues and, when skill allows, submit patches to fix things. -Steve From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 17:02:45 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B4A16A4CE; Mon, 18 Apr 2005 17:02:45 +0000 (GMT) Received: from lariat.org (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F35C643D5F; Mon, 18 Apr 2005 17:02:42 +0000 (GMT) (envelope-from brett@lariat.org) Received: from anne-o1dpaayth1.lariat.org (IDENT:ppp1000.lariat.org@lariat.net [65.122.236.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id LAA16169; Mon, 18 Apr 2005 11:02:34 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.2.1.2.2.20050418105722.05c08490@localhost> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Mon, 18 Apr 2005 11:02:14 -0600 To: "Steve Ames" , "Colin Percival" From: Brett Glass In-Reply-To: <007c01c5442f$c9a36ed0$9b00030a@officescape.net> References: <20050412213328.GC1953@lava.net> <6.2.1.2.2.20050417185631.05349ee0@localhost> <200504180330.37184.danny@ricin.com> <426310A0.7060906@freebsd.org> <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> <002b01c5442c$d4a1caf0$9b00030a@officescape.net> <6.2.1.2.2.20050418094749.057187f0@localhost> <007c01c5442f$c9a36ed0$9b00030a@officescape.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: freebsd-stable@freebsd.org Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 17:02:45 -0000 At 10:00 AM 4/18/2005, Steve Ames wrote: >> Perhaps. But then, all of the software that recognizes "official" releases >> and does things like download ports, etc. won't work. > >It would recognize it as 4.11. Actually, it tends not to recognize it at all. If the string doesn't say "4.11-RELEASE", the software reports that ports, packages, etc. can't be found. Try installing packages with /stand/sysinstall on a snapshot and you'll see what I mean. Colin's "FreeBSD-update" seems to exhibit similar behavior. >> I am finding them both to be slower than 4.x, and am still encountering >> some quirky hangs and some ports that won't build. YMMV, of course. > >Always. Best we can do is help out by submitting detailed reports when we >encounter these quirky hangs and ports issues and, when skill allows, submit >patches to fix things. I do try. But while experimentation is fun and educational, I need, at all times, to have a "tried and true" version of the OS that I can roll out on new production servers. I'd really like that version to be 5.4, because I am building some AMD64 servers and would like to take advantage of the 64 bit support in 5.x. Speed matters, but stability takes priority. --Brett From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 17:13:53 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E435116A4CE; Mon, 18 Apr 2005 17:13:53 +0000 (GMT) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0308343D54; Mon, 18 Apr 2005 17:13:53 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr7.xs4all.nl (8.12.11/8.12.11) with ESMTP id j3IHDpuS026500; Mon, 18 Apr 2005 19:13:51 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.12.9) with ESMTP id j3IHDpKG039176; Mon, 18 Apr 2005 19:13:51 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j3IHDpFh039175; Mon, 18 Apr 2005 19:13:51 +0200 (CEST) (envelope-from wb) Date: Mon, 18 Apr 2005 19:13:51 +0200 From: Wilko Bulte To: Brett Glass Message-ID: <20050418171351.GE39098@freebie.xs4all.nl> References: <6.2.1.2.2.20050417185631.05349ee0@localhost> <200504180330.37184.danny@ricin.com> <426310A0.7060906@freebsd.org> <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> <002b01c5442c$d4a1caf0$9b00030a@officescape.net> <6.2.1.2.2.20050418094749.057187f0@localhost> <007c01c5442f$c9a36ed0$9b00030a@officescape.net> <6.2.1.2.2.20050418105722.05c08490@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.1.2.2.20050418105722.05c08490@localhost> X-OS: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.6i X-Virus-Scanned: by XS4ALL Virus Scanner cc: Steve Ames cc: freebsd-stable@freebsd.org cc: Colin Percival Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 17:13:54 -0000 On Mon, Apr 18, 2005 at 11:02:14AM -0600, Brett Glass wrote.. > At 10:00 AM 4/18/2005, Steve Ames wrote: > > >> Perhaps. But then, all of the software that recognizes "official" releases > >> and does things like download ports, etc. won't work. > > > >It would recognize it as 4.11. > > Actually, it tends not to recognize it at all. If the string doesn't > say "4.11-RELEASE", the software reports that ports, packages, etc. > can't be found. Try installing packages with /stand/sysinstall on > a snapshot and you'll see what I mean. Colin's "FreeBSD-update" seems > to exhibit similar behavior. Go to options and change that '4.11-RELEASE' into whatever you like. It will stop complaining. Whether it works to (say) tell a 4.x CD to install (say) 5.x ports is another matter :) But this way you can e.g. have a -SNAP install the packages of the preceding -RELEASE. -- Wilko Bulte wilko@FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 17:21:27 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D71316A4CE; Mon, 18 Apr 2005 17:21:27 +0000 (GMT) Received: from energistic.com (mail.energistic.com [216.54.148.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C9AC43D4C; Mon, 18 Apr 2005 17:21:27 +0000 (GMT) (envelope-from steve@virtual-voodoo.com) Received: from inlafsteve (bdsl.66.12.217.51.gte.net [66.12.217.51]) (authenticated bits=0) by energistic.com (8.13.3/8.13.3) with ESMTP id j3IHLJq2063749; Mon, 18 Apr 2005 12:21:22 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <011701c5443a$fbdfb060$9b00030a@officescape.net> From: "Steve Ames" To: "Colin Percival" , "Brett Glass" References: <20050412213328.GC1953@lava.net> <6.2.1.2.2.20050417185631.05349ee0@localhost> <200504180330.37184.danny@ricin.com> <426310A0.7060906@freebsd.org> <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> <002b01c5442c$d4a1caf0$9b00030a@officescape.net> <6.2.1.2.2.20050418094749.057187f0@localhost> <007c01c5442f$c9a36ed0$9b00030a@officescape.net> <6.2.1.2.2.20050418105722.05c08490@localhost> Date: Mon, 18 Apr 2005 12:20:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 X-Spam-Status: No, score=-7.7 required=5.0 tests=AWL,BAYES_00,SPF_FAIL, USER_IN_WHITELIST_TO autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on energistic.com cc: freebsd-stable@freebsd.org Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 17:21:27 -0000 ----- Original Message ----- From: "Brett Glass" > At 10:00 AM 4/18/2005, Steve Ames wrote: > > >> Perhaps. But then, all of the software that recognizes "official" releases > >> and does things like download ports, etc. won't work. > > > >It would recognize it as 4.11. > > Actually, it tends not to recognize it at all. If the string doesn't > say "4.11-RELEASE", the software reports that ports, packages, etc. > can't be found. Try installing packages with /stand/sysinstall on > a snapshot and you'll see what I mean. Colin's "FreeBSD-update" seems > to exhibit similar behavior. Ah. Packages and /stand/sysinstall. Yeah. I haven't installed a package from sysinstall in YEARS so I probably wouldn't have noticed that. Getting security updates for packages using sysinstall is a total lose. cvsup and portupgrade are my tools of choice... with a little portaudit thrown in to let me know when I should update something. To use sysinstall you need something approaching an actual release (with ports). I use sysinstall to put a bare minium OS on a machine and then immediately switch to cvsup. -Steve From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 17:24:33 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B1016A4CE for ; Mon, 18 Apr 2005 17:24:33 +0000 (GMT) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7354343D31 for ; Mon, 18 Apr 2005 17:24:32 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mr7so.prod.shaw.ca (pd3mr7so-qfe3.prod.shaw.ca [10.0.141.23])2004))freebsd-stable@freebsd.org; Mon, 18 Apr 2005 11:24:19 -0600 (MDT) Received: from pn2ml1so.prod.shaw.ca ([10.0.121.145]) by pd3mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IF500K7GKCJ2O90@pd3mr7so.prod.shaw.ca> for freebsd-stable@freebsd.org; Mon, 18 Apr 2005 11:24:19 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IF500918KCJ0E@l-daemon> for freebsd-stable@freebsd.org; Mon, 18 Apr 2005 11:24:19 -0600 (MDT) Date: Mon, 18 Apr 2005 10:24:03 -0700 From: Colin Percival In-reply-to: <6.2.1.2.2.20050418105722.05c08490@localhost> To: Brett Glass Message-id: <4263ED33.6040504@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en X-Enigmail-Version: 0.91.0.0 References: <20050412213328.GC1953@lava.net> <6.2.1.2.2.20050417185631.05349ee0@localhost> <200504180330.37184.danny@ricin.com> <426310A0.7060906@freebsd.org> <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> <002b01c5442c$d4a1caf0$9b00030a@officescape.net> <6.2.1.2.2.20050418094749.057187f0@localhost> <007c01c5442f$c9a36ed0$9b00030a@officescape.net> <6.2.1.2.2.20050418105722.05c08490@localhost> User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050406) cc: Steve Ames cc: freebsd-stable@freebsd.org Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 17:24:33 -0000 Brett Glass wrote: > Actually, it tends not to recognize it at all. If the string doesn't > say "4.11-RELEASE", the software reports that ports, packages, etc. > can't be found. Try installing packages with /stand/sysinstall on > a snapshot and you'll see what I mean. Colin's "FreeBSD-update" seems > to exhibit similar behavior. FreeBSD Update will complain if it isn't foo-RELEASE or foo-SECURITY. I added this because some people were running FreeBSD Update on -STABLE or -CURRENT systems and getting, err, unanticipated breakage. (Consider what happens when you "update" a 5.0-current system by replacing its libc.so with one from a fully security-patched 5.0-release system.) I usually choose to allow users to shoot their own feet if they want, but since I wrote FreeBSD Update primarily for the benefit of less experienced FreeBSD users I decided that some anti-foot-shooting mechanisms were a good idea. Colin Percival From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 17:28:41 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F19DB16A4CE; Mon, 18 Apr 2005 17:28:41 +0000 (GMT) Received: from lariat.org (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B1A43D2D; Mon, 18 Apr 2005 17:28:41 +0000 (GMT) (envelope-from brett@lariat.org) Received: from anne-o1dpaayth1.lariat.org (IDENT:ppp1000.lariat.org@lariat.net [65.122.236.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id LAA16529; Mon, 18 Apr 2005 11:28:37 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.2.1.2.2.20050418112233.059694d0@localhost> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Mon, 18 Apr 2005 11:28:18 -0600 To: "Steve Ames" , "Colin Percival" From: Brett Glass In-Reply-To: <011701c5443a$fbdfb060$9b00030a@officescape.net> References: <20050412213328.GC1953@lava.net> <6.2.1.2.2.20050417185631.05349ee0@localhost> <200504180330.37184.danny@ricin.com> <426310A0.7060906@freebsd.org> <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> <002b01c5442c$d4a1caf0$9b00030a@officescape.net> <6.2.1.2.2.20050418094749.057187f0@localhost> <007c01c5442f$c9a36ed0$9b00030a@officescape.net> <6.2.1.2.2.20050418105722.05c08490@localhost> <011701c5443a$fbdfb060$9b00030a@officescape.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: freebsd-stable@freebsd.org Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 17:28:42 -0000 At 11:20 AM 4/18/2005, Steve Ames wrote: >Ah. Packages and /stand/sysinstall. Yeah. I haven't installed a package from >sysinstall in YEARS so I probably wouldn't have noticed that. Getting >security updates for packages using sysinstall is a total lose. cvsup and >portupgrade are my tools of choice... I've never gotten portupgrade to work properly. CVS works, but is problematic in that when you upgrade all of your ports and then decide to deinstall one, the deinstall sometimes fails because of the upgrade! I like the ports system, but it really is rough around the edges. >with a little portaudit thrown in to >let me know when I should update something. I've never tried using it. >To use sysinstall you need >something approaching an actual release (with ports). I use sysinstall to >put a bare minium OS on a machine and then immediately switch to cvsup. Yes, this works most of the time. But, as mentioned above, you can be surprised when you update your ports and suddenly find that (a) you can't even deinstall because of changes to a port, or (b) you go back to a port to compile it with different options and find that there's a whole new version there that won't compile for some reason. (This happened to me just last week on an older system. After the cvsup, the master Makefile for the ports collection was no longer compatible with the version of "make" on the system, so I couldn't do ANYTHING with ANY port.) --Brett From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 17:30:30 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4CC616A4CE; Mon, 18 Apr 2005 17:30:30 +0000 (GMT) Received: from lariat.org (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC64A43D39; Mon, 18 Apr 2005 17:30:29 +0000 (GMT) (envelope-from brett@lariat.org) Received: from anne-o1dpaayth1.lariat.org (IDENT:ppp1000.lariat.org@lariat.net [65.122.236.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id LAA16552; Mon, 18 Apr 2005 11:30:27 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.2.1.2.2.20050418112854.05962e70@localhost> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Mon, 18 Apr 2005 11:30:09 -0600 To: Colin Percival From: Brett Glass In-Reply-To: <4263ED33.6040504@freebsd.org> References: <20050412213328.GC1953@lava.net> <6.2.1.2.2.20050417185631.05349ee0@localhost> <200504180330.37184.danny@ricin.com> <426310A0.7060906@freebsd.org> <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> <002b01c5442c$d4a1caf0$9b00030a@officescape.net> <6.2.1.2.2.20050418094749.057187f0@localhost> <007c01c5442f$c9a36ed0$9b00030a@officescape.net> <6.2.1.2.2.20050418105722.05c08490@localhost> <4263ED33.6040504@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: Steve Ames cc: freebsd-stable@freebsd.org Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 17:30:31 -0000 At 11:24 AM 4/18/2005, Colin Percival wrote: >I usually choose to allow users to shoot their own feet if they want, but >since I wrote FreeBSD Update primarily for the benefit of less experienced >FreeBSD users I decided that some anti-foot-shooting mechanisms were a >good idea. I understand. However, you can see why this provision makes it highly desirable to install an official release rather than some in-between snapshot (which in turn is why I'd like to see a 4.11.5 or 4.12 as the last 4.x release). --Brett From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 19:00:11 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DBA416A4CE for ; Mon, 18 Apr 2005 19:00:11 +0000 (GMT) Received: from mail2.sol.net (mail2.sol.net [206.55.64.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE7243D31 for ; Mon, 18 Apr 2005 19:00:07 +0000 (GMT) (envelope-from jgreco@aurora.sol.net) Received: from aurora.sol.net (aurora.sol.net [206.55.65.130]) by mail2.sol.net (8.11.0/8.11.0/SNNS-1.04) with ESMTP id j3IIxxK34902; Mon, 18 Apr 2005 13:59:59 -0500 (CDT) Received: (from jgreco@localhost) by aurora.sol.net (8.12.8p1/8.12.9/Submit) id j3IIxlgt056297; Mon, 18 Apr 2005 13:59:47 -0500 (CDT) From: Joe Greco Message-Id: <200504181859.j3IIxlgt056297@aurora.sol.net> To: josemi@freebsd.jazztel.es (Jose M Rodriguez) Date: Mon, 18 Apr 2005 13:59:47 -0500 (CDT) In-Reply-To: <200504180830.03116.freebsd@redesjm.local> from "Jose M Rodriguez" at Apr 18, 2005 08:30:01 AM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: PXE booting a 5.4-RC2 system ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 19:00:11 -0000 > try what is used in the CD install boot: mount a kernel and use a > mfsroot. This maybe even more easy to setup. Take a look into boot/ > of CD1. Hmm. Closer. Actually it's a bit less easy to set up, since it involves downloading 650MB which is a bit much. I actually tried the "bootonly" image first (not sure what it's supposed to do) but that exhibited all sorts of strange stuff prior to crashing. I'm glad I realized that you can actually vnconfig an ISO image and then mount_cd9660 it. This is probably obvious to many, and in fact it's how we get the files off floppy, but still... UNIX variants have gotten so featureful, sometimes it's hard to remember all the things you can do. ;-) Taking /boot from disc1 got us through the kernel load but then panicked with a "Can't find init".