From owner-freebsd-stable Sun Oct 28 0:52:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.kobe1995.net (211.12.126.15.user.dt.il24.net [211.12.126.15]) by hub.freebsd.org (Postfix) with ESMTP id 3BAD137B401; Sun, 28 Oct 2001 00:52:28 -0700 (PDT) Received: (from kaz@localhost) by ns.kobe1995.net (8.8.8/3.7W-primary) id QAA26253; Sun, 28 Oct 2001 16:52:18 +0900 (JST) Date: Sun, 28 Oct 2001 16:52:18 +0900 (JST) Message-Id: <200110280752.QAA26253@ns.kobe1995.net> To: clefevre@citeweb.net Cc: freebsd-stable@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: adding athlon xp to bsd.cpu.mk In-Reply-To: Your message of "Sat, 27 Oct 2001 22:00:44 +0200 (CEST)". <200110272000.f9RK0jn71364@gits.dyndns.org> From: kaz@kobe1995.net (NAKAMURA Kazushi) X-Mailer: mnews [version 1.20] 1996-12/08(Sun) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <200110272000.f9RK0jn71364@gits.dyndns.org> clefevre@citeweb.net writes: >how about the following patch (untested) regarding the newer athlon xp >processor type ? if needed, I could submit a PR. AthlonXP is same as AthlonMP. It's better of the name "palomino", isn't it? (But "morgan" Duron will have same feature such as SSE.) What is the best name of the AMD's CPU core that can use SSE? >Index: bsd.cpu.mk >=================================================================== >RCS file: /home/ncvs/src/share/mk/bsd.cpu.mk,v >retrieving revision 1.2.2.4 >diff -u -r1.2.2.4 bsd.cpu.mk >@@ -28,8 +30,10 @@ > > .if !defined(NO_CPU_CFLAGS) || !defined(NO_CPU_COPTFLAGS) > . if ${MACHINE_ARCH} == "i386" >-. if ${CPUTYPE} == "k7" >+. if ${CPUTYPE} == "xp" > _CPUCFLAGS = -march=k6 # gcc doesn't support athlon yet, but it will >+. elif ${CPUTYPE} == "k7" >+_CPUCFLAGS = -march=k6 # gcc doesn't support athlon yet, but it will > . elif ${CPUTYPE} == "k6-2" > _CPUCFLAGS = -march=k6 > . elif ${CPUTYPE} == "k6" My dual AthlonXP is offen better performance at "-mcpu=i686" than "-mk6". (gcc 2.95.3) My dual AthlonXP's WWW page(in Japanese,sorry): http://kobe1995.net/~kaz/FreeBSD/AthlonDual.html Thank you & sorry for my poor English. -- NAKAMURA Kazushi@KOBE - Break the hate chain. No more kill! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 1:10:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id AF44F37B405 for ; Sun, 28 Oct 2001 01:10:36 -0700 (PDT) Received: from pc1-stme2-0-cust102.cdf.cable.ntl.com ([62.252.56.102]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20011028081035.LVMS1543.mta01-svc.ntlworld.com@pc1-stme2-0-cust102.cdf.cable.ntl.com>; Sun, 28 Oct 2001 08:10:35 +0000 Received: from lfarr (snorlax.bka.epcdirect.co.uk [192.168.10.200]) by pc1-stme2-0-cust102.cdf.cable.ntl.com (8.11.3/8.11.3) with ESMTP id f9S8AX043215; Sun, 28 Oct 2001 08:10:34 GMT (envelope-from freebsd-net@epcdirect.co.uk) From: "Lawrence Farr" To: "'Joe Clarke'" Cc: Subject: RE: Unable to install -stable snap via FTP Date: Sun, 28 Oct 2001 08:10:34 -0000 Message-ID: <001b01c15f88$05b19680$c80aa8c0@lfarr> 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, Build 10.0.3311 In-Reply-To: <20011027162246.K75746-100000@shumai.marcuscom.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yep, Im getting it on the snapshots I buld myself. See the thread "Unable to transfer the bin distribution ..." from Thursday. There are some older ones there as well. I guess it's something to do with checksums? Lawrence Farr EPC Direct Limited -----Original Message----- From: owner-freebsd-stable@FreeBSD.ORG [mailto:owner-freebsd-stable@FreeBSD.ORG] On Behalf Of Joe Clarke Sent: 27 October 2001 21:26 To: freebsd-stable@FreeBSD.ORG Subject: Unable to install -stable snap via FTP I've been trying to install a -stable snapshot on a few of my machines so that I get dirpref off the bat. However, everytime I try to install using passive FTP from releng4.freebsd.org, it fails fetching the bin distribution. What's weird is that when I go to Alt+F2, I don't see any error messages, and it looks like bin transfered correctly (i.e. I see the block size of the distribution at the end). When I go to Alt+F4, I see a kernel.GENERIC, but no kernel (not sure where in the install process kernel should exist, though). I've tried this with the 10/21, 10/26, and 10/27 snaps. Doing 4.4-RELEASE from passive FTP works fine. Anyone else experiencing this? Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 1:56: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from castle.jp.freebsd.org (castle.jp.FreeBSD.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id 0B9F437B403 for ; Sun, 28 Oct 2001 01:56:04 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id RAA98888; Sun, 28 Oct 2001 17:56:00 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: stable@FreeBSD.org In-Reply-To: <000b01c15f52$0d3fda50$0100a8c0@WARLOCK> References: <001401c15f1e$6656b2a0$0100a8c0@WARLOCK> <000b01c15f52$0d3fda50$0100a8c0@WARLOCK> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (alfalfa) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 29 From: Makoto MATSUSHITA To: unkleho@aracnet.com Subject: Re: 4.4 make installworld failure Date: Sun, 28 Oct 2001 17:55:53 +0900 Message-Id: <20011028175553T.matusita@jp.FreeBSD.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG unkleho> What should be in /usr/share/man/en.ISO_8859-1 and its parent unkleho> directory? If current.jp.FreeBSD.org does the right things, it is: % pwd ~ftp/pub/FreeBSD/snapshots/i386/livetree/4-LATEST/usr/share/man/en.ISO_8859-1 % ls -la total 2 drwxr-xr-x 2 root wheel 512 Oct 28 05:27 . drwxr-xr-x 23 root wheel 512 Oct 28 05:33 .. lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 man1 -> ../man1 lrwxrwxrwx 1 root wheel 11 Oct 28 06:01 man1aout -> ../man1aout lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 man2 -> ../man2 lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 man3 -> ../man3 lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 man4 -> ../man4 lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 man5 -> ../man5 lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 man6 -> ../man6 lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 man7 -> ../man7 lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 man8 -> ../man8 lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 man9 -> ../man9 lrwxrwxrwx 1 root wheel 7 Oct 28 06:01 mann -> ../mann % Symlink files are there, no directory/file. -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 6: 7:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id C94BA37B408; Sun, 28 Oct 2001 06:07:10 -0800 (PST) Received: from vilnya.demon.co.uk ([158.152.19.238]) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 15xqai-000FZy-0X; Sun, 28 Oct 2001 14:07:09 +0000 Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id 6416E2E822; Sun, 28 Oct 2001 14:04:38 +0000 (GMT) Message-ID: <006101c15fb9$ac5d03d0$0504020a@haveblue> From: "cameron grant" To: , , Cc: , , References: Subject: Re: adding athlon xp to bsd.cpu.mk Date: Sun, 28 Oct 2001 14:06:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > What about new Durons based on the Palomino core? The problem is > that as far as I know they have nothing in their name (like XP in > Athlon's case) that distinguishes them from older Durons based on > the Thunderbird core, while they do support SSE in addition to > 3DNow and MMX. Perhaps it would be better to introduce new variable > CPUCORE, so the user could use something like the following: from what i can see, identcpu.c fetches the cpu name using a cpuid instruction. my system with dual 1.1ghz durons identifies as: CPU: AMD Duron(tm) MP Processor (1110.94-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x670 Stepping = 0 Features=0x383fbff AMD Features=0xc0440000<,AMIE,DSP,3DNow!> the entire "AMD Duron(tm) MP Processor" string appears to originate from the cpu, so i would suggest that the processor is named duron mp. the ident string does not change when booting a non-smp kernel, so unless the cpu is detecting the chipset as dual cpu or the bios is reprogramming the cpu, that is actually what amd have named the 1.0+ghz durons. -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 6:12:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from turtle.looksharp.net (cc360882-d.strhg1.mi.home.com [24.13.43.207]) by hub.freebsd.org (Postfix) with ESMTP id 4542B37B405; Sun, 28 Oct 2001 06:12:23 -0800 (PST) Received: by turtle.looksharp.net (Postfix, from userid 1003) id 869C53EB5; Sun, 28 Oct 2001 09:12:36 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by turtle.looksharp.net (Postfix) with ESMTP id 8295ABAA6; Sun, 28 Oct 2001 09:12:36 -0500 (EST) Date: Sun, 28 Oct 2001 09:12:36 -0500 (EST) From: "Brandon D. Valentine" To: Cc: , , , , Subject: Re: adding athlon xp to bsd.cpu.mk In-Reply-To: Message-ID: <20011028085202.N65051-100000@turtle.looksharp.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Oct 2001, Maxim Sobolev wrote: >AFAIK, not quite. The core name is Palomino and there are three >processors based on it: Athlon XP, Athlon MP and Duron. The AMD Athlon XP, MP, and mobile Athlon4 are based on the Palomino core. The 1Ghz+ Durons are based on the Morgan core, a Palomino derivative with less cache. The previous generations of Athlons were based on the K7, K75, and Thunderbird cores. What is a bit misleading about the naming of AMD's processors is that at present they are all SMP capable. You can use dual Thunderbirds or Durons or XPs without a problem, generally. In fact, you can even use processors of different clock speeds in an SMP configuration fairly successfully, though it is not recommended. What you pay for when you buy Athlon MP processors is AMD's SmartMP technology. SmartMP includes a more advanced cache coherency protocol and an inter-processor "snoop" bus that allows the processors to exchange data from their caches instead of going directly to main memory all the time. -- "Never put off until tomorrow what you can do today. There might be a law against it by that time." -- /usr/games/fortune, 07/30/2001 Brandon D. Valentine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 6:37:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mikea.ath.cx (okc-65-30-192-11.mmcable.com [65.30.192.11]) by hub.freebsd.org (Postfix) with ESMTP id 8585437B407; Sun, 28 Oct 2001 06:37:37 -0800 (PST) Received: (from mikea@localhost) by mikea.ath.cx (8.11.6/8.11.1) id f9SEbZB08836; Sun, 28 Oct 2001 08:37:35 -0600 (CST) (envelope-from mikea) Date: Sun, 28 Oct 2001 08:37:35 -0600 From: mikea To: chip@chocobo.cx Cc: sobomax@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: adding athlon xp to bsd.cpu.mk Message-ID: <20011028083735.B8778@mikea.ath.cx> References: <200110280030.f9S0UfW82593@gits.dyndns.org> <20011028014905.A55998@setzer.chocobo.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011028014905.A55998@setzer.chocobo.cx>; from chip@setzer.chocobo.cx on Sun, Oct 28, 2001 at 01:49:05AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 28, 2001 at 01:49:05AM -0500, Chip Marshall wrote: > Couldn't a test be done on the Features information of the processor > to determine the best optimizations? Or would that break > cross-compiliation of optimized code? So I compile something on my AMD box which I expect to run only on my P-III or P-IV box. The program is optimized for the AMD processor. This is _not_ what I would want. Ditto for the converse case. IMHO, the control needs to be in environment variables and/or in parameters passed to the compiler somehow. -- Mike Andrews mikea@mikea.ath.cx Tired old sysadmin since 1964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 6:37:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from turtle.looksharp.net (cc360882-d.strhg1.mi.home.com [24.13.43.207]) by hub.freebsd.org (Postfix) with ESMTP id 1397537B40E; Sun, 28 Oct 2001 06:37:50 -0800 (PST) Received: by turtle.looksharp.net (Postfix, from userid 1003) id A7EA53EB6; Sun, 28 Oct 2001 09:38:03 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by turtle.looksharp.net (Postfix) with ESMTP id A4A2EBAA6; Sun, 28 Oct 2001 09:38:03 -0500 (EST) Date: Sun, 28 Oct 2001 09:38:03 -0500 (EST) From: "Brandon D. Valentine" To: Cyrille Lefevre Cc: Peter Wemm , , freebsd-stable , freebsd-current Subject: Re: adding athlon xp to bsd.cpu.mk In-Reply-To: <200110280030.f9S0UfW82593@gits.dyndns.org> Message-ID: <20011028092757.X65051-100000@turtle.looksharp.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Oct 2001, Cyrille Lefevre wrote: >Athlon (alias k7) already has MMX. the objective of this patch >was to add SSE to the set of XP (alias MP) processors. I haven't seen the patch you're talking about, nor do I have any newer Athlons here that support SSE, but it seems like it's pretty trivial to grab the SSE identifier out of the table at: http://www.amd.com/products/cpg/athlon/techdocs/pdf/20734.pdf and add it to the print_AMD_features() function in src/sys/i386/i386/identcpu.c. -- "Never put off until tomorrow what you can do today. There might be a law against it by that time." -- /usr/games/fortune, 07/30/2001 Brandon D. Valentine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 6:42:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from turtle.looksharp.net (cc360882-d.strhg1.mi.home.com [24.13.43.207]) by hub.freebsd.org (Postfix) with ESMTP id 08FC437B406; Sun, 28 Oct 2001 06:42:36 -0800 (PST) Received: by turtle.looksharp.net (Postfix, from userid 1003) id AF31A3EB5; Sun, 28 Oct 2001 09:42:49 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by turtle.looksharp.net (Postfix) with ESMTP id AB2C9BAA6; Sun, 28 Oct 2001 09:42:49 -0500 (EST) Date: Sun, 28 Oct 2001 09:42:49 -0500 (EST) From: "Brandon D. Valentine" To: mikea Cc: , , , Subject: Re: adding athlon xp to bsd.cpu.mk In-Reply-To: <20011028083735.B8778@mikea.ath.cx> Message-ID: <20011028094117.F65051-100000@turtle.looksharp.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Oct 2001, mikea wrote: >On Sun, Oct 28, 2001 at 01:49:05AM -0500, Chip Marshall wrote: > >> Couldn't a test be done on the Features information of the processor >> to determine the best optimizations? Or would that break >> cross-compiliation of optimized code? > >So I compile something on my AMD box which I expect to run >only on my P-III or P-IV box. The program is optimized for the >AMD processor. This is _not_ what I would want. Ditto for the >converse case. > >IMHO, the control needs to be in environment variables and/or >in parameters passed to the compiler somehow. It is. This thread was only discussing how to get the kernel to recognize these features. The CPUTYPE and CFLAGS envvars have always controlled which optimizations the compiler is allowed to use. That won't be changing. -- "Never put off until tomorrow what you can do today. There might be a law against it by that time." -- /usr/games/fortune, 07/30/2001 Brandon D. Valentine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 9:15:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail3.so.cc.va.us (mail3.so.cc.va.us [164.106.10.23]) by hub.freebsd.org (Postfix) with ESMTP id 5C26137B403 for ; Sun, 28 Oct 2001 09:15:42 -0800 (PST) Received: from mail3.so.cc.va.us (164.106.10.23) by mail3.so.cc.va.us (NPlex 5.5.043) id 3BD37DF000004760; Sun, 28 Oct 2001 12:13:26 -0500 X-WebMail-UserID: jstarbuck@pv1.vccs.edu Date: Sun, 28 Oct 2001 12:13:26 -0500 From: John Starbuck To: stable@FreeBSD.ORG Cc: cornwall@intelos.net X-EXP32-SerialNo: 00002670 Subject: Message-ID: <3BD49168@mail3.so.cc.va.us> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: WebMail (Hydra) SMTP v3.61.08 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 9:34:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 913B937B40A for ; Sun, 28 Oct 2001 09:34:15 -0800 (PST) Received: (qmail 24646 invoked from network); 28 Oct 2001 17:34:14 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Oct 2001 17:34:14 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <006101c15fb9$ac5d03d0$0504020a@haveblue> Date: Sun, 28 Oct 2001 09:34:14 -0700 (PST) From: John Baldwin To: cameron grant Subject: Re: adding athlon xp to bsd.cpu.mk Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, jerry@thehutt.org, peter@wemm.org, clefevre@citeweb.net, sobomax@FreeBSD.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 28-Oct-01 cameron grant wrote: >> What about new Durons based on the Palomino core? The problem is >> that as far as I know they have nothing in their name (like XP in >> Athlon's case) that distinguishes them from older Durons based on >> the Thunderbird core, while they do support SSE in addition to >> 3DNow and MMX. Perhaps it would be better to introduce new variable >> CPUCORE, so the user could use something like the following: > > from what i can see, identcpu.c fetches the cpu name using a cpuid > instruction. The part cpuid gives you is "AuthenticAMD". The fancy name is determined by switching on the Id. > my system with dual 1.1ghz durons identifies as: > > CPU: AMD Duron(tm) MP Processor (1110.94-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x670 Stepping = 0 > > Features=0x383fbff CMOV,PAT,PSE36,MMX,FXSR,SSE> > AMD Features=0xc0440000<,AMIE,DSP,3DNow!> > > the entire "AMD Duron(tm) MP Processor" string appears to originate from the > cpu, so i would suggest that the processor is named duron mp. the ident > string does not change when booting a non-smp kernel, so unless the cpu is > detecting the chipset as dual cpu or the bios is reprogramming the cpu, that > is actually what amd have named the 1.0+ghz durons. > > -cg > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 11:24:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 8249037B406 for ; Sun, 28 Oct 2001 11:24:49 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id f9SJOQf02230; Sun, 28 Oct 2001 11:24:26 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: "Lawrence Farr" Cc: "'Joe Clarke'" , freebsd-stable@FreeBSD.ORG Subject: Re: Unable to install -stable snap via FTP In-Reply-To: Message from "Lawrence Farr" of "Sun, 28 Oct 2001 08:10:34 -0000." <001b01c15f88$05b19680$c80aa8c0@lfarr> Date: Sun, 28 Oct 2001 11:24:26 -0800 Message-ID: <2226.1004297066@winston.freebsd.org> From: Jordan Hubbard Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sysinstall doesn't verify checksums in transit (though that would be a cool feature). It's really a mystery as to why this is happening, unless something's broken in libfetch, since sysinstall didn't change with respect to this and every indication is that the code should Just Work(tm). If I ever get some time, I'll build a local release here and test-install it to see if I can instrument the problem at all. - Jordan > Yep, Im getting it on the snapshots I buld myself. > > See the thread "Unable to transfer the bin distribution ..." from > Thursday. > > There are some older ones there as well. I guess it's something to do > with checksums? > > > Lawrence Farr > EPC Direct Limited > > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG] On Behalf Of Joe Clarke > Sent: 27 October 2001 21:26 > To: freebsd-stable@FreeBSD.ORG > Subject: Unable to install -stable snap via FTP > > > I've been trying to install a -stable snapshot on a few of my machines > so that I get dirpref off the bat. However, everytime I try to install > using passive FTP from releng4.freebsd.org, it fails fetching the bin > distribution. What's weird is that when I go to Alt+F2, I don't see any > error messages, and it looks like bin transfered correctly (i.e. I see > the block size of the distribution at the end). > > When I go to Alt+F4, I see a kernel.GENERIC, but no kernel (not sure > where in the install process kernel should exist, though). I've tried > this with the 10/21, 10/26, and 10/27 snaps. Doing 4.4-RELEASE from > passive FTP works fine. > > Anyone else experiencing this? > > Joe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 11:31:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id D43C437B405 for ; Sun, 28 Oct 2001 11:31:12 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9SJVH691913 for ; Sun, 28 Oct 2001 14:31:17 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Sun, 28 Oct 2001 14:31:17 -0500 (EST) From: Joe Clarke To: freebsd-stable@freebsd.org Subject: Re: Unable to install -stable snap via FTP In-Reply-To: <20011027162246.K75746-100000@shumai.marcuscom.com> Message-ID: <20011028142840.D35424-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was thinking about this some more. Stephen Hilton said just to say "No" when it asks to try and refetch the dist, and that works, so we know it's downloading everything correctly. Also, you don't get this when you point sysinstall at ftp.freebsd.org. I didn't break a sniffer out, but perhaps there's a problem with the releng4.freebsd.org FTP server not Ack'ing the last packet or something. It would explain why this problem is occuring for only -stable snaps, and not any of the releases. Just a thought. Joe On Sat, 27 Oct 2001, Joe Clarke wrote: > I've been trying to install a -stable snapshot on a few of my machines so > that I get dirpref off the bat. However, everytime I try to install using > passive FTP from releng4.freebsd.org, it fails fetching the bin > distribution. What's weird is that when I go to Alt+F2, I don't see any > error messages, and it looks like bin transfered correctly (i.e. I see the > block size of the distribution at the end). > > When I go to Alt+F4, I see a kernel.GENERIC, but no kernel (not sure where > in the install process kernel should exist, though). I've tried this with > the 10/21, 10/26, and 10/27 snaps. Doing 4.4-RELEASE from passive FTP > works fine. > > Anyone else experiencing this? > > Joe > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 11:42:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.dwec.ru (mail.dwec.ru [194.84.175.18]) by hub.freebsd.org (Postfix) with ESMTP id D49CF37B403 for ; Sun, 28 Oct 2001 11:42:27 -0800 (PST) Received: (from root@localhost) by mail.dwec.ru (8.11.6/8.11.6/host:mail.dwec.ru v2.3 19-Sep-2001) id f9SJgWX01009 for freebsd-stable@FreeBSD.ORG.KAV; Sun, 28 Oct 2001 22:42:32 +0300 (MSK) (envelope-from oleg_y_ivanov@mailru.com) Received: from Oleg (dialup1 [194.84.175.22]) by mail.dwec.ru (8.11.6/8.11.6/host:mail.dwec.ru v2.3 19-Sep-2001) with SMTP id f9SJgUF00993; Sun, 28 Oct 2001 22:42:30 +0300 (MSK) (envelope-from oleg_y_ivanov@mailru.com) Message-ID: <003901c15fe9$16894c80$16af54c2@Oleg> From: "Oleg Y. Ivanov" To: "Joe Clarke" , References: <20011028142840.D35424-100000@shumai.marcuscom.com> Subject: Re: Unable to install -stable snap via FTP Date: Sun, 28 Oct 2001 22:45:09 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nope , this is happening during local FTP install also. IMO this is sysinstall's problem. > I was thinking about this some more. Stephen Hilton said just to say "No" > when it asks to try and refetch the dist, and that works, so we know it's > downloading everything correctly. Also, you don't get this when you point > sysinstall at ftp.freebsd.org. I didn't break a sniffer out, but perhaps > there's a problem with the releng4.freebsd.org FTP server not Ack'ing the > last packet or something. It would explain why this problem is occuring > for only -stable snaps, and not any of the releases. Just a thought. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 12: 0:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 2D33B37B403 for ; Sun, 28 Oct 2001 12:00:29 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id HAA26035; Mon, 29 Oct 2001 07:00:24 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37641) with ESMTP id <01KA2BXHUL9CVFIMD9@cim.alcatel.com.au>; Mon, 29 Oct 2001 07:00:17 +1000 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id f9SK0LW90949; Mon, 29 Oct 2001 07:00:21 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Mon, 29 Oct 2001 07:00:20 +1100 From: Peter Jeremy Subject: Re: dirpref gives massive performance boost In-reply-to: <20011027214838.A589@gforce.johnson.home>; from glennpj@charter.net on Sat, Oct 27, 2001 at 09:48:38PM -0500 To: Glenn Johnson Cc: stable@FreeBSD.ORG Mail-Followup-To: Glenn Johnson , stable@FreeBSD.ORG Message-id: <20011029070020.G75481@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <20010928141246.A15515@xor.obsecurity.org> <20010928232009.A29187@libero.sunshine.ale> <20010928142611.A15946@xor.obsecurity.org> <20011024074436.A36730@gsmx07.alcatel.com.au> <20011027123834.A587@gforce.johnson.home> <20011027214838.A589@gforce.johnson.home> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001-Oct-27 21:48:38 -0500, Glenn Johnson wrote: >I figured out what I did wrong. In the instructions above it says to >edit 'etc/fstab'; I edited '/etc/fstab' instead. A very easy mistake to make. It can get very confusing when you have multiple, almost-identical partitions mounted. I'm glad that you sorted it out >Also, the line in the instructions that says > >'0,ad(0,b)/boot/loader' should be > >'0:ad(0,b)/boot/loader' That's what I get for writing from memory. Luckily boot0 reports the syntax so hopefully this didn't cause you too much confusion. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 12: 2:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id DA25637B409; Sun, 28 Oct 2001 12:02:40 -0800 (PST) Received: from stealth.cary.dummynet ([66.26.231.240]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 28 Oct 2001 15:02:10 -0500 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id f9SK20e02409; Sun, 28 Oct 2001 15:02:00 -0500 (EST) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Sun, 28 Oct 2001 15:02:00 -0500 From: Randall Hopper To: multimedia@freebsd.org, stable@freebsd.org Subject: "VIA '686b southbridge fix applied" & -stable Message-ID: <20011028150159.A2276@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I found this in the archives: http://groups.google.com/groups?th=4a63e650c2dd8fc5 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: atapci0: VIA '686b \ southbridge fix applied A couple questions: 1) Is this in checked into -stable? 2) What does the fix do? 3) Would it be safe to put a Soundblaster Live in a FreeBSD box with a VIA 686B southbridge with (or w/o) this fix? BTW, I own an ASUS A7M266 motherboard which has the VIA southbridge. I'm contemplating a new soundcard and considering my options. Thanks, Randall -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 12: 4:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tomts12-srv.bellnexxia.net (tomts12.bellnexxia.net [209.226.175.56]) by hub.freebsd.org (Postfix) with ESMTP id BA65037B408 for ; Sun, 28 Oct 2001 12:04:27 -0800 (PST) Received: from TMA-1.brad-x.com ([64.228.82.194]) by tomts12-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011028200427.SZKN10438.tomts12-srv.bellnexxia.net@TMA-1.brad-x.com> for ; Sun, 28 Oct 2001 15:04:27 -0500 Received: from localhost (localhost.brad-x.com [127.0.0.1]) by TMA-1.brad-x.com (Postfix) with ESMTP id 76BF77B0C0 for ; Sun, 28 Oct 2001 15:04:56 -0500 (EST) Date: Sun, 28 Oct 2001 15:04:56 -0500 (EST) From: Brad Laue To: freebsd-stable@freebsd.org Subject: Nasty USB + SMBFS interaction Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Pretty simple problem to replicate: Compile the following into your kernel: options NETSMB #SMB/CIFS requester options NETSMBCRYPTO #encrypted password support for SMB # mchain library. It can be either loaded as KLD or compiled into kernel options LIBMCHAIN #mbuf management library # Kernel side iconv library options LIBICONV options SMBFS Plug a Microsoft USB mouse in and try to mount an SMB share after the USB mouse has detected. This will return a "no buffer space available" message. All other networking functions are unimpaired. Tested this with all but umass compiled directly into the kernel, and no modules. I will be able to do further tests on monday, e.g. does an existing share stop responding when the mouse is plugged in? Disconnecting the mouse does not solve the issue; shares remain non-mountable. Using 4.4-STABLE cvsuped to Friday, and smbfs userland version 1.4.1, from ports, an EtherExpress Pro 10/100, and both Windows 98 and Windows 2000 AS servers. Let me know if there is anything more I should look for and report. Brad // -- http://www.BRAD-X.com/ -- // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 13:53:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freebie.dcfinc.com (freebie.dcfinc.com [205.159.99.240]) by hub.freebsd.org (Postfix) with ESMTP id A45AE37B403 for ; Sun, 28 Oct 2001 13:53:20 -0800 (PST) Received: from paradise (cx74889-a.phnx3.az.home.com [24.1.193.157]) by freebie.dcfinc.com (8.8.7/8.8.3a) with ESMTP id OAA08211 for ; Sun, 28 Oct 2001 14:53:10 -0700 (MST) Message-Id: <4.2.2.20011028145225.00a64470@mailhost.dcfinc.com> X-Sender: chad@mailhost.dcfinc.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Sun, 28 Oct 2001 14:52:51 -0700 To: freebsd-stable@FreeBSD.ORG From: "Chad R. Larson" Subject: Re: pathname length over NFS Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 11:02 PM 10/21/01 +0200, Oliver Fromme wrote: > > The system message for error number 71 is: > > Too many levels of remote in path > > > > install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib > > *** Error code 71 > >The install tool doesn't use errno numbers for exit codes, >but it uses sysexit values. See the sysexits(3) manpage: I must apologize to the list for wasting it's time. This turned out to be cockpit error. The problem was I didn't sync the "/etc/defaults/make.conf" files between the server and the client before trying the "make install". The result was the client attempted to install profiled libraries that weren't built on the server. My only defense is the misleading error code. Why is there an overlap between the recommended codes in sysexits(3) and "/usr/include/errno.h"? -crl -- Chad R. Larson (CRL22) chad@eldocomp.com Eldorado Computing, Inc. 602-604-3100 5353 North 16th Street, Suite 400 Phoenix, Arizona 85016-3228 -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org larson1@home.com DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 14:14:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by hub.freebsd.org (Postfix) with ESMTP id 5C84637B406 for ; Sun, 28 Oct 2001 14:14:29 -0800 (PST) Received: (from olli@localhost) by lurza.secnetix.de (8.11.6/8.11.6) id f9SMESs99232; Sun, 28 Oct 2001 23:14:28 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Date: Sun, 28 Oct 2001 23:14:28 +0100 (CET) Message-Id: <200110282214.f9SMESs99232@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG Reply-To: freebsd-stable@FreeBSD.ORG Subject: Re: pathname length over NFS In-Reply-To: <4.2.2.20011028145225.00a64470@mailhost.dcfinc.com> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.4-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chad R. Larson wrote: > Why is there an overlap > between the recommended codes in sysexits(3) and "/usr/include/errno.h"? They serve different purposes, and are used for different things, so there shouldn't be a conflict. The errno values are used as return values from syscalls and library functions. They are _not_ used for program exit codes. Unfortunately, some programs print numerical errno values because they're too stupid (or too lazy) to use perror() or strerror() or some similar way to display a readable error string. Normally, the user should not need to care about errno numbers at all. They are for programmers. The sysexits(3) values were originally intended as a way to communicate between programs: When sendmail calls an external program (e.g. mail_local or procmail), it checks the exit code to find out if everything is alright, or if a transient problem occured, or if something went out of resources, or if a fatal error occured. Depending on that, sendmail deletes the mail, or spools it locally for another delivery attempt at a later time, or bounces it back with an appropriate error message. Other, non mail-related tools use sysexits(3) values, too, to further classify the result beyond the traditional 0/ok and 1/failure, so that scripts and other programs have a better chance to do sensible things when something went wrong. This is a good thing, IMO. Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 16:40:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-168.zoominternet.net [24.154.28.168]) by hub.freebsd.org (Postfix) with ESMTP id 3638937B403 for ; Sun, 28 Oct 2001 16:40:34 -0800 (PST) Received: from topperwein.dyndns.org (topperwein.dyndns.org [192.168.168.10]) by topperwein.dyndns.org (8.11.6/8.11.6) with ESMTP id f9T0eN200818 for ; Sun, 28 Oct 2001 19:40:28 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Sun, 28 Oct 2001 19:40:18 -0500 (EST) From: Chris BeHanna Reply-To: Chris BeHanna To: FreeBSD-Stable Subject: Crash Using ogle Message-ID: <20011028193617.I803-200000@topperwein.dyndns.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2009160700-1004316018=:803" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-2009160700-1004316018=:803 Content-Type: TEXT/PLAIN; charset=US-ASCII I attempted to view a DVD with the ogle port (nice DVD menu support), and I crashed my machine (4.4-STABLE, cvsup'd at Fri Oct 19 01:08:36 EDT 2001). There was no crashdump, but the last messages logged before the crash were: Oct 28 17:35:38 topperwein /kernel: ata1-master: too many segments in DMA table Oct 28 17:36:37 topperwein /kernel: ata1-master: too many segments in DMA table What does this mean, and how do I fix it? This is on a system with the following hardware: AMD 1.333 GHz T-bird Gigabyte GA-7DX mobo (AMD 761 chipset) ATI Radeon QD ("ViVo") video board WD Caviar IDE hard drive on ata0-master using UDMA Hitachi GD-2000 DVD-ROM on ata1-master using WDMA2 dmesg is attached. -- Chris BeHanna Software Engineer (Remove "bogus" before responding.) behanna@bogus.zbzoom.net I was raised by a pack of wild corn dogs. --0-2009160700-1004316018=:803 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="dmesg.boot" Content-Transfer-Encoding: BASE64 Content-ID: <20011028194018.J803@topperwein.dyndns.org> Content-Description: Content-Disposition: attachment; filename="dmesg.boot" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDEgVGhlIEZyZWVCU0QgUHJvamVjdC4N CkNvcHlyaWdodCAoYykgMTk3OSwgMTk4MCwgMTk4MywgMTk4NiwgMTk4OCwg MTk4OSwgMTk5MSwgMTk5MiwgMTk5MywgMTk5NA0KCVRoZSBSZWdlbnRzIG9m IHRoZSBVbml2ZXJzaXR5IG9mIENhbGlmb3JuaWEuIEFsbCByaWdodHMgcmVz ZXJ2ZWQuDQpGcmVlQlNEIDQuNC1TVEFCTEUgIzE6IFRodSBPY3QgMjUgMjE6 NDE6MzQgRURUIDIwMDENCiAgICByb290QHRvcHBlcndlaW4uZHluZG5zLm9y ZzovdXNyL29iai5rNy91c3Ivc3JjL3N5cy9UT1BQRVJXRUlODQpUaW1lY291 bnRlciAiaTgyNTQiICBmcmVxdWVuY3kgMTE5MzE4MiBIeg0KQ1BVOiBBTUQg QXRobG9uKHRtKSBQcm9jZXNzb3IgKDEzMzMuMzktTUh6IDY4Ni1jbGFzcyBD UFUpDQogIE9yaWdpbiA9ICJBdXRoZW50aWNBTUQiICBJZCA9IDB4NjQyICBT dGVwcGluZyA9IDINCiAgRmVhdHVyZXM9MHgxODNmOWZmPEZQVSxWTUUsREUs UFNFLFRTQyxNU1IsUEFFLE1DRSxDWDgsU0VQLE1UUlIsUEdFLE1DQSxDTU9W LFBBVCxQU0UzNixNTVgsRlhTUj4NCiAgQU1EIEZlYXR1cmVzPTB4YzA0NDAw MDA8PGIxOD4sQU1JRSxEU1AsM0ROb3chPg0KcmVhbCBtZW1vcnkgID0gMjY4 MzY5OTIwICgyNjIwODBLIGJ5dGVzKQ0KY29uZmlnPiBkaSBzbjANCmNvbmZp Zz4gZGkgbG5jMA0KY29uZmlnPiBkaSBsZTANCmNvbmZpZz4gZGkgaWUwDQpj b25maWc+IGRpIGNzMA0KY29uZmlnPiBxDQphdmFpbCBtZW1vcnkgPSAyNTY2 MzA3ODQgKDI1MDYxNksgYnl0ZXMpDQpQcmVsb2FkZWQgZWxmIGtlcm5lbCAi a2VybmVsIiBhdCAweGMwNDYyMDAwLg0KUHJlbG9hZGVkIHVzZXJjb25maWdf c2NyaXB0ICIvYm9vdC9rZXJuZWwuY29uZiIgYXQgMHhjMDQ2MjA5Yy4NClBy ZWxvYWRlZCBlbGYgbW9kdWxlICJzcGxhc2hfYm1wLmtvIiBhdCAweGMwNDYy MGVjLg0KUHJlbG9hZGVkIGVsZiBtb2R1bGUgInZlc2Eua28iIGF0IDB4YzA0 NjIxOTAuDQpQcmVsb2FkZWQgc3BsYXNoX2ltYWdlX2RhdGEgIi9ib290L2Rh ZW1vbl9mcmVlYnNkLTEuYm1wIiBhdCAweGMwNDYyMjJjLg0KVkVTQTogdjIu MCwgMzI3NjhrIG1lbW9yeSwgZmxhZ3M6MHgxLCBtb2RlIHRhYmxlOjB4YzA0 MTQyNjIgKDEwMDAwMjIpDQpWRVNBOiBBVEkgUkFERU9ODQpQZW50aXVtIFBy byBNVFJSIHN1cHBvcnQgZW5hYmxlZA0KbWQwOiBNYWxsb2MgZGlzaw0Kc3Bs YXNoX2JtcDogTm8gYXBwcm9wcmlhdGUgdmlkZW8gbW9kZSBmb3VuZA0KbW9k dWxlX3JlZ2lzdGVyX2luaXQ6IE1PRF9MT0FEIChzcGxhc2hfYm1wLCBjMDQw YzdiOCwgMCkgZXJyb3IgMTkNClVzaW5nICRQSVIgdGFibGUsIDEwIGVudHJp ZXMgYXQgMHhjMDBmZGRiMA0KYXBtMDogPEFQTSBCSU9TPiBvbiBtb3RoZXJi b2FyZA0KYXBtOiBmb3VuZCBBUE0gQklPUyB2MS4yLCBjb25uZWN0ZWQgYXQg djEuMg0KbnB4MDogPG1hdGggcHJvY2Vzc29yPiBvbiBtb3RoZXJib2FyZA0K bnB4MDogSU5UIDE2IGludGVyZmFjZQ0KcGNpYjA6IDxIb3N0IHRvIFBDSSBi cmlkZ2U+IG9uIG1vdGhlcmJvYXJkDQpwY2kwOiA8UENJIGJ1cz4gb24gcGNp YjANCnBjaWIxOiA8UENJIHRvIFBDSSBicmlkZ2UgKHZlbmRvcj0xMDIyIGRl dmljZT03MDBmKT4gYXQgZGV2aWNlIDEuMCBvbiBwY2kwDQpwY2kxOiA8UENJ IGJ1cz4gb24gcGNpYjENCnBjaTE6IDxBVEkgbW9kZWwgNTE0NCBncmFwaGlj cyBhY2NlbGVyYXRvcj4gYXQgNS4wIGlycSAxMA0KaXNhYjA6IDxWSUEgODJD Njg2IFBDSS1JU0EgYnJpZGdlPiBhdCBkZXZpY2UgNy4wIG9uIHBjaTANCmlz YTA6IDxJU0EgYnVzPiBvbiBpc2FiMA0KYXRhcGNpMDogPFZJQSA4MkM2ODYg QVRBMTAwIGNvbnRyb2xsZXI+IHBvcnQgMHhiNDAwLTB4YjQwZiBhdCBkZXZp Y2UgNy4xIG9uIHBjaTANCmF0YTA6IGF0IDB4MWYwIGlycSAxNCBvbiBhdGFw Y2kwDQphdGExOiBhdCAweDE3MCBpcnEgMTUgb24gYXRhcGNpMA0KdWhjaTA6 IDxWSUEgODNDNTcyIFVTQiBjb250cm9sbGVyPiBwb3J0IDB4YjgwMC0weGI4 MWYgaXJxIDExIGF0IGRldmljZSA3LjIgb24gcGNpMA0KdXNiMDogPFZJQSA4 M0M1NzIgVVNCIGNvbnRyb2xsZXI+IG9uIHVoY2kwDQp1c2IwOiBVU0IgcmV2 aXNpb24gMS4wDQp1aHViMDogVklBIFVIQ0kgcm9vdCBodWIsIGNsYXNzIDkv MCwgcmV2IDEuMDAvMS4wMCwgYWRkciAxDQp1aHViMDogMiBwb3J0cyB3aXRo IDIgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQNCnVoY2kxOiA8VklBIDgzQzU3 MiBVU0IgY29udHJvbGxlcj4gcG9ydCAweGJjMDAtMHhiYzFmIGlycSAxMSBh dCBkZXZpY2UgNy4zIG9uIHBjaTANCnVzYjE6IDxWSUEgODNDNTcyIFVTQiBj b250cm9sbGVyPiBvbiB1aGNpMQ0KdXNiMTogVVNCIHJldmlzaW9uIDEuMA0K dWh1YjE6IFZJQSBVSENJIHJvb3QgaHViLCBjbGFzcyA5LzAsIHJldiAxLjAw LzEuMDAsIGFkZHIgMQ0KdWh1YjE6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJs ZSwgc2VsZiBwb3dlcmVkDQpjaGlwMTogPFZJQSA4MkM2ODYgQUNQSSBpbnRl cmZhY2U+IGF0IGRldmljZSA3LjQgb24gcGNpMA0KZGMwOiA8ODJjMTY5IFBO SUMgMTAvMTAwQmFzZVRYPiBwb3J0IDB4ZDAwMC0weGQwZmYgbWVtIDB4ZGIw MDAwMDAtMHhkYjAwMDBmZiBpcnEgMTAgYXQgZGV2aWNlIDEyLjAgb24gcGNp MA0KZGMwOiBFdGhlcm5ldCBhZGRyZXNzOiAwMDphMDpjYzpkNDowYTo2ZA0K bWlpYnVzMDogPE1JSSBidXM+IG9uIGRjMA0KdWtwaHkwOiA8R2VuZXJpYyBJ RUVFIDgwMi4zdSBtZWRpYSBpbnRlcmZhY2U+IG9uIG1paWJ1czANCnVrcGh5 MDogIDEwYmFzZVQsIDEwYmFzZVQtRkRYLCAxMDBiYXNlVFgsIDEwMGJhc2VU WC1GRFgsIGF1dG8NCnhsMDogPDNDb20gM2M5MDVCLVRYIEZhc3QgRXRoZXJs aW5rIFhMPiBwb3J0IDB4ZDQwMC0weGQ0N2YgbWVtIDB4ZGIwMDIwMDAtMHhk YjAwMjA3ZiBpcnEgNSBhdCBkZXZpY2UgMTMuMCBvbiBwY2kwDQp4bDA6IEV0 aGVybmV0IGFkZHJlc3M6IDAwOjEwOjVhOjAwOmE5OjIwDQptaWlidXMxOiA8 TUlJIGJ1cz4gb24geGwwDQp4bHBoeTA6IDwzQ29tIGludGVybmFsIG1lZGlh IGludGVyZmFjZT4gb24gbWlpYnVzMQ0KeGxwaHkwOiAgMTBiYXNlVCwgMTBi YXNlVC1GRFgsIDEwMGJhc2VUWCwgMTAwYmFzZVRYLUZEWCwgYXV0bw0KcGNt MDogPENyZWF0aXZlIENUNTg4MC1DPiBwb3J0IDB4ZDgwMC0weGQ4M2YgaXJx IDExIGF0IGRldmljZSAxNC4wIG9uIHBjaTANCmFoYzA6IDxBZGFwdGVjIDM5 NTBCIFVsdHJhMiBTQ1NJIGFkYXB0ZXI+IHBvcnQgMHhkYzAwLTB4ZGNmZiBt ZW0gMHhkYjAwMzAwMC0weGRiMDAzZmZmIGlycSAxMSBhdCBkZXZpY2UgMTUu MCBvbiBwY2kwDQphaWM3ODk2Lzk3OiBVbHRyYTIgV2lkZSBDaGFubmVsIEEs IFNDU0kgSWQ9NywgMzIvMjU1IFNDQnMNCmFoYzE6IDxBZGFwdGVjIDM5NTBC IFVsdHJhMiBTQ1NJIGFkYXB0ZXI+IHBvcnQgMHhlMDAwLTB4ZTBmZiBtZW0g MHhkYjAwNDAwMC0weGRiMDA0ZmZmIGlycSAxMSBhdCBkZXZpY2UgMTUuMSBv biBwY2kwDQphaWM3ODk2Lzk3OiBVbHRyYTIgV2lkZSBDaGFubmVsIEIsIFND U0kgSWQ9NywgMzIvMjU1IFNDQnMNCm9ybTA6IDxPcHRpb24gUk9Ncz4gYXQg aW9tZW0gMHhjMDAwMC0weGNiZmZmLDB4Y2MwMDAtMHhjYzdmZiBvbiBpc2Ew DQpmZGMwOiA8TkVDIDcyMDY1QiBvciBjbG9uZT4gYXQgcG9ydCAweDNmMC0w eDNmNSwweDNmNyBpcnEgNiBkcnEgMiBvbiBpc2EwDQpmZGMwOiBGSUZPIGVu YWJsZWQsIDggYnl0ZXMgdGhyZXNob2xkDQpmZDA6IDwxNDQwLUtCIDMuNSIg ZHJpdmU+IG9uIGZkYzAgZHJpdmUgMA0KYXRrYmRjMDogPEtleWJvYXJkIGNv bnRyb2xsZXIgKGk4MDQyKT4gYXQgcG9ydCAweDYwLDB4NjQgb24gaXNhMA0K YXRrYmQwOiA8QVQgS2V5Ym9hcmQ+IGZsYWdzIDB4MSBpcnEgMSBvbiBhdGti ZGMwDQprYmQwIGF0IGF0a2JkMA0KcHNtMDogPFBTLzIgTW91c2U+IGlycSAx MiBvbiBhdGtiZGMwDQpwc20wOiBtb2RlbCBHZW5lcmljIFBTLzIgbW91c2Us IGRldmljZSBJRCAwDQp2Z2EwOiA8R2VuZXJpYyBJU0EgVkdBPiBhdCBwb3J0 IDB4M2MwLTB4M2RmIGlvbWVtIDB4YTAwMDAtMHhiZmZmZiBvbiBpc2EwDQpz YzA6IDxTeXN0ZW0gY29uc29sZT4gYXQgZmxhZ3MgMHgxMDAgb24gaXNhMA0K c2MwOiBWR0EgPDE2IHZpcnR1YWwgY29uc29sZXMsIGZsYWdzPTB4MzAwPg0K c2lvMCBhdCBwb3J0IDB4M2Y4LTB4M2ZmIGlycSA0IGZsYWdzIDB4MTAgb24g aXNhMA0Kc2lvMDogdHlwZSAxNjU1MEENCnBwYzA6IDxQYXJhbGxlbCBwb3J0 PiBhdCBwb3J0IDB4Mzc4LTB4MzdmIGZsYWdzIDB4MjEgb24gaXNhMA0KcHBj MDogR2VuZXJpYyBjaGlwc2V0IChOSUJCTEUtb25seSkgaW4gTklCQkxFIG1v ZGUNCnBwYnVzMDogSUVFRTEyODQgZGV2aWNlIGZvdW5kIC9OSUJCTEUvRUNQ DQpQcm9iaW5nIGZvciBQblAgZGV2aWNlcyBvbiBwcGJ1czA6DQpwcGJ1czA6 IDxIZXdsZXR0LVBhY2thcmQgT2ZmaWNlSmV0IFNlcmllcyAzMDAuMS4xLjA+ IE1MQyxQQ0wsUE1MDQpscHQwOiA8UHJpbnRlcj4gb24gcHBidXMwDQpscHQw OiBQb2xsZWQgcG9ydA0KcHBpMDogPFBhcmFsbGVsIEkvTz4gb24gcHBidXMw DQp1bmtub3duOiA8UE5QMDAwMD4gY2FuJ3QgYXNzaWduIHJlc291cmNlcw0K dW5rbm93bjogPFBOUDAzMDM+IGNhbid0IGFzc2lnbiByZXNvdXJjZXMNCnVu a25vd246IDxQTlAwZjEzPiBjYW4ndCBhc3NpZ24gcmVzb3VyY2VzDQp1bmtu b3duOiA8UE5QMDcwMD4gY2FuJ3QgYXNzaWduIHJlc291cmNlcw0KdW5rbm93 bjogPFBOUDA1MDE+IGNhbid0IGFzc2lnbiByZXNvdXJjZXMNCnNpbzE6IDwx NjU1MEEtY29tcGF0aWJsZSBDT00gcG9ydD4gYXQgcG9ydCAweDJmOC0weDJm ZiBpcnEgMyBvbiBpc2EwDQpzaW8xOiB0eXBlIDE2NTUwQQ0KdW5rbm93bjog PFBOUDA0MDA+IGNhbid0IGFzc2lnbiByZXNvdXJjZXMNCklQIHBhY2tldCBm aWx0ZXJpbmcgaW5pdGlhbGl6ZWQsIGRpdmVydCBlbmFibGVkLCBydWxlLWJh c2VkIGZvcndhcmRpbmcgZW5hYmxlZCwgZGVmYXVsdCB0byBkZW55LCBsb2dn aW5nIGxpbWl0ZWQgdG8gMTAgcGFja2V0cy9lbnRyeSBieSBkZWZhdWx0DQpJ UHY2IHBhY2tldCBmaWx0ZXJpbmcgaW5pdGlhbGl6ZWQsIGxvZ2dpbmcgbGlt aXRlZCB0byAxMDAgcGFja2V0cy9lbnRyeQ0KYWQwOiA0MjkzNE1CIDxXREMg V0Q0NTBBQS0wMEJBQTA+IFs4NzIzMy8xNi82M10gYXQgYXRhMC1tYXN0ZXIg VURNQTY2DQphY2QwOiBEVkQtUk9NIDxISVRBQ0hJIEdELTIwMDA+IGF0IGF0 YTEtbWFzdGVyIHVzaW5nIFdETUEyDQpXYWl0aW5nIDEwIHNlY29uZHMgZm9y IFNDU0kgZGV2aWNlcyB0byBzZXR0bGUNCk1vdW50aW5nIHJvb3QgZnJvbSB1 ZnM6L2Rldi9hZDBhDQpjZDAgYXQgYWhjMSBidXMgMCB0YXJnZXQgNiBsdW4g MA0KY2QwOiA8SFAgQ0QtV3JpdGVyKyA5MjAwIDEuMGM+IFJlbW92YWJsZSBD RC1ST00gU0NTSS00IGRldmljZSANCmNkMDogMTAuMDAwTUIvcyB0cmFuc2Zl cnMgKDEwLjAwME1Ieiwgb2Zmc2V0IDE1KQ0KY2QwOiBBdHRlbXB0IHRvIHF1 ZXJ5IGRldmljZSBzaXplIGZhaWxlZDogTk9UIFJFQURZLCBNZWRpdW0gbm90 IHByZXNlbnQNCldBUk5JTkc6IC8gd2FzIG5vdCBwcm9wZXJseSBkaXNtb3Vu dGVkDQo= --0-2009160700-1004316018=:803-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 16:42:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A5D8F37B407; Sun, 28 Oct 2001 16:42:52 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9T0gFp32737; Sun, 28 Oct 2001 16:42:15 -0800 (PST) (envelope-from obrien) Date: Sun, 28 Oct 2001 16:42:15 -0800 From: "David O'Brien" To: cameron grant Cc: sobomax@FreeBSD.org, clefevre@citeweb.net, peter@wemm.org, jerry@thehutt.org, freebsd-stable@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: adding athlon xp to bsd.cpu.mk Message-ID: <20011028164215.C32015@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <006101c15fb9$ac5d03d0$0504020a@haveblue> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <006101c15fb9$ac5d03d0$0504020a@haveblue>; from gandalf@vilnya.demon.co.uk on Sun, Oct 28, 2001 at 02:06:00PM -0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 28, 2001 at 02:06:00PM -0000, cameron grant wrote: > my system with dual 1.1ghz durons identifies as: > > CPU: AMD Duron(tm) MP Processor (1110.94-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x670 Stepping = 0 > > Features=0x383fbff CMOV,PAT,PSE36,MMX,FXSR,SSE> > AMD Features=0xc0440000<,AMIE,DSP,3DNow!> > > the entire "AMD Duron(tm) MP Processor" string appears to originate Wonder why you get the 'MP' and I don't: CPU: AMD Athlon(tm) Processor (1194.46-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x661 Stepping = 1 Features=0x383fbff AMD Features=0xc0440000<,AMIE,DSP,3DNow!> This is from my AMD pre-release Tyan Thunder Athon MP system that I certified FreeBSD SMP support on. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 17:38:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from twix.bar.net (c1603280-a.provo1.ut.home.com [65.5.37.42]) by hub.freebsd.org (Postfix) with ESMTP id EDF2437B407 for ; Sun, 28 Oct 2001 17:38:11 -0800 (PST) Received: from there (hershey.dyn.bar.net [172.16.1.248]) by twix.bar.net (8.11.6/8.11.6) with SMTP id f9T1bt102259; Sun, 28 Oct 2001 18:37:59 -0700 (MST) (envelope-from heath@cs.byu.edu) Message-Id: <200110290137.f9T1bt102259@twix.bar.net> Content-Type: text/plain; charset="iso-8859-1" From: Heath Nielson To: Chris BeHanna Subject: Re: Crash Using ogle Date: Sun, 28 Oct 2001 18:37:53 -0700 X-Mailer: KMail [version 1.3.1] References: <20011028193617.I803-200000@topperwein.dyndns.org> In-Reply-To: <20011028193617.I803-200000@topperwein.dyndns.org> Cc: FreeBSD-Stable MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 28 October 2001 05:40 pm, Chris BeHanna wrote: > I attempted to view a DVD with the ogle port (nice DVD menu > support), and I crashed my machine (4.4-STABLE, cvsup'd at > Fri Oct 19 01:08:36 EDT 2001). There was no crashdump, but the last > messages logged before the crash were: > > Oct 28 17:35:38 topperwein /kernel: ata1-master: too many segments in DMA > table Oct 28 17:36:37 topperwein /kernel: ata1-master: too many segments in > DMA table > > What does this mean, and how do I fix it? I've reported the same problem. It *seems* to involve the ATA driver (or at least that is what is being executed when my panic occurs). I filed my info under the following PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=31530 It's nice to know I'm not the only one having this problem. Heath To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Oct 28 23:33:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from raven.mail.pas.earthlink.net (raven.mail.pas.earthlink.net [207.217.120.39]) by hub.freebsd.org (Postfix) with ESMTP id C0FD537B401; Sun, 28 Oct 2001 23:33:51 -0800 (PST) Received: from 1cust225.tnt1.pasadena.ca.da.uu.net ([63.28.226.225] helo=fire) by raven.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 15y6vZ-0001OO-00; Sun, 28 Oct 2001 23:33:45 -0800 Message-ID: <005a01c160a7$9a29a530$6503c23f@XGforce.com> Reply-To: "matt" From: "matt" To: , "cameron grant" Cc: , , , , , References: <006101c15fb9$ac5d03d0$0504020a@haveblue> <20011028164215.C32015@dragon.nuxi.com> Subject: Re: adding athlon xp to bsd.cpu.mk Date: Mon, 29 Oct 2001 10:29:00 -0800 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG any one know if my 4.3 stable work with all AMD processors, as well as with SMP enabled? ====================================== WWW.XGFORCE.COM The Next Generation Load Balance and Fail Safe Server Clustering Software for the Internet. ====================================== ----- Original Message ----- From: "David O'Brien" To: "cameron grant" Cc: ; ; ; ; ; Sent: Sunday, October 28, 2001 4:42 PM Subject: Re: adding athlon xp to bsd.cpu.mk > On Sun, Oct 28, 2001 at 02:06:00PM -0000, cameron grant wrote: > > my system with dual 1.1ghz durons identifies as: > > > > CPU: AMD Duron(tm) MP Processor (1110.94-MHz 686-class CPU) > > Origin = "AuthenticAMD" Id = 0x670 Stepping = 0 > > > > Features=0x383fbff > CMOV,PAT,PSE36,MMX,FXSR,SSE> > > AMD Features=0xc0440000<,AMIE,DSP,3DNow!> > > > > the entire "AMD Duron(tm) MP Processor" string appears to originate > > Wonder why you get the 'MP' and I don't: > > CPU: AMD Athlon(tm) Processor (1194.46-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x661 Stepping = 1 > Features=0x383fbff > AMD Features=0xc0440000<,AMIE,DSP,3DNow!> > > This is from my AMD pre-release Tyan Thunder Athon MP system that I > certified FreeBSD SMP support on. > > -- > -- David (obrien@FreeBSD.org) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 0: 2:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 8D03337B401; Mon, 29 Oct 2001 00:02:29 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9T82QV91732; Mon, 29 Oct 2001 00:02:26 -0800 (PST) (envelope-from obrien) Date: Mon, 29 Oct 2001 00:02:26 -0800 From: "David O'Brien" To: matt Cc: freebsd-stable@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: adding athlon xp to bsd.cpu.mk Message-ID: <20011029000226.A91711@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <006101c15fb9$ac5d03d0$0504020a@haveblue> <20011028164215.C32015@dragon.nuxi.com> <005a01c160a7$9a29a530$6503c23f@XGforce.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <005a01c160a7$9a29a530$6503c23f@XGforce.com>; from matt-l@pacbell.net on Mon, Oct 29, 2001 at 10:29:00AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 29, 2001 at 10:29:00AM -0800, matt wrote: > any one know if my 4.3 stable work with all AMD > processors, as well as with SMP enabled? Yes it will. I certifed 4.3 RELEASE (and thus 4.3-STABLE) on the SMP Thunder for AMD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 0:24:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.nsu.ru (b.ns.ssc.nsu.ru [193.124.215.221]) by hub.freebsd.org (Postfix) with ESMTP id 4F7BE37B407 for ; Mon, 29 Oct 2001 00:24:51 -0800 (PST) Received: from iclub.nsu.ru ([193.124.222.66] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 15y7it-0006Fu-00; Mon, 29 Oct 2001 14:24:43 +0600 Received: (from fjoe@localhost) by iclub.nsu.ru (8.11.6/8.11.6) id f9T8ObZ73062; Mon, 29 Oct 2001 14:24:37 +0600 (NS) (envelope-from fjoe) Date: Mon, 29 Oct 2001 14:24:37 +0600 From: Max Khon To: Joe Clarke Cc: freebsd-stable@freebsd.org Subject: Re: Unable to install -stable snap via FTP Message-ID: <20011029142436.A72550@iclub.nsu.ru> References: <20011027162246.K75746-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011027162246.K75746-100000@shumai.marcuscom.com>; from marcus@marcuscom.com on Sat, Oct 27, 2001 at 04:26:20PM -0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, there! On Sat, Oct 27, 2001 at 04:26:20PM -0400, Joe Clarke wrote: > I've been trying to install a -stable snapshot on a few of my machines so > that I get dirpref off the bat. However, everytime I try to install using > passive FTP from releng4.freebsd.org, it fails fetching the bin > distribution. What's weird is that when I go to Alt+F2, I don't see any > error messages, and it looks like bin transfered correctly (i.e. I see the > block size of the distribution at the end). > > When I go to Alt+F4, I see a kernel.GENERIC, but no kernel (not sure where > in the install process kernel should exist, though). I've tried this with > the 10/21, 10/26, and 10/27 snaps. Doing 4.4-RELEASE from passive FTP > works fine. > > Anyone else experiencing this? yes. if you are talking about sysinstall complaining it can't fetch distribution you can simply ignore those errors. (I do not know of any available fixes for this problem) /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 1:39:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from eve.framatome.fr (eve.framatome.fr [195.101.50.66]) by hub.freebsd.org (Postfix) with ESMTP id D0C6237B401 for ; Mon, 29 Oct 2001 01:39:51 -0800 (PST) Received: from localhost (ubc@localhost) by eve.framatome.fr (8.11.3/8.11.2) with ESMTP id f9T9dgr54258; Mon, 29 Oct 2001 10:39:42 +0100 (CET) (envelope-from ubc@eve.framatome.fr) Date: Mon, 29 Oct 2001 10:39:42 +0100 (CET) From: Claude Buisson To: Jordan Hubbard Cc: Lawrence Farr , "'Joe Clarke'" , Subject: Re: Unable to install -stable snap via FTP In-Reply-To: <2226.1004297066@winston.freebsd.org> Message-ID: <20011029103608.T54212-100000@eve.framatome.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Oct 2001, Jordan Hubbard wrote: > Sysinstall doesn't verify checksums in transit (though that would be a > cool feature). It's really a mystery as to why this is happening, > unless something's broken in libfetch, since sysinstall didn't change > with respect to this and every indication is that the code should Just > Work(tm). If I ever get some time, I'll build a local release here > and test-install it to see if I can instrument the problem at all. Yes, sysinstall have changed since 4.4-RELEASE ! As I have already posted I have had problems since October 16, which are suppressed when substituing sysinstall source from 4.4-RELEASE to the stable sysinstall. And the problems appears even on a local Ethernet... > > - Jordan > Claude Buisson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 3:17:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.urai.ru (ns.urai.ru [212.76.171.18]) by hub.freebsd.org (Postfix) with ESMTP id 4AF5B37B408 for ; Mon, 29 Oct 2001 03:17:09 -0800 (PST) Received: (from root@localhost) by ns.urai.ru (8.11.6/8.11.5) id f9TBH7335354 for freebsd-stable@freebsd.org.AVP; Mon, 29 Oct 2001 16:17:07 +0500 (YEKT) (envelope-from strijar@urai.ru) Received: from urai.ru (ws.urai.ru [212.76.171.29]) by ns.urai.ru (8.11.6/8.11.5) with ESMTP id f9TBH6d35342; Mon, 29 Oct 2001 16:17:06 +0500 (YEKT) (envelope-from strijar@urai.ru) Message-ID: <3BDD3AB2.946EA358@urai.ru> Date: Mon, 29 Oct 2001 16:17:06 +0500 From: Belousov Oleg Organization: JS "UnicomTechService" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: freebsd-stable@freebsd.org Subject: rsh from suid (uid vs euid) Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! When launching rsh from suid-program, it transmits to the remote host user name based on uid instead of euid. What is the purpose of doing it like that ? With best regards! Belousov Oleg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 4:16:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ipv6.lamering.org (h235n2fls34o847.telia.com [213.67.19.235]) by hub.freebsd.org (Postfix) with SMTP id 20B3B37B405 for ; Mon, 29 Oct 2001 04:16:44 -0800 (PST) Received: (qmail 9139 invoked by uid 1000); 29 Oct 2001 12:16:36 -0000 Date: Mon, 29 Oct 2001 13:16:36 +0100 (CET) From: Henrik Holmstam X-X-Sender: To: Subject: FreeBSD + Lotus Domino = Possible? Message-ID: <20011029130023.C3656-100000@darkwing.turbo.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello everyone. At work we use Lotus Domino as mail/web platform. Now we're about to buy some new servers (i386) and I would like to run FreeBSD on these. That's fine, but then I noticed that Lotus Domino is only available for the Linux platform (and solaris/nt/os2 etc) on the i386. Has anyone tried to run the Domino Linux edition with binary emulation on FreeBSD? Is this a very bad idea? Thanks, Henrik H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 4:34:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id 6CF9E37B407; Mon, 29 Oct 2001 04:34:53 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.11.6/8.11.3) id f9TCYbK35011; Mon, 29 Oct 2001 13:34:37 +0100 (CET) (envelope-from sos) From: Søren Schmidt Message-Id: <200110291234.f9TCYbK35011@freebsd.dk> Subject: Re: "VIA '686b southbridge fix applied" & -stable In-Reply-To: <20011028150159.A2276@nc.rr.com> To: Randall Hopper Date: Mon, 29 Oct 2001 13:34:37 +0100 (CET) Cc: multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Randall Hopper wrote: >I found this in the archives: > > http://groups.google.com/groups?th=4a63e650c2dd8fc5 > > Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: atapci0: VIA '686b \ > southbridge fix applied > >A couple questions: > > 1) Is this in checked into -stable? Not yet. > 2) What does the fix do? It fixes the data corruption problem that can occour when you have a VIA '686b southbridge and a VIA k[xt]133 northbridge. > 3) Would it be safe to put a Soundblaster Live in a FreeBSD box > with a VIA 686B southbridge with (or w/o) this fix? Depends, it seems this bug is a combination of mb vendors not knowing how to set the config regs of the VIA chips, and the SBLive not conforming to the specs. I've had reports that it works, but also afew that it doesn't... >BTW, I own an ASUS A7M266 motherboard which has the VIA southbridge. I'm >contemplating a new soundcard and considering my options. The A7M266 doesn't have a VIA northbridge IIRC, so this problem is not relevant for that board... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 4:44:29 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hobbits.brel.com (hobbits.brel.com [203.127.231.61]) by hub.freebsd.org (Postfix) with ESMTP id 76DDB37B403 for ; Mon, 29 Oct 2001 04:44:24 -0800 (PST) Received: by hobbits.brel.com (Postfix, from userid 1001) id AA6293453; Mon, 29 Oct 2001 20:44:22 +0800 (SGT) Date: Mon, 29 Oct 2001 20:44:22 +0800 From: Calvin NG To: Henrik Holmstam Cc: freebsd-stable@FreeBSD.ORG Subject: Re: FreeBSD + Lotus Domino = Possible? Message-ID: <20011029204422.G7500@brel.com> References: <20011029130023.C3656-100000@darkwing.turbo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011029130023.C3656-100000@darkwing.turbo.net>; from turbo@lamering.org on Mon, Oct 29, 2001 at 01:16:36PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, Search the archive, and also at groups.google.com, There are some postings over a year ago about this. Basically, there are some calls not implemented in the linux kernel emulator, which resulted in not being able to run Domino server on FreeBSD. YMMV. Regards, /calvin lines with :> are quotes from Henrik Holmstam's email :> Hello everyone. :> :> At work we use Lotus Domino as mail/web platform. Now we're about to buy :> some new servers (i386) and I would like to run FreeBSD on these. :> :> That's fine, but then I noticed that Lotus Domino is only available for :> the Linux platform (and solaris/nt/os2 etc) on the i386. Has anyone tried :> to run the Domino Linux edition with binary emulation on FreeBSD? Is this :> a very bad idea? :> :> :> Thanks, :> :> Henrik H :> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 5:10:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 8012937B401; Mon, 29 Oct 2001 05:10:10 -0800 (PST) Received: from colt.ncptiddische.net (ppp-145.wobline.de [212.68.69.153]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9TDCAR94069; Mon, 29 Oct 2001 08:12:10 -0500 (EST) Received: from howie.ncptiddische.net (howie.ncptiddische.net [192.168.0.3]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9TDBa007853; Mon, 29 Oct 2001 14:11:36 +0100 (CET) (envelope-from nils@tisys.org) Received: from howie.ncptiddische.net (howie.ncptiddische.net [192.168.0.3]) by howie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9TD9hu00416; Mon, 29 Oct 2001 14:09:43 +0100 (CET) (envelope-from nils@tisys.org) Date: Mon, 29 Oct 2001 14:09:43 +0100 (CET) From: Nils Holland X-X-Sender: nils@howie.ncptiddische.net To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Cc: Randall Hopper , , Subject: Re: "VIA '686b southbridge fix applied" & -stable In-Reply-To: <200110291234.f9TCYbK35011@freebsd.dk> Message-ID: <20011029140547.D398-100000@howie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 29 Oct 2001, Søren Schmidt wrote: > Depends, it seems this bug is a combination of mb vendors not > knowing how to set the config regs of the VIA chips, and the > SBLive not conforming to the specs. I've had reports that it > works, but also afew that it doesn't... I guess the SBLive is not absolutely neccessary to make this bug occur. I haven't gotten into this issue too deep, but from what I have read, it seems that this bug might very well also occur if there is no SBLive in the system. One article claimed that the SBLive puts the PCI bus under heavier-than-normal stress, which in turn triggers the bug more often. Furthermore, I guess that all "patches", like VIAs 4-in-1 driver for Windows (never used that since I don't have Windows) and the FreeBSD patch are only workarounds. The core of the problem has to be found (and fixed) in the BIOS, AFAIK. From my own experience, a mobo I own was initially subject to the bug, but once I updated the BIOS provided by the manufacturer, I could do whatever I wanted to without ever having any problems again... Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 5:17:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id 36BE437B405; Mon, 29 Oct 2001 05:17:37 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.11.6/8.11.3) id f9TDHQN45559; Mon, 29 Oct 2001 14:17:26 +0100 (CET) (envelope-from sos) From: Søren Schmidt Message-Id: <200110291317.f9TDHQN45559@freebsd.dk> Subject: Re: "VIA '686b southbridge fix applied" & -stable In-Reply-To: <20011029140547.D398-100000@howie.ncptiddische.net> To: Nils Holland Date: Mon, 29 Oct 2001 14:17:26 +0100 (CET) Cc: Randall Hopper , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Nils Holland wrote: > On Mon, 29 Oct 2001, Søren Schmidt wrote: > > > Depends, it seems this bug is a combination of mb vendors not > > knowing how to set the config regs of the VIA chips, and the > > SBLive not conforming to the specs. I've had reports that it > > works, but also afew that it doesn't... > > I guess the SBLive is not absolutely neccessary to make this bug occur. I > haven't gotten into this issue too deep, but from what I have read, it > seems that this bug might very well also occur if there is no SBLive in > the system. One article claimed that the SBLive puts the PCI bus under > heavier-than-normal stress, which in turn triggers the bug more often. The bug is a "feature" of misprogramming the VIA parts, or rather make use of some advance features that partly doesn't work as advertised and partly dopesn't work randomly together. The problem is related PCI bus traffic, what generates it is of less importance... The fix in -current just makes sure these features are set in a way that is known to work. > Furthermore, I guess that all "patches", like VIAs 4-in-1 driver for > Windows (never used that since I don't have Windows) and the FreeBSD patch > are only workarounds. The core of the problem has to be found (and fixed) > in the BIOS, AFAIK. From my own experience, a mobo I own was initially > subject to the bug, but once I updated the BIOS provided by the > manufacturer, I could do whatever I wanted to without ever having any > problems again... Well, the problem can be fixed anywhere, its just a matter of writing the right values in a couble of PCI config regs. It should be fixed in the BIOS, but some vendors have chosen ONLY to apply this fix if a SBLive is detected, and that is NOT enough to make sure things work, and the reason I did this "hack". Its a workaround no matter where its done :) -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 5:57:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sofia.fio.cz (sf-wall.fio.cz [195.250.140.9]) by hub.freebsd.org (Postfix) with ESMTP id 5ADD937B403 for ; Mon, 29 Oct 2001 05:57:13 -0800 (PST) X-Envelope-From: vita@fio.cz Received: from vita.private.fio.cz (vita.private.fio.cz [10.0.4.41]) by sofia.fio.cz (8.11.6/8.11.1) with ESMTP id f9TDv8m63490 for ; Mon, 29 Oct 2001 14:57:10 +0100 (CET) (envelope-from vita@fio.cz) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) In-Reply-To: <20011026153737.34F4513456@netcom1.netcom.com> Date: Mon, 29 Oct 2001 14:57:08 +0100 (CET) Organization: FIO holding From: vita@fio.cz To: stable@freebsd.org Subject: Re: IPFW/IPSEC/NAT interaction issues with 4.4, Bug ??? Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 26-Oct-2001 Mike Harding wrote: > > I think unfortunately that there isn't a good approach to integrated > NAT/IPSEC/IPF(W) because the IPSEC isn't really integrated with the > firewall/nat. In previous versions IPFW/NAT/IPSEC worked fine together. Does anybody know why these changes were made and can explain this concept? > You could, however, do a mutant version of NATD that > worked on the inside interface fairly easily I think... NATing the > traffic on the inside interface. I'm not sure - dst address of packet which should be deNATed is address of gateway - such packet never reaches inside interface. > We have to solve the same problem > ourselves, I would be interested in a working and documented way to > get NAT, IPSEC and IPF(W) all playing together nicely. In the short > term it is probably easier to add a separate NAT box/router. > > The ideal scenario would be > > Internet -> NAT(1) -> IPF(1) -> ipsec -> NAT(2) -> IPF(2) -> inside > > and > > inside -> IPF(1)-> NAT(1) -> ipsec -> IPF(2) -> NAT(2) -> Internet > > but I think that NAT(2), IPF(2) doesn't exist (packet is just > accepted, skipping NAT) for input, and IPF(1), NAT(1) don't exist for > output.. I think that the actual output goes > > inside -> ipsec -> IPF -> NAT -> Internet > > so you can't NAT before ipsec. There is a way how to call NAT before ipsec: when packet before NAT doesn't match ipsec policy for encapsulation. In this case scenario is first call of ip_output ipsec(packet not changed) -> firewall -> NAT ( implies second call of ip_output ) second call of ip_output ipsec (packet is encapsulated) -> firewall -> internet so I can do what I need - send packet from 10/8 net, NAT it and then encapsulate by ipsec. But answer is lost on gateway because decapsulated packet is not deNATed. BTW current output scenario implies that packet can by encapsulated several times if DIVERT, TEE or DUMMYNET is used on output interface. Is it OK? Or using of these features with IPSEC is bad confgiuration? vita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 6:12: 2 2001 Delivered-To: freebsd-stable@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id 5D95B37B403; Mon, 29 Oct 2001 06:11:56 -0800 (PST) Received: from vilnya.demon.co.uk ([158.152.19.238]) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 15yD8i-000ON3-0C; Mon, 29 Oct 2001 14:11:45 +0000 Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id F00C52E824; Mon, 29 Oct 2001 14:09:08 +0000 (GMT) Message-ID: <002101c16083$6ff87260$0504020a@haveblue> From: "cameron grant" To: "John Baldwin" Cc: , , , , , References: Subject: Re: adding athlon xp to bsd.cpu.mk Date: Mon, 29 Oct 2001 14:09:54 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > from what i can see, identcpu.c fetches the cpu name using a cpuid > > instruction. > > The part cpuid gives you is "AuthenticAMD". > The fancy name is determined by switching on the Id. read identcpu.c. you are correct for k6 and lesser processors. the code in question is around line 323: do_cpuid(0x80000000, regs); nreg = regs[0]; if (nreg >= 0x80000004) { do_cpuid(0x80000002, regs); memcpy(cpu_model, regs, sizeof regs); do_cpuid(0x80000003, regs); memcpy(cpu_model+16, regs, sizeof regs); do_cpuid(0x80000004, regs); memcpy(cpu_model+32, regs, sizeof regs); } -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 6:13:29 2001 Delivered-To: freebsd-stable@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id 12CBD37B406; Mon, 29 Oct 2001 06:13:19 -0800 (PST) Received: from claycross.demon.co.uk ([194.222.107.197] helo=netops) by anchor-post-31.mail.demon.net with smtp (Exim 2.12 #1) id 15yDAD-0002Q0-0V; Mon, 29 Oct 2001 14:13:17 +0000 From: "Simon Griffiths" To: Cc: Subject: PCChips M765VMRT VIA 82C596B and Smbbus Date: Mon, 29 Oct 2001 14:13:16 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi There, [posted to -questions some time back] I'm trying to get the power monitoring functions of this motherboard going and have run into some problems. I've found this doesnt seem to be supported at all in 4.4 but have found some code on http://people.freebsd.org/~nsouch/iicbus.html and attempted to patch it. Problem here with the diffs is they are out of sync with the 4.4-STABLE tree. Could anyone provide any help with getting this code either working or provide any advice on the next steps. Thanks in advance, Si. The diag info's. FreeBSD breakbeat.inner-city.org.uk 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 19:26:34 BST 2001 bill@breakbeat.inner-city.org.uk:/usr/obj/usr/src/sys/BREAKBEAT i386 FreeBSD 4.4-STABLE #0: Tue Oct 9 19:26:34 BST 2001 bill@breakbeat.inner-city.org.uk:/usr/obj/usr/src/sys/BREAKBEAT Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (267.27-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x650 Stepping = 0 Features=0x183f9ff real memory = 184483840 (180160K bytes) avail memory = 175304704 (171196K bytes) Preloaded elf kernel "kernel" at 0xc0413000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xdf00-0xdf1f irq 9 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ichsmb0: at device 7.3 on pci0 device_probe_and_attach: ichsmb0 attach returned 6 [snipped rest] -- Simon Griffiths Systems Administrator - Clay Cross Building Society Tel:+44(0)1246 862120 - Fax: +44(0)1246 250397 -- "If you give a million monkeys root access to your systems, they sure as hell aren't going to be writing any Shakespeare..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 7:20:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sbk-gw.sibnet.ru (sbk-gw.sibnet.ru [217.70.96.146]) by hub.freebsd.org (Postfix) with ESMTP id 1E94637B407 for ; Mon, 29 Oct 2001 07:20:16 -0800 (PST) Received: from localhost (stranger@localhost) by sbk-gw.sibnet.ru (8.11.1/8.11.5) with ESMTP id f9TFKXI09088 for ; Mon, 29 Oct 2001 21:20:34 +0600 (NOVT) (envelope-from stranger@sberbank.sibnet.ru) Date: Mon, 29 Oct 2001 21:20:32 +0600 (NOVT) From: "Maxim M. Kazachek" X-X-Sender: stranger@sbk-gw.sibnet.ru To: freebsd-stable@freebsd.org Subject: /usr/src/UPDATING Message-ID: <20011029211941.T388-100000@sbk-gw.sibnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Why /usr/src/UPDATING no longer changing? Sincerely, Maxim M. Kazachek mailto:stranger@sberbank.sibnet.ru mailto:stranger@fpm.ami.nstu.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 7:34:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id AA78237B406 for ; Mon, 29 Oct 2001 07:34:16 -0800 (PST) Received: from localhost (marck@localhost) by woozle.rinet.ru (8.11.6/8.11.6) with ESMTP id f9TFYCl95861 for ; Mon, 29 Oct 2001 18:34:13 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Mon, 29 Oct 2001 18:34:12 +0300 (MSK) From: Dmitry Morozovsky To: stable@freebsd.org Subject: ipfw/dummynet CAR-alike traffic shaper under 4-stable Message-ID: <20011029173320.M90069-100000@woozle.rinet.ru> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there colleagues, it there a way to implement CAR-alike traffice shaper under FreeBSD 4-stable ipfw/dummynet? Digging into ipfw man page did not give me much clue ;) Example of possible usage would be described as follows: channel bandwidth is 128 kbps ssh + smtp traffic should have "reserved" bandwidth e.g. of 32 kbps, but I certainly do not wand to shape all other traffic to 128-32 kbps. Is this situation describeable in ipfw's pipe/queue terms? Thanks in advance. Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 7:57:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from void.xpert.com (xpert.com [199.203.132.1]) by hub.freebsd.org (Postfix) with ESMTP id B802237B401 for ; Mon, 29 Oct 2001 07:57:38 -0800 (PST) Received: from mailserv.xpert.com ([199.203.132.135]) by void.xpert.com with esmtp (Exim 3.22 #1) id 15yEmR-0000bz-00; Mon, 29 Oct 2001 17:56:51 +0200 Received: by mailserv.xpert.com with Internet Mail Service (5.5.2650.21) id <472JNNMZ>; Mon, 29 Oct 2001 17:57:25 +0200 Message-ID: From: Yonatan Bokovza To: 'BILLIARD Florent' , "'freebsd-stable@FreeBSD.org'" Subject: RE: Interested in FREBSD EVOLUTIONS Date: Mon, 29 Oct 2001 17:57:24 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree?rev= =3D1.5 2 > -----Original Message----- > From: BILLIARD Florent [mailto:Fbilliard@sysload.com] > Sent: Friday, October 26, 2001 19:09 > To: 'freebsd-stable@FreeBSD.org' > Subject: Interested in FREBSD EVOLUTIONS >=20 >=20 > THANKS >=20 > Florent BILLIARD > Ing=E9nieur d'Affaires Ventes Indirectes >=20 > 01 56 72 56 22 > 06 08 84 49 99 > florent.billiard@compaqnet.fr > http://www.sysload.com >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 8: 3: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id E858337B405 for ; Mon, 29 Oct 2001 08:02:58 -0800 (PST) Received: from newleaf1.demon.co.uk ([194.222.206.161] helo=nlntdev2.Newleaf) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 15yEsD-000NcZ-0V for stable@FreeBSD.org; Mon, 29 Oct 2001 16:02:49 +0000 Received: by NLNTDEV2 with Internet Mail Service (5.5.2653.19) id ; Mon, 29 Oct 2001 15:58:11 -0000 Message-ID: <30F865E54A8BD511B88900A0CC7C4F3C5E08@NLNTDEV2> From: Stuart Butcher To: "'stable@FreeBSD.org'" Subject: SUBSCRIBE Date: Mon, 29 Oct 2001 15:58:08 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SUBSCRIBE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 9:10:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by hub.freebsd.org (Postfix) with ESMTP id 84FA237B407; Mon, 29 Oct 2001 09:10:41 -0800 (PST) Received: from ted.isi.edu (ted.isi.edu [128.9.160.104]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id f9THAfO28443; Mon, 29 Oct 2001 09:10:41 -0800 (PST) Received: (from faber@localhost) by ted.isi.edu (8.11.4/8.11.4) id f9THAbk31651; Mon, 29 Oct 2001 09:10:37 -0800 (PST) (envelope-from faber) Date: Mon, 29 Oct 2001 09:10:37 -0800 From: Ted Faber To: freebsd-multimedia@freebsd.org Cc: freebsd-stable@freebsd.org Subject: Re: kern/31445 Message-ID: <20011029091037.E31089@ted.isi.edu> References: <20011023080640.A48423@ted.isi.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=php-sha1; protocol="application/pgp-signature"; boundary="GxcwvYAGnODwn7V8" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023080640.A48423@ted.isi.edu>; from faber@ISI.EDU on Tue, Oct 23, 2001 at 08:06:40AM -0700 X-url: http://www.isi.edu/~faber Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GxcwvYAGnODwn7V8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 23, 2001 at 08:06:40AM -0700, Ted Faber wrote: > I filed a PR (kern/31445) last night (from my home account) about /dev/audio > truncating sounds. It can be exercised with cat, and occurs on at least > 2 very different sound cards, so the problem seems to be in the generic > code. I think this is an easy one for someone who knows the sound > driver data structures to close, so I'm mentioning it here in case > someone has time to hunt low-hanging fruit. I'm certainly happy to help > isolate the problem further. I found some time this weekend, and posted an initial patch to solve this problem. I don't know if it' sthe perfect solution, but it seems to work for me. Can someone check it out, and if acceptable, check it in? Thanks. --GxcwvYAGnODwn7V8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE73Y2NaUz3f+Zf+XsRAifdAJsGzAP3hICrn+BeVFDopZ8fTTPdcwCggaUs JI9aLa1EgvcaMFvg0Tm1S70= =NClH -----END PGP SIGNATURE----- --GxcwvYAGnODwn7V8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 9:15:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 512DF37B403 for ; Mon, 29 Oct 2001 09:15:26 -0800 (PST) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id JAA29701; Mon, 29 Oct 2001 09:15:12 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda29699; Mon Oct 29 09:14:53 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.6/8.9.1) id f9THErl53293; Mon, 29 Oct 2001 09:14:53 -0800 (PST) Received: from UNKNOWN(10.1.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdY53289; Mon Oct 29 09:13:58 2001 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.6/8.9.1) id f9THDwL04957; Mon, 29 Oct 2001 09:13:58 -0800 (PST) Message-Id: <200110291713.f9THDwL04957@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdlt4951; Mon Oct 29 09:13:36 2001 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-Sender: schubert To: Yonatan Bokovza Cc: "'BILLIARD Florent'" , "'freebsd-stable@FreeBSD.org'" Subject: Re: Interested in FREBSD EVOLUTIONS In-reply-to: Your message of "Mon, 29 Oct 2001 17:57:24 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Mon, 29 Oct 2001 09:13:36 -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can also find this on any FreeBSD system in /usr/share/misc/bsd-fami ly-tree. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD Ministry of Management Services Province of BC In message , = Yonatan Bokovza writes: > http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree?re= v=3D1.5 > 2 > = > > -----Original Message----- > > From: BILLIARD Florent [mailto:Fbilliard@sysload.com] > > Sent: Friday, October 26, 2001 19:09 > > To: 'freebsd-stable@FreeBSD.org' > > Subject: Interested in FREBSD EVOLUTIONS > > = > > = > > THANKS > > = > > Florent BILLIARD > > Ing=E9nieur d'Affaires Ventes Indirectes > > = > > 01 56 72 56 22 > > 06 08 84 49 99 > > florent.billiard@compaqnet.fr > > http://www.sysload.com > > = > > = > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > = > = > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 9:27:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 90BC437B40E for ; Mon, 29 Oct 2001 09:27:14 -0800 (PST) Received: (qmail 48220 invoked from network); 29 Oct 2001 17:27:10 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Oct 2001 17:27:10 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <002101c16083$6ff87260$0504020a@haveblue> Date: Mon, 29 Oct 2001 09:26:59 -0800 (PST) From: John Baldwin To: cameron grant Subject: Re: adding athlon xp to bsd.cpu.mk Cc: sobomax@FreeBSD.org, clefevre@citeweb.net, peter@wemm.org, jerry@thehutt.org, freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 29-Oct-01 cameron grant wrote: >> > from what i can see, identcpu.c fetches the cpu name using a cpuid >> > instruction. >> >> The part cpuid gives you is "AuthenticAMD". >> The fancy name is determined by switching on the Id. > > > read identcpu.c. you are correct for k6 and lesser processors. the code in > question is around line 323: > do_cpuid(0x80000000, regs); > nreg = regs[0]; > if (nreg >= 0x80000004) { > do_cpuid(0x80000002, regs); > memcpy(cpu_model, regs, sizeof regs); > do_cpuid(0x80000003, regs); > memcpy(cpu_model+16, regs, sizeof regs); > do_cpuid(0x80000004, regs); > memcpy(cpu_model+32, regs, sizeof regs); > } > > -cg Doh, my bad. :) /me shuffles off into the corner.. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 10: 6:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from spider.nic-se.se (spider.nic-se.se [212.247.3.67]) by hub.freebsd.org (Postfix) with ESMTP id 6613C37B401 for ; Mon, 29 Oct 2001 10:06:37 -0800 (PST) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f9TI76008751 for ; Mon, 29 Oct 2001 19:07:06 +0100 (CET) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Mon, 29 Oct 2001 19:07:06 +0100 (CET) From: Mats Dufberg To: Subject: Can X work with Intel i815 under FBSD 4.4? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can anyone report a working configuration of FreeBSD and XFree86 4.1.0 on a Intel 82815 (i815 GMCH) SVGA controller? I have installed FreeBSD 4.4 with XFree86, but that version of XFree86 (3.3.6) does not support the VGA controller, Intel 82815 (i815). I tried to install XFree86 4.1.0 from ports, but the compilation failed. I have installed XFree86 4.1.0 from binary distribution for FreeBSD 4.x from XFree86, and the configuration works, but after that, it won't run. Yes, I have successfully loaded the kernel module for AGP: /kernel: agp0: mem 0x40300000-0x4037ffff,0x44000000-0x47ffffff irq 10 at device 2.0 on pci0 Could anyone give me a hint? :-) Mats ---------------------------------------------------------------------- Mats Dufberg ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 11: 1:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tao.thought.org (sense-kline-249.oz.net [216.39.168.249]) by hub.freebsd.org (Postfix) with ESMTP id CF47D37B414 for ; Mon, 29 Oct 2001 11:00:46 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id f9TJ0Wp11633; Mon, 29 Oct 2001 11:00:32 -0800 (PST) (envelope-from kline) Date: Mon, 29 Oct 2001 11:00:31 -0800 From: Gary Kline To: Mats Dufberg Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Can X work with Intel i815 under FBSD 4.4? Message-ID: <20011029110031.B11496@tao.thought.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from dufberg@nic-se.se on Mon, Oct 29, 2001 at 07:07:06PM +0100 X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 15 years of service to the Unix community Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 29, 2001 at 07:07:06PM +0100, Mats Dufberg wrote: > Can anyone report a working configuration of FreeBSD and XFree86 4.1.0 on > a Intel 82815 (i815 GMCH) SVGA controller? > > > I have installed FreeBSD 4.4 with XFree86, but that version of XFree86 > (3.3.6) does not support the VGA controller, Intel 82815 (i815). I tried > to install XFree86 4.1.0 from ports, but the compilation failed. > > I have installed XFree86 4.1.0 from binary distribution for FreeBSD 4.x > from XFree86, and the configuration works, but after that, it won't run. > > Yes, I have successfully loaded the kernel module for AGP: > > /kernel: agp0: mem > 0x40300000-0x4037ffff,0x44000000-0x47ffffff irq 10 at device 2.0 on pci0 > > The i810 driver works with my Intel 815 AGP ... but the sound chip is another problem. Here is a snippet from my /etc/XF86Config: Section "Device" Identifier "Primary Card" Driver "i810" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "i815" Driver "i810" VideoRam 16384 Option "NoDDC" "True" EndSection Section "Screen" Device "Primary Card" Driver "i810" Monitor "Primary Monitor" DefaultColorDepth 8 SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection ###SubSection "Display" ###Depth 32 ###Modes "1024x768" "800x600" "640x480" ###EndSubSection EndSection Of course, you can adjust the amount of VideoRam and tune other optional settings as you want. I've got 256MB of SDRAM but am only using 16384K as a first cut. Let us know if this gets things working! gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 12:41:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id 0EF8337B403; Mon, 29 Oct 2001 12:41:45 -0800 (PST) Received: from josep.demon.co.uk ([194.222.61.233] helo=porthos.ticktock.foo.uk) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 15yJE7-0001el-0X; Mon, 29 Oct 2001 20:41:43 +0000 Received: from aramis.ticktock.foo.uk (aramis.ticktock.foo.uk [192.168.1.3]) by porthos.ticktock.foo.uk (8.11.6/8.11.6) with ESMTP id f9TKff607894; Mon, 29 Oct 2001 20:41:41 GMT (envelope-from tim.spam@spicy.org.uk) Received: from localhost (tim@localhost) by aramis.ticktock.foo.uk (8.11.4/8.11.6) with ESMTP id f9TKfdL30081; Mon, 29 Oct 2001 20:41:40 GMT (envelope-from tim.spam@spicy.org.uk) X-Authentication-Warning: aramis.ticktock.foo.uk: tim owned process doing -bs Date: Mon, 29 Oct 2001 20:41:36 +0000 (GMT) From: Tim Joseph X-X-Sender: To: , Subject: USB: Support for Fujifilm 4800Z (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (Originally posted to freebsd-questions) Hi, Is there any support for using my digital camera's (Fujifilm 4800Z) USB connection to transfer pics from SmartMedia cards to my PC? I'm hoping that umass will be my saviour. I'm running FreeBSD 4.x-stable, but I'll try a less stable patch if there's one knocking around! Any hints and tips would be appreciated. For interest, here's the usb bit of my dmesg (ugen0 is the camera): ohci0: mem 0xdffff000-0xdfffffff irq 10 at device 2.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uscanner0: EPSON Perfection1240, rev 1.00/1.14, addr 2 ugen0: Fuji Photo Film Co., Ltd. USB Mass Storage, rev 1.10/10.00, addr 3 And this is the output of usbdevs -v (port 2 is the camera): Controller /dev/usb0: addr 1: self powered, config 1, OHCI root hub(0x0000), AcerLabs(0x0000), rev 0x0100 port 1 addr 2: self powered, config 1, Perfection1240(0x010b), EPSON(0x04b8), rev 0x0114 port 2 addr 3: self powered, config 1, USB Mass Storage(0x0100), Fuji Photo Film Co., Ltd.(0x04cb), rev 0x1000 This is with the following bits in my kernel: # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) # USB support #device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device umass # Disks/Mass storage - Requires scbus and da device uscanner # Scanners Thanks for your help! From, Tim -- To email me, please remove the ".spam" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 12:42:51 2001 Delivered-To: freebsd-stable@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 177E637B401; Mon, 29 Oct 2001 12:42:42 -0800 (PST) Received: from josep.demon.co.uk ([194.222.61.233] helo=porthos.ticktock.foo.uk) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 15yJF2-000PPB-0U; Mon, 29 Oct 2001 20:42:40 +0000 Received: from aramis.ticktock.foo.uk (aramis.ticktock.foo.uk [192.168.1.3]) by porthos.ticktock.foo.uk (8.11.6/8.11.6) with ESMTP id f9TKgd607898; Mon, 29 Oct 2001 20:42:39 GMT (envelope-from tim.spam@spicy.org.uk) Received: from localhost (tim@localhost) by aramis.ticktock.foo.uk (8.11.4/8.11.6) with ESMTP id f9TKgca16526; Mon, 29 Oct 2001 20:42:38 GMT (envelope-from tim.spam@spicy.org.uk) X-Authentication-Warning: aramis.ticktock.foo.uk: tim owned process doing -bs Date: Mon, 29 Oct 2001 20:42:37 +0000 (GMT) From: Tim Joseph X-X-Sender: To: , Subject: Promise UDMA100 TX2 (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (Originally posted to freebsd-questions) Hi, I have a Promise UDMA 100 TX2 (v2) PCI IDE controller and am running FreeBSD 4.x-stable. As I understand it, the original (v1) is properly supported in FreeBSD 4.4-release and 4.x-stable, but this one (v2) is not. I think that support has gone into -current - any ideas when this will be MFC'd (soon please)? Thanks for your help. From, Tim -- To email me, please remove the ".spam" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 12:50:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from fizzbang.musinghalfwit.org (cs6669197-172.austin.rr.com [66.69.197.172]) by hub.freebsd.org (Postfix) with ESMTP id A074137B401 for ; Mon, 29 Oct 2001 12:50:22 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) (uid 1001) by fizzbang.musinghalfwit.org with local; Mon, 29 Oct 2001 14:22:19 -0600 From: "Eric P Liedtke" To: freebsd-stable@freebsd.org Subject: IPV6 Tunnels and GIF interface Date: Mon, 29 Oct 2001 20:22:19 GMT Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can anyone think of a reason why my 4.4 box doesn't have any gif interfaces, even though I have INET6 and the gif pseudo-devices in my kernel config. I have IPV6 enabled in rc.conf as well as listing the gif interfaces gif0 and gif1. I must be missing something obvious but can't seem to find it right now... -Eric Liedtke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 12:53:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from moek.pir.net (moek.pir.net [130.64.1.215]) by hub.freebsd.org (Postfix) with ESMTP id 6EFDD37B406 for ; Mon, 29 Oct 2001 12:53:24 -0800 (PST) Received: from pir by moek.pir.net with local (Exim) id 15yJPP-0006h7-00 for freebsd-stable@freebsd.org; Mon, 29 Oct 2001 15:53:23 -0500 Date: Mon, 29 Oct 2001 15:53:23 -0500 From: Peter Radcliffe To: freebsd-stable@freebsd.org Subject: Re: IPV6 Tunnels and GIF interface Message-ID: <20011029155323.B20897@pir.net> Reply-To: freebsd-stable@freebsd.org Mail-Followup-To: freebsd-stable@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jesus@musinghalfwit.org on Mon, Oct 29, 2001 at 08:22:19PM +0000 X-fish: < X-Copy-On-Listmail: Please do NOT Cc: me on list mail. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Eric P Liedtke probably said: > Can anyone think of a reason why my 4.4 box doesn't have any gif > interfaces, even though I have INET6 and the gif pseudo-devices in my > kernel config. I have IPV6 enabled in rc.conf as well as listing the gif > interfaces gif0 and gif1. I must be missing something obvious but can't > seem to find it right now... Read the release notes or the manpage for gif ? P. -- pir pir-sig@pir.net pir-sig@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 12:55:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 819CE37B403 for ; Mon, 29 Oct 2001 12:55:12 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.1/8.12.1) with ESMTP id f9TKtBrM046452 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 29 Oct 2001 12:55:11 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.1/8.12.1/Submit) id f9TKtB2h046449; Mon, 29 Oct 2001 12:55:11 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15325.49710.911312.480913@horsey.gshapiro.net> Date: Mon, 29 Oct 2001 12:55:10 -0800 From: Gregory Neil Shapiro To: "Eric P Liedtke" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: IPV6 Tunnels and GIF interface In-Reply-To: References: X-Mailer: VM 6.96 under 21.5 (beta3) "asparagus" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesus> Can anyone think of a reason why my 4.4 box doesn't have any gif jesus> interfaces, even though I have INET6 and the gif pseudo-devices in my jesus> kernel config. I have IPV6 enabled in rc.conf as well as listing the gif jesus> interfaces gif0 and gif1. I must be missing something obvious but can't jesus> seem to find it right now... Perhaps some you didn't set gif_interfaces or ipv6_network_interfaces properly. A snippet from my configuration: gif_interfaces="gif0" gifconfig_gif0="209.220.147.177 216.98.98.82" ipv6_enable="YES" ipv6_gateway_enable="YES" ipv6_network_interfaces="dc0 gif0" ipv6_prefix_dc0="3ffe:0507:018b:0001" rtadvd_enable="YES" rtadvd_interfaces="dc0" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 12:59:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id EBB4B37B405; Mon, 29 Oct 2001 12:59:35 -0800 (PST) Received: from stealth.cary.dummynet ([66.26.231.240]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Mon, 29 Oct 2001 15:59:34 -0500 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id f9TKxIa01778; Mon, 29 Oct 2001 15:59:18 -0500 (EST) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Mon, 29 Oct 2001 15:59:18 -0500 From: Randall Hopper To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: "VIA '686b southbridge fix applied" & -stable Message-ID: <20011029155918.A1749@nc.rr.com> References: <20011028150159.A2276@nc.rr.com> <200110291234.f9TCYbK35011@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200110291234.f9TCYbK35011@freebsd.dk>; from sos@freebsd.dk on Mon, Oct 29, 2001 at 01:34:37PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Søren Schmidt: |>BTW, I own an ASUS A7M266 motherboard which has the VIA southbridge. I'm |>contemplating a new soundcard and considering my options. | |The A7M266 doesn't have a VIA northbridge IIRC, so this problem is |not relevant for that board... Ok, thanks. Randall -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 13:13:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 54FE337B407 for ; Mon, 29 Oct 2001 13:13:05 -0800 (PST) Received: (qmail 6246 invoked by uid 0); 29 Oct 2001 21:13:03 -0000 Received: from p3ee2167f.dip.t-dialin.net (HELO mail.gsinet.sittig.org) (62.226.22.127) by mail.gmx.net (mp002-rz3) with SMTP; 29 Oct 2001 21:13:03 -0000 Received: (qmail 25273 invoked from network); 29 Oct 2001 19:10:39 -0000 Received: from shell.gsinet.sittig.org (192.168.11.153) by mail.gsinet.sittig.org with SMTP; 29 Oct 2001 19:10:39 -0000 Received: (from sittig@localhost) by shell.gsinet.sittig.org (8.11.3/8.11.3) id f9TJAZr25254 for freebsd-stable@FreeBSD.ORG; Mon, 29 Oct 2001 20:10:35 +0100 (CET) (envelope-from sittig) Date: Mon, 29 Oct 2001 20:10:35 +0100 From: Gerhard Sittig To: freebsd-stable@FreeBSD.ORG Subject: Re: Unable to install -stable snap via FTP Message-ID: <20011029201035.F97313@shell.gsinet.sittig.org> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <2226.1004297066@winston.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <2226.1004297066@winston.freebsd.org>; from jkh@winston.freebsd.org on Sun, Oct 28, 2001 at 11:24:26AM -0800 Organization: System Defenestrators Inc. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 28, 2001 at 11:24 -0800, Jordan Hubbard wrote: > > Sysinstall doesn't verify checksums in transit (though that would be a > cool feature). It's really a mystery as to why this is happening, > unless something's broken in libfetch, since sysinstall didn't change > with respect to this and every indication is that the code should Just > Work(tm). If I ever get some time, I'll build a local release here > and test-install it to see if I can instrument the problem at all. I haven't checked and am ignorant w/ regards to sysinstall, libfetch, etc. But could this be the kind of "error" which sometimes can be seen on consoles, too, when you do some "tar xzvf $ARCH"? I think of the one coming from internal block sizes: tar recognizes the end of the archive and exits, while the decompressor still wants to deliver some padding data (since it's in the compressed file) and thus runs into some EPIPE error. Having a quick look at the install archive format makes me think ... $ cd /home/cdrom/mounts/4.4-install.iso $ cat bin/bin.aa | file - standard input: gzip compressed data, deflated, last modified: Thu Jan 1 01:00:00 1970, max compression, os: Unix $ cat bin/bin.aa | gunzip | file - standard input: GNU tar archive Although "cat bin/bin.?? | tar tvzf -" (and the same for some others, see the next (bash syntax) command) doesn't trigger this "error" situation -- at least not visibly ... FILES=`ls */*.aa` for DIST in $FILES; do export D=`dirname $DIST` export F=`basename $DIST .aa` ( echo $D/$F cat ${D}/${F}.?? | tar tvzf - > /dev/null ) | less -MM -q done virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 15:28:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id 7B88137B406 for ; Mon, 29 Oct 2001 15:28:22 -0800 (PST) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id QAA14182; Mon, 29 Oct 2001 16:28:18 -0700 (MST) (envelope-from chad) Date: Mon, 29 Oct 2001 16:28:18 -0700 From: "Chad R. Larson" To: =?iso-8859-1?Q?Joachim_Str=F6mbergson?= Cc: "Chad R. Larson" , stable Subject: Re: SIGPFE problems on Athlon processors running 4.3-STABLE Message-ID: <20011029162818.B13252@freeway.dcfinc.com> References: <3BD71BB0.6090203@ludd.luth.se> <20011026093054.B239@freeway.dcfinc.com> <3BDAABBF.7020706@ludd.luth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <3BDAABBF.7020706@ludd.luth.se>; from watchman@ludd.luth.se on Sat, Oct 27, 2001 at 02:42:39PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 02:42:39PM +0200, Joachim Strömbergson wrote: > This might sound stupid, but I actually don't know. What I did was to > do a "make install PREFIX=/usr/opt" in the /usr/ports/security/gnupg > directory to add the port to our system. > > After completion, I simply tried to use the tool to generate key. > "gpg --gen-key" I belive it is (not at the job right now). I tried > big and small sizes of the key and the all hanged after informing me > that there wasn't enough entropy and that I needed to work with the > keyboard to generate some more. > > So, this might be an answer to at least the gnupg problem. How do I > instruct/make gpg select /dev/random instead? I'm sorry, I have no experience with gnupg. However, if it is collecting random entropy through the kernel's random interface, you can increase the amount of entropy seen by your system by adding "rand_irqs=5 9" to your rc.conf file. The numbers I show here (5 and 9) are examples. Pick interrupts in your system that should be busy, but not regular. Good choices would be your network interface cards, or perhaps your hard disk controller. -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org larson1@home.com DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 15:35:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.uninet.ee (smtp.uninet.ee [194.204.0.4]) by hub.freebsd.org (Postfix) with ESMTP id 13BCF37B409; Mon, 29 Oct 2001 15:35:45 -0800 (PST) Received: from inspiral.net (tigris-isdn-129.uninet.ee [194.204.61.129]) by smtp.uninet.ee (Postfix) with ESMTP id 8F56E38489; Tue, 30 Oct 2001 01:40:23 +0200 (EET) Message-ID: <3BDDE75A.EC38BE02@inspiral.net> Date: Tue, 30 Oct 2001 01:33:47 +0200 From: Lauri Laupmaa X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org, current@freebsd.org Subject: locale compatibility on -STABLE & -CURRENT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Are locale definitions portable between stable and current systems ? On a -CURRENT system I see files like /usr/src/share/colldef/et_EE.ISO8859-15.src, /usr/src/share/monetdef/et_EE.ISO8859-15.src, etc. If and how can I port those to -STABLE ? TIA -- L. ____________ www.minut.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 15:53:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cutter.wantabe.com (cutter.wantabe.com [204.2.6.8]) by hub.freebsd.org (Postfix) with ESMTP id 501AA37B401; Mon, 29 Oct 2001 15:53:31 -0800 (PST) Received: from cutter.wantabe.com (cutter.wantabe.com [204.2.6.8]) by cutter.wantabe.com (8.10.1/8.10.1) with ESMTP id f9TNrLu82933; Mon, 29 Oct 2001 17:53:21 -0600 (CST) Date: Mon, 29 Oct 2001 17:53:21 -0600 (CST) From: "Jeffrey J. Libman" To: Lauri Laupmaa Cc: stable@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: locale compatibility on -STABLE & -CURRENT In-Reply-To: <3BDDE75A.EC38BE02@inspiral.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hmmm...i would like to add to this: i upgraded from 3.5 to 4.3....actually installing new boxes with fresh installs and cvsup'd to stable (recent). most perl scripts seem to be doing fine, but one complains of locale problems....this is a perl upgrade too. any hints on how to get backwards compatibility...or fix the locale issues? cheers, jeff -- | |\ +------------------------------+ Jeffrey J. Libman, ops. mgr. | \ | Wantabe Internet Services | Wantabe, Inc. |__\ +------------------------------+ jeffrl@wantabe.com <-----|------> | access web cgi ftp news mail | (281) 493-0718 __,.-=\'`^`'~=-../__,.-= +------------------------------+ On Tue, 30 Oct 2001, Lauri Laupmaa wrote: > Hi > > Are locale definitions portable between stable and current systems ? > On a -CURRENT system I see files like > /usr/src/share/colldef/et_EE.ISO8859-15.src, > /usr/src/share/monetdef/et_EE.ISO8859-15.src, etc. > > If and how can I port those to -STABLE ? > TIA > -- > L. > ____________ > www.minut.ee > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 16:10:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id E821C37B401; Mon, 29 Oct 2001 16:10:37 -0800 (PST) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.12.1/8.12.1) with SMTP id f9U0AXe1003376; Tue, 30 Oct 2001 01:10:33 +0100 (MET) Message-ID: <012c01c160d7$76229ea0$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: "Nils Holland" , =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: "Randall Hopper" , , References: <20011029140547.D398-100000@howie.ncptiddische.net> Subject: Re: "VIA '686b southbridge fix applied" & -stable Date: Tue, 30 Oct 2001 01:11:44 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, > On Mon, 29 Oct 2001, Søren Schmidt wrote: > > > Depends, it seems this bug is a combination of mb vendors not > > knowing how to set the config regs of the VIA chips, and the > > SBLive not conforming to the specs. I've had reports that it > > works, but also afew that it doesn't... > > I guess the SBLive is not absolutely neccessary to make this bug occur. I > haven't gotten into this issue too deep, but from what I have read, it > seems that this bug might very well also occur if there is no SBLive in > the system. One article claimed that the SBLive puts the PCI bus under > heavier-than-normal stress, which in turn triggers the bug more often. > > Furthermore, I guess that all "patches", like VIAs 4-in-1 driver for > Windows (never used that since I don't have Windows) and the FreeBSD patch > are only workarounds. The core of the problem has to be found (and fixed) > in the BIOS, AFAIK. From my own experience, a mobo I own was initially > subject to the bug, but once I updated the BIOS provided by the > manufacturer, I could do whatever I wanted to without ever having any > problems again... As a friend of mine had a system, which reproducably showed the data corruption behaviour, I can state for sure, what Soeren told: - It occurs with different cards than SB Live. In this special case it was a SB 128. - The newest BIOS (don't know the exact model of the motherboard, believe to remember it was some MSI with KT133) didn't solve the problem. Only the VIA 4/1 drivers for Win2k or the respective Linux kernel patches solved the problem (no FBSD on this system). Side note: Linux' Reiser FS on this system was damaged beyond any recovery by this data corruption bug. No data available at all. Would ufs/ffs behave better in similar circumstances (i.e. hardware failure)? Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 16:54:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from firebat.bushong.net (c128625-a.frmt1.sfba.home.com [24.176.225.90]) by hub.freebsd.org (Postfix) with ESMTP id BDC2137B405; Mon, 29 Oct 2001 16:54:24 -0800 (PST) Received: (from dbushong@localhost) by firebat.bushong.net (8.11.6/8.11.6) id f9U0sK016491; Mon, 29 Oct 2001 16:54:20 -0800 (PST) (envelope-from dbushong) Date: Mon, 29 Oct 2001 16:54:20 -0800 From: David Bushong To: Tim Joseph Cc: freebsd-stable@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: Promise UDMA100 TX2 (fwd) Message-ID: <20011029165420.C2785@bushong.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i X-Floating-Sheep-Port: 0xbaa Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I can't say whether it's a v1 or v2, but I just bought one two days ago, and am running off of drives plugged into it: atapci0: port 0x8800-0x880f,0x9000-0x9003,0x9400-0x9407,0x9800-0x9803,0xa000-0xa007 mem 0xde000000-0xde003fff irq 11 at device 12.0 on pci0 (4.4-RELEASE) Hope this helps, --David Bushong On Mon, Oct 29, 2001 at 08:42:37PM +0000, Tim Joseph wrote: > (Originally posted to freebsd-questions) > > Hi, > > I have a Promise UDMA 100 TX2 (v2) PCI IDE controller and am running > FreeBSD 4.x-stable. > > As I understand it, the original (v1) is properly supported in FreeBSD > 4.4-release and 4.x-stable, but this one (v2) is not. I think that support > has gone into -current - any ideas when this will be MFC'd (soon please)? > > Thanks for your help. > > From, > > Tim > > -- > To email me, please remove the ".spam" > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 17:29:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 17AFA37B405 for ; Mon, 29 Oct 2001 17:29:26 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id f9U1SQf08356; Mon, 29 Oct 2001 17:28:26 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: Claude Buisson Cc: Lawrence Farr , "'Joe Clarke'" , freebsd-stable@FreeBSD.ORG Subject: Re: Unable to install -stable snap via FTP In-Reply-To: Message from Claude Buisson of "Mon, 29 Oct 2001 10:39:42 +0100." <20011029103608.T54212-100000@eve.framatome.fr> Date: Mon, 29 Oct 2001 17:28:26 -0800 Message-ID: <8352.1004405306@winston.freebsd.org> From: Jordan Hubbard Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, since you have full access to CVS, rather than telling me that "something" changed why don't you do a little investigation and try to narrow it down? I'm happy to help fix these sorts of things, but my schedule right now is making it difficult to do a lot of the leg work in reproducing and diagnosing problems like this. - Jordan > > > On Sun, 28 Oct 2001, Jordan Hubbard wrote: > > > Sysinstall doesn't verify checksums in transit (though that would be a > > cool feature). It's really a mystery as to why this is happening, > > unless something's broken in libfetch, since sysinstall didn't change > > with respect to this and every indication is that the code should Just > > Work(tm). If I ever get some time, I'll build a local release here > > and test-install it to see if I can instrument the problem at all. > > Yes, sysinstall have changed since 4.4-RELEASE ! As I have already posted > I have had problems since October 16, which are suppressed when > substituing sysinstall source from 4.4-RELEASE to the stable sysinstall. > > And the problems appears even on a local Ethernet... > > > > > > - Jordan > > > > Claude Buisson > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 17:29:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DEDE37B401; Mon, 29 Oct 2001 17:29:38 -0800 (PST) Received: from stealth.cary.dummynet ([66.26.231.240]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Mon, 29 Oct 2001 20:29:31 -0500 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id f9U1TEK02080; Mon, 29 Oct 2001 20:29:14 -0500 (EST) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Mon, 29 Oct 2001 20:29:14 -0500 From: Randall Hopper To: Ted Faber Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: kern/31445 Message-ID: <20011029202913.A2049@nc.rr.com> References: <20011023080640.A48423@ted.isi.edu> <20011029091037.E31089@ted.isi.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011029091037.E31089@ted.isi.edu>; from faber@ISI.EDU on Mon, Oct 29, 2001 at 09:10:37AM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ted Faber: |On Tue, Oct 23, 2001 at 08:06:40AM -0700, Ted Faber wrote: |> I filed a PR (kern/31445) last night (from my home account) about |> /dev/audio truncating sounds. ... |I found some time this weekend, and posted an initial patch to solve |this problem. I don't know if it' sthe perfect solution, but it seems |to work for me. Can someone check it out, and if acceptable, check it |in? Which soundcards does the patch affect? And is the patch against -current or -stable? (And where is the patch posted? ;-) Thanks, Randall -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 17:49:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by hub.freebsd.org (Postfix) with ESMTP id 742D637B408; Mon, 29 Oct 2001 17:49:46 -0800 (PST) Received: from ted.isi.edu (ted.isi.edu [128.9.160.104]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id f9U1njO06933; Mon, 29 Oct 2001 17:49:45 -0800 (PST) Received: (from faber@localhost) by ted.isi.edu (8.11.4/8.11.4) id f9U1njC39003; Mon, 29 Oct 2001 17:49:45 -0800 (PST) (envelope-from faber) Date: Mon, 29 Oct 2001 17:49:45 -0800 From: Ted Faber To: Randall Hopper Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: kern/31445 Message-ID: <20011029174945.Q31089@ted.isi.edu> References: <20011023080640.A48423@ted.isi.edu> <20011029091037.E31089@ted.isi.edu> <20011029202913.A2049@nc.rr.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=php-sha1; protocol="application/pgp-signature"; boundary="Vsi50HYs5tPfr+1I" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011029202913.A2049@nc.rr.com>; from aa8vb@nc.rr.com on Mon, Oct 29, 2001 at 08:29:14PM -0500 X-url: http://www.isi.edu/~faber Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Vsi50HYs5tPfr+1I Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 29, 2001 at 08:29:14PM -0500, Randall Hopper wrote: > Ted Faber: > |On Tue, Oct 23, 2001 at 08:06:40AM -0700, Ted Faber wrote: > |> I filed a PR (kern/31445) last night (from my home account) about > |> /dev/audio truncating sounds. > ... > |I found some time this weekend, and posted an initial patch to solve > |this problem. I don't know if it' sthe perfect solution, but it seems > |to work for me. Can someone check it out, and if acceptable, check it > |in? > > Which soundcards does the patch affect? It's in the soundcard independent code. > > And is the patch against -current or -stable? (And where is the patch > posted? ;-) Against STABLE, and it's attached to the pr. http://www.freebsd.org/cgi/query-pr.cgi?pr=kern%2F31445 If you want a copy, I'm happy to mail it. --Vsi50HYs5tPfr+1I Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE73gc5aUz3f+Zf+XsRAouWAJ91wHYHTQiPVyl3RZ94pbTEWjA6jgCfZLNe /ZKV6aXLbmAP/44acg9OpFw= =V/tw -----END PGP SIGNATURE----- --Vsi50HYs5tPfr+1I-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 17:59:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 7205D37B407; Mon, 29 Oct 2001 17:59:33 -0800 (PST) Received: (from david@localhost) by bunrab.catwhisker.org (8.11.6/8.11.6) id f9U1xLX39867; Mon, 29 Oct 2001 17:59:21 -0800 (PST) (envelope-from david) Date: Mon, 29 Oct 2001 17:59:21 -0800 (PST) From: David Wolfskill Message-Id: <200110300159.f9U1xLX39867@bunrab.catwhisker.org> To: aa8vb@nc.rr.com, faber@ISI.EDU Subject: Re: kern/31445 Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG In-Reply-To: <20011029202913.A2049@nc.rr.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Date: Mon, 29 Oct 2001 20:29:14 -0500 >From: Randall Hopper >Which soundcards does the patch affect? Ted already mentioned it's in the hardware-independednt code. I tested it with an ESS Maestro-2. >And is the patch against -current or -stable? (And where is the patch >posted? ;-) Patch was posted in the PR; I tested it in both -STABLE and -CURRENT (as of this morning's CVSup run). Cheers, david -- David H. Wolfskill david@catwhisker.org As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 18:26:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from visar.norris-net.com (adsl-156-92-20.asm.bellsouth.net [66.156.92.20]) by hub.freebsd.org (Postfix) with ESMTP id 4BB3637B403 for ; Mon, 29 Oct 2001 18:26:11 -0800 (PST) Received: (from derrick@localhost) by visar.norris-net.com (8.11.6/8.11.6) id f9U2Pt664208; Mon, 29 Oct 2001 21:25:55 -0500 (EST) (envelope-from derrick) Message-Id: <200110300225.f9U2Pt664208@visar.norris-net.com> Content-Type: text/plain; charset="iso-8859-1" From: Derrick Norris Reply-To: denorris@bellsouth.net To: Mats Dufberg , Subject: Re: Can X work with Intel i815 under FBSD 4.4? Date: Mon, 29 Oct 2001 21:25:55 -0500 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 29 October 2001 01:07 pm, Mats Dufberg wrote: > Can anyone report a working configuration of FreeBSD and XFree86 4.1.0 on > a Intel 82815 (i815 GMCH) SVGA controller? Yes. My machine at work has an i815 controller and I built XFree86 4.1.0 from the port. I had to add an Options "NoDDC" line to the i815's device section in the XFree86 configuration file (you can see the line in Gary Kline's reply to you). It wouldn't work until I added that line. > Yes, I have successfully loaded the kernel module for AGP: > > /kernel: agp0: mem > 0x40300000-0x4037ffff,0x44000000-0x47ffffff irq 10 at device 2.0 on pci0 I went ahead and compiled the agp device into my kernel rather than using the module, but I would think either should work. Hope this helps, Derrick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 19:54:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by hub.freebsd.org (Postfix) with ESMTP id 1E69337B401 for ; Mon, 29 Oct 2001 19:54:13 -0800 (PST) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.9.3/8.9.3) id KAA50578 for stable@freebsd.org; Tue, 30 Oct 2001 10:54:08 +0700 (KRAT) (envelope-from eugen) Date: Tue, 30 Oct 2001 10:54:08 +0700 From: Eugene Grosbein To: stable@freebsd.org Subject: FreeBSD CVS Repository Message-ID: <20011030105408.A49669@svzserv.kemerovo.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I run local mirror of FreeBSD CVS Repository using cvsup-mirror and keep it in sync. Generally, I use it to update my servers but sometimes I dig in it for education purposes :) Definitly, I do not want to touch it in any way, so Repo is owned by root and I play with it as non-root. Yesterday I need to look what changes was done to pppd after import of 2.3.5 (it runs perfectly for me but is outdated and some features are missing, f.e. it demands to work on pty only). So I type: cvs -R -d /home/ncvs checkout -r ppp_2_3_5 src/usr.sbin/pppd And I get an error message: cvs [checkout aborted]: cannot write to /home/ncvs/CVSROOT/val-tags: Permission denied. It is right, I do not have rights to write to /home/ncvs and I definitly not want cvs do that. Why it insists to write to the Repo even it's in read-only mode? My system is FreeBSD 3.5-STABLE with stock cvs 1.10.7 How can I resolve this without giving users write access to the Repo? I remember it did not want such access some time ago. Eugene Grosbein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Oct 29 20:58:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from kottan-labs.bgsu.edu (kottan-labs.bgsu.edu [129.1.148.220]) by hub.freebsd.org (Postfix) with ESMTP id 3288137B401 for ; Mon, 29 Oct 2001 20:58:19 -0800 (PST) Received: (qmail 13381 invoked from network); 30 Oct 2001 00:00:46 -0500 Received: from raoul.bgsu.edu (HELO gmx.net) (129.1.148.16) by kottan-labs.bgsu.edu with RC4-MD5 encrypted SMTP; 30 Oct 2001 00:00:46 -0500 Message-ID: <3BDE3429.2E69CFFA@gmx.net> Date: Tue, 30 Oct 2001 00:01:29 -0500 From: Raoul Schroeder X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Randall Hopper Cc: =?iso-8859-1?Q?S=F8ren?= Schmidt , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: "VIA '686b southbridge fix applied" & -stable References: <20011028150159.A2276@nc.rr.com> <200110291234.f9TCYbK35011@freebsd.dk> <20011029155918.A1749@nc.rr.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG While it is true that the A7M266 does have the AMD northbridge, he asked about the VIA southbridge, and yes, the A7M266 has the 688 southbridge. Randall Hopper wrote: > Søren Schmidt: > |>BTW, I own an ASUS A7M266 motherboard which has the VIA southbridge. I'm > |>contemplating a new soundcard and considering my options. > | > |The A7M266 doesn't have a VIA northbridge IIRC, so this problem is > |not relevant for that board... > > Ok, thanks. > > Randall > > -- > Randall Hopper > aa8vb@nc.rr.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 1:47:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from eve.framatome.fr (eve.framatome.fr [195.101.50.66]) by hub.freebsd.org (Postfix) with ESMTP id C08B337B406 for ; Tue, 30 Oct 2001 01:47:09 -0800 (PST) Received: from localhost (ubc@localhost) by eve.framatome.fr (8.11.3/8.11.2) with ESMTP id f9U9kwf58093; Tue, 30 Oct 2001 10:46:58 +0100 (CET) (envelope-from ubc@eve.framatome.fr) Date: Tue, 30 Oct 2001 10:46:57 +0100 (CET) From: Claude Buisson To: Jordan Hubbard Cc: Claude Buisson , Lawrence Farr , "'Joe Clarke'" , Subject: Re: Unable to install -stable snap via FTP In-Reply-To: <8352.1004405306@winston.freebsd.org> Message-ID: <20011030102818.R58022-100000@eve.framatome.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 29 Oct 2001, Jordan Hubbard wrote: > Well, since you have full access to CVS, rather than telling me that > "something" changed why don't you do a little investigation and try to > narrow it down? I'm happy to help fix these sorts of things, but my > schedule right now is making it difficult to do a lot of the leg work > in reproducing and diagnosing problems like this. > I DO NOT have full access to CVS, I just try to make a release from time to time, starting from a cvsuped source and NOT from a CVS tree. That's how I found the problem on a 2001/10/16 stable. I HAVE ALREADY DONE A "LITTLE INVESTIGATION", first by trying to replace sysinstall source code by what I had immediately under the hand, that is a source on 2001/05/11. Since, as I said in this very message, I have done the same test with sysinstall source from 4.4-RELEASE - after a partial cvsup - and found that this (seemed to) solved the problem. So the problem (seems to) lies with mods which has been done after the RELEASE. But I am also paid to do some other work, and making releases at home on a 233 MMX at 12 hours per try is not a very efficient exercice. I just thought that signalling a possible bug as soon as possible could be useful to the community, and that there existed people who could be interested with correcting it. As for me, I may live for a time with 4.4-RELEASE sysinstall... > - Jordan > Claude Buisson Who finds everyday that trying to be helpfull is not so easy... > > > > > > On Sun, 28 Oct 2001, Jordan Hubbard wrote: > > > > > Sysinstall doesn't verify checksums in transit (though that would be a > > > cool feature). It's really a mystery as to why this is happening, > > > unless something's broken in libfetch, since sysinstall didn't change > > > with respect to this and every indication is that the code should Just > > > Work(tm). If I ever get some time, I'll build a local release here > > > and test-install it to see if I can instrument the problem at all. > > > > Yes, sysinstall have changed since 4.4-RELEASE ! As I have already posted > > I have had problems since October 16, which are suppressed when > > substituing sysinstall source from 4.4-RELEASE to the stable sysinstall. > > > > And the problems appears even on a local Ethernet... > > > > > > > > > > - Jordan > > > > > > > Claude Buisson > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 3:21:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from nu.cuk.nu (nu.cuk.nu [212.30.95.50]) by hub.freebsd.org (Postfix) with ESMTP id 7220C37B406; Tue, 30 Oct 2001 03:21:09 -0800 (PST) Received: from localhost (localhost.nu.cuk.nu [127.0.0.1]) by nu.cuk.nu (Postfix) with ESMTP id CF0851ABE8; Tue, 30 Oct 2001 12:21:15 +0100 (CET) Received: from cuk.nu (unknown [192.168.1.225]) by nu.cuk.nu (Postfix) with ESMTP id E8B901ABDA; Tue, 30 Oct 2001 12:21:13 +0100 (CET) Message-ID: <3BDE8D15.924FDBB9@cuk.nu> Date: Tue, 30 Oct 2001 12:20:54 +0100 From: Marko Cuk X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, stable@freebsd.org, svenasse@polaris.ca Subject: Amavis 11 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have problems with installing Amavis 11 - ports cvsup from 20011021 . I have --enable-postfix and --enable-smtp options and it refuses to install because of missing libnet. How to properly install libnet and why does 10 work without problems as it use libnet too ? Tnx, Marko Cuk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 5:59:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 13AB037B406 for ; Tue, 30 Oct 2001 05:59:12 -0800 (PST) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id FAA31778; Tue, 30 Oct 2001 05:59:05 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda31776; Tue Oct 30 05:58:58 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.6/8.9.1) id f9UDwwq60266; Tue, 30 Oct 2001 05:58:58 -0800 (PST) Received: from UNKNOWN(10.1.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdH60264; Tue Oct 30 05:58:43 2001 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.6/8.9.1) id f9UDwdY11162; Tue, 30 Oct 2001 05:58:39 -0800 (PST) Message-Id: <200110301358.f9UDwdY11162@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdP11156; Tue Oct 30 05:57:42 2001 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-Sender: schubert To: Eugene Grosbein Cc: stable@FreeBSD.ORG Subject: Re: FreeBSD CVS Repository In-reply-to: Your message of "Tue, 30 Oct 2001 10:54:08 +0700." <20011030105408.A49669@svzserv.kemerovo.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Oct 2001 05:57:42 -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011030105408.A49669@svzserv.kemerovo.su>, Eugene Grosbein writes: > Hi! > > I run local mirror of FreeBSD CVS Repository using cvsup-mirror > and keep it in sync. Generally, I use it to update my servers > but sometimes I dig in it for education purposes :) > Definitly, I do not want to touch it in any way, so Repo is owned by root > and I play with it as non-root. > > Yesterday I need to look what changes was done to pppd after import > of 2.3.5 (it runs perfectly for me but is outdated and some > features are missing, f.e. it demands to work on pty only). > So I type: > > cvs -R -d /home/ncvs checkout -r ppp_2_3_5 src/usr.sbin/pppd > > And I get an error message: > > cvs [checkout aborted]: cannot write to /home/ncvs/CVSROOT/val-tags: > Permission denied. > > It is right, I do not have rights to write to /home/ncvs and I definitly > not want cvs do that. Why it insists to write to the Repo even > it's in read-only mode? > > My system is FreeBSD 3.5-STABLE with stock cvs 1.10.7 > How can I resolve this without giving users write access to the Repo? > I remember it did not want such access some time ago. Only val-tags needs to be world writable in order to record tags used for checkout, however if that is distasteful, you can add CVS tags to this file yourself without giving others write privilege to the file, e.g., ppp_2_3_5 y Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD Ministry of Management Services Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 6:43:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from nu.cuk.nu (nu.cuk.nu [212.30.95.50]) by hub.freebsd.org (Postfix) with ESMTP id AA53637B401 for ; Tue, 30 Oct 2001 06:43:16 -0800 (PST) Received: from localhost (localhost.nu.cuk.nu [127.0.0.1]) by nu.cuk.nu (Postfix) with ESMTP id 17D841ABEC for ; Tue, 30 Oct 2001 15:43:22 +0100 (CET) Received: from cuk.nu (unknown [192.168.1.225]) by nu.cuk.nu (Postfix) with ESMTP id AD0821ABEB for ; Tue, 30 Oct 2001 15:43:20 +0100 (CET) Message-ID: <3BDEBC71.8CF6995D@cuk.nu> Date: Tue, 30 Oct 2001 15:42:57 +0100 From: Marko Cuk X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org Subject: cyrus-sasl Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ===> Extracting for cyrus-sasl-1.5.24_7 >> Checksum OK for cyrus-sasl-1.5.24.tar.gz. >> Checksum OK for cyrus-sasl-1.5.24-ipv6-20010321.diff.gz. ===> cyrus-sasl-1.5.24_7 depends on executable: automake14 - found ===> cyrus-sasl-1.5.24_7 depends on executable: autoconf213 - found ===> cyrus-sasl-1.5.24_7 depends on executable: libtool - found ===> cyrus-sasl-1.5.24_7 depends on shared library: mysqlclient.10 - found ===> Patching for cyrus-sasl-1.5.24_7 ===> Applying distribution patches for cyrus-sasl-1.5.24_7 ===> Applying FreeBSD patches for cyrus-sasl-1.5.24_7 ===> Configuring for cyrus-sasl-1.5.24_7 autoheader: not found *** Error code 127 Stop in /usr/ports/security/cyrus-sasl. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 7:49:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from silter.silesia.top.pl (silter.silesia.top.pl [195.117.67.3]) by hub.freebsd.org (Postfix) with ESMTP id F003E37B403 for ; Tue, 30 Oct 2001 07:49:26 -0800 (PST) Received: from mrsrichards (N212045250036.unregistered.formus.pl [212.45.250.36]) by silter.silesia.top.pl (8.11.3/8.11.3) with ESMTP id f9UFnOP44062 for ; Tue, 30 Oct 2001 16:49:24 +0100 (CET) (envelope-from lampa@ih.com.pl) From: "Andrzej Lampa - International House Katowice" To: freebsd-stable@FreeBSD.org Date: Tue, 30 Oct 2001 16:49:17 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: subscribe Message-ID: <3BDEDA0D.27020.8F07DC@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 9: 3:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from buffoon.automagic.org (buffoon.automagic.org [208.185.30.208]) by hub.freebsd.org (Postfix) with SMTP id CD12637B406 for ; Tue, 30 Oct 2001 09:03:39 -0800 (PST) Received: (qmail 11948 invoked by uid 1000); 30 Oct 2001 17:03:39 -0000 Date: Tue, 30 Oct 2001 12:03:39 -0500 From: Joe Abley To: Eric P Liedtke Cc: freebsd-stable@freebsd.org Subject: Re: IPV6 Tunnels and GIF interface Message-ID: <20011030120338.T88092@buffoon.automagic.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 29, 2001 at 08:22:19PM +0000, Eric P Liedtke wrote: > > Can anyone think of a reason why my 4.4 box doesn't have any gif > interfaces, even though I have INET6 and the gif pseudo-devices in my > kernel config. I have IPV6 enabled in rc.conf as well as listing the gif > interfaces gif0 and gif1. I must be missing something obvious but can't > seem to find it right now... Try: ifconfig gif0 create before looking. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 9:16:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gifw.genroco.com (genroco.com [205.254.195.202]) by hub.freebsd.org (Postfix) with ESMTP id EE3CF37B408 for ; Tue, 30 Oct 2001 09:16:22 -0800 (PST) Received: from gi2.genroco.com (IDENT:root@gi2.genroco.com [192.133.120.3]) by gifw.genroco.com (8.9.3/8.9.3) with ESMTP id LAA28735; Tue, 30 Oct 2001 11:16:17 -0600 Received: from d2e (d2e.genroco.com [192.133.120.8]) by gi2.genroco.com (8.9.3/8.9.3) with SMTP id LAA10888; Tue, 30 Oct 2001 11:16:11 -0600 Message-ID: <013401c16166$95a65930$087885c0@GENROCO.com> From: "Scot W. Hetzel" To: "Marko Cuk" , References: <3BDEBC71.8CF6995D@cuk.nu> Subject: Re: cyrus-sasl Date: Tue, 30 Oct 2001 11:15:57 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Marko Cuk" > ===> Extracting for cyrus-sasl-1.5.24_7 > >> Checksum OK for cyrus-sasl-1.5.24.tar.gz. > >> Checksum OK for cyrus-sasl-1.5.24-ipv6-20010321.diff.gz. > ===> cyrus-sasl-1.5.24_7 depends on executable: automake14 - found > ===> cyrus-sasl-1.5.24_7 depends on executable: autoconf213 - found > ===> cyrus-sasl-1.5.24_7 depends on executable: libtool - found > ===> cyrus-sasl-1.5.24_7 depends on shared library: mysqlclient.10 - found > ===> Patching for cyrus-sasl-1.5.24_7 > ===> Applying distribution patches for cyrus-sasl-1.5.24_7 > ===> Applying FreeBSD patches for cyrus-sasl-1.5.24_7 > ===> Configuring for cyrus-sasl-1.5.24_7 > autoheader: not found > *** Error code 127 > This is now fixed, re-cvsup your ports collection. This problem occurred due to the addition of AUTOMAKE_ARGS (Nov 16, 2000), and the recent change to BUILD_DEPENDS for USE_AUTOMAKE (Oct 29th, 2001). Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 9:42:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wedgev.com (cm57-70.liwest.at [212.33.57.70]) by hub.freebsd.org (Postfix) with ESMTP id 71DDC37B40A for ; Tue, 30 Oct 2001 09:42:16 -0800 (PST) Received: from cipher.home (cipher.home [10.0.0.2]) by wedgev.com (8.11.6/8.11.6) with SMTP id f9UHg9o02320 for ; Tue, 30 Oct 2001 18:42:09 +0100 (CET) (envelope-from bernhard.valenti@gmx.net) Date: Tue, 30 Oct 2001 18:42:08 +0100 From: Bernhard Valenti To: freebsd-stable@freebsd.org Subject: problem with threads ? Message-Id: <20011030184208.7f747362.bernhard.valenti@gmx.net> X-Mailer: Sylpheed version 0.6.3 (GTK+ 1.2.10; i386--freebsd4.4) X-Operating-System: FreeBSD i386 X-Copyright: (C) 2001 Bernhard Valenti. All rights reserved. X-Notice: Duplication, redistribution prohibited without consent of the author. Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, when using pan (i tried 2 different versions) i get: Fatal error 'Thread has returned from sigreturn or longjmp' at line ? in file /usr/src/lib/libc_r/uthread/uthread_kern.c (errno = ?) Abort (core dumped) this happens when pan is sorting the messages i think. i'm not shure but i think this started happening after updating to freebsd 4.4(from 4.3). i get the same error message when i try nautilus(with the updated ORBit port) anyone else get those errors ? bernhard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 11:50:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 5D85637B405; Tue, 30 Oct 2001 11:50:32 -0800 (PST) Received: from josep.demon.co.uk ([194.222.61.233] helo=porthos.ticktock.foo.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 15yeu6-0009Dl-0W; Tue, 30 Oct 2001 19:50:31 +0000 Received: from aramis.ticktock.foo.uk (aramis.ticktock.foo.uk [192.168.1.3]) by porthos.ticktock.foo.uk (8.11.6/8.11.6) with ESMTP id f9UJoR609444; Tue, 30 Oct 2001 19:50:27 GMT (envelope-from tim.spam@spicy.org.uk) Received: from localhost (tim@localhost) by aramis.ticktock.foo.uk (8.11.4/8.11.6) with ESMTP id f9UJoO028122; Tue, 30 Oct 2001 19:50:26 GMT (envelope-from tim.spam@spicy.org.uk) X-Authentication-Warning: aramis.ticktock.foo.uk: tim owned process doing -bs Date: Tue, 30 Oct 2001 19:50:23 +0000 (GMT) From: Tim Joseph X-X-Sender: To: David Bushong Cc: , Subject: Re: Promise UDMA100 TX2 (fwd) In-Reply-To: <20011029165420.C2785@bushong.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David, Thanks for your reply. But I'm pretty sure that v2 wasn't properly supported as of 4.4-RELEASE (I couldn't install 4.4 until I disconnected my drives from the card). From, Tim -- To email me, please remove the ".spam" On Mon, 29 Oct 2001, David Bushong wrote: > I can't say whether it's a v1 or v2, but I just bought one two days ago, and > am running off of drives plugged into it: > > atapci0: port 0x8800-0x880f,0x9000-0x9003,0x9400-0x9407,0x9800-0x9803,0xa000-0xa007 mem 0xde000000-0xde003fff irq 11 at device 12.0 on pci0 > > (4.4-RELEASE) > > Hope this helps, > > --David Bushong > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 12:17:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-152.dsl.lsan03.pacbell.net [63.207.60.152]) by hub.freebsd.org (Postfix) with ESMTP id 7668337B405 for ; Tue, 30 Oct 2001 12:17:43 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F364166B10; Tue, 30 Oct 2001 12:17:42 -0800 (PST) Date: Tue, 30 Oct 2001 12:17:42 -0800 From: Kris Kennaway To: "Maxim M. Kazachek" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: /usr/src/UPDATING Message-ID: <20011030121742.B11959@xor.obsecurity.org> References: <20011029211941.T388-100000@sbk-gw.sibnet.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011029211941.T388-100000@sbk-gw.sibnet.ru>; from stranger@sberbank.sibnet.ru on Mon, Oct 29, 2001 at 09:20:32PM +0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 29, 2001 at 09:20:32PM +0600, Maxim M. Kazachek wrote: > Why /usr/src/UPDATING no longer changing? Why does it need to? Kris --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE73wrmWry0BWjoQKURApuaAJ48OBGde4EB2fO+JsIy2AgIXUXRhACg67Ad QT6rGzMEY15nnCKimValKyE= =Z1Xf -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 12:37: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 8345237B405 for ; Tue, 30 Oct 2001 12:36:59 -0800 (PST) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15yfd0-000HaM-00; Wed, 31 Oct 2001 09:36:54 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9UKasX10840; Wed, 31 Oct 2001 09:36:54 +1300 (NZDT) (envelope-from jonc) Date: Wed, 31 Oct 2001 09:36:54 +1300 From: Jonathan Chen To: Kris Kennaway Cc: "Maxim M. Kazachek" , freebsd-stable@freebsd.org Subject: Re: /usr/src/UPDATING Message-ID: <20011031093654.C10546@jonc.itouch> References: <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011030121742.B11959@xor.obsecurity.org>; from kris@obsecurity.org on Tue, Oct 30, 2001 at 12:17:42PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 30, 2001 at 12:17:42PM -0800, Kris Kennaway wrote: > On Mon, Oct 29, 2001 at 09:20:32PM +0600, Maxim M. Kazachek wrote: > > Why /usr/src/UPDATING no longer changing? > > Why does it need to? > > Kris Well, it used to contain notes about interesting and significant code-merges, as well as release checkpoints. The Handbook still recommends that we read it before any buildworlds, but no changes have been put in since August. Even the 4.4-RELEASE announcemount isn't in there. -- Jonathan Chen ---------------------------------------------------------------------- "Only the meek get pinched. The bold survive." - Ferris Bueller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 12:45:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 1817237B403 for ; Tue, 30 Oct 2001 12:45:21 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f9UKiVU02139; Tue, 30 Oct 2001 12:44:31 -0800 Date: Tue, 30 Oct 2001 12:44:31 -0800 From: Brooks Davis To: Jonathan Chen Cc: Kris Kennaway , "Maxim M. Kazachek" , freebsd-stable@FreeBSD.ORG Subject: Re: /usr/src/UPDATING Message-ID: <20011030124431.A1722@Odin.AC.HMC.Edu> References: <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> <20011031093654.C10546@jonc.itouch> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011031093654.C10546@jonc.itouch>; from jonathan.chen@itouch.co.nz on Wed, Oct 31, 2001 at 09:36:54AM +1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 31, 2001 at 09:36:54AM +1300, Jonathan Chen wrote: > Well, it used to contain notes about interesting and significant > code-merges, as well as release checkpoints. The Handbook still > recommends that we read it before any buildworlds, but no changes have > been put in since August. Even the 4.4-RELEASE announcemount isn't in > there. That's what the release notes are for. UPDATING is only for things that are expected to cause problems for users. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE73xEuXY6L6fI4GtQRAnW2AJ9BYSvxpz5BhrfESH3SsH/xSU9exQCg5iOi k2tRULLpgRGPT1UPrcNU9yY= =dy07 -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 14: 1:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-152.dsl.lsan03.pacbell.net [63.207.60.152]) by hub.freebsd.org (Postfix) with ESMTP id 61ED437B406 for ; Tue, 30 Oct 2001 14:01:31 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EFC5C66B10; Tue, 30 Oct 2001 14:01:30 -0800 (PST) Date: Tue, 30 Oct 2001 14:01:30 -0800 From: Kris Kennaway To: Jonathan Chen Cc: Kris Kennaway , "Maxim M. Kazachek" , freebsd-stable@freebsd.org Subject: Re: /usr/src/UPDATING Message-ID: <20011030140130.A13072@xor.obsecurity.org> References: <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> <20011031093654.C10546@jonc.itouch> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011031093654.C10546@jonc.itouch>; from jonathan.chen@itouch.co.nz on Wed, Oct 31, 2001 at 09:36:54AM +1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 31, 2001 at 09:36:54AM +1300, Jonathan Chen wrote: > On Tue, Oct 30, 2001 at 12:17:42PM -0800, Kris Kennaway wrote: > > On Mon, Oct 29, 2001 at 09:20:32PM +0600, Maxim M. Kazachek wrote: > > > Why /usr/src/UPDATING no longer changing? > >=20 > > Why does it need to? > >=20 > > Kris >=20 > Well, it used to contain notes about interesting and significant > code-merges, as well as release checkpoints. The Handbook still > recommends that we read it before any buildworlds, but no changes have > been put in since August. Even the 4.4-RELEASE announcemount isn't in > there. Yes, I know. My question was "what has changed since the last entry in UPDATING which requires users to take special action when rebuilding?" If the answer is "nothing", then there's nothing wrong. Kris --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE73yM6Wry0BWjoQKURAnw3AJ47BAtiASe6+WUIxIdPZb+RyC/0qACfVJvn TENCemVZT/BB+27ohyHoqxI= =rVLq -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 14:15:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pandora.tiscali.nl (pandora.tiscali.nl [195.241.76.179]) by hub.freebsd.org (Postfix) with ESMTP id A817037B407 for ; Tue, 30 Oct 2001 14:15:28 -0800 (PST) Received: from monkey-online.net (unknown [195.241.113.9]) by pandora.tiscali.nl (Postfix) with ESMTP id D24B337415; Tue, 30 Oct 2001 23:15:15 +0100 (MET) Message-ID: <3BDF2694.4B9E4ABA@monkey-online.net> Date: Tue, 30 Oct 2001 23:15:48 +0100 From: Eric Veraart X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Cc: Kris Kennaway , Jonathan Chen , "Maxim M. Kazachek" , freebsd-stable@FreeBSD.ORG Subject: Re: /usr/src/UPDATING References: <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> <20011031093654.C10546@jonc.itouch> <20011030140130.A13072@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The latest thing added to my UPDATING is: 20010915: FreeBSD 4.4-RELEASE. Kris Kennaway wrote: > > On Wed, Oct 31, 2001 at 09:36:54AM +1300, Jonathan Chen wrote: > > On Tue, Oct 30, 2001 at 12:17:42PM -0800, Kris Kennaway wrote: > > > On Mon, Oct 29, 2001 at 09:20:32PM +0600, Maxim M. Kazachek wrote: > > > > Why /usr/src/UPDATING no longer changing? > > > > > > Why does it need to? > > > > > > Kris > > > > Well, it used to contain notes about interesting and significant > > code-merges, as well as release checkpoints. The Handbook still > > recommends that we read it before any buildworlds, but no changes have > > been put in since August. Even the 4.4-RELEASE announcemount isn't in > > there. > > Yes, I know. My question was "what has changed since the last entry > in UPDATING which requires users to take special action when > rebuilding?" If the answer is "nothing", then there's nothing wrong. > > Kris > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 14:19:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pt-quorum.com (pt-quorum.com [209.10.167.210]) by hub.freebsd.org (Postfix) with ESMTP id 9EC9F37B401; Tue, 30 Oct 2001 14:19:51 -0800 (PST) Received: from gateway.bogus (unknown [213.30.47.154]) by pt-quorum.com (Postfix) with ESMTP id 04FE0ECC9; Tue, 30 Oct 2001 22:16:43 +0000 (WET) Received: by gateway.bogus (Postfix, from userid 1000) id 8BC1E5D19; Tue, 30 Oct 2001 22:20:42 +0000 (WET) Date: Tue, 30 Oct 2001 22:20:42 +0000 From: Nuno Teixeira To: Tim Joseph Cc: David Bushong , freebsd-stable@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: Promise UDMA100 TX2 (fwd) Message-ID: <20011030222042.A3082@gateway.bogus> Mail-Followup-To: Nuno Teixeira , Tim Joseph , David Bushong , freebsd-stable@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG References: <20011029165420.C2785@bushong.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from tim.spam@spicy.org.uk on Tue, Oct 30, 2001 at 07:50:23PM +0000 X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 30, 2001 at 07:50:23PM +0000, Tim Joseph wrote: : David, : : Thanks for your reply. But I'm pretty sure that v2 wasn't properly : supported as of 4.4-RELEASE (I couldn't install 4.4 until I disconnected : my drives from the card). : : From, : : Tim : : -- : To email me, please remove the ".spam" : : On Mon, 29 Oct 2001, David Bushong wrote: : : > I can't say whether it's a v1 or v2, but I just bought one two days ago, and : > am running off of drives plugged into it: : > : > atapci0: port 0x8800-0x880f,0x9000-0x9003,0x9400-0x9407,0x9800-0x9803,0xa000-0xa007 mem 0xde000000-0xde003fff irq 11 at device 12.0 on pci0 : > : > (4.4-RELEASE) : > : > Hope this helps, : > : > --David Bushong : > : : : To Unsubscribe: send mail to majordomo@FreeBSD.org : with "unsubscribe freebsd-hardware" in the body of the message Hi, I am about to buy the same controller. My question is: are you sure that v1 and v2 exist? I have looked at www.promise.com and they don't mencioned about this two versions. Bye, -- Nuno Teixeira Dir. Técnico pt-quorum.com /* PGP Public Key: http://www.pt-quorum.com/pgp/nunoteixeira.asc Key fingerprint: 8C2C B364 D4DC 0C92 56F5 CE6F 8F07 720A 63A0 4FC7 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 14:58:29 2001 Delivered-To: freebsd-stable@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 289B137B408; Tue, 30 Oct 2001 14:58:20 -0800 (PST) Received: from josep.demon.co.uk ([194.222.61.233] helo=porthos.ticktock.foo.uk) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 15yhpq-0009HW-0Y; Tue, 30 Oct 2001 22:58:18 +0000 Received: from athos.ticktock.foo.uk (athos.ticktock.foo.uk [192.168.1.2]) by porthos.ticktock.foo.uk (8.11.6/8.11.6) with ESMTP id f9UMwF609693; Tue, 30 Oct 2001 22:58:15 GMT (envelope-from tim.spam@spicy.org.uk) Received: from localhost (tim@localhost) by athos.ticktock.foo.uk (8.11.6/8.11.6) with ESMTP id f9UMwFe62851; Tue, 30 Oct 2001 22:58:15 GMT (envelope-from tim.spam@spicy.org.uk) X-Authentication-Warning: athos.ticktock.foo.uk: tim owned process doing -bs Date: Tue, 30 Oct 2001 22:58:15 +0000 (GMT) From: Tim Joseph X-X-Sender: tim@athos.ticktock.foo.uk To: Nuno Teixeira Cc: David Bushong , , Subject: Re: Promise UDMA100 TX2 (fwd) In-Reply-To: <20011030222042.A3082@gateway.bogus> Message-ID: <20011030225533.D62816-100000@athos.ticktock.foo.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nuno, I'm afraid so (check /usr/src/sys/dev/ata/ata-dma.c). I emailed S?ren, and it will be MFC'd at some point! From, Tim -- To email me, please remove the ".spam" On Tue, 30 Oct 2001, Nuno Teixeira wrote: > > > Hi, > > I am about to buy the same controller. > > My question is: are you sure that v1 and v2 exist? I have looked at > www.promise.com and they don't mencioned about this two versions. > > Bye, > > > -- > Nuno Teixeira > Dir. Tcnico > pt-quorum.com > > /* > PGP Public Key: > http://www.pt-quorum.com/pgp/nunoteixeira.asc > Key fingerprint: > 8C2C B364 D4DC 0C92 56F5 CE6F 8F07 720A 63A0 4FC7 > */ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 15: 1:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 877DE37B408 for ; Tue, 30 Oct 2001 15:01:15 -0800 (PST) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.6) id f9UN18l00495; Wed, 31 Oct 2001 00:01:08 +0100 (CET) (envelope-from jochem) Date: Wed, 31 Oct 2001 00:01:08 +0100 From: Jochem Kossen To: Eric Veraart Cc: freebsd-stable@FreeBSD.ORG Subject: Re: /usr/src/UPDATING Message-ID: <20011031000108.A464@jochem.dyndns.org> Mail-Followup-To: Eric Veraart , freebsd-stable@FreeBSD.ORG References: <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> <20011031093654.C10546@jonc.itouch> <20011030140130.A13072@xor.obsecurity.org> <3BDF2694.4B9E4ABA@monkey-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BDF2694.4B9E4ABA@monkey-online.net>; from eric@monkey-online.net on Tue, Oct 30, 2001 at 11:15:48PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That's weird...I just cvsup'ed (RELENG_4), and the latest thing with me is: 20010814: The pci attachment for pcic device was merged from current. Are you sure you didn't add it yourself? ;) On Tue, Oct 30, 2001 at 11:15:48PM +0100, Eric Veraart wrote: > The latest thing added to my UPDATING is: > > 20010915: > FreeBSD 4.4-RELEASE. > > Kris Kennaway wrote: > > > > On Wed, Oct 31, 2001 at 09:36:54AM +1300, Jonathan Chen wrote: > > > On Tue, Oct 30, 2001 at 12:17:42PM -0800, Kris Kennaway wrote: > > > > On Mon, Oct 29, 2001 at 09:20:32PM +0600, Maxim M. Kazachek wrote: > > > > > Why /usr/src/UPDATING no longer changing? > > > > > > > > Why does it need to? > > > > > > > > Kris > > > > > > Well, it used to contain notes about interesting and significant > > > code-merges, as well as release checkpoints. The Handbook still > > > recommends that we read it before any buildworlds, but no changes have > > > been put in since August. Even the 4.4-RELEASE announcemount isn't in > > > there. > > > > Yes, I know. My question was "what has changed since the last entry > > in UPDATING which requires users to take special action when > > rebuilding?" If the answer is "nothing", then there's nothing wrong. > > > > Kris > > > > ------------------------------------------------------------------------ > > Part 1.2Type: application/pgp-signature > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Fortune cookie says: Command, n.: Statement presented by a human and accepted by a computer in such a manner as to make the human feel as if he is in control. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 15:12:48 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.enic.cc (lobo.nic.cc [206.253.214.247]) by hub.freebsd.org (Postfix) with ESMTP id 6881237B401 for ; Tue, 30 Oct 2001 15:12:45 -0800 (PST) Received: from smokey.lan.enic.cc (tailback.enic.cc [206.253.214.252]) by mail.enic.cc (Postfix) with ESMTP id 3AD566A901 for ; Tue, 30 Oct 2001 15:12:44 -0800 (PST) Subject: suggestion about sshd_config default From: Mark Foster To: freebsd-stable@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.16.99+cvs.2001.10.22.19.12 (Preview Release) Date: 30 Oct 2001 15:12:43 -0800 Message-Id: <1004483564.15832.67.camel@smokey.lan.enic.cc> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm requesting that the default openssh configuration be changed to say Protocol 2 instead of #Protocol 2,1 Protocol 1 is the subject of a number of recent security advisories, and it's use should be discouraged. The behavior with the line commented as it is (by default) now seems to be to NOT use protocol 1 or 2 but 1.99. [this is the output from 'ssh -v hostname' on the client] debug1: Remote protocol version 1.99, remote software version OpenSSH_2.3.0 FreeBSD localisations 20010713 refs: http://razor.bindview.com/publish/advisories/adv_ssh1crc.html ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-01%3A24.ssh.asc -- -mdf [Mark D. Foster] Phone: 206-381-0449 System Administrator - eNIC Corporation Fax: 206-329-7107 or mergatroid on AIM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 15:18:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from marvin.nildram.co.uk (marvin.nildram.co.uk [195.112.4.71]) by hub.freebsd.org (Postfix) with SMTP id CF8A037B401 for ; Tue, 30 Oct 2001 15:18:37 -0800 (PST) Received: (qmail 4391 invoked from network); 30 Oct 2001 23:18:36 -0000 Received: from muttley.gotadsl.co.uk (HELO VicNBob) (213.208.123.26) by marvin.nildram.co.uk with SMTP; 30 Oct 2001 23:18:36 -0000 Date: Tue, 30 Oct 2001 23:18:37 -0000 To: Jochem Kossen , Eric Veraart Cc: freebsd-stable@FreeBSD.ORG From: Matthew Whelan Subject: Re: /usr/src/UPDATING X-Mailer: Opera 5.11 build 904 X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <20011030231837.CF8A037B401@hub.freebsd.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 30/10/2001 23:01:08, Jochem Kossen wrote: > >That's weird...I just cvsup'ed (RELENG_4), and the latest thing with me >is: > >20010814: > The pci attachment for pcic device was merged from current. > >Are you sure you didn't add it yourself? ;) Looks like you need to be at RELENG_4_4 or 4.4-RELEASE to see the line: http://www.freebsd.org/cgi/cvsweb.cgi/src/UPDATING Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 16: 9:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pr0n.kutulu.org (pr0n.kutulu.org [151.196.107.157]) by hub.freebsd.org (Postfix) with ESMTP id 93FA637B401 for ; Tue, 30 Oct 2001 16:09:08 -0800 (PST) Received: from kutulu.kutulu.org ([64.212.128.3]) by pr0n.kutulu.org (8.11.6/8.11.6) with ESMTP id f9V08s951111; Tue, 30 Oct 2001 19:08:54 -0500 (EST) (envelope-from kutulu@kutulu.org) Message-Id: <5.1.0.14.0.20011030184022.00a27180@127.0.0.1> X-Sender: kutulu@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 30 Oct 2001 18:47:35 -0500 To: Mark Foster From: Kutulu Subject: Re: suggestion about sshd_config default Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <1004483564.15832.67.camel@smokey.lan.enic.cc> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 03:12 PM 10/30/2001 -0800, Mark Foster wrote: >I'm requesting that the default openssh configuration be changed to say >Protocol 2 >instead of >#Protocol 2,1 > > >Protocol 1 is the subject of a number of recent security advisories, and >it's use should be discouraged. The behavior with the line commented as >it is (by default) now seems to be to NOT use protocol 1 or 2 but 1.99. ssh version "1.99" is the version number required by the ssh v2 specification when the server supports both versions. ssh v1 clients will see a major version of 1 and negotiate a connection, ssh v2 clients will know to look further along in the version identifier for the ssh2 version number. While I agree that version 1 should probably not be used, turning it off by default would change the way existing systems work, and thus, isn't something that should be done in -STABLE. It "violates POLA", which (as a BSD newbie) I'm still trying to come up with the actual meaning of. (I just this morning went and looked up what all those 'bikeshed' references meant :) --K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 16:28:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.136.200]) by hub.freebsd.org (Postfix) with ESMTP id D116537B403 for ; Tue, 30 Oct 2001 16:28:38 -0800 (PST) Received: from vpn96.ece.cmu.edu (VPN93.ECE.CMU.EDU [128.2.138.93]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id f9V0SZl22420; Tue, 30 Oct 2001 19:28:35 -0500 (EST) Date: Tue, 30 Oct 2001 19:28:20 -0500 From: "Brandon S. Allbery KF8NH" To: Kutulu , Mark Foster Cc: freebsd-stable@FreeBSD.ORG Subject: Re: suggestion about sshd_config default Message-ID: <38130000.1004488099@vpn96.ece.cmu.edu> In-Reply-To: <5.1.0.14.0.20011030184022.00a27180@127.0.0.1> References: <5.1.0.14.0.20011030184022.00a27180@127.0.0.1> X-Mailer: Mulberry/2.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, October 30, 2001 18:47:35 -0500, Kutulu wrote: +----- | something that should be done in -STABLE. It "violates POLA", which (as | a BSD newbie) I'm still trying to come up with the actual meaning of. (I +--->8 "POLA" is the Principle of Least Astonishment, i.e. don't go making major changes, policy or otherwise, when people aren't primed to expect them. -- brandon s. allbery [os/2][linux][solaris][freebsd] allbery@kf8nh.apk.net system administrator [JAPH][WAY too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university [linux: proof of the million monkeys theory] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 16:54:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sploo.aagh.net (pc2-hart4-0-cust103.mid.cable.ntl.com [213.107.122.103]) by hub.freebsd.org (Postfix) with ESMTP id 36B9737B401 for ; Tue, 30 Oct 2001 16:54:32 -0800 (PST) Received: from freaky by sploo.aagh.net with local (Exim 3.33 #1) id 15yjeJ-000L4R-00 for freebsd-stable@freebsd.org; Wed, 31 Oct 2001 00:54:31 +0000 Date: Wed, 31 Oct 2001 00:54:31 +0000 From: Thomas Hurst To: freebsd-stable@freebsd.org Subject: Re: suggestion about sshd_config default Message-ID: <20011031005431.A80719@sploo> Mail-Followup-To: freebsd-stable@freebsd.org References: <1004483564.15832.67.camel@smokey.lan.enic.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1004483564.15832.67.camel@smokey.lan.enic.cc>; from mdf@enic.cc on Tue, Oct 30, 2001 at 03:12:43PM -0800 Organization: Not much. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Mark Foster (mdf@enic.cc) wrote: > I'm requesting that the default openssh configuration be changed to say > Protocol 2 > instead of > #Protocol 2,1 > > > Protocol 1 is the subject of a number of recent security advisories, and > it's use should be discouraged. The behavior with the line commented as ssh1 is still pretty secure, and support for it tends to be rather better (several windows clients, including the one I'm using to write this, do not yet support ssh2, nor do any Amiga clients) than ssh2. I don't see why this should be changed by default since it has the potential to lock users out just to close some very difficult to exploit holes. Perhaps it would be better, instead, to make this a sysinstall(8) option, or even just have sysinstall mention it after installation so new users are aware of the issue. -- Thomas 'Freaky' Hurst - freaky@aagh.net - http://www.aagh.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 19:24:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [212.209.169.194]) by hub.freebsd.org (Postfix) with ESMTP id E610537B403 for ; Tue, 30 Oct 2001 19:24:20 -0800 (PST) Received: (from root@localhost) by bastuba.partitur.se (8.11.6/8.11.6) id f9V3OJH05445 for freebsd-stable@freebsd.org.AVP; Wed, 31 Oct 2001 04:24:19 +0100 (CET) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [212.209.169.222]) by bastuba.partitur.se (8.11.6/8.11.6) with ESMTP id f9V3OIo05421; Wed, 31 Oct 2001 04:24:18 +0100 (CET) (envelope-from girgen@partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.11.6/8.11.6) id f9V3OIi09397; Wed, 31 Oct 2001 04:24:18 +0100 (CET) (envelope-from girgen) Date: Wed, 31 Oct 2001 04:24:18 +0100 (CET) Message-Id: <200110310324.f9V3OIi09397@elbas.partitur.se> From: Palle Girgensohn To: freebsd-stable@freebsd.org Cc: dd@freebsd.org Subject: mixed crypt_formats fails on 4.4 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I have an apache passwd db-file where I have traditionally used md5 encrypted passwords (by symlink in /usr/lib/libcrypt.so -> libscrypt.so). After upgrading the system to 4.4-release, I did not immediately notice the /etc/auth.conf file, and so the default was reset to DES for a while. Two weeks later, I realized my mistake and set the crypt_default property in auth.conf to md5. About 300, about 2% of the users, got their passwords in DES after this time (users can change and create accounts using different methods, servlets, cgi progs, command line...) After that, I have got complaints that some people can't login. Of course, these people all have DES encrypted passwords. I did some research, and here is what I found out: in 4.4, libcrypt.so can properly authenticate users with des or md5 encrypted passwords using crypt-des.c, (i.e. crypt_format=des), but not when crypt_format is md5. in <= 4.3, I used libscrypt (combined with NODESCRYPTLINKS=true in make.conf, and symlinks from libcrypt* -> libscrypt* in /usr/lib). The effect was md5 as default crypt format, and the possibilty to verify both des and md5. Better put: verifies passwords in < 4.4 4.4 \ crypt_default: des des des&md5 md5 des&md5 md5 in short, I need to set /etc/auth.conf to des in order to verify both des & md5, where I previously had the opposite effect. Is there anyway I can force the 4.3 behaviour cleanly. Is it supposed to work like this? I will have to modify all our applications setting passwords to use set_crypt_format("md5") instead of using the fine auth.conf... :( Thanks for any input! /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 20:15:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by hub.freebsd.org (Postfix) with ESMTP id A276937B401 for ; Tue, 30 Oct 2001 20:15:26 -0800 (PST) Received: from svzserv.kemerovo.su (kost [213.184.65.82]) by www.svzserv.kemerovo.su (8.9.3/8.9.3) with ESMTP id LAA63374; Wed, 31 Oct 2001 11:15:10 +0700 (KRAT) (envelope-from eugen@svzserv.kemerovo.su) Message-ID: <3BDF6CB8.2C712470@svzserv.kemerovo.su> Date: Wed, 31 Oct 2001 11:15:04 +0800 From: Eugene Grosbein Organization: SVZServ X-Mailer: Mozilla 4.76 [en] (Win95; U) X-Accept-Language: ru,en MIME-Version: 1.0 To: Cy Schubert - ITSD Open Systems Group Cc: stable@FreeBSD.ORG Subject: Re: FreeBSD CVS Repository References: <200110301358.f9UDwdY11162@cwsys.cwsent.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Cy Schubert - ITSD Open Systems Group wrote: > > In message <20011030105408.A49669@svzserv.kemerovo.su>, Eugene Grosbein > writes: > > Hi! > > > > I run local mirror of FreeBSD CVS Repository using cvsup-mirror > > and keep it in sync. Generally, I use it to update my servers > > but sometimes I dig in it for education purposes :) > > Definitly, I do not want to touch it in any way, so Repo is owned by root > > and I play with it as non-root. > > > > Yesterday I need to look what changes was done to pppd after import > > of 2.3.5 (it runs perfectly for me but is outdated and some > > features are missing, f.e. it demands to work on pty only). > > So I type: > > > > cvs -R -d /home/ncvs checkout -r ppp_2_3_5 src/usr.sbin/pppd > > > > And I get an error message: > > > > cvs [checkout aborted]: cannot write to /home/ncvs/CVSROOT/val-tags: > > Permission denied. > > > > It is right, I do not have rights to write to /home/ncvs and I definitly > > not want cvs do that. Why it insists to write to the Repo even > > it's in read-only mode? > > > > My system is FreeBSD 3.5-STABLE with stock cvs 1.10.7 > > How can I resolve this without giving users write access to the Repo? > > I remember it did not want such access some time ago. > > Only val-tags needs to be world writable in order to record tags used > for checkout, however if that is distasteful, you can add CVS tags to > this file yourself without giving others write privilege to the file, > e.g., > > ppp_2_3_5 y I wonder why CVS needs to write to the Repo at all when I used rean-only mode (-R)? What it the repo is mounted read-only itself? Consider using CD-ROM. Eugene Grosbein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Oct 30 23:20:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns2.wananchi.com (mail.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 6478037B405 for ; Tue, 30 Oct 2001 23:20:34 -0800 (PST) Received: from wash by ns2.wananchi.com with local (Exim 3.33 #1) id 15ypeZ-0005QZ-00 for freebsd-stable@freebsd.org; Wed, 31 Oct 2001 10:19:11 +0300 Date: Wed, 31 Oct 2001 10:19:11 +0300 From: Odhiambo Washington To: FBSD-STABLE Subject: Kernel building error Message-ID: <20011031101911.M29426@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-STABLE Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline User-Agent: Mutt/1.3.23i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: Banectomy, n.: The removal of bruises on a banana. -- Rich Hall, "Sniglets" X-Operating-System: FreeBSD 4.4-STABLE i386 X-Best-Window-Manager: XFCE X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 9:49AM up 16 days, 4 mins, 4 users, load averages: 0.08, 0.18, 0.18 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable After a cvsUP today, this happens sh /usr/src/sys/conf/newvers.sh ALLIGATOR=20 cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q ual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src= /sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNE L -include opt_global.h -elf -mpreferred-stack-boundary=3D2 vers.c linking kernel *** Error code 1 Stop in /usr/obj/usr/src/sys/Kern4.x. *** Error code 1 Stop in /usr/src. -Wash S y s t e m s A d m i n i s t r a t o r -- ~\\_ =20 Odhiambo Washington \\\\ =20 Wananchi Online Ltd., `\\\\\ =20 1st Flr Loita Hse, Loita Street |\\\\\ =20 PO Box 10286,00100-NAIROBI,KE. \\\\\|__.--~~\ =20 Fax: 254 2 313985-9 _--~ / =20 Fax: 254 2 313922 /~ ////// _-~~~~' =20 E-mail: wash@wananchi.com ('-//////-// =20 URL : http://www.wananchi.com //////(((-) =20 GSM: 254 72 743 223 / 254 733 744 121 /////" =20 _///" =20 +++ According to Kentucky state law, every person must take a bath at least once a year. --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE736Xun7LIsuxjem8RAuo9AJ9xtKnptXNB5p2wxsUISYS4EjIKbwCfXNGo xNm96R9u5s7ktrnAeSRwg0U= =dKx+ -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 5:53:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from spider.nic-se.se (spider.nic-se.se [212.247.3.67]) by hub.freebsd.org (Postfix) with ESMTP id E8B3237B405 for ; Wed, 31 Oct 2001 05:53:20 -0800 (PST) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f9VDri802443; Wed, 31 Oct 2001 14:53:45 +0100 (CET) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Wed, 31 Oct 2001 14:53:44 +0100 (CET) From: Mats Dufberg To: Gary Kline , Cc: Subject: Re: Can X work with Intel i815 under FBSD 4.4? In-Reply-To: <20011029110031.B11496@tao.thought.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 29 Oct 2001, Gary Kline wrote: > Here is a snippet from my /etc/XF86Config: (...) > Section "Device" > Identifier "i815" > Driver "i810" > VideoRam 16384 > Option "NoDDC" "True" > EndSection You both have enclosed the NoDDC option. I tested that, but it still does not work. Could you both share you workable XF86Config? (The xf86config does not work fully. Sometimes there are missing references...) > Of course, you can adjust the amount of VideoRam and tune > other optional settings as you want. I've got 256MB of > SDRAM but am only using 16384K as a first cut. According the documentation, the card has 4 MB of RAM. Is that a card that uses normal RAM for the card? Do you have to recompile the kernel to reserve memory? Mats ---------------------------------------------------------------------- Mats Dufberg ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 5:55:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from servereyes.de (ns1.servereyes.de [217.27.131.53]) by hub.freebsd.org (Postfix) with SMTP id 0625437B406 for ; Wed, 31 Oct 2001 05:55:00 -0800 (PST) Received: (qmail 16736 invoked from network); 30 Oct 2001 01:43:04 -0000 Received: from user-33qsdfi.dialup.mindspring.com (HELO mta.excite.com) (199.174.53.242) by 217.27.128.137 with SMTP; 30 Oct 2001 01:43:04 -0000 Message-ID: <000062eb0dd2$000018d4$000056d7@mta.excite.com> To: From: QuoteSupport53@excite.com Subject: Low Cost Term Life Insurance WTB Date: Mon, 29 Oct 2001 19:42:53 -1800 MIME-Version: 1.0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Reply-To: QuoteSupport53@excite.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG

     =              Term Quotes    Life Insurance Companies

    &nb= sp;       

 

 

  Since 1996, t= erm life insurance rates have been reduced by as much as 70%

40 year old male - $250,000 - 10 year level termAs low as $10.44 per month!

At TermQuotes Life Insurance Companies of America, we will = survey the top life insurance companies for you and provide you with = the best rates available. The quote is free. There is no obligatio= n to buy. Compare the rates and see for yourself. Fill out this qui= ck form below for further information.

Results of computer sur= vey 07-09-01
Sample An= nual Premiums
* 10 Year Level Premium Term Rates *
Age $250,000<= /B> $500,000<= /B> $1,000,000
35 $115 $175 $305
45 $210 $375 $670
55 $500 $935 $1,370
65 $1,305 $2,550 $4,920
70 $2,265 $4,480 $7,510

= *Above rates guaranteed to remain lev= el for 10 years
Rates based on male preferred class 1 non-smoker
Policies are guaranteed renewable to age 95

Policies with 15, 20, 25, and 30 = year level premiums also available

Attention All Smoke= rs,
you may qualify for special reduced smoker rates!

Universal Life, Second-to-Die a= nd Estate Planning products also provided.

Submit Thi= s Form for a Free Term Insurance Quote!

<= /TR>
Name Insured: 
Amount of Coverage: &nb= sp;
Date of Birth: Month   Day Y= ear
Sex:  Male Female
Height:  FT in
Weight:  lbs.
Occupation: 
x= xx
Have You Ever Had:
High Blood Pressure  Ye= s No
Heart Attack or Stroke  Yes No
Cancer  Yes = No
Diabetes  Yes No
Mother, Father, Sister, Brother Diagnosed or Died of Cancer or Cardiovascular Disease Before Age 60  Yes No
Have You  Smoked Within= the Last 12 Months  Yes No
xxx<= /font>
Person Completing Request= : 
Mailing Address:  =
City:  State Zip
Daytime Phone: 
Evening Phone:  
Email Address:  
Best time to contact:

When you click submit it may start your spell= check, so please click "Ignore" if it does.

 
Y= OUR INTERNET ADVERTISING
Copyright=FFFFFFA92000-2001 . All Rights Reserved

This could be your ad!

Email Us with your name and a good phone number to reach yo= u.

If you think, that you will not benefit from this correspondence, pl= ease click = here.

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 5:55:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from spider.nic-se.se (spider.nic-se.se [212.247.3.67]) by hub.freebsd.org (Postfix) with ESMTP id 7E13537B403 for ; Wed, 31 Oct 2001 05:55:27 -0800 (PST) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f9VDtvk02516; Wed, 31 Oct 2001 14:55:57 +0100 (CET) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Wed, 31 Oct 2001 14:55:57 +0100 (CET) From: Mats Dufberg To: Derrick Norris Cc: Subject: Re: Can X work with Intel i815 under FBSD 4.4? In-Reply-To: <200110300225.f9U2Pt664208@visar.norris-net.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 29 Oct 2001, Derrick Norris wrote: > > /kernel: agp0: mem > > 0x40300000-0x4037ffff,0x44000000-0x47ffffff irq 10 at device 2.0 on pci0 > > I went ahead and compiled the agp device into my kernel rather than using the > module, but I would think either should work. Do you have any references how to do that? There is no "agp" in LINT. Mats ---------------------------------------------------------------------- Mats Dufberg ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 6:32:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 7AD7A37B405 for ; Wed, 31 Oct 2001 06:32:26 -0800 (PST) Received: (from jschlesn@localhost) by emmi.physik.TU-Berlin.DE (8.11.6/8.11.6) id f9VEWOH80778 for freebsd-stable@freebsd.org; Wed, 31 Oct 2001 15:32:24 +0100 (CET) (envelope-from jschlesn) Date: Wed, 31 Oct 2001 15:32:24 +0100 From: Jan Schlesner To: freebsd-stable@freebsd.org Subject: Re: Kernel building error Message-ID: <20011031153224.A80361@physik.TU-Berlin.DE> References: <20011031101911.M29426@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011031101911.M29426@ns2.wananchi.com>; from wash@wananchi.com on Wed, Oct 31, 2001 at 10:19:11AM +0300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I think, that we need more informations. E.g. have you delete all in /usr/obj and habe you build the system before you try to build a kernel? Jan On Wed, Oct 31, 2001 at 10:19:11AM +0300, Odhiambo Washington wrote: > > After a cvsUP today, this happens > > sh /usr/src/sys/conf/newvers.sh ALLIGATOR > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-q > ual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter > -D_KERNE > L -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c > linking kernel > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/Kern4.x. > *** Error code 1 > > Stop in /usr/src. -- It's better to reign in hell, than to serve in heaven... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 6:32:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sbk-gw.sibnet.ru (sbk-gw.sibnet.ru [217.70.96.146]) by hub.freebsd.org (Postfix) with ESMTP id 0324637B403 for ; Wed, 31 Oct 2001 06:32:25 -0800 (PST) Received: from localhost (stranger@localhost) by sbk-gw.sibnet.ru (8.11.1/8.11.5) with ESMTP id f9VEWJX00470; Wed, 31 Oct 2001 20:32:20 +0600 (NOVT) (envelope-from stranger@sberbank.sibnet.ru) Date: Wed, 31 Oct 2001 20:32:19 +0600 (NOVT) From: "Maxim M. Kazachek" X-X-Sender: stranger@sbk-gw.sibnet.ru To: Mats Dufberg Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Can X work with Intel i815 under FBSD 4.4? In-Reply-To: Message-ID: <20011031203151.Q458-100000@sbk-gw.sibnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did you made "sh MAKEDEV agpgart"? Sincerely, Maxim M. Kazachek mailto:stranger@sberbank.sibnet.ru mailto:stranger@fpm.ami.nstu.ru On Mon, 29 Oct 2001, Mats Dufberg wrote: >Can anyone report a working configuration of FreeBSD and XFree86 4.1.0 on >a Intel 82815 (i815 GMCH) SVGA controller? > > >I have installed FreeBSD 4.4 with XFree86, but that version of XFree86 >(3.3.6) does not support the VGA controller, Intel 82815 (i815). I tried >to install XFree86 4.1.0 from ports, but the compilation failed. > >I have installed XFree86 4.1.0 from binary distribution for FreeBSD 4.x >from XFree86, and the configuration works, but after that, it won't run. > >Yes, I have successfully loaded the kernel module for AGP: > >/kernel: agp0: mem >0x40300000-0x4037ffff,0x44000000-0x47ffffff irq 10 at device 2.0 on pci0 > > >Could anyone give me a hint? :-) > > > > >Mats > >---------------------------------------------------------------------- >Mats Dufberg >---------------------------------------------------------------------- > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 6:33:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sbk-gw.sibnet.ru (sbk-gw.sibnet.ru [217.70.96.146]) by hub.freebsd.org (Postfix) with ESMTP id B191C37B407 for ; Wed, 31 Oct 2001 06:33:39 -0800 (PST) Received: from localhost (stranger@localhost) by sbk-gw.sibnet.ru (8.11.1/8.11.5) with ESMTP id f9VEXWZ00490; Wed, 31 Oct 2001 20:33:33 +0600 (NOVT) (envelope-from stranger@sberbank.sibnet.ru) Date: Wed, 31 Oct 2001 20:33:32 +0600 (NOVT) From: "Maxim M. Kazachek" X-X-Sender: stranger@sbk-gw.sibnet.ru To: Mats Dufberg Cc: Derrick Norris , Subject: Re: Can X work with Intel i815 under FBSD 4.4? In-Reply-To: Message-ID: <20011031203256.B458-100000@sbk-gw.sibnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You need to add a line "device agp" into your kernel config file. Sincerely, Maxim M. Kazachek mailto:stranger@sberbank.sibnet.ru mailto:stranger@fpm.ami.nstu.ru On Wed, 31 Oct 2001, Mats Dufberg wrote: >On Mon, 29 Oct 2001, Derrick Norris wrote: > >> > /kernel: agp0: mem >> > 0x40300000-0x4037ffff,0x44000000-0x47ffffff irq 10 at device 2.0 on pci0 >> >> I went ahead and compiled the agp device into my kernel rather than using the >> module, but I would think either should work. > >Do you have any references how to do that? There is no "agp" in LINT. > > >Mats > >---------------------------------------------------------------------- >Mats Dufberg >---------------------------------------------------------------------- > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 6:52:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from spider.nic-se.se (spider.nic-se.se [212.247.3.67]) by hub.freebsd.org (Postfix) with ESMTP id 3C7C537B401 for ; Wed, 31 Oct 2001 06:52:34 -0800 (PST) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f9VEr3s04045; Wed, 31 Oct 2001 15:53:03 +0100 (CET) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Wed, 31 Oct 2001 15:53:03 +0100 (CET) From: Mats Dufberg To: "Maxim M. Kazachek" Cc: Subject: Re: Can X work with Intel i815 under FBSD 4.4? In-Reply-To: <20011031203151.Q458-100000@sbk-gw.sibnet.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 31 Oct 2001, Maxim M. Kazachek wrote: > Did you made "sh MAKEDEV agpgart"? No, but it is allready there, crw------- 1 root wheel 148, 0 24 Okt 03:02 agpgart Mats ---------------------------------------------------------------------- Mats Dufberg ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 7:11:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pt-quorum.com (pt-quorum.com [209.10.167.210]) by hub.freebsd.org (Postfix) with ESMTP id 9877637B406 for ; Wed, 31 Oct 2001 07:11:32 -0800 (PST) Received: from qnuno (unknown [217.129.231.117]) by pt-quorum.com (Postfix) with ESMTP id D43C0ED18 for ; Wed, 31 Oct 2001 15:08:22 +0000 (WET) Message-ID: <013101c1621e$66183d10$0a00a8c0@qnuno> From: "Nuno Teixeira" To: Subject: burncd + DAO sugestions? Date: Wed, 31 Oct 2001 15:11:51 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_012E_01C1621E.5E75E490" X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_012E_01C1621E.5E75E490 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello to all, I'm not a C programmer but I have some sugestions to make: 1. burncd CDRW variable like CDROM variable in cdcontrol: I think that is a good idea to use a device variable like cdcontrol does = instead of [char *devname =3D "/dev/acd0c"] default. 2. DAO: a question: DAO is the only way of copying Audio CDs that have no space between = tracks. To solve this DAO is needed so that CDRW laser don't stop = between tracks and generate a 2 second space between them. There is a way of doing something like DAO but with one big problem: TOC = generation ex: copy a audio cd like DAO: # dd if=3D/dev/acd0c of=3Daudio_cd.raw bs=3D2352 # burncd -f /dev/acd1c raw audio_cd.raw fixate With this we can make a cd copy without 2 second track space but a = cdplayer can only see 1 big track. My big question is: There is possible to: 1. generate a TOC file from original Audio CD,i.e, export TOC to a file 2. use "dd if=3D/dev/acd0c of=3Daudio_cd.raw bs=3D2352" to create audio = cd image 3. importing "audio_cd.toc" by "burncd -f /dev/acd1c raw audio_cd.raw = fixate" to generate a correct TOC Thanks very much, Nuno Teixeira ------=_NextPart_000_012E_01C1621E.5E75E490 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello to all,
 
 
I'm not a C programmer but I have some = sugestions=20 to make:
 
1. burncd CDRW variable like CDROM = variable in=20 cdcontrol:
 
I think that is a good idea to use a = device=20 variable like cdcontrol does instead of [char *devname =3D "/dev/acd0c"] = default.
 
 
2. DAO: a question:
 
DAO is the only way of copying = Audio CDs that=20 have no space between tracks. To solve this DAO is needed so that CDRW = laser=20 don't stop between tracks and generate a 2 second space between=20 them.
 
There is a way of doing something like = DAO but with=20 one big problem: TOC generation
 
ex: copy a audio cd like = DAO:
 
# dd if=3D/dev/acd0c of=3Daudio_cd.raw=20 bs=3D2352
# burncd -f /dev/acd1c raw audio_cd.raw = fixate
 
With this we can make a cd copy without = 2 second=20 track space but a cdplayer can only see 1 big track.
 
 
My big question is:
 
There is possible to:
 
1. generate a TOC file from original = Audio CD,i.e,=20 export TOC to a file
 
2. use "dd if=3D/dev/acd0c = of=3Daudio_cd.raw bs=3D2352"=20 to create audio cd image
 
3. importing "audio_cd.toc" by "burncd = -f=20 /dev/acd1c raw audio_cd.raw fixate" to generate a correct = TOC
 
 
 
Thanks very much,
 
Nuno Teixeira
 
 
 
 
 
 
------=_NextPart_000_012E_01C1621E.5E75E490-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 7:45:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id 33F8937B405 for ; Wed, 31 Oct 2001 07:45:54 -0800 (PST) Received: from unknown (HELO braun) (202.4.185.25) by smtp.mail.vip.sc5.yahoo.com with SMTP; 31 Oct 2001 15:45:51 -0000 X-Apparently-From: From: "Venkatesh. K" To: Subject: subscribe Date: Wed, 31 Oct 2001 21:21:11 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 8:45:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [217.27.162.35]) by hub.freebsd.org (Postfix) with ESMTP id B672E37B401 for ; Wed, 31 Oct 2001 08:45:54 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id F1D5A1C7E6 for ; Wed, 31 Oct 2001 17:45:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id 07BD81C7E2 for ; Wed, 31 Oct 2001 17:45:47 +0100 (CET) Date: Wed, 31 Oct 2001 17:45:47 +0100 (CET) From: Dan Larsson To: FreeBSD Stable List Subject: upgrade of src/contrib/ipfilter? Message-ID: <20011031174155.Y36858-100000@hq1.tyfon.net> Organization: Tyfon Svenska AB X-NCC-NIC: DL1999-RIPE X-NCC-RegID: se.tyfon MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by hq1.tyfon.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The new version (3.4.21) of ipfilter has been out for a while, what are the plans with regards to importing it into the source tree? Regards +------ Dan Larsson -+- Tyfon Svenska AB -+- DL1999-RIPE 2AA5 90AE 5185 5924 1E0B 1A99 EC8A EA84 406B 06B9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 8:52:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from diabolo.ifn.fr (diabolo.ifn.fr [195.25.216.97]) by hub.freebsd.org (Postfix) with ESMTP id B52BE37B405 for ; Wed, 31 Oct 2001 08:52:38 -0800 (PST) Received: from 127.0.0.1 (localhost.ifn.fr [127.0.0.1]) by localhost.ifn.fr (Postfix) with SMTP id DAA5ECB8B8 for ; Wed, 31 Oct 2001 17:52:33 +0100 (CET) Received: by diabolo.ifn.fr (Postfix, from userid 1000) id 88D1FCB8B7; Wed, 31 Oct 2001 17:52:33 +0100 (CET) Date: Wed, 31 Oct 2001 17:52:33 +0100 From: =?iso-8859-1?Q?R=E9mi_Guyomarch?= To: FreeBSD Stable List Subject: Re: upgrade of src/contrib/ipfilter? Message-ID: <20011031175233.B96387@diabolo.ifn.fr> References: <20011031174155.Y36858-100000@hq1.tyfon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20011031174155.Y36858-100000@hq1.tyfon.net>; from dl@tyfon.net on Wed, Oct 31, 2001 at 05:45:47PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 31, 2001 at 05:45:47PM +0100, Dan Larsson wrote: > The new version (3.4.21) of ipfilter has been out for a while, One week in fact. > what are the plans with regards to importing it into the source > tree? Give Darren some time. -- Rémi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 10:14:51 2001 Delivered-To: freebsd-stable@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id B85D937B403; Wed, 31 Oct 2001 10:14:40 -0800 (PST) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f9VIEdB88344; Wed, 31 Oct 2001 19:14:39 +0100 (CET) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Wed, 31 Oct 2001 19:14:39 +0100 (CET) From: "Hartmann, O." To: freebsd-stable@freebsd.org Cc: freebsd-questions@freebsd.org Subject: PXE/DHCP/tftpd boot failure in FBSD 4.4-STABLE since yesterday!! Please Help! Message-ID: <20011031184953.V87727-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. Since yesterday morning we have massive problems with PXE booting diskless stations! The server has isc-dhcpd2 and since two hours ago isc-dhcpd3. The server runs FreeBSD 4.4-STABLE, the last cvsupdate has been done two hours ago, the previous cvsupdate has been done two days ago, but AFTER the first occurence of the following described problem. All clients are AMD Doron 700 MHz machines, all of our servers using Intel EtherExpress Pro NICs (fxp), and all clients are at the same code level as the server, means: they have the same source base and therefore the same FBSD 4.4-STABLE. On serverside we use IPFW as our filtering system (and I saw several changes in ipfw.c the last days). The server has tftp enabled in /etc/inetd.conf and we did not change the configuration since the last two weeks and in this time the terminals booted as usual. I would like to avoid questions about configuration errors and therefore I would like to tell you, that our configuration hasn't been changed the last month, only the installation of cvsupdated code from 4.4-STABLE has been done the regular way. Phenomenon: This morning our students worked as usual with the terminals. They booted the normal way, got theire IP from DHCP server, their gate, their DNS and so on. Then they received their pxeboot image and bootstraped the kernel. So far. Then, at lunchtime, most of the students left their places to get their meal and some of them switched off the terminals, others left their terminals switched on - and they ran well. When the others came back and switched their terminals on the got this: Response from DHCP server, the Intel NIC reports that DHCP delivered the appropriate informations like IP, gateway, broadcast address, mask and IP of the DHCP server. But then we got and still get this message: Press F12 for network service boot PXE-M0F:Exiting Intel PXE-ROM Then I get a BIOS message of a boot failure. Two terminals have the most recent PXE boot image from intel, version 4.0.19, several others have the older one, 4.0.17. Two or three hours ago I compiled a complete new FBSD after a cvsupdate, installed the necessary binaries at the NFS location where the clients should get it. But it this seems to have no effect: tftp sends no pxeboot and as I understood this procedure, for pxeboot loading, starting and then bootsraping the kernel NFS is not needed yet, it comes into play after the kernel booted and tries to get its system running - but this stage never gets reached now. Since yesterday we have had problems with our network since our computer center changed several subjects within the USV basics, but they told me nothing has been changed to the switches or other LAN facilities. When looking into the ARPA chache of the DHCP server, I usually see the MAC of each connected system. But I do not know whether the MAC occurs herein when a DHCP connection has been done or after a kernel has been booted and the appropriated IP has been broadcasted by the running UNIX/FBSD. I'm not very familiar in how to track down this problem due to the fact that I have not access to the switches and gateways. How can I test what response the DHCP server offers and waht the the terminal tries to do? I lloks like that after the terminals gottheir IP and other stuff, the connection gets cut off and nothing happend, but I can not track down the problem that way to say its the fault of FreeBSD or it is some strange behaviour in the network caused by a faulty LAN switch or gateway. I try to attach a terminal directly to the server, but doing this, the server must be detached from the LAN and I'm afraid of the problems in lacking of a suitable DNS. Can anyone respond to that problem? Does FBSD have problems with pxeboot environment now? I do not belive this right now, due to the LAN problems from yesterday on, but I need to be sure ... Thanks a lot, Oliver -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 10:30:16 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bobo.thehutt.org (cj205544-a.alex1.va.home.com [67.160.12.87]) by hub.freebsd.org (Postfix) with ESMTP id 77E3A37B403; Wed, 31 Oct 2001 10:30:06 -0800 (PST) Received: from jerry by bobo.thehutt.org with local (Exim 3.33 #1) id 15z07c-0001dI-00; Wed, 31 Oct 2001 13:29:52 -0500 Date: Wed, 31 Oct 2001 13:29:52 -0500 From: Jerry A! To: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org Subject: RFC: Perl5/Ports Modification Message-ID: <20011031132952.A6273@bobo.thehutt.org> Reply-To: jerry@thehutt.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Broken Toys Unlimited Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I maintain a bunch of -stable boxes that have a need for perl 5.6.1 and various modules compiled against that version. As anyone running -stable knows, it can be a real hassle to maintain 5.6.1 in addition to ensuring that modules use the ports and not userland (5.0053) version of perl. I've come up with the following patches than I'm hoping people could test and comment on. Hopefully, if there aren't any issues they could be rolled into the ports system. Apply the patches and define "USE_PORTS_PERL= true" in /etc/make.conf. I've been using these patches for a while and have not had any problems. Also, a big shout-out to Knu and his portinstall package. It's recursive bulid/install features have made all this absolutely easy to test. --Jerry --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="use_ports_perl::perl5.patch" --- lang/perl5/Makefile.orig Wed Oct 31 13:16:36 2001 +++ lang/perl5/Makefile Wed Oct 31 13:20:20 2001 @@ -31,7 +31,7 @@ .include # If you know what you are doing, you may disable this! -.if ${OSVERSION} > 300003 +.if ${OSVERSION} > 300003 && !defined(USE_PORTS_PERL) FORBIDDEN= perl is in system .endif --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="use_ports_perl::mk.patch" --- Mk/bsd.port.mk.orig Tue Oct 9 03:37:34 2001 +++ Mk/bsd.port.mk Wed Oct 31 13:15:31 2001 @@ -905,6 +905,17 @@ .endif .endif +.if defined(USE_PORTS_PERL) +PERL_VERSION= 5.6.1 +PERL_VER= 5.6.1 +PERL5= ${LOCALBASE}/bin/perl${PERL_VERSION} +PERL= ${LOCALBASE}/bin/perl +.if defined(USE_PERL5) || defined(PERL_CONFIGURE) +BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 +RUN_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 +.endif +.endif + .if defined(USE_XLIB) .if ${XFREE86_VERSION} == 3 # Don't try to build XFree86-3 even if ALWAYS_BUILD_DEPENDS is defined -- --u3/rZRmxL6MmkK24-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 12:41:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id B91AB37B401 for ; Wed, 31 Oct 2001 12:41:11 -0800 (PST) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15z2Ab-000984-00; Thu, 01 Nov 2001 09:41:05 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9VKf5w18805; Thu, 1 Nov 2001 09:41:05 +1300 (NZDT) (envelope-from jonc) Date: Thu, 1 Nov 2001 09:41:05 +1300 From: Jonathan Chen To: Mats Dufberg Cc: freebsd-stable@freebsd.org Subject: Re: Can X work with Intel i815 under FBSD 4.4? Message-ID: <20011101094105.B18571@jonc.itouch> References: <200110300225.f9U2Pt664208@visar.norris-net.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dufberg@nic-se.se on Wed, Oct 31, 2001 at 02:55:57PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 31, 2001 at 02:55:57PM +0100, Mats Dufberg wrote: > On Mon, 29 Oct 2001, Derrick Norris wrote: > > > > /kernel: agp0: mem > > > 0x40300000-0x4037ffff,0x44000000-0x47ffffff irq 10 at device 2.0 on pci0 > > > > I went ahead and compiled the agp device into my kernel rather than using the > > module, but I would think either should work. > > Do you have any references how to do that? There is no "agp" in LINT. Instead of compiling a kernel, put a agp load line in /boot/loader.conf, ie: jonc> cat /boot/loader.conf # -- sysinstall generated deltas -- # userconfig_script_load="YES" agp_load="YES" Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Don't worry about avoiding temptation, as you grow older, it starts avoiding you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 13:47:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hotmail.com (law2-oe27.hotmail.com [216.32.180.20]) by hub.freebsd.org (Postfix) with ESMTP id C363637B403 for ; Wed, 31 Oct 2001 13:47:11 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 31 Oct 2001 13:47:11 -0800 X-Originating-IP: [24.253.92.138] Reply-To: "Mike Loiterman" From: "Mike Loiterman" To: Subject: make buildworld dies Date: Wed, 31 Oct 2001 15:45:40 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00E5_01C16223.17D0C5A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 31 Oct 2001 21:47:11.0639 (UTC) FILETIME=[98AE5A70:01C16255] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00E5_01C16223.17D0C5A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm sure I'm doing something stupid here, but I simply can't figure out what. I've searched all over google, yahoo, deja.com and the bsd archives, but I am baffled by this. I just cvsup'ed to 4.4-STABLE and I followed the handbook instructions exactly in terms of doing make buildworld, but I keep getting this error when I do the make buildworld... make: don't know how to make freebsd.mc. Stop *** Error code 2 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src *** Error code 1 Stop in /usr/src *** Error code 1 Stop in /usr/src I have logged the entire output of make buildworld if anyone needs to see it. But the above is the error I get. Thanks. - ----------------------------------------- Mike Loiterman mloiterman@hotmail.com - ----------------------------------------- -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use Comment: Digitally signed by Mike Loiterman iQA/AwUBO+BxAHJ6B0BI4qMYEQJe8ACguWiaZsTdyHDfCvEHNvbXm0xoCXIAn0pm W5RYxEMpf1MkjLOsahedxsuO =3DMSRD -----END PGP SIGNATURE----- ------=_NextPart_000_00E5_01C16223.17D0C5A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: = SHA1
 
I'm sure I'm doing something stupid here, but I = simply can't=20 figure
out what.  I've searched all over google, yahoo, deja.com = and the=20 bsd
archives, but I am baffled by this.
 
I just cvsup'ed to 4.4-STABLE and I followed the=20 handbook
instructions exactly in terms of doing make buildworld, but = I=20 keep
getting this error when I do the make buildworld...
 
make: don't know how to make freebsd.mc. Stop
*** = Error=20 code 2
 
Stop in /usr/src/etc.
*** Error code = 1
 
Stop in /usr/src
*** Error code 1
 
Stop in /usr/src
*** Error code 1
 
Stop in /usr/src
 
I have logged the entire output of make buildworld = if anyone=20 needs to
see it.  But the above is the error I get. =20 Thanks.
 

- -----------------------------------------
Mike = Loiterman
 
mloiterman@hotmail.com
-=20 -----------------------------------------
 
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for=20 non-commercial use <http://www.pgp.com>
Comment: = Digitally=20 signed by Mike Loiterman
 
iQA/AwUBO+BxAHJ6B0BI4qMYEQJe8ACguWiaZsTdyHDfCvEHNvbXm0xoCXIAn0pm
= W5RYxEMpf1MkjLOsahedxsuO
=3DMSRD
-----END=20 PGP SIGNATURE-----
------=_NextPart_000_00E5_01C16223.17D0C5A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 14:12: 9 2001 Delivered-To: freebsd-stable@freebsd.org Received: from skew.org (skew.org [216.241.42.159]) by hub.freebsd.org (Postfix) with ESMTP id 214C237B401; Wed, 31 Oct 2001 14:12:06 -0800 (PST) Received: (from mike@localhost) by skew.org (8.11.6/8.11.4) id f9VMC7U21368; Wed, 31 Oct 2001 15:12:07 -0700 (MST) (envelope-from mike) From: Mike Brown Message-Id: <200110312212.f9VMC7U21368@skew.org> Subject: linux-base-6.1 'users' broken To: marcel@FreeBSD.org Date: Wed, 31 Oct 2001 15:12:06 -0700 (MST) Cc: freebsd-stable@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL90 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (FreeBSD 4.4-STABLE, 25-Oct-2001 sources, linux-base-6.1 package installed) /usr/compat/linux/usr/bin/users seems to be broken. It produces no output, even if you point it directly to a utmp or wtmp file. Can you reproduce this? - Mike ____________________________________________________________________________ mike j. brown, fourthought.com | xml/xslt: http://skew.org/xml/ denver/boulder, colorado, usa | personal: http://hyperreal.org/~mike/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 14:29:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id DFB1437B408; Wed, 31 Oct 2001 14:29:31 -0800 (PST) Received: from localhost (marck@localhost) by woozle.rinet.ru (8.11.6/8.11.6) with ESMTP id f9VMTTv85118; Thu, 1 Nov 2001 01:29:30 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Thu, 1 Nov 2001 01:29:29 +0300 (MSK) From: Dmitry Morozovsky To: stable@freebsd.org Cc: ports@freebsd.org Subject: Netflow Generator (originator) for FreeBSD 4-S Message-ID: <20011101011529.O81802-100000@woozle.rinet.ru> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there colleagues, and Happy Hello-Win (tm)! ;-P Is there a way to turn our FreeBSD 4-S router box into Netflow generator? This would be really great for traffic accounting purposes e.g. because I'm currently using ehnt (ported by me) together with rather small aggregation/classification program to do accounting tasks produced by my core cisco-3661. De-granulating tasks to move tasks to account end-user clients to POP FBSD router and keeping only aggregating record at the core would be my dream ;-) Any thoughts will be greatly appeciated. Please CC: your answers to my e-mail addres 'cause i'm not subscribed at least to ports@ Thank you in advance. Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 14:34:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 6A48C37B403 for ; Wed, 31 Oct 2001 14:34:05 -0800 (PST) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f9VMY2302561; Wed, 31 Oct 2001 23:34:02 +0100 (CET) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Wed, 31 Oct 2001 23:34:01 +0100 (CET) From: "Hartmann, O." To: Chris Peiffer Cc: freebsd-stable@freebsd.org Subject: Re: PXE/DHCP/tftpd boot failure in FBSD 4.4-STABLE since yesterday!! Please Help! In-Reply-To: <20011031140843.A54823@redlinenetworks.com> Message-ID: <20011031232512.Y1054-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: <20011031232512.U1054@klima.physik.uni-mainz.de> Content-Disposition: INLINE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 31 Oct 2001, Chris Peiffer wrote: Hello. I'm currently usinf isc-dhcpd3 V 3.0.1.rc2 from the ports collection. I use this server since today afternoon, before I ran isc-dhcpd2 2.0.5pl2 or similar from the ports collection. Both show the same phenomenon. Since more than half a year we use the same config file dhcpd.conf and never changed the dhcp/tftp config so this __can-not-be__ the cause! My dhcpd.conf looks like similar to yours, but I have for each known ether address its own entry: # stud04 host 134.93.180.239 { option root-path "/usr/diskless/amd"; #filename "/boot/pxeboot"; hardware ethernet 00:02:b3:17:89:0e; fixed-address 134.93.180.239; } I have a more 'per client config' and not a more sophisticated 'per class' configuration as yours, but the eefect is the same. Our computing center has several renewals of their power supplying infrastructure and theirefore the backbone and all switches were shut down that time. Since then our problems began on some terminals, but this phenomenon was of sporadic nature. Today it is a 'stable' situation: none of them work. I need to exmamine what's going on on the network to see whether my local installation, e.g. FreeBSD itselfs, corrupts diskless booting or the switch device or gateway of the computing center (which maintains our backbone and infrastructure) has some problems. Thanks, Oliver :>On Wed, Oct 31, 2001 at 07:14:39PM +0100, Hartmann, O. wrote: :>> Hello. :>> :>> Since yesterday morning we have massive problems with PXE booting :>> diskless stations! :>> :>> The server has isc-dhcpd2 and since two hours ago isc-dhcpd3. The server :>> runs FreeBSD 4.4-STABLE, the last cvsupdate has been done two hours ago, :>> the previous cvsupdate has been done two days ago, but AFTER the first occurence :>> of the following described problem. :> :>So you changed the dhcp server after the problem started occuring? :>What change preceded the failure? What does your dhcpd.conf look like? :>What about the kernel config of the kernel sent to the netbooting :>clients? :> :>I am currently using ISC dhcpd V3.0rc12 with FreeBSD :>successfully. I've attached my dhcpd.conf if it helps you any. :> -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 14:50:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 95A8137B403; Wed, 31 Oct 2001 14:50:38 -0800 (PST) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f9VMoZ302818; Wed, 31 Oct 2001 23:50:35 +0100 (CET) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Wed, 31 Oct 2001 23:50:35 +0100 (CET) From: "Hartmann, O." To: Chris Peiffer Cc: freebsd-stable@freebsd.org, Subject: Re: PXE/DHCP/tftpd boot failure in FBSD 4.4-STABLE since yesterday!! Please Help! In-Reply-To: <20011031140843.A54823@redlinenetworks.com> Message-ID: <20011031234325.C1054-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: <20011031234325.Q1054@klima.physik.uni-mainz.de> Content-Disposition: INLINE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 31 Oct 2001, Chris Peiffer wrote: For testing purposes, I switched the sources back to the 20th October, I know that this codestage definitely worked! I recompiled a 'make world', all the terminal related stuff, new kernels and installed them, then I rebooted. After reboot I recompiled the dhcp code from the ports, with the same effect: nothing has changed, the stations still fail to boot. I think this is a problem with our LAN and the maintanace of the computer center. Now is the essentiell question: how to figure out what's going wrong? I need to examine what the DHCP recieves and delivers and I need to know what type of packets are exchanged between the DHCP server, its client and what happens when the client has recieved its dhcp config info and trys to get pxeboot image. How can I watch whether the diskless client gets its pxeboot image? Well, I would like to know some details about the protocol. The reason is, that the guys of our computer center tend to push away responsibilty and I would like to avoid having all the trouble I did not produce carrying on my shoulders ... Thanks ... :>On Wed, Oct 31, 2001 at 07:14:39PM +0100, Hartmann, O. wrote: :>> Hello. :>> :>> Since yesterday morning we have massive problems with PXE booting :>> diskless stations! :>> :>> The server has isc-dhcpd2 and since two hours ago isc-dhcpd3. The server :>> runs FreeBSD 4.4-STABLE, the last cvsupdate has been done two hours ago, :>> the previous cvsupdate has been done two days ago, but AFTER the first occurence :>> of the following described problem. :> :>So you changed the dhcp server after the problem started occuring? :>What change preceded the failure? What does your dhcpd.conf look like? :>What about the kernel config of the kernel sent to the netbooting :>clients? :> :>I am currently using ISC dhcpd V3.0rc12 with FreeBSD :>successfully. I've attached my dhcpd.conf if it helps you any. :> -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 14:51:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 6177A37B40C for ; Wed, 31 Oct 2001 14:50:54 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 326CF28D9F for ; Wed, 31 Oct 2001 17:50:01 -0500 (EST) Date: Wed, 31 Oct 2001 17:50:01 -0500 (EST) From: Mark Hennessy To: Subject: Problem with poppassd In-Reply-To: <20011031232512.Y1054-100000@klima.physik.uni-mainz.de> Message-ID: <20011031174716.F53823-100000@earl-grey.cloud9.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am having a consistent problem with poppassd, and I'm not sure what the cause or resolution of that problem is. I was wondering if anyone had any ideas I could try to fix it. I get messages like those listed below, but not every instance of the running of poppassd fails. Oct 31 09:46:38 host poppassd[96878]: can't open slave pty: (/dev/ttyph) Permission denied Oct 31 09:50:25 host poppassd[97321]: can't open slave pty: (/dev/ttypj) Permission denied Oct 31 09:54:29 host poppassd[97804]: can't open slave pty: (/dev/ttypl) Permission denied Oct 31 10:30:12 host poppassd[3690]: can't open slave pty: (/dev/ttypn) Permission denied Oct 31 12:34:44 host poppassd[19076]: can't open slave pty: (/dev/ttypt) Permission denied Oct 31 14:24:55 host poppassd[32502]: can't open slave pty: (/dev/ttypc) Permission denied -- Mark P. Hennessy mark@cloud9.net Cloud 9 Internet White Plains, NY +1 914 696-4000 / 800 356-5683 http://www.cloud9.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 15:13:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 9258937B403 for ; Wed, 31 Oct 2001 15:13:23 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id PAA18235; Wed, 31 Oct 2001 15:13:21 -0800 Message-ID: <3BE0858E.3050600@owt.com> Date: Wed, 31 Oct 2001 15:13:18 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Mike Loiterman Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make buildworld dies References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Loiterman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > I'm sure I'm doing something stupid here, but I simply can't figure > out what. I've searched all over google, yahoo, deja.com and the bsd > archives, but I am baffled by this. What did you cvsup from and what options are you using on the cvsup. Also what version of cvsup are you using? To find out the version do "cvsup -v". If you aren't using 16.11d or higher, that could be your problem. You can get a fixed version at http://people.freebsd.org/~jdp/s1g/ > > > > I just cvsup'ed to 4.4-STABLE and I followed the handbook > instructions exactly in terms of doing make buildworld, but I keep > getting this error when I do the make buildworld... > > > > make: don't know how to make freebsd.mc. Stop > *** Error code 2 > > > > Stop in /usr/src/etc. > *** Error code 1 > > > > Stop in /usr/src > *** Error code 1 > > > > Stop in /usr/src > *** Error code 1 > > > > Stop in /usr/src > > > > I have logged the entire output of make buildworld if anyone needs to > see it. But the above is the error I get. Thanks. I do this routinely. It is much easier to figure out what happened. Kent > > > > > - ----------------------------------------- > Mike Loiterman > -- Kent Stewart Richland, WA http://users.owt.com/kstewart Carl Sagan quote on Seti@home http://setiathome.ssl.berkeley.edu/pale_blue_dot.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 16:36:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.noos.fr (claudel.noos.net [212.198.2.83]) by hub.freebsd.org (Postfix) with ESMTP id EE12637B405 for ; Wed, 31 Oct 2001 16:36:30 -0800 (PST) Received: (qmail 10539744 invoked by uid 0); 1 Nov 2001 00:36:29 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.83 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 1 Nov 2001 00:36:29 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fA10aSY96799; Thu, 1 Nov 2001 01:36:28 +0100 (CET) (envelope-from root) Message-Id: <200111010036.fA10aSY96799@gits.dyndns.org> Subject: Re: PXE/DHCP/tftpd boot failure in FBSD 4.4-STABLE since yesterday!! Please Help! In-Reply-To: <20011031184953.V87727-100000@klima.physik.uni-mainz.de> To: "Hartmann, O." Date: Thu, 1 Nov 2001 01:36:28 +0100 (CET) Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [snip] did you try to ask the ISC dhcp client/server mailing lists ? http://www.isc.org/services/public/lists/dhcp-lists.html Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 17:41:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id AAB8637B40B; Wed, 31 Oct 2001 17:41:26 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fA11bt226212; Wed, 31 Oct 2001 17:37:55 -0800 (PST) (envelope-from rizzo) Date: Wed, 31 Oct 2001 17:37:55 -0800 From: Luigi Rizzo To: stable@freebsd.org Subject: HEADS UP: a bunch of ipfw MFC in the next 1-2 days Message-ID: <20011031173755.F23297@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Bcc to -net and -ipfw because of relevance] Hi, I am about to merge into stable a number of modifications that have been committed to current over the past month or two. The most significant ones are: * the merge of ipfw rule descriptor and chain pointer. No functional change, but the internal data structures and code are way more readable; * Bill Fenner's code to make ipfw/dummynet/bridge KLD'able BOTH THESE THINGS REQUIRES REBUILDING OF ipfw.ko and /sbin/ipfw * a new type of dynamic rule that lets you limit the number of simultaneous connections matching certain criteria (with the usual aggregation based on port/address masks) * fix spl*() protection in same parts of the code (only relevant for RELENG_4); * misc fixes that have or should arise while diff'ing old and new version of the files in HEAD and RELENG_4 (it happens more frequently than people can imagine, especially for those critical parts of the system for which we are almost doing independent implementations); While i am carefully reviewing and testing the code before committing, and try to do the commit at once, we all do mistakes sometime. So, please test the new code and submit feedback and bug reports as i complete the commits, put please don't rush and install the new code on a production machine two seconds after my first commit. We are sufficiently far away from the next release to do this commit now and shake down any bugs that should occur. cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone: (510) 666 2927 ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 18:25:36 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by hub.freebsd.org (Postfix) with ESMTP id C553337B40D; Wed, 31 Oct 2001 18:25:30 -0800 (PST) Received: from zoot.corp.yahoo.com (zoot.corp.yahoo.com [216.145.52.89]) by mrout2.yahoo.com (8.11.6/8.11.6/y.out) with ESMTP id fA12PIu83230; Wed, 31 Oct 2001 18:25:18 -0800 (PST) Received: from localhost (dougb@localhost) by zoot.corp.yahoo.com (8.11.6/8.11.6) with ESMTP id fA12PES00513; Wed, 31 Oct 2001 18:25:18 -0800 (PST) (envelope-from DougB@DougBarton.net) X-Authentication-Warning: zoot.corp.yahoo.com: dougb owned process doing -bs Date: Wed, 31 Oct 2001 18:25:13 -0800 (PST) From: Doug Barton X-X-Sender: dougb@zoot.corp.yahoo.com To: freebsd-stable@freebsd.org Cc: emulation@freebsd.org Subject: latest -stable kernel + linux_base-7 = no netscape Message-ID: <20011031181747.N470-100000@zoot.corp.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just upgraded my -stable, deleted my old linux_base port, and installed linux_base-7. When I try to start linux communicator 4.78, I get the following errors: linux: syscall fstat64 is obsoleted or not implemented (pid=440) linux: syscall fstat64 is obsoleted or not implemented (pid=481) /usr/local/lib/netscape-linux/communicator-linux-4.78.bin: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot load shared object file: No such file or directory I took a look on an existing linux_base install and that library name is a symlink to libstdc++-2-libc6.1-1-2.9.0.so. So, I took a shot and linked libstdc++-3-libc6.2-2-2.10.0.so in /compat/linux/usr/lib. Now netscape starts, but I get: linux: syscall fstat64 is obsoleted or not implemented (pid=495) linux: syscall setup is obsoleted or not implemented (pid=495) linux: syscall setup is obsoleted or not implemented (pid=495) linux: syscall fstat64 is obsoleted or not implemented (pid=495) linux: syscall ugetrlimit is obsoleted or not implemented (pid=505) linux: syscall setup is obsoleted or not implemented (pid=495) and netscape can't resolve any hostnames. I thought I was up to date on what's happening with this, but obviously I'm not. Either that, or something is really really wrong with linux_base-7. Any suggestions? Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 18:51:16 2001 Delivered-To: freebsd-stable@freebsd.org Received: from endymion.skorga.org (cr157951-a.lndn1.on.wave.home.com [24.42.151.7]) by hub.freebsd.org (Postfix) with ESMTP id 81F7937B403 for ; Wed, 31 Oct 2001 18:51:11 -0800 (PST) Received: from localhost (bacchusrx@localhost) by endymion.skorga.org (8.11.6/8.11.6) with ESMTP id fA12pBo01423 for ; Wed, 31 Oct 2001 21:51:12 -0500 (EST) (envelope-from erothwell@callgtn.com) X-Authentication-Warning: endymion.skorga.org: bacchusrx owned process doing -bs Date: Wed, 31 Oct 2001 21:51:11 -0500 (EST) From: Erik Rothwell X-X-Sender: To: Subject: Burncd errors... Message-ID: <20011031214224.W1393-100000@endymion> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I've spent the last several hours searching Google & Geocrawler to no avail... so I thought I'd ask here. I'm trying to write a small audio file to a CD. Burncd refuses to do it... for instance... if I do something like: dd if=/dev/zero bs=2352 count=300 of=audio.raw then, burncd -f /dev/acd0c -s 1 audio audio.raw fixate I get the following output: next writeable LBA 0 writing from file audio.raw size 689 KB only wrote -1 of 37632 bytes fixating CD, please wait.. burncd: ioctl(CDRIOCCLOSEDISK): Input/output error and on the console: Oct 31 21:45:18 endymion /kernel: acd0: WRITE_BIG - ILLEGAL REQUEST asc=64 ascq=00 error=00 Oct 31 21:45:18 endymion /kernel: acd0: WRITE_BIG - ILLEGAL REQUEST asc=64 ascq=00 error=00 Oct 31 21:45:18 endymion /kernel: acd0: CLOSE_TRACK/SESSION - ILLEGAL REQUEST asc=2c ascq=04 error=00 Oct 31 21:45:18 endymion /kernel: acd0: CLOSE_TRACK/SESSION - ILLEGAL REQUEST asc=2c ascq=04 error=00 I cannot issue the "msinfo" or "blank" commands either. Any data files (data, XAmode1, mode2) are written correctly and flawlessly. The only reference I could find to errors similar to these were on NetBSD under different circumstances and with a Yamaha burner on FreeBSD. The FreeBSD reference mentioned bugs in the ATA driver that'd be fixed in 4.4-STABLE (which I'm running... cvsupped as of Sept 27th)... The burner is: acd0: CD-RW at ata1-master using PIO4 Any help would be greatly appreciated! Thanks, Erik. -- E. L. Rothwell PGP Public Key at http://www.keyserver.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 19:29:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 0492B37B403 for ; Wed, 31 Oct 2001 19:29:27 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1000) id AF3AE81D06; Wed, 31 Oct 2001 21:29:21 -0600 (CST) Date: Wed, 31 Oct 2001 19:29:21 -0800 From: Paul Saab To: Luigi Rizzo Cc: stable@freebsd.org Subject: Re: HEADS UP: a bunch of ipfw MFC in the next 1-2 days Message-ID: <20011031192921.A79142@elvis.mu.org> References: <20011031173755.F23297@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011031173755.F23297@iguana.aciri.org>; from rizzo@aciri.org on Wed, Oct 31, 2001 at 05:37:55PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Luigi Rizzo (rizzo@aciri.org) wrote: > [Bcc to -net and -ipfw because of relevance] > > Hi, > I am about to merge into stable a number of modifications that > have been committed to current over the past month or two. > The most significant ones are: > > * the merge of ipfw rule descriptor and chain pointer. No functional > change, but the internal data structures and code are way more > readable; > > * Bill Fenner's code to make ipfw/dummynet/bridge KLD'able ^^^^^^^^^^^^^ Bill Fumerola. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Oct 31 19:51:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by hub.freebsd.org (Postfix) with SMTP id 60AA537B407 for ; Wed, 31 Oct 2001 19:51:44 -0800 (PST) Received: from sdtihq24.securid.com by tholian.securitydynamics.com via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 1 Nov 2001 03:48:07 UT Received: from ebola.securitydynamics.com (ebola.securid.com [192.168.7.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id WAA16461 for ; Wed, 31 Oct 2001 22:51:43 -0500 (EST) Received: from spirit.dynas.se (localhost [127.0.0.1]) by ebola.securitydynamics.com (8.9.3+Sun/8.9.1) with SMTP id WAA29747 for ; Wed, 31 Oct 2001 22:51:41 -0500 (EST) Received: (qmail 27842 invoked from network); 1 Nov 2001 03:51:40 -0000 Received: from explorer.rsa.com (HELO mikko.rsa.com) (10.81.217.59) by spirit.dynas.se with SMTP; 1 Nov 2001 03:51:40 -0000 Received: (from mikko@localhost) by mikko.rsa.com (8.11.6/8.11.6) id fA13pbb43086; Wed, 31 Oct 2001 19:51:37 -0800 (PST) (envelope-from mikko) Date: Wed, 31 Oct 2001 19:51:37 -0800 (PST) From: Mikko Tyolajarvi Message-Id: <200111010351.fA13pbb43086@mikko.rsa.com> To: erothwell@callgtn.com Cc: stable@freebsd.org Subject: Re: Burncd errors... Newsgroups: local.freebsd.stable References: <20011031214224.W1393-100000@endymion> X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In local.freebsd.stable you write: >I'm trying to write a small audio file to a CD. Burncd refuses to >do it... for instance... if I do something like: >burncd -f /dev/acd0c -s 1 audio audio.raw fixate [...] >Oct 31 21:45:18 endymion /kernel: acd0: WRITE_BIG - ILLEGAL REQUEST asc=64 >ascq=00 error=00 [...] >I cannot issue the "msinfo" or "blank" commands either. Any data files >(data, XAmode1, mode2) are written correctly and flawlessly. >The only reference I could find to errors similar to these were on NetBSD >under different circumstances and with a Yamaha burner on FreeBSD. The >FreeBSD reference mentioned bugs in the ATA driver that'd be fixed in >4.4-STABLE (which I'm running... cvsupped as of Sept 27th)... >The burner is: >acd0: CD-RW at ata1-master using PIO4 Not that it is any help to you, but I have the same problem (data burns ok, audio does not) with an 8083B. And apparently we're not alone: . My solution? I bought a Plextor. $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 2:31: 8 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns2.wananchi.com (mail.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id D827737B401 for ; Thu, 1 Nov 2001 02:30:57 -0800 (PST) Received: from wash by ns2.wananchi.com with local (Exim 3.33 #1) id 15zF6r-0007wS-00; Thu, 01 Nov 2001 13:30:05 +0300 Date: Thu, 1 Nov 2001 13:30:05 +0300 From: Odhiambo Washington To: freebsd-stable@freebsd.org Cc: jschlesn@physik.TU-Berlin.DE Subject: Re: Kernel building error Message-ID: <20011101133005.C21700@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-stable@freebsd.org, jschlesn@physik.TU-Berlin.DE References: <20011031101911.M29426@ns2.wananchi.com> <20011031153224.A80361@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline In-Reply-To: <20011031153224.A80361@physik.TU-Berlin.DE> User-Agent: Mutt/1.3.23i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: The reward of a thing well done is to have done it. -- Emerson X-Operating-System: FreeBSD 4.4-STABLE i386 X-Best-Window-Manager: XFCE X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 1:23PM up 2:01, 3 users, load averages: 0.76, 0.54, 0.42 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Jan Schlesner [20011031 17:31]: writing on= the subject 'Re: Kernel building error' | Hi, |=20 | I think, that we need more informations. E.g. have you delete | all in /usr/obj and habe you build the system before you try | to build a kernel?=20 Yes, cvsup -g -L 2 stable-supfile after that, cd /usr/src=20 make world | tee ~wash/world-20011031 | tail -8 | mail wash@wananchi.com & That completed nicely. make kernel KERNCONF=3DKern4.x | tee ~wash/kernel-20011031 | tail -10 | mai= l wash@wananchi.com & That is where I got the error I posted below ;-) I've even done a make clean inside /usr/src I did modify my kernel file though and maybe that is where the problem come= s from? here is the section that, if anything, maybe suspect: # Pseudo devices - the number indicates how many units to allocated. pseudo-device vlan 1 # VLAN support pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Point-to-point protocol pseudo-device sppp # Generic Synchronous PPP pseudo-device tun # Tunnel driver (ppp(8), nos-tun(8)) pseudo-device pty 16 # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device vn # Allow mounting of ISO images as files pseudo-device ef # Multiple ethernet frames support I added ef, vlan, sppp to what I had previously. Now I don't really think t= hat would be an issue, no? [snip] | > After a cvsUP today, this happens | >=20 | > sh /usr/src/sys/conf/newvers.sh ALLIGATOR=20 | > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-proto= types -Wmissing-prototypes -Wpointer-arith -Winline | > -Wcast-q | > ual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr= /src/sys/../include -I/usr/src/sys/contrib/ipfilter | > -D_KERNE | > L -include opt_global.h -elf -mpreferred-stack-boundary=3D2 vers.c | > linking kernel | > *** Error code 1 | >=20 | > Stop in /usr/obj/usr/src/sys/Kern4.x. | > *** Error code 1 | >=20 | > Stop in /usr/src. [/snip] -Wash S y s t e m s A d m i n i s t r a t o r -- ~\\_ =20 Odhiambo Washington \\\\ =20 Wananchi Online Ltd., `\\\\\ =20 1st Flr Loita Hse, Loita Street |\\\\\ =20 PO Box 10286,00100-NAIROBI,KE. \\\\\|__.--~~\ =20 Fax: 254 2 313985-9 _--~ / =20 Fax: 254 2 313922 /~ ////// _-~~~~' =20 E-mail: wash@wananchi.com ('-//////-// =20 URL : http://www.wananchi.com //////(((-) =20 GSM: 254 72 743 223 / 254 733 744 121 /////" =20 _///" =20 +++ It is said that the lonely eagle flies to the mountain peaks while the lowly ant crawls the ground, but cannot the soul of the ant soar as high as the eagle? --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE74SQtn7LIsuxjem8RAimiAKCk1mqo7yNRhM0A731z8V46IdSDqACeNhfb 2KnsRWViOHuZgj6jW+i3/SI= =z4YR -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 2:34:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from orange.csi.cam.ac.uk (orange.csi.cam.ac.uk [131.111.8.77]) by hub.freebsd.org (Postfix) with ESMTP id C679137B401 for ; Thu, 1 Nov 2001 02:34:07 -0800 (PST) Received: from jacs (helo=localhost) by orange.csi.cam.ac.uk with local-esmtp (Exim 3.22 #1) id 15zFAk-0003dm-00 for stable@FreeBSD.ORG; Thu, 01 Nov 2001 10:34:06 +0000 Date: Thu, 1 Nov 2001 10:34:06 +0000 (GMT) From: "Dr J.A.C. Stenton" X-X-Sender: To: Subject: Got locked out of my 4.4 Stable box this morning Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I did my monthly update of freebsd-4.4.stable yesterday which installed and rebooted fine. When I came in this morning I found a continual stream of error messages coming out on the console from sendmail, inetd etc saying something along the lines of "device not configured". I was unable to log in, I just got the login prompt immediately back. Having had to press the reset button I've managed to get back into the system; there are no messages in any of the log files relating to the console error messages. From looking at lastcomm output it looks suspiciously like the files system must have wedged sometime shortly after my amanda dump process finished. Anyone had a similar problem recently? Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 3:35: 1 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail012.syd.optusnet.com.au (mail012.syd.optusnet.com.au [203.2.75.172]) by hub.freebsd.org (Postfix) with ESMTP id 4BCB337B406 for ; Thu, 1 Nov 2001 03:34:58 -0800 (PST) Received: from co3012362-a.optushome.com.au (c666.mckinn1.vic.optusnet.com.au [203.164.67.159]) by mail012.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id fA1BYuu14648 for ; Thu, 1 Nov 2001 22:34:56 +1100 Message-Id: <5.1.0.14.0.20011101223313.00a23670@mail.mckinn1.vic.optushome.com.au> X-Sender: menhennitt@mail.mckinn1.vic.optushome.com.au X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 01 Nov 2001 22:39:33 +1100 To: freebsd-stable@FreeBSD.ORG From: Graham Menhennitt Subject: network interface dies randomly - ifconfig down then up fixes Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a Arris Cornerstone CM200 cable modem connected to my FreeBSD stable (cvsupped last week) box via UTP into a NE2000 compatible ISA Ethernet adaptor. The connection randomly dies. I can send pings out of it and see the Activity LED flash on the modem but the FreeBSD box never sees any replies. Doing "ifconfig ed1 down" followed by "ifconfig ed1 up" fixes it. It's been happening for about the last two weeks (so it happened before the most recent cvsup also). Does anybody have any suggestions? Thanks for any help, Graham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 4:25:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mikea.ath.cx (okc-65-30-192-11.mmcable.com [65.30.192.11]) by hub.freebsd.org (Postfix) with ESMTP id 546DA37B406 for ; Thu, 1 Nov 2001 04:25:25 -0800 (PST) Received: (from mikea@localhost) by mikea.ath.cx (8.11.6/8.11.1) id fA1CP8S09409; Thu, 1 Nov 2001 06:25:08 -0600 (CST) (envelope-from mikea) Date: Thu, 1 Nov 2001 06:25:08 -0600 From: mikea To: Mikko Tyolajarvi Cc: erothwell@callgtn.com, stable@FreeBSD.ORG Subject: Re: Burncd errors... Message-ID: <20011101062508.B9373@mikea.ath.cx> References: <20011031214224.W1393-100000@endymion> <200111010351.fA13pbb43086@mikko.rsa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111010351.fA13pbb43086@mikko.rsa.com>; from mikko@dynas.se on Wed, Oct 31, 2001 at 07:51:37PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 31, 2001 at 07:51:37PM -0800, Mikko Tyolajarvi wrote: > In local.freebsd.stable you write: > > >I'm trying to write a small audio file to a CD. Burncd refuses to > >do it... for instance... if I do something like: > > >burncd -f /dev/acd0c -s 1 audio audio.raw fixate > > [...] > > >Oct 31 21:45:18 endymion /kernel: acd0: WRITE_BIG - ILLEGAL REQUEST asc=64 > >ascq=00 error=00 > > [...] > > >I cannot issue the "msinfo" or "blank" commands either. Any data files > >(data, XAmode1, mode2) are written correctly and flawlessly. > > >The only reference I could find to errors similar to these were on NetBSD > >under different circumstances and with a Yamaha burner on FreeBSD. The > >FreeBSD reference mentioned bugs in the ATA driver that'd be fixed in > >4.4-STABLE (which I'm running... cvsupped as of Sept 27th)... > > >The burner is: > > >acd0: CD-RW at ata1-master using PIO4 > > Not that it is any help to you, but I have the same problem (data > burns ok, audio does not) with an 8083B. And apparently we're not > alone: . > > My solution? I bought a Plextor. When I had this problem, I found that it was fixed by a cvsup/buildworld/installworld/newkernel cycle -- in the correct order. I was using a Sony CRX-140S SCSI burner at the time, and still am. Works fine now. -- Mike Andrews mikea@mikea.ath.cx Tired old sysadmin since 1964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 4:31:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mikea.ath.cx (okc-65-30-192-11.mmcable.com [65.30.192.11]) by hub.freebsd.org (Postfix) with ESMTP id E792137B405 for ; Thu, 1 Nov 2001 04:31:08 -0800 (PST) Received: (from mikea@localhost) by mikea.ath.cx (8.11.6/8.11.1) id fA1CV4d09426; Thu, 1 Nov 2001 06:31:04 -0600 (CST) (envelope-from mikea) Date: Thu, 1 Nov 2001 06:31:04 -0600 From: mikea To: Graham Menhennitt Cc: freebsd-stable@FreeBSD.ORG Subject: Re: network interface dies randomly - ifconfig down then up fixes Message-ID: <20011101063104.C9373@mikea.ath.cx> References: <5.1.0.14.0.20011101223313.00a23670@mail.mckinn1.vic.optushome.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.0.20011101223313.00a23670@mail.mckinn1.vic.optushome.com.au>; from gmenhennitt@optushome.com.au on Thu, Nov 01, 2001 at 10:39:33PM +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 01, 2001 at 10:39:33PM +1100, Graham Menhennitt wrote: > I have a Arris Cornerstone CM200 cable modem connected to my FreeBSD stable > (cvsupped last week) box via UTP into a NE2000 compatible ISA Ethernet > adaptor. The connection randomly dies. I can send pings out of it and see > the Activity LED flash on the modem but the FreeBSD box never sees any > replies. Doing "ifconfig ed1 down" followed by "ifconfig ed1 up" fixes it. > It's been happening for about the last two weeks (so it happened before the > most recent cvsup also). It could be your cable provider doing things on their network. I have found that they are fond of making changes during prime time daylight, rather than in the wee hours, and most of their changes require me to reset my cablemodem (power cycle). If your /var/log/messages shows things like your upstream gateway MAC address changing (I run arpwatch, so I see that), then that has a high probability of being the problem. If not, then you may need to run tcpdump continuously on that interface to catch the ACK and SYN packets. I do that, too, so that I can trace attacks, but I do computer security for a living and hence am a professional paranoid. -- Mike Andrews mikea@mikea.ath.cx Tired old sysadmin since 1964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 4:55:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hotmail.com (law2-oe39.hotmail.com [216.32.180.36]) by hub.freebsd.org (Postfix) with ESMTP id 012D137B401 for ; Thu, 1 Nov 2001 04:55:40 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 1 Nov 2001 04:55:39 -0800 X-Originating-IP: [24.253.92.138] Reply-To: "Mike Loiterman" From: "Mike Loiterman" To: "Kent Stewart" Cc: References: <3BE0858E.3050600@owt.com> Subject: Re: make buildworld dies Date: Thu, 1 Nov 2001 06:54:06 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0146_01C162A1.FFF1D4E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 01 Nov 2001 12:55:39.0937 (UTC) FILETIME=[82289110:01C162D4] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0146_01C162A1.FFF1D4E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks for the reply. At first I thought this would fix the problem, but it didn't. I am cvsup=EDng with the stable-supfile profided by cvsup. I am using cvsup version SNAP_16_1e. It is still giving me the same error. Here are the last 30 lines from the buildworld log.=20 Let me know if you need more. cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS - -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM - -DHAVE_PAM_GETENVLIST -DSKEY -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\" - -DNO_IDEA -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-options.c cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS - -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM - -DHAVE_PAM_GETENVLIST -DSKEY -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\" - -DNO_IDEA -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS - -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM - -DHAVE_PAM_GETENVLIST -DSKEY -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\" - -DNO_IDEA -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-chall.c cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS - -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM - -DHAVE_PAM_GETENVLIST -DSKEY -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\" - -DNO_IDEA -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-chall.c cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS - -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM - -DHAVE_PAM_GETENVLIST -DSKEY -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\" - -DNO_IDEA -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c: In function `do_pam_conversation': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c:128: warning: passing arg 1 of `read_passphrase' discards qualifiers from pointer target type cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS - -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM - -DHAVE_PAM_GETENVLIST -DSKEY -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\" - -DNO_IDEA -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.sbin/sshd/../../../usr.bin/login/login_access.c cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS - -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM - -DHAVE_PAM_GETENVLIST -DSKEY -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\" - -DNO_IDEA -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/groupaccess.c cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS - -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM - -DHAVE_PAM_GETENVLIST -DSKEY -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\" - -DNO_IDEA -I/usr/obj/usr/src/i386/usr/include -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o auth2.o auth-options.o session.o auth-chall.o auth2-chall.o auth-pam.o login_access.o groupaccess.o -lopie -lmd /usr/obj/usr/src/secure/usr.sbin/sshd/../../lib/libssh/libssh.a - -lcrypt -lcrypto -lutil -lz -lwrap -lpam gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.8 > sshd.8.gz =3D=3D=3D> etc =3D=3D=3D> etc/sendmail make: don't know how to make freebsd.mc. Stop *** Error code 2 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. - ----------------------------------------- Mike Loiterman mloiterman@hotmail.com - ----------------------------------------- - ----- Original Message -----=20 From: Kent Stewart=20 To: Mike Loiterman=20 Cc: freebsd-stable@FreeBSD.ORG=20 Sent: Wednesday, October 31, 2001 5:13 PM Subject: Re: make buildworld dies Mike Loiterman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > I'm sure I'm doing something stupid here, but I simply can't figure > out what. I've searched all over google, yahoo, deja.com and the > bsd archives, but I am baffled by this. What did you cvsup from and what options are you using on the cvsup. Also what version of cvsup are you using? To find out the version do "cvsup -v". If you aren't using 16.11d or higher, that could be your problem. You can get a fixed version at http://people.freebsd.org/~jdp/s1g/ > > > > I just cvsup'ed to 4.4-STABLE and I followed the handbook > instructions exactly in terms of doing make buildworld, but I keep > getting this error when I do the make buildworld... > > > > make: don't know how to make freebsd.mc. Stop > *** Error code 2 > > > > Stop in /usr/src/etc. > *** Error code 1 > > > > Stop in /usr/src > *** Error code 1 > > > > Stop in /usr/src > *** Error code 1 > > > > Stop in /usr/src > > > > I have logged the entire output of make buildworld if anyone needs > to see it. But the above is the error I get. Thanks. I do this routinely. It is much easier to figure out what happened. Kent > > > > > - ----------------------------------------- > Mike Loiterman > - -- Kent Stewart Richland, WA http://users.owt.com/kstewart Carl Sagan quote on Seti@home http://setiathome.ssl.berkeley.edu/pale_blue_dot.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use Comment: Digitally signed by Mike Loiterman iQA/AwUBO+FF6nJ6B0BI4qMYEQKnIgCfYYSI7gpsZPmVacrYaKzLQDIrM4sAoI7j S/mAjNme7uGdd+dsG4ttALuZ =3DpS3v -----END PGP SIGNATURE----- ------=_NextPart_000_0146_01C162A1.FFF1D4E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: = SHA1
 
Thanks for the reply.  At first I thought this = would fix=20 the problem,
but it didn't.  I am cvsup=EDng with the = stable-supfile=20 profided by
cvsup.   I am using cvsup version = SNAP_16_1e.  It=20 is still giving me
the same error.  Here are the last 30 lines = from the=20 buildworld log.
 Let me know if you need more.
 
cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP=20 -DLOGIN_ACCESS
- = -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login=20 -DUSE_PAM
- -DHAVE_PAM_GETENVLIST -DSKEY=20 -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\"
- -DNO_IDEA=20 -I/usr/obj/usr/src/i386/usr/include=20 -c
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-options.= c
 
cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP=20 -DLOGIN_ACCESS
- = -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login=20 -DUSE_PAM
- -DHAVE_PAM_GETENVLIST -DSKEY=20 -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\"
- -DNO_IDEA=20 -I/usr/obj/usr/src/i386/usr/include=20 -c
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c
 
cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP=20 -DLOGIN_ACCESS
- = -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login=20 -DUSE_PAM
- -DHAVE_PAM_GETENVLIST -DSKEY=20 -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\"
- -DNO_IDEA=20 -I/usr/obj/usr/src/i386/usr/include=20 -c
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-chall.c<= /FONT>
 
cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP=20 -DLOGIN_ACCESS
- = -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login=20 -DUSE_PAM
- -DHAVE_PAM_GETENVLIST -DSKEY=20 -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\"
- -DNO_IDEA=20 -I/usr/obj/usr/src/i386/usr/include=20 -c
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-chall.c=
 
cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP=20 -DLOGIN_ACCESS
- = -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login=20 -DUSE_PAM
- -DHAVE_PAM_GETENVLIST -DSKEY=20 -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\"
- -DNO_IDEA=20 -I/usr/obj/usr/src/i386/usr/include=20 -c
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c
 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c= :=20 In
function `do_pam_conversation':
 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c= :128:
warning:=20 passing arg 1 of `read_passphrase' discards qualifiers from
pointer = target=20 type
 
cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP=20 -DLOGIN_ACCESS
- = -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login=20 -DUSE_PAM
- -DHAVE_PAM_GETENVLIST -DSKEY=20 -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\"
- -DNO_IDEA=20 -I/usr/obj/usr/src/i386/usr/include=20 -c
/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login/login_access.c=
 
cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP=20 -DLOGIN_ACCESS
- = -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login=20 -DUSE_PAM
- -DHAVE_PAM_GETENVLIST -DSKEY=20 -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\"
- -DNO_IDEA=20 -I/usr/obj/usr/src/i386/usr/include=20 -c
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/groupaccess.c=
 
cc -nostdinc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP=20 -DLOGIN_ACCESS
- = -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login=20 -DUSE_PAM
- -DHAVE_PAM_GETENVLIST -DSKEY=20 -DXAUTH_PATH=3D\"/usr/X11R6/bin/xauth\"
- -DNO_IDEA=20 -I/usr/obj/usr/src/i386/usr/include -o sshd sshd.o
auth-rhosts.o=20 auth-passwd.o auth-rsa.o auth-rh-rsa.o sshpty.o
sshlogin.o servconf.o = serverloop.o auth.o auth1.o auth2.o
auth-options.o session.o = auth-chall.o=20 auth2-chall.o auth-pam.o
login_access.o groupaccess.o -lopie=20 -lmd
/usr/obj/usr/src/secure/usr.sbin/sshd/../../lib/libssh/libssh.a-=20 -lcrypt -lcrypto -lutil -lz -lwrap -lpam
 
gzip -cn=20 /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.8
>=20 sshd.8.gz
 
=3D=3D=3D> etc
 
=3D=3D=3D> etc/sendmail
 
make: don't know how to make freebsd.mc. = Stop
 
*** Error code 2
 
Stop in /usr/src/etc.
 
*** Error code 1
 
Stop in /usr/src.
 
*** Error code 1
 
Stop in /usr/src.
 
*** Error code 1
 
Stop in /usr/src.
 
 
 
- -----------------------------------------
Mike=20 Loiterman
 
mloiterman@hotmail.com
-=20 -----------------------------------------
- ----- Original Message = -----=20
From: Kent Stewart
To: Mike Loiterman
Cc: freebsd-stable@FreeBSD.ORG= =20
Sent: Wednesday, October 31, 2001 5:13 PM
Subject: Re: make = buildworld=20 dies
 
 
 

Mike Loiterman wrote:
 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash:=20 SHA1
>
>
>
> I'm sure I'm doing something stupid = here,=20 but I simply can't figure
> out what.  I've searched all over = google,=20 yahoo, deja.com and the
> bsd archives, but I am baffled by = this.
 

What did you cvsup from and what options are you using on the=20 cvsup.
Also what version of cvsup are you using? To find out the = version=20 do
"cvsup -v". If you aren't using 16.11d or higher, that could be=20 your
problem. You can get a fixed version at
 
http://people.freebsd.org/~j= dp/s1g/
 

>
>
>
> I just cvsup'ed to 4.4-STABLE and = I=20 followed the handbook
> instructions exactly in terms of doing = make=20 buildworld, but I keep
> getting this error when I do the make=20 buildworld...
>
>
>
> make: don't know how to = make=20 freebsd.mc. Stop
> *** Error code = 2
>
>
>
> Stop=20 in /usr/src/etc.
> *** Error code = 1
>
>
>
> Stop=20 in /usr/src
> *** Error code 1
>
>
>
> = Stop in=20 /usr/src
> *** Error code 1
>
>
>
> Stop = in=20 /usr/src
>
>
>
> I have logged the entire output = of make=20 buildworld if anyone needs
> to see it.  But the above is the = error I=20 get.  Thanks.
 

I do this routinely. It is much easier to figure out what=20 happened.
 
Kent
 

>
>
>
>
> -=20 -----------------------------------------
> Mike = Loiterman
>
 
- --
Kent Stewart
Richland, WA
http://users.owt.com/kstewart<= /DIV>
 
Carl Sagan quote on Seti@home
http://set= iathome.ssl.berkeley.edu/pale_blue_dot.html
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with=20 "unsubscribe freebsd-stable" in the body of the message
 
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for=20 non-commercial use <http://www.pgp.com>
Comment: = Digitally=20 signed by Mike Loiterman
 
iQA/AwUBO+FF6nJ6B0BI4qMYEQKnIgCfYYSI7gpsZPmVacrYaKzLQDIrM4sAoI7j
= S/mAjNme7uGdd+dsG4ttALuZ
=3DpS3v
-----END=20 PGP SIGNATURE-----
------=_NextPart_000_0146_01C162A1.FFF1D4E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 5:38:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hotmail.com (law2-oe67.hotmail.com [216.32.180.160]) by hub.freebsd.org (Postfix) with ESMTP id 34F5E37B403 for ; Thu, 1 Nov 2001 05:38:36 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 1 Nov 2001 05:38:36 -0800 X-Originating-IP: [24.253.92.138] Reply-To: "Mike Loiterman" From: "Mike Loiterman" To: "Glen Foster" Cc: References: <3BE0858E.3050600@owt.com> <15329.18764.691207.156251@audio.gfoster.com> Subject: Re: make buildworld dies Date: Thu, 1 Nov 2001 07:37:03 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0155_01C162A7.FFCADD30" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 01 Nov 2001 13:38:36.0201 (UTC) FILETIME=[81BB4190:01C162DA] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0155_01C162A7.FFCADD30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have and have had a copy of freebsd.c in /etc/mail. I do not have an /etc/make.conf. I have a /etc/defaults/make.conf and the line SENDMAIL_MC=3D/etc/mail/myconfig.mc is commeneted out in this file. There is no reference to SENDMAIL_CF in /etc/defaults/make.conf. I don't understand why I am having these problems...I did a build, install cycle the other day on this very machine without any problems, but I ended up wiping the system and starting over clean. I can't figure this out. I guess I will try to uncomment NO_SENDMAIL=3Dtrue and build and install from there. - ----------------------------------------- Mike Loiterman mloiterman@hotmail.com - ----------------------------------------- - ----- Original Message -----=20 From: Glen Foster=20 To: Mike Loiterman=20 Sent: Thursday, November 01, 2001 7:08 AM Subject: Re: make buildworld dies Here are some things that should make the error go away, any one of them should work, use whichever seems most convenient: Make sure you have a copy of freebsd.mc in /etc/mail, it used to be in /usr/src/etc/sendmail/. Run the build again (actually, make - -DNOCLEAN should be fine and speed things up considerably). Check your /etc/make.conf and /etc/defaults/make.conf file for any reference to SENDMAIL_MC or SENDMAIL_CF (the latter is now decprecated but maybe not on the system that you are working with). Set NO_SENDMAIL=3Dtrue in /etc/make.conf, build, install, mergemaster, take it out and build and install again. Backup your /etc directory, run mergemaster to update it, then try the build again. -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use Comment: Digitally signed by Mike Loiterman iQA/AwUBO+FP+3J6B0BI4qMYEQLzPgCg7UXH+r4BkElzvb+aKxNTogtuGjoAoObC CH3ERQVmUEKzvIbbjxkgJbDc =3DleIp -----END PGP SIGNATURE----- ------=_NextPart_000_0155_01C162A7.FFCADD30 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: = SHA1
 
I have and have had a copy of freebsd.c in=20 /etc/mail.
 
I do not have an /etc/make.conf.  I have a=20 /etc/defaults/make.conf
and the line = SENDMAIL_MC=3D/etc/mail/myconfig.mc is=20 commeneted out in
this file.  There is no reference to = SENDMAIL_CF=20 in
/etc/defaults/make.conf.  I don't understand why I am having=20 these
problems...I did a build, install cycle the other day on this=20 very
machine without any problems, but I ended up wiping the system=20 and
starting over clean.  I can't figure this out.
 
I guess I will try to uncomment  = NO_SENDMAIL=3Dtrue and=20 build and
install from there.
 

- -----------------------------------------
Mike = Loiterman
 
mloiterman@hotmail.com
-=20 -----------------------------------------
- ----- Original Message = -----=20
From: Glen Foster
To: Mike Loiterman
Sent: Thursday, = November 01,=20 2001 7:08 AM
Subject: Re: make buildworld dies
 

Here are some things that should make the error go away, any = one=20 of
them should work, use whichever seems most convenient:
 
Make sure you have a copy of freebsd.mc in /etc/mail, it used to=20 be
in
/usr/src/etc/sendmail/.  Run the build again (actually, = make
- -DNOCLEAN
should be fine and speed things up = considerably).
 
Check your /etc/make.conf and /etc/defaults/make.conf file for=20 any
reference to SENDMAIL_MC or SENDMAIL_CF (the latter is=20 now
decprecated
but maybe not on the system that you are working=20 with).
 
Set NO_SENDMAIL=3Dtrue in /etc/make.conf, build, install,=20 mergemaster,
take it out and build and install again.
 
Backup your /etc directory, run mergemaster to update it, then=20 try
the
build again.
 
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for=20 non-commercial use <http://www.pgp.com>
Comment: = Digitally=20 signed by Mike Loiterman
 
iQA/AwUBO+FP+3J6B0BI4qMYEQLzPgCg7UXH+r4BkElzvb+aKxNTogtuGjoAoObC
= CH3ERQVmUEKzvIbbjxkgJbDc
=3DleIp
-----END=20 PGP SIGNATURE-----
------=_NextPart_000_0155_01C162A7.FFCADD30-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 6:52:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.oregonfast.net (mail.oregonfast.net [63.228.228.11]) by hub.freebsd.org (Postfix) with SMTP id 9A0EE37B40A for ; Thu, 1 Nov 2001 06:51:51 -0800 (PST) Received: (qmail 15511 invoked by uid 89); 1 Nov 2001 14:51:51 -0000 Message-ID: <20011101145151.15510.qmail@mail.oregonfast.net> References: <3BE0858E.3050600@owt.com> <15329.18764.691207.156251@audio.gfoster.com> In-Reply-To: From: "James" To: "Mike Loiterman" Cc: freebsd-stable@freebsd.org Subject: Re: make buildworld dies Date: Thu, 01 Nov 2001 14:51:51 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Sender: daemus@oregonfast.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did you happen to use the example cvsup refuse file? Cause there's a line there that says to refuse the very file that you're referring to. Mike Loiterman writes: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I have and have had a copy of freebsd.c in /etc/mail. > > I do not have an /etc/make.conf. I have a /etc/defaults/make.conf > and the line SENDMAIL_MC=/etc/mail/myconfig.mc is commeneted out in > this file. There is no reference to SENDMAIL_CF in > /etc/defaults/make.conf. I don't understand why I am having these > problems...I did a build, install cycle the other day on this very > machine without any problems, but I ended up wiping the system and > starting over clean. I can't figure this out. > > I guess I will try to uncomment NO_SENDMAIL=true and build and > install from there. > > > - ----------------------------------------- > Mike Loiterman > > mloiterman@hotmail.com > - ----------------------------------------- > - ----- Original Message ----- > From: Glen Foster > To: Mike Loiterman > Sent: Thursday, November 01, 2001 7:08 AM > Subject: Re: make buildworld dies > > > Here are some things that should make the error go away, any one of > them should work, use whichever seems most convenient: > > Make sure you have a copy of freebsd.mc in /etc/mail, it used to be > in > /usr/src/etc/sendmail/. Run the build again (actually, make > - -DNOCLEAN > should be fine and speed things up considerably). > > Check your /etc/make.conf and /etc/defaults/make.conf file for any > reference to SENDMAIL_MC or SENDMAIL_CF (the latter is now > decprecated > but maybe not on the system that you are working with). > > Set NO_SENDMAIL=true in /etc/make.conf, build, install, mergemaster, > take it out and build and install again. > > Backup your /etc directory, run mergemaster to update it, then try > the > build again. > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use > Comment: Digitally signed by Mike Loiterman > > iQA/AwUBO+FP+3J6B0BI4qMYEQLzPgCg7UXH+r4BkElzvb+aKxNTogtuGjoAoObC > CH3ERQVmUEKzvIbbjxkgJbDc > =leIp > -----END PGP SIGNATURE----- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 8:18:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bigtower.net (bigtower.net [212.209.45.22]) by hub.freebsd.org (Postfix) with SMTP id 9AEC937B403 for ; Thu, 1 Nov 2001 08:18:23 -0800 (PST) Received: (qmail 30631 invoked by uid 1000); 1 Nov 2001 16:18:19 -0000 Date: Thu, 1 Nov 2001 17:18:19 +0100 From: Carl Drougge To: freebsd-stable@FreeBSD.ORG Subject: Re: Can X work with Intel i815 under FBSD 4.4? Message-ID: <20011101171819.C16495@bigtower.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from dufberg@nic-se.se on Mon, Oct 29, 2001 at 07:07:06PM +0100 X-Operating-System: OpenBSD bigtower.net 2.7 BIGTOWER#8 i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 29, 2001 at 07:07:06PM +0100, Mats Dufberg wrote: > Can anyone report a working configuration of FreeBSD and XFree86 4.1.0 on > a Intel 82815 (i815 GMCH) SVGA controller? No, it refuses to work (for me). XFree86 4.0.2 however works just fine, except switching to text-mode and then back locks the machine. Try that. (I'm not sure of the exact chipset atm, but i815 something at least.. i815e I think. A dell desktop.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 8:21:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail4.txucom.net (mail4.txucom.net [207.70.175.17]) by hub.freebsd.org (Postfix) with SMTP id 2316037B403 for ; Thu, 1 Nov 2001 08:21:20 -0800 (PST) Received: (qmail 27510 invoked from network); 1 Nov 2001 16:21:13 -0000 Received: from lfkn-adsl-pwoodahec.txucom.net (HELO luftx.net) ([207.70.146.31]) (envelope-sender ) by mail4.txucom.net (qmail-ldap-1.03) with SMTP for ; 1 Nov 2001 16:21:13 -0000 Message-ID: <3BE17665.CD73DBCB@luftx.net> Date: Thu, 01 Nov 2001 10:20:53 -0600 From: Robert Small X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: make buildworld dies Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I want to apologize if this has been asked/answered. I've been out of it for almost three weeks while I was recovering from surgery. Today I cvsup'd and when I tried a buildworld, it failed: install -c -o root -g wheel -m 444 hcreate.3.gz /usr/share/man/man3 install: hcreate.3.gz: No such file or directory *** Error code 71 Stop in /usr/src/lib/libc. *** Error code 1 I've searched the stable archives but can't find a reference for it. If anyone has an idea on how to fix it, I'd appreciate it. Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 8:35:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) by hub.freebsd.org (Postfix) with ESMTP id 82FA337B403 for ; Thu, 1 Nov 2001 08:35:45 -0800 (PST) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.11.6/8.11.6) with ESMTP id fA1GZSr37949 for ; Thu, 1 Nov 2001 16:35:29 GMT (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: freebsd-stable@freebsd.org Subject: Upgrading from 3.3 to RELENG_4_4 Date: Thu, 01 Nov 2001 16:35:28 +0000 Message-ID: <37947.1004632528@thrush.ravenbrook.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to use cvsup to upgrade from 3.3-RELEASE to RELENG_4_4. My "make buildworld" has hit the xinstall/strtofflags problem reported many times on this list. So I am following the recommendation given by a few users that I go to RELENG_4_1_1_RELEASE first. This doesn't seem unreasonable, but it would be good if UPDATING told me I had to do this (maybe under "To update from 3.x to 4.x stable"). Nick Barnes Ravenbrook Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 8:48:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web10107.mail.yahoo.com (web10107.mail.yahoo.com [216.136.130.57]) by hub.freebsd.org (Postfix) with SMTP id 82D9D37B405 for ; Thu, 1 Nov 2001 08:48:50 -0800 (PST) Message-ID: <20011101164850.93282.qmail@web10107.mail.yahoo.com> Received: from [65.207.11.2] by web10107.mail.yahoo.com via HTTP; Thu, 01 Nov 2001 08:48:50 PST Date: Thu, 1 Nov 2001 08:48:50 -0800 (PST) From: Matthew Schroebel Subject: Re: make buildworld fail @/usr/src/gnu/usr.bin/perl To: andreas Cc: freebsd-stable@freebsd.org In-Reply-To: <20011101050027.B40354-100000@vmonkey.ops.cp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No, no-one answered. There was a thread about it which said it was due to a 1 billion second bug in cvsup, and you needed to get cvsup-16.e.tgz, and install it, rm -rf /usr/src rm -rf /usr/obj, and cvsup again. But that didn't work for me. Someone also suggested to again delete everything, and re-cvsup again -- which makes no sense to me why that might work -- but I tried it, and it too failed. What did work was to first upgrade to FreeBSD 4.2 from cdrom using cvs (and not cvsup and following the instructions in the README on the second cd). Once 4.2 was on, I then cvsup'd to 4.4. I tried that because I had no trouble upgrading from FreeBSD 4.2 to 4.4, but all the 4.0 boxes failed with the BrandELF problem. That's one solution anyway. --- andreas wrote: > hi, > > i saw your post to the freebsd stable list, and was > wondering if you ever > found out what was going wrong with your upgrade > from 4.0-release -> > 4.4-stable. I am having the same issue where it > gives the ELF binary type > not known. > > ELF binary type not known. Use "brandelf" to brand > it. > Abort trap > *** Error code 134 > > thanx in advance, > > andreas > __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 9: 2:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) by hub.freebsd.org (Postfix) with ESMTP id 24F7837B406 for ; Thu, 1 Nov 2001 09:02:47 -0800 (PST) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.11.6/8.11.6) with ESMTP id fA1H2Qr38113 for ; Thu, 1 Nov 2001 17:02:27 GMT (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: freebsd-stable@FreeBSD.ORG Subject: Re: Upgrading from 3.3 to RELENG_4_4 In-Reply-To: Message from Nick Barnes of "Thu, 01 Nov 2001 16:35:28 GMT." <37947.1004632528@thrush.ravenbrook.com> Date: Thu, 01 Nov 2001 17:02:26 +0000 Message-ID: <38110.1004634146@thrush.ravenbrook.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 3.3-RELEASE to RELENG_4_1_1_RELEASE failed due to absence of mkstemps. On further archive trawling I see I should go to RELENG_3 first. Sigh. Nick Barnes Ravenbrook Limited At 2001-11-01 16:35:28+0000, Nick Barnes writes: > I'm trying to use cvsup to upgrade from 3.3-RELEASE to RELENG_4_4. My > "make buildworld" has hit the xinstall/strtofflags problem reported > many times on this list. So I am following the recommendation given > by a few users that I go to RELENG_4_1_1_RELEASE first. This doesn't > seem unreasonable, but it would be good if UPDATING told me I had to > do this (maybe under "To update from 3.x to 4.x stable"). > > Nick Barnes > Ravenbrook Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 9:17:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 7DCCB37B422 for ; Thu, 1 Nov 2001 09:17:11 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id MAA73930; Thu, 1 Nov 2001 12:17:08 -0500 (EST) (envelope-from mwlucas) Date: Thu, 1 Nov 2001 12:17:07 -0500 From: Michael Lucas To: Nick Barnes Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Upgrading from 3.3 to RELENG_4_4 Message-ID: <20011101121707.A73918@blackhelicopters.org> References: <37947.1004632528@thrush.ravenbrook.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <37947.1004632528@thrush.ravenbrook.com>; from Nick.Barnes@pobox.com on Thu, Nov 01, 2001 at 04:35:28PM +0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just filed a -doc PR on this. You can find some info in the FAQ, under "Installing", but it's only relevant if you have bad144 on a 3.x IDE drive. Hopefully the web page will be updated soon. On Thu, Nov 01, 2001 at 04:35:28PM +0000, Nick Barnes wrote: > I'm trying to use cvsup to upgrade from 3.3-RELEASE to RELENG_4_4. My > "make buildworld" has hit the xinstall/strtofflags problem reported > many times on this list. So I am following the recommendation given > by a few users that I go to RELENG_4_1_1_RELEASE first. This doesn't > seem unreasonable, but it would be good if UPDATING told me I had to > do this (maybe under "To update from 3.x to 4.x stable"). > > Nick Barnes > Ravenbrook Limited > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 9:34:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.mediadesign.nl (md2.mediadesign.nl [212.19.205.67]) by hub.freebsd.org (Postfix) with SMTP id 3A12037B437 for ; Thu, 1 Nov 2001 09:34:31 -0800 (PST) Received: (qmail 22153 invoked by uid 1002); 1 Nov 2001 17:34:24 -0000 From: "Alson van der Meulen" Date: Thu, 1 Nov 2001 18:34:24 +0100 To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: PXE/DHCP/tftpd boot failure in FBSD 4.4-STABLE since yesterday!! Please Help! Message-ID: <20011101183424.B13434@md2.mediadesign.nl> Mail-Followup-To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org References: <20011031140843.A54823@redlinenetworks.com> <20011031234325.C1054-100000@klima.physik.uni-mainz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011031234325.C1054-100000@klima.physik.uni-mainz.de> User-Agent: Mutt/1.3.22i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 31, 2001 at 11:50:35PM +0100, Hartmann, O. wrote: > On Wed, 31 Oct 2001, Chris Peiffer wrote: > > > For testing purposes, I switched the sources back to the 20th October, > I know that this codestage definitely worked! I recompiled a 'make world', > all the terminal related stuff, new kernels and installed them, then I > rebooted. After reboot I recompiled the dhcp code from the ports, with the > same effect: nothing has changed, the stations still fail to boot. I think this is > a problem with our LAN and the maintanace of the computer center. > > Now is the essentiell question: how to figure out what's going wrong? > I need to examine what the DHCP recieves and delivers and I need to > know what type of packets are exchanged between the DHCP server, > its client and what happens when the client has recieved its dhcp > config info and trys to get pxeboot image. How can I watch whether the > diskless client gets its pxeboot image? Well, I would like to know > some details about the protocol. The reason is, that the guys of our computer > center tend to push away responsibilty and I would like to avoid having > all the trouble I did not produce carrying on my shoulders ... tcpdump is your friend I guess, possibly together with ethereal. It should at least be possible to see dhcp requests, offers, etc. If the kernel is transfered using TFTP, it should be difficult to see that in tcpdump. With ethereal you will be able to analyze traffic captured with tcpdump more closely. You should run tcpdump on the DHCP server if you've a switched network (I guess so). Also, try to enable as much logging (or debugging) as possible in dhcpd, tftp (-l switch), etc. HTH, Alson -- ,-------------------------------------------. > Name: Alson van der Meulen < > Personal: alson@flutnet.org < > School: alson@gymnasiumleiden.nl < `-------------------------------------------' what's this hash prompt on my terminal mean? --------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 9:59: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from fedex.is.co.za (fedex.is.co.za [196.4.160.243]) by hub.freebsd.org (Postfix) with ESMTP id 6EAF237B403 for ; Thu, 1 Nov 2001 09:59:02 -0800 (PST) Received: from c3-pta-9.dial-up.net (c3-pta-9.dial-up.net [196.33.193.9]) by fedex.is.co.za (8.9.3/8.9.3) with ESMTP id TAA89971; Thu, 1 Nov 2001 19:58:03 +0200 (SAST) Date: Thu, 1 Nov 2001 19:59:57 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Jochem Kossen Cc: Eric Veraart , Subject: Re: /usr/src/UPDATING In-Reply-To: <20011031000108.A464@jochem.dyndns.org> Message-ID: <20011101195550.U794-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I had a similar query about just this very thing when 4.4 just went into release mode and Warner Losh had replied to the post saying that UPDATING in different tags (namely RELENG_4 and RELENG_4_4) are maintained independantly of each other, so one UPDATING could differ to the other. Makes sense when the releng_4_4 tag is security updates only and shouldnt as many contain strange errors/workarounds as releng_4 would. HTH PsyV On Wed, 31 Oct 2001, Jochem Kossen wrote: > > That's weird...I just cvsup'ed (RELENG_4), and the latest thing with me > is: > > 20010814: > The pci attachment for pcic device was merged from current. > > Are you sure you didn't add it yourself? ;) > > On Tue, Oct 30, 2001 at 11:15:48PM +0100, Eric Veraart wrote: > > The latest thing added to my UPDATING is: > > > > 20010915: > > FreeBSD 4.4-RELEASE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 10:17: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id D896C37B401 for ; Thu, 1 Nov 2001 10:16:57 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fA1IDPs33478; Thu, 1 Nov 2001 10:13:25 -0800 (PST) (envelope-from rizzo) Date: Thu, 1 Nov 2001 10:13:25 -0800 From: Luigi Rizzo To: stable@freebsd.org Subject: problem building smbfs module, any hint ? Message-ID: <20011101101325.L23297@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, i am having problems building the smbfs module in a relatively recent (Oct.25) STABLE. The module build dies saying something like "don't know how to build iconv_converter_if.h" This is happening while using the picobsd build script on STABLE tree, but i do not think the issue is picobsd-specific because the same thing works for CURRENT-based tree, and other modules also build ok. Any ideas ? cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone: (510) 666 2927 ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 10:23:16 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 63C7E37B401 for ; Thu, 1 Nov 2001 10:23:10 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id RAA08841; Thu, 1 Nov 2001 17:29:22 -0800 Date: Thu, 1 Nov 2001 10:22:50 -0800 From: John Merryweather Cooper To: Luigi Rizzo Cc: stable@freebsd.org Subject: Re: problem building smbfs module, any hint ? Message-ID: <20011101102250.E63936@johncoop.MSHOME> References: <20011101101325.L23297@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011101101325.L23297@iguana.aciri.org>; from rizzo@aciri.org on Thu, Nov 01, 2001 at 10:13:25 -0800 X-Mailer: Balsa 1.2.2 Lines: 40 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001.11.01 10:13 Luigi Rizzo wrote: > Hi, > i am having problems building the smbfs module in a relatively > recent (Oct.25) STABLE. The module build dies saying something like > > "don't know how to build iconv_converter_if.h" > > This is happening while using the picobsd build script on STABLE tree, > but > i do not think the issue is picobsd-specific because the same > thing works for CURRENT-based tree, and other modules also build ok. > > Any ideas ? > Do you have the kernel ICONV installed? options LIBICONV > cheers > luigi > ----------------------------------+----------------------------------------- > Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di > Pisa) > http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 > Phone: (510) 666 2927 > ----------------------------------+----------------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- jmc MacroHard -- the perfection of form over substance, marketing over Web: http://www.borgsdemons.com performance, and greed over design . . . Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 10:29:29 2001 Delivered-To: freebsd-stable@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id A76B337B403 for ; Thu, 1 Nov 2001 10:29:26 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fA1IPr033543; Thu, 1 Nov 2001 10:25:53 -0800 (PST) (envelope-from rizzo) Date: Thu, 1 Nov 2001 10:25:53 -0800 From: Luigi Rizzo To: John Merryweather Cooper Cc: stable@freebsd.org Subject: Re: problem building smbfs module, any hint ? Message-ID: <20011101102553.M23297@iguana.aciri.org> References: <20011101101325.L23297@iguana.aciri.org> <20011101102250.E63936@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011101102250.E63936@johncoop.MSHOME> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 01, 2001 at 10:22:50AM -0800, John Merryweather Cooper wrote: > > On 2001.11.01 10:13 Luigi Rizzo wrote: > >Hi, > >i am having problems building the smbfs module in a relatively > >recent (Oct.25) STABLE. The module build dies saying something like > > > > "don't know how to build iconv_converter_if.h" > > > >This is happening while using the picobsd build script on STABLE tree, > >but > >i do not think the issue is picobsd-specific because the same > >thing works for CURRENT-based tree, and other modules also build ok. > > > >Any ideas ? > > > > Do you have the kernel ICONV installed? > > options LIBICONV i don't, but neither i do in my CURRENT kernel config file (which builds the module ok) and also, being a module, it should not depend on the kernel config, or am I wrong ? cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 10:33:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id E7A2237B403 for ; Thu, 1 Nov 2001 10:33:49 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id RAA09110; Thu, 1 Nov 2001 17:40:16 -0800 Date: Thu, 1 Nov 2001 10:33:44 -0800 From: John Merryweather Cooper To: Luigi Rizzo Cc: stable@freebsd.org Subject: Re: problem building smbfs module, any hint ? Message-ID: <20011101103344.M63936@johncoop.MSHOME> References: <20011101101325.L23297@iguana.aciri.org> <20011101102250.E63936@johncoop.MSHOME> <20011101102553.M23297@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011101102553.M23297@iguana.aciri.org>; from rizzo@aciri.org on Thu, Nov 01, 2001 at 10:25:53 -0800 X-Mailer: Balsa 1.2.2 Lines: 46 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001.11.01 10:25 Luigi Rizzo wrote: > On Thu, Nov 01, 2001 at 10:22:50AM -0800, John Merryweather Cooper > wrote: > > > > On 2001.11.01 10:13 Luigi Rizzo wrote: > > >Hi, > > >i am having problems building the smbfs module in a relatively > > >recent (Oct.25) STABLE. The module build dies saying something like > > > > > > "don't know how to build iconv_converter_if.h" > > > > > >This is happening while using the picobsd build script on STABLE > tree, > > >but > > >i do not think the issue is picobsd-specific because the same > > >thing works for CURRENT-based tree, and other modules also build > ok. > > > > > >Any ideas ? > > > > > > > Do you have the kernel ICONV installed? > > > > options LIBICONV > > i don't, but neither i do in my CURRENT kernel config file (which > builds > the module ok) and also, being a module, it should not depend on > the kernel config, or am I wrong ? > > cheers > luigi > I believe you are wrong, at least as to -STABLE. Anyway, that's where that header comes from, you don't have it and SMBFS won't build without it. -- jmc MacroHard -- the perfection of form over substance, marketing over Web: http://www.borgsdemons.com performance, and greed over design . . . Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 10:40:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 90F4437B401 for ; Thu, 1 Nov 2001 10:40:51 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fA1IbJw33629; Thu, 1 Nov 2001 10:37:19 -0800 (PST) (envelope-from rizzo) Date: Thu, 1 Nov 2001 10:37:19 -0800 From: Luigi Rizzo To: John Merryweather Cooper Cc: stable@freebsd.org Subject: Re: problem building smbfs module, any hint ? Message-ID: <20011101103719.N23297@iguana.aciri.org> References: <20011101101325.L23297@iguana.aciri.org> <20011101102250.E63936@johncoop.MSHOME> <20011101102553.M23297@iguana.aciri.org> <20011101103344.M63936@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011101103344.M63936@johncoop.MSHOME> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I believe you are wrong, at least as to -STABLE. Anyway, that's where > that header comes from, you don't have it and SMBFS won't build without > it. ok, thanks for the hint. I still think there is a bug in the dependency then, because at least from what i have seen when KLDfying other modules, you make sure that your kernel contains all is needed for later loading the module. I.e. code depending on option FOO is changed from #ifdef FOO #include #endif .... #ifdef FOO
#endif to #include .... if (foo_is_loaded) {
} ... Do you know which files depend on the option you mentioned ? cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 10:46:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 9D08A37B401 for ; Thu, 1 Nov 2001 10:46:30 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id RAA09367; Thu, 1 Nov 2001 17:52:43 -0800 Date: Thu, 1 Nov 2001 10:46:10 -0800 From: John Merryweather Cooper To: Luigi Rizzo Cc: John Merryweather Cooper , stable@freebsd.org Subject: Re: problem building smbfs module, any hint ? Message-ID: <20011101104610.O63936@johncoop.MSHOME> References: <20011101101325.L23297@iguana.aciri.org> <20011101102250.E63936@johncoop.MSHOME> <20011101102553.M23297@iguana.aciri.org> <20011101103344.M63936@johncoop.MSHOME> <20011101103719.N23297@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011101103719.N23297@iguana.aciri.org>; from rizzo@aciri.org on Thu, Nov 01, 2001 at 10:37:19 -0800 X-Mailer: Balsa 1.2.2 Lines: 54 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001.11.01 10:37 Luigi Rizzo wrote: > > I believe you are wrong, at least as to -STABLE. Anyway, that's > where > > that header comes from, you don't have it and SMBFS won't build > without > > it. > > ok, thanks for the hint. > I still think there is a bug in the dependency then, because at > least from what i have seen when KLDfying other modules, > you make sure that your kernel contains all is needed > for later loading the module. > > I.e. code depending on option FOO is changed from > > #ifdef FOO > #include > #endif > .... > #ifdef FOO >
> #endif > > to > #include > .... > if (foo_is_loaded) { >
> } > ... > > Do you know which files depend on the option you mentioned ? > > cheers > luigi > No, I'd have to study it (I'm not the maintainer) some more. I do know that there were plans to make LIBICONV a kernel module; but so far, that hasn't happened. I'd describe it as a "feature" of of the -STABLE implementation of SMBFS. You can build modules for some of the pieces; BUT NOT ALL OF THEM. Hence, kernel module SMBFS really doesn't exist on -STABLE. -- jmc MacroHard -- the perfection of form over substance, marketing over Web: http://www.borgsdemons.com performance, and greed over design . . . Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 10:49:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from spider.nic-se.se (spider.nic-se.se [212.247.3.67]) by hub.freebsd.org (Postfix) with ESMTP id 3A4D537B403 for ; Thu, 1 Nov 2001 10:49:06 -0800 (PST) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id fA1Inc821138 for ; Thu, 1 Nov 2001 19:49:38 +0100 (CET) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Thu, 1 Nov 2001 19:49:38 +0100 (CET) From: Mats Dufberg To: Subject: Re: Can X work with Intel i815 under FBSD 4.4? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 29 Oct 2001, Mats Dufberg wrote: > Can anyone report a working configuration of FreeBSD and XFree86 4.1.0 on > a Intel 82815 (i815 GMCH) SVGA controller? In spite of help from several people all failed. I've tried working XF86Config files (thanks to those who sent me files), and I tried to reinstall XFree86 4, but no success. I have now added an old graphics card and reinstalled 3.3.6, and now X is up and running. Some day I will try again... Mats ---------------------------------------------------------------------- Mats Dufberg ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 10:49:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from lion-around.at.yiff.net (lion-around.at.yiff.net [167.206.208.229]) by hub.freebsd.org (Postfix) with ESMTP id 6200037B405 for ; Thu, 1 Nov 2001 10:49:36 -0800 (PST) Received: (from chris@localhost) by lion-around.at.yiff.net (8.11.6/8.11.6) id fA1InCp28573; Thu, 1 Nov 2001 13:49:12 -0500 (EST) (envelope-from chris@netmonger.net) X-Authentication-Warning: lion-around.at.yiff.net: chris set sender to chris@netmonger.net using -f Date: Thu, 1 Nov 2001 13:49:12 -0500 From: Christopher Masto To: Luigi Rizzo Cc: John Merryweather Cooper , stable@freebsd.org Subject: Re: problem building smbfs module, any hint ? Message-ID: <20011101134912.A28557@netmonger.net> References: <20011101101325.L23297@iguana.aciri.org> <20011101102250.E63936@johncoop.MSHOME> <20011101102553.M23297@iguana.aciri.org> <20011101103344.M63936@johncoop.MSHOME> <20011101103719.N23297@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011101103719.N23297@iguana.aciri.org> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 01, 2001 at 10:37:19AM -0800, Luigi Rizzo wrote: > ok, thanks for the hint. > I still think there is a bug in the dependency then, because at > least from what i have seen when KLDfying other modules, > you make sure that your kernel contains all is needed > for later loading the module. smbfs is strange, partly a port, partly a kernel module, partly dependant on compiling the kernel with certain options (which seem to only be used for smbfs). It would be nice if the whole thing just came standard with FreeBSD. I find it tremendously useful, and it hurts my ability to work when something gets out of sync and it stops functioning. -- Christopher Masto CB461C61 8AFC E3A8 7CE5 9023 B35D C26A D849 1F6E CB46 1C61 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 10:50: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from c013.sfo.cp.net (c013-h004.c013.sfo.cp.net [209.228.12.57]) by hub.freebsd.org (Postfix) with SMTP id 7AB3C37B407 for ; Thu, 1 Nov 2001 10:49:56 -0800 (PST) Received: (cpmta 22359 invoked from network); 1 Nov 2001 10:49:55 -0800 Received: from 209.228.8.29 (HELO vmonkey.ops.cp.net) by smtp.criticalpath.net (209.228.12.57) with SMTP; 1 Nov 2001 10:49:55 -0800 X-Sent: 1 Nov 2001 18:49:55 GMT Date: Thu, 1 Nov 2001 11:56:23 +0000 (GMT) From: andreas X-X-Sender: To: Matthew Schroebel Cc: Subject: Re: make buildworld fail @/usr/src/gnu/usr.bin/perl In-Reply-To: <20011101164850.93282.qmail@web10107.mail.yahoo.com> Message-ID: <20011101115605.I40354-100000@vmonkey.ops.cp.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hey, thanx for your help, i guess reinstalling the box it is. andreas On Thu, 1 Nov 2001, Matthew Schroebel wrote: > No, no-one answered. There was a thread about it > which said it was due to a 1 billion second bug in > cvsup, and you needed to get cvsup-16.e.tgz, and > install it, rm -rf /usr/src rm -rf /usr/obj, and cvsup > again. But that didn't work for me. Someone also > suggested to again delete everything, and re-cvsup > again -- which makes no sense to me why that might > work -- but I tried it, and it too failed. What did > work was to first upgrade to FreeBSD 4.2 from cdrom > using cvs (and not cvsup and following the > instructions in the README on the second cd). Once > 4.2 was on, I then cvsup'd to 4.4. I tried that > because I had no trouble upgrading from FreeBSD 4.2 to > 4.4, but all the 4.0 boxes failed with the BrandELF > problem. That's one solution anyway. > > --- andreas wrote: > > hi, > > > > i saw your post to the freebsd stable list, and was > > wondering if you ever > > found out what was going wrong with your upgrade > > from 4.0-release -> > > 4.4-stable. I am having the same issue where it > > gives the ELF binary type > > not known. > > > > ELF binary type not known. Use "brandelf" to brand > > it. > > Abort trap > > *** Error code 134 > > > > thanx in advance, > > > > andreas > > > > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 11:14:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tao.thought.org (sense-kline-249.oz.net [216.39.168.249]) by hub.freebsd.org (Postfix) with ESMTP id 343FE37B401 for ; Thu, 1 Nov 2001 11:14:11 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id fA1JE7j22503; Thu, 1 Nov 2001 11:14:07 -0800 (PST) (envelope-from kline) Date: Thu, 1 Nov 2001 11:14:06 -0800 From: Gary Kline To: Mats Dufberg Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Can X work with Intel i815 under FBSD 4.4? Message-ID: <20011101111406.B22142@tao.thought.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from dufberg@nic-se.se on Thu, Nov 01, 2001 at 07:49:38PM +0100 X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 15 years of service to the Unix community Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 01, 2001 at 07:49:38PM +0100, Mats Dufberg wrote: > On Mon, 29 Oct 2001, Mats Dufberg wrote: > > > Can anyone report a working configuration of FreeBSD and XFree86 4.1.0 on > > a Intel 82815 (i815 GMCH) SVGA controller? > > In spite of help from several people all failed. I've tried working > XF86Config files (thanks to those who sent me files), and I tried to > reinstall XFree86 4, but no success. Regarding this i815, at least for me, I am referring to the Intel mainboard with the i815 AGPset chipset. This graphics sucks up your SDRAM for its video memory. The board also includes a builtin audio chip. Given the 700/750Mhz processor, the audio+video have to be cheaply engineered...but X does work with Xfree 4.1.N. > > I have now added an old graphics card and reinstalled 3.3.6, and now X is > up and running. Some day I will try again... > Sounds like the way to go :-) gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 12:37:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtpproxy1.mitre.org (smtpproxy1.mitre.org [129.83.20.90]) by hub.freebsd.org (Postfix) with ESMTP id 19EDE37B406 for ; Thu, 1 Nov 2001 12:37:24 -0800 (PST) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.11.3/8.11.3) with ESMTP id fA1KbC829946; Thu, 1 Nov 2001 15:37:12 -0500 (EST) Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv1.mitre.org (8.11.3/8.11.3) with ESMTP id fA1KbBs18572; Thu, 1 Nov 2001 15:37:11 -0500 (EST) Received: from dhcp-105-164.mitre.org (128.29.105.164) by mailhub1.mitre.org with SMTP id 8149016; Thu, 01 Nov 2001 15:36:32 -0500 Message-ID: <3BE1B26E.A8EE8B91@mitre.org> Date: Thu, 01 Nov 2001 15:37:02 -0500 From: Jason Andresen Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Carl Drougge Cc: freebsd-stable@freebsd.org Subject: Re: Can X work with Intel i815 under FBSD 4.4? References: <20011101171819.C16495@bigtower.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Carl Drougge wrote: > > On Mon, Oct 29, 2001 at 07:07:06PM +0100, Mats Dufberg wrote: > > > Can anyone report a working configuration of FreeBSD and XFree86 4.1.0 on > > a Intel 82815 (i815 GMCH) SVGA controller? > > No, it refuses to work (for me). XFree86 4.0.2 however works just fine, > except switching to text-mode and then back locks the machine. Try that. > > (I'm not sure of the exact chipset atm, but i815 something at least.. i815e > I think. A dell desktop.) I managed to get an i815e working yesterday with 4.1.0. You have to specify the "NoDDC" option in your XF86Config though. Also, I had to build my XF86Config by hand because XFree86 -configure died with lots of unresolved symbols in various modules. Once setup the graphics seem to work fine. -- \ |_ _|__ __|_ \ __| Jason Andresen jandrese@mitre.org |\/ | | | / _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 12:41: 8 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail4.txucom.net (mail4.txucom.net [207.70.175.17]) by hub.freebsd.org (Postfix) with SMTP id E901337B405 for ; Thu, 1 Nov 2001 12:41:02 -0800 (PST) Received: (qmail 19869 invoked from network); 1 Nov 2001 20:40:57 -0000 Received: from lfkn-adsl-pwoodahec.txucom.net (HELO luftx.net) ([207.70.146.31]) (envelope-sender ) by mail4.txucom.net (qmail-ldap-1.03) with SMTP for ; 1 Nov 2001 20:40:57 -0000 Message-ID: <3BE1B344.6215AEC0@luftx.net> Date: Thu, 01 Nov 2001 14:40:36 -0600 From: Robert Small X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: make buildworld dies References: <3BE17665.CD73DBCB@luftx.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Oh never mind, I really need to lay off of the painkillers.. Robert Small wrote: > I want to apologize if this has been asked/answered. I've been out of > it for almost three weeks while I was recovering from surgery. Today I > cvsup'd and when I tried a buildworld, it failed: > > install -c -o root -g wheel -m 444 hcreate.3.gz /usr/share/man/man3 > install: hcreate.3.gz: No such file or directory > *** Error code 71 > > Stop in /usr/src/lib/libc. > *** Error code 1 > > I've searched the stable archives but can't find a reference for it. If > anyone has an idea on how to fix it, I'd appreciate it. > > Robert > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 13:32:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ratogi.arc.nasa.gov (ratogi.arc.nasa.gov [128.102.196.187]) by hub.freebsd.org (Postfix) with ESMTP id 68DF237B403; Thu, 1 Nov 2001 13:32:04 -0800 (PST) Received: from localhost (ratogi@localhost) by ratogi.arc.nasa.gov (8.11.6/8.11.6) with ESMTP id fA1LVaH76493; Thu, 1 Nov 2001 13:31:37 -0800 (PST) (envelope-from ratogi@soe.ucsc.edu) X-Authentication-Warning: ratogi.arc.nasa.gov: ratogi owned process doing -bs Date: Thu, 1 Nov 2001 13:31:36 -0800 (PST) From: Ray Gilstrap X-X-Sender: ratogi@ratogi.arc.nasa.gov To: Doug Barton Cc: freebsd-stable@FreeBSD.ORG, Subject: Re: latest -stable kernel + linux_base-7 = no netscape In-Reply-To: <20011031181747.N470-100000@zoot.corp.yahoo.com> Message-ID: <20011101114816.Y75960-100000@ratogi.arc.nasa.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I ran into the same syscall/name resolution problems, which didn't go away even after I downgraded back to linux_base-6.1. Not having much time to look for the actual source of the problems, I just went for a low-tech quick fix: copying the /compat/linux tree over from an identical (working) system running linux_base-6.1. That seems to have fixed things for me, but since I want to run StarOffice 6.0 at some point, I'd also like to find out what's wrong with linux_base-7. (I'm guessing that the kenel Linux emulation is not part of the problem.) ~r On Wed, 31 Oct 2001, Doug Barton wrote: : I just upgraded my -stable, deleted my old linux_base port, and installed : linux_base-7. When I try to start linux communicator 4.78, I get the : following errors: : : linux: syscall fstat64 is obsoleted or not implemented (pid=440) : linux: syscall fstat64 is obsoleted or not implemented (pid=481) : : /usr/local/lib/netscape-linux/communicator-linux-4.78.bin: error while : loading shared libraries: libstdc++-libc6.1-1.so.2: cannot load shared : object file: No such file or directory : : I took a look on an existing linux_base install and that library name is a : symlink to libstdc++-2-libc6.1-1-2.9.0.so. So, I took a shot and linked : libstdc++-3-libc6.2-2-2.10.0.so in /compat/linux/usr/lib. Now netscape : starts, but I get: : : linux: syscall fstat64 is obsoleted or not implemented (pid=495) : linux: syscall setup is obsoleted or not implemented (pid=495) : linux: syscall setup is obsoleted or not implemented (pid=495) : linux: syscall fstat64 is obsoleted or not implemented (pid=495) : linux: syscall ugetrlimit is obsoleted or not implemented (pid=505) : linux: syscall setup is obsoleted or not implemented (pid=495) : : and netscape can't resolve any hostnames. : : I thought I was up to date on what's happening with this, but : obviously I'm not. Either that, or something is really really wrong with : linux_base-7. : : Any suggestions? : : Doug : : : : To Unsubscribe: send mail to majordomo@FreeBSD.org : with "unsubscribe freebsd-stable" in the body of the message : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 13:55:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by hub.freebsd.org (Postfix) with SMTP id 34A3A37B403 for ; Thu, 1 Nov 2001 13:55:14 -0800 (PST) Received: from sdtihq24.securid.com by tholian.securitydynamics.com via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 1 Nov 2001 21:51:36 UT Received: from ebola.securitydynamics.com (ebola.securid.com [192.168.7.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id QAA20903 for ; Thu, 1 Nov 2001 16:55:12 -0500 (EST) Received: from spirit.dynas.se (localhost [127.0.0.1]) by ebola.securitydynamics.com (8.9.3+Sun/8.9.1) with SMTP id QAA12798 for ; Thu, 1 Nov 2001 16:55:10 -0500 (EST) Received: (qmail 23080 invoked from network); 1 Nov 2001 21:55:09 -0000 Received: from explorer.rsa.com (HELO mikko.rsa.com) (10.81.217.59) by spirit.dynas.se with SMTP; 1 Nov 2001 21:55:09 -0000 Received: (from mikko@localhost) by mikko.rsa.com (8.11.6/8.11.6) id fA1Lt6c02048; Thu, 1 Nov 2001 13:55:06 -0800 (PST) (envelope-from mikko) Date: Thu, 1 Nov 2001 13:55:06 -0800 (PST) From: Mikko Tyolajarvi Message-Id: <200111012155.fA1Lt6c02048@mikko.rsa.com> To: mikea@mikea.ath.cx Cc: stable@freebsd.org Subject: Re: Burncd errors... Newsgroups: local.freebsd.stable References: <20011031214224.W1393-100000@endymion> <200111010351.fA13pbb43086@mikko.rsa.com> <20011101062508.B9373@mikea.ath.cx> X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In local.freebsd.stable you write: >On Wed, Oct 31, 2001 at 07:51:37PM -0800, Mikko Tyolajarvi wrote: [...] >> >acd0: CD-RW at ata1-master using PIO4 >> >> Not that it is any help to you, but I have the same problem (data >> burns ok, audio does not) with an 8083B. And apparently we're not >> alone: . >> >> My solution? I bought a Plextor. >When I had this problem, I found that it was fixed by a >cvsup/buildworld/installworld/newkernel cycle -- in the correct >order. Having kernel and userlang out-of-sync is a sure way to get all sorts of problems :-) >I was using a Sony CRX-140S SCSI burner at the time, and still >am. Works fine now. I'm pretty certain this is an atapi-secific problem (or rather an LG specific one). I'm perfectly ok with declaring the LG burner "crap" since almost everything else in that machine is (I should know better than to buy "brand name" computers, and now I definitely know to stay well clear of HP. $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 14:36:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from zmail.bora.net (mail.bora.net [203.248.240.53]) by hub.freebsd.org (Postfix) with ESMTP id 9D9D837B40D for ; Thu, 1 Nov 2001 14:35:06 -0800 (PST) Received: from 01 ([211.36.232.210]) by zmail.bora.net (NoSpam/NoSpam) with SMTP id fA1MYxK20529 for ; Fri, 2 Nov 2001 07:35:00 +0900 (KST) Message-Id: <200111012235.fA1MYxK20529@zmail.bora.net> From: =?ks_c_5601-1987?B?wMyw5sfP?= To: freebsd-stable@freebsd.org Subject: =?ks_c_5601-1987?B?v8K288DOILi2xMnGw8DMIMj7temw1CC0wLK4wfa9yrTPse4/?= Date: Fri, 02 Nov 2001 07:34:51 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0077_01C0F02A.93A34C00" X-Priority: 3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0077_01C0F02A.93A34C00 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 VW50aXRsZWQgRG9jdW1lbnRCT0RZLCBUQUJMRSwgVFIsIFRELCBTRUxFQ1QsIElOUFVULCBU RVhUQVJFQQl7CWZvbnQtZmFtaWx5OrW4v/I7CQlmb250LXNpemU6IDlwdDsJCWxpbmUtaGVp Z2h0OiAyMHB4OwkJbGV0dGVyLXNwYWNpbmc6LTAuMWVtIH0udGl0bGUJewlmb250LWZhbWls eTq1uL/yOwkJZm9udC1zaXplOiAxMS41cHQ7CQlsZXR0ZXItc3BhY2luZzotMC4xZW0JfS5s aW5lCXsJZm9udC1mYW1pbHk6IHZlcmRhbmE7CQlmb250LXNpemU6IDZwdDsJfQkJICAgICAg DQoNCiAgICAgICAgDQq+yLPnx8+9yrTPse4/ILy8sOggwabAz8DHIMD8wNrEq7TZt86x1yDG 98W7u+fAzMauuKYgv+6/tcfPtMIgZcSrtNm3zrHXDQogvNLHwcautOXExMDHILi2xMnGwyC0 47TnwNogwMyw5sfPwNS0z7TZLiANCiCxzbvnwMcgwabHsMC7ILy8sOi/oSCzzriuIMirurgv xse4xcfPseIgwKfH2CC4tsTJxsMguea+yMC7IMOjsO0gsOi9xbTZuOkNCiC6u7vnwMcgsbnB psD7wM4gxsfDyyC068fgILytuvG9urimIMDMv+vH2CC6uL3KvcO/wC4gLT4gtLq9urHiu+cg IML8sO0gDQogICAgICAgICBlQ2F0ICDA/MDaxKu02bfOsdfAxyDA5cGhICAgDQogMSkgtOu/ 67euIMGkurjAxyCw5reuyK0gwPy82w0KIC4uLrvzx7AgMTAwv6mwsyhXIDUxMMfIvL9YICBI IDQwMMfIvL8gwMy5zMH2LCBBNL/rwfYgM8DlutC3rsDHILvzx7DBpLq4KcGmwNu9ww0KIC4u LiAxfjJNQrO7v9zAxyC+xsHWICDA28C6IL/rt67AzLHiv6EguO6wocH2ILTrx6W788ewwMwg vsa0z7bzILvzx7DA/MO8uKYgyKu6uA0KIC4uLiDHz73HICC89iDA1r3AtM+02S4gDQogMikg sObBpry6IA0KIC4uLrytufaxuMPgLCDIqMbkwMzB9rXwwNrAzrrxv+ssICDAr8H2uvG/67Xu wMcgwP2wqMC4t84gwPq3xcfPsNQguLbEycbDwLsgDQogLi4ux9IgvPYgwNa9wLTPtNkuILbH x9EgIL73taXAzMauILmrt+EgvK268b26t84gud2/tbG4wPsgILvnv+vAzCCwobTJx9W0z7TZ Lg0KIDMpILDtsLQgutK4uCDH2LzSIA0KIC4uLrDtsLTAuiC/z8D8ILmrt+G3ziC5q8Gmx9HA xyAgtNm/7rfOtfmw+iC6zrChvK268b26KFdpc2ggTGlzdCm17sC7IMDMv+vH0iANCiAuLi68 9iDA1r3AtM+02S4gLryzxKEgIMjEILDtsLQgxMTHu8XNv6G8rSC9x8fgx8+5x7fOIG9uL29m ZiCw4r/rILvnv+vAzCCwobTJx8+w7Q0KIC4uLrTZv+63zrXlIL3DsKPAzCC++LDtLCAgsKO0 3MfPuOcgtNm+58fRIMHWua655rn9wLogsO2wtL+hsNQgtbW/8sC7ILXluLO0z7TZLiANCiAq IMH3waIgu+e/68fYuri9w7jpILT1ILPutvO/7iCx4rTJtenAuyC537Dfx8+9xyC89iDA1r3A tM+02S4gICC5zLiuurix4iAgILv5x8O02b/uICANCiANCiAgIMGmsPggILytuvG9uiAgIA0K IDEpILnoxve/6yDA/MDaxKu02bfOsdcgwabA2yC8rbrxvbogKGVDQlMpIC0+IMDavLzI9yAg urix4iANCiAuLi4utNywobTCIDEzLDAwML/4KMGksKEpwMy45yC788ewwMcgsLO89rimICCx 4sHYwLi3ziDHz7+pIMOlwaS1y7TPtNkuKFZBVLqwtbUpIA0KIC4uLjExv/kgMzDAz7Huwfa0 wiA1MCUgx9LAzrXIIMbEsN3A+8DOILChsN3AuLfOICDBprD4x9ggteW4s7TPtNkuIA0KIC4u LrTcsKEgOiA2LDUwML/4IChWQVS6sLW1KSAgDQogMikgwPzA2sSrtNm3zrHXILi2xMnGwyAo xsfDyykgtOvH4CC8rbrxvbogKFNQUykgLT4gIMDavLzI9yAgurix4iANCiAuLi4iZUNCUyK4 piDAzL/rx8+0wiCx4r73v6Gw1CAgwaaw+MfPtMIgxsfDy7Trx+AgvK268b26t8694Q0KIC4u Lrq7ILytuvG9urTCIMD6yPEguLbEycbDxsC/oSDAx8fPv6kguMXD4sDMICC8urvntckgsOa/ 7L+huLggwPu/67XHtMIgsM3AzLjnIA0KIC4uLsPRuMXD4r7XwMcgMTAluKYgvPa89rfht84g yMTD68fVtM+02S4gIA0Kua7Ax7vnx9cgwNbAuL3DuOkgvvDBprXnwfYgv6y29MHWvcq9w7/A LiANCiC4tsTJxsO047TnIDogwMyw5sfPICBpbWFzdGVyQGVjYXRhbG9nc29mdC5jb20gDQog wda5rsOzIDogwPzIrSAwMi01MjMtNDM3NCAvIMbRvbogMDItNTIzLTQzOTggLyC43sDPIG9y ZGVyQGVjYXRhbG9nc29mdC5jb20gIA0KIA0KILHNx8/AxyDAzLjewM/AuiDAzsXNs92787+h vK0gv+y/rMj3IL7LsNQgtcggsM3A1LTPtNkuIA0KILq7IE5ld3MgbGV0dGVyuKYgv/jEoSC+ ysC4vcO46SC89r3FsMW6ziAgKFNlbmQgIGUtbWFpbCm4piC0rbevwda9yr3Dv8AuICAgICAg ILHNu+fAxyC4tsTJxsO/oSCzr7CzuKYgtN6+xiC15biusNq9wLTPtNkuIC4uDQogDQogICAg ILy8sOggwabAz8DHIMD8wNrEq7TZt86x1yC81rfnvMew+iDG98W7u+fAzMauuKYgIMH2x+LH z7TCIGXEq7TZt86x17zSx8HGrrTlxMQNCiDA2ry8x9Egs7u/68C6IEhvbWVwYWdluKYgIML8 wbbHz7y8v+QuDQogICAgIA== ------=_NextPart_000_0077_01C0F02A.93A34C00 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT5VbnRpdGxlZCBEb2N1bWVudDwvdGl0bGU+DQo8bWV0 YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNl dD1ldWMta3IiPg0KPHN0eWxlPg0KQk9EWSwgVEFCTEUsIFRSLCBURCwgU0VMRUNULCBJTlBV VCwgVEVYVEFSRUENCgl7CWZvbnQtZmFtaWx5OrW4v/I7DQoJCWZvbnQtc2l6ZTogOXB0Ow0K CQlsaW5lLWhlaWdodDogMjBweDsNCgkJbGV0dGVyLXNwYWNpbmc6LTAuMWVtIH0NCi50aXRs ZQ0KCXsJZm9udC1mYW1pbHk6tbi/8jsNCgkJZm9udC1zaXplOiAxMS41cHQ7DQoJCWxldHRl ci1zcGFjaW5nOi0wLjFlbQl9DQoubGluZQ0KCXsJZm9udC1mYW1pbHk6IHZlcmRhbmE7DQoJ CWZvbnQtc2l6ZTogNnB0Owl9DQoJCTwvc3R5bGU+DQo8L2hlYWQ+DQo8Ym9keSB0ZXh0PSIj MDAwMDAwIiBsZWZ0bWFyZ2luPSIwIiB0b3BtYXJnaW49IjAiIG1hcmdpbndpZHRoPSIwIiBt YXJnaW5oZWlnaHQ9IjAiPg0KPHRhYmxlIHdpZHRoPSIxMDAlIiBib3JkZXI9IjAiIGNlbGxz cGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCIgYWxpZ249ImNlbnRlciIgYmFja2dyb3VuZD0i aHR0cDovL3d3dy5lY2F0YWxvZ3NvZnQuY29tL21hcmtldGluZy9pbWFnZXMvYmcuZ2lmIj4N CiAgPHRyPg0KICAgIDx0ZD4NCiAgICAgIDx0YWJsZSB3aWR0aD0iNTQwIiBib3JkZXI9IjEi IGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCIgYm9yZGVyY29sb3I9IiM2NjY2NjYi IGJnY29sb3I9IiNGRkZGRkYiIGFsaWduPSJjZW50ZXIiPg0KICAgICAgICA8dHIgYm9yZGVy Y29sb3I9IiNGRkZGRkYiIHZhbGlnbj0idG9wIj4gDQogICAgICAgICAgPHRkIGNvbHNwYW49 IjIiPg0KICAgICAgICAgICAgPHA+PGltZyBzcmM9Imh0dHA6Ly93d3cuZWNhdGFsb2dzb2Z0 LmNvbS9tYXJrZXRpbmcvaW1hZ2VzL21hcmtldGluZ18wMS5naWYiIHdpZHRoPSI3NiIgaGVp Z2h0PSI4OSI+PGltZyBzcmM9Imh0dHA6Ly93d3cuZWNhdGFsb2dzb2Z0LmNvbS9tYXJrZXRp bmcvaW1hZ2VzL21hcmtldGluZ18wMi5naWYiIHdpZHRoPSIyMjkiIGhlaWdodD0iODkiPjwv cD4NCiAgICAgICAgICAgIA0KICAgICAgICAgIDwvdGQ+DQogICAgICAgIDwvdHI+DQogICAg ICAgIDx0ciBib3JkZXJjb2xvcj0iI0ZGRkZGRiI+IA0KICAgICAgICAgIDx0ZCB3aWR0aD0i NzkiIGhlaWdodD0iNjEiPiZuYnNwOzwvdGQ+DQogICAgICAgICAgPHRkIHdpZHRoPSI0NzEi IGhlaWdodD0iNjEiIHZhbGlnbj0idG9wIj4gDQogICAgICAgICAgICA8cD6+yLPnx8+9yrTP se4/ILy8sOggwabAz8DHIMD8wNrEq7TZt86x1yDG98W7u+fAzMauuKYgv+6/tcfPtMIgZcSr tNm3zrHXPGJyPg0KICAgICAgICAgICAgICC80sfBxq605cTEwMcguLbEycbDILTjtOfA2iDA zLDmx8/A1LTPtNkuIDxicj4NCiAgICAgICAgICAgICAgsc2758DHIMGmx7DAuyC8vLDov6Eg s864riDIq7q4L8bHuMXHz7HiIMCnx9gguLbEycbDILnmvsjAuyDDo7DtILDovcW02bjpPGJy Pg0KICAgICAgICAgICAgICC6u7vnwMcgsbnBpsD7wM4gxsfDyyC068fgILytuvG9urimIMDM v+vH2CC6uL3KvcO/wC4gLT4gPGEgaHJlZj0iaHR0cDovL3d3dy5lY2F0YWxvZ3NvZnQuY29t L2tyL21lbnVfbXNfbmV3cy5hc3AiIHRhcmdldD0iX2JsYW5rIj48Zm9udCBjb2xvcj0icmVk Ij60ur26seK75yANCiAgICAgICAgICAgICAgwvyw7TwvZm9udD48L2E+IDwvcD4NCiAgICAg ICAgICA8L3RkPg0KICAgICAgICA8L3RyPg0KICAgICAgICA8dHIgYm9yZGVyY29sb3I9IiNG RkZGRkYiPiANCiAgICAgICAgICA8dGQgd2lkdGg9Ijc5Ij4mbmJzcDs8L3RkPg0KICAgICAg ICAgIDx0ZCB3aWR0aD0iNDcxIj4gDQogICAgICAgICAgICA8dGFibGUgd2lkdGg9IjIyMCIg Ym9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiIGhlaWdodD0iMjUi Pg0KICAgICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0ZCBiYWNrZ3JvdW5k PSJodHRwOi8vd3d3LmVjYXRhbG9nc29mdC5jb20vaW1hZ2VzLzI1X2JnX2Rvd24uZ2lmIj48 Zm9udCBzaXplPSIyIj48Yj48Zm9udCBjbGFzcz0idGl0bGUiIGNvbG9yPSIwMDk5MDAiPmVD YXQgDQogICAgICAgICAgICAgICAgICDA/MDaxKu02bfOsdfAxyDA5cGhPC9mb250PjwvYj48 L2ZvbnQ+PC90ZD4NCiAgICAgICAgICAgICAgPC90cj4NCiAgICAgICAgICAgIDwvdGFibGU+ DQogICAgICAgICAgICA8YnI+DQogICAgICAgICAgICAxKSA8Zm9udCBzaXplPSIyIj48Yj60 67/rt64gwaS6uMDHILDmt67IrSDA/LzbPC9iPjwvZm9udD48YnI+DQogICAgICAgICAgICA8 Zm9udCBjb2xvcj0iI0ZGRkZGRiI+Li4uPC9mb250Pjxmb250IGNvbG9yPSIjMzMzMzMzIj67 88ewIDEwML+psLMoVyA1MTDHyLy/WCANCiAgICAgICAgICAgIEggNDAwx8i8vyDAzLnMwfYs IEE0v+vB9iAzwOW60LeuwMcgu/PHsMGkurgpwabA273DPC9mb250Pjxicj4NCiAgICAgICAg ICAgIDxmb250IGNvbG9yPSIjRkZGRkZGIj4uLi48L2ZvbnQ+PGZvbnQgY29sb3I9IiMzMzMz MzMiPiAxfjJNQrO7v9zAxyC+xsHWIA0KICAgICAgICAgICAgwNvAuiC/67euwMyx4r+hILju sKHB9iC068elu/PHsMDMIL7GtM+28yC788ewwPzDvLimIMirurg8YnI+DQogICAgICAgICAg ICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiPi4uLjwvZm9udD48Zm9udCBjb2xvcj0i IzMzMzMzMyI+IDwvZm9udD7Hz73HIA0KICAgICAgICAgICAgvPYgwNa9wLTPtNkuIDxicj4N CiAgICAgICAgICAgIDIpIDxmb250IHNpemU9IjIiPjxiPrDmwaa8ujwvYj48L2ZvbnQ+IDxi cj4NCiAgICAgICAgICAgICAgPGZvbnQgY29sb3I9IiNGRkZGRkYiPi4uLjwvZm9udD48Zm9u dCBjb2xvcj0iIzMzMzMzMyI+vK259rG4w+AsIMioxuTAzMH2tfDA2sDOuvG/6ywgDQogICAg ICAgICAgICAgIMCvwfa68b/rte7AxyDA/bCowLi3ziDA+rfFx8+w1CC4tsTJxsPAuyA8L2Zv bnQ+PGJyPg0KICAgICAgICAgICAgPGZvbnQgY29sb3I9IiNGRkZGRkYiPi4uLjwvZm9udD48 Zm9udCBjb2xvcj0iIzMzMzMzMyI+x9IgvPYgwNa9wLTPtNkuILbHx9E8L2ZvbnQ+IA0KICAg ICAgICAgICAgPGZvbnQgY29sb3I9IiNGRjAwMDAiPr73taXAzMauILmrt+EgvK268b26PC9m b250Pjxmb250IGNvbG9yPSIjMzMzMzMzIj63ziC53b+1sbjA+yANCiAgICAgICAgICAgILvn v+vAzCCwobTJx9W0z7TZLjxicj4NCiAgICAgICAgICAgIDwvZm9udD4gMykgPGZvbnQgc2l6 ZT0iMiI+PGI+sO2wtCC60ri4IMfYvNI8L2I+PC9mb250PiA8YnI+DQogICAgICAgICAgICA8 Zm9udCBjb2xvcj0iI0ZGRkZGRiI+Li4uPC9mb250Pjxmb250IGNvbG9yPSIjMzMzMzMzIj6w 7bC0wLogv8/A/CC5q7fht84guavBpsfRwMcgDQogICAgICAgICAgICC02b/ut861+bD6ILrO sKG8rbrxvbooV2lzaCBMaXN0KbXuwLsgwMy/68fSPC9mb250PiA8YnI+DQogICAgICAgICAg ICA8Zm9udCBjb2xvcj0iI0ZGRkZGRiI+Li4uPC9mb250Pjxmb250IGNvbG9yPSIjMzMzMzMz Ij689iDA1r3AtM+02S4gPC9mb250Pjxmb250IGNvbG9yPSIjRkZGRkZGIj4uPC9mb250Pjxm b250IGNvbG9yPSIjMzMzMzMzIj68s8ShIA0KICAgICAgICAgICAgyMQgsO2wtCDExMe7xc2/ obytIL3Hx+DHz7nHt84gb24vb2ZmILDiv+sgu+e/68DMILChtMnHz7DtPGJyPg0KICAgICAg ICAgICAgPGZvbnQgY29sb3I9IiNGRkZGRkYiPi4uLjwvZm9udD602b/ut8615SC9w7CjwMwg vviw7Sw8L2ZvbnQ+PGZvbnQgY29sb3I9IiMzMzMzMzMiPiANCiAgICAgICAgICAgILCjtNzH z7jnILTZvufH0SDB1rmuuea5/cC6ILDtsLS/obDUILW1v/LAuyC15biztM+02S48L2ZvbnQ+ IDxicj4NCiAgICAgICAgICAgICogPGZvbnQgY29sb3I9IiMzMzMzMzMiPjxiPsH3waIgu+e/ 68fYuri9w7jpILT1ILPutvO/7iCx4rTJtenAuyC537Dfx8+9xyC89iDA1r3AtM+02S48L2I+ PC9mb250PiANCiAgICAgICAgICAgICZuYnNwOzxhIGhyZWY9Imh0dHA6Ly93d3cuZWNhdGFs b2dzb2Z0LmNvbS9wY3liZXN0L3NjcmVlbi5odG0iIGNsYXNzPSJub25lIiB0YXJnZXQ9Il9i bGFuayI+PGZvbnQgY29sb3I9InJlZCI+ucy4rrq4seI8L2ZvbnQ+PC9hPiANCiAgICAgICAg ICAgICZuYnNwOzxhIGhyZWY9Imh0dHA6Ly93d3cuZWNhdGFsb2dzb2Z0LmNvbS9lQ2F0L2V4 ZS9YMDAxLUFNQTAwMS0wMi5leGUiIGNsYXNzPSJub25lIj48Zm9udCBjb2xvcj0icmVkIj67 +cfDtNm/7jwvZm9udD48L2E+IA0KICAgICAgICAgICAgPGJyPg0KICAgICAgICAgICAgPGJy Pg0KICAgICAgICAgICAgPHRhYmxlIHdpZHRoPSIxMjAiIGJvcmRlcj0iMCIgY2VsbHNwYWNp bmc9IjAiIGNlbGxwYWRkaW5nPSIwIiBoZWlnaHQ9IjI1Ij4NCiAgICAgICAgICAgICAgPHRy PiANCiAgICAgICAgICAgICAgICA8dGQgYmFja2dyb3VuZD0iaHR0cDovL3d3dy5lY2F0YWxv Z3NvZnQuY29tL2ltYWdlcy8yNV9iZ19kb3duLmdpZiI+PGIgY2xhc3M9InRpdGxlIj48Zm9u dCBjb2xvcj0iIzAwOTkwMCI+waaw+CANCiAgICAgICAgICAgICAgICAgILytuvG9ujwvZm9u dD48L2I+PGI+PC9iPjwvdGQ+DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICA8 L3RhYmxlPg0KICAgICAgICAgICAgPGJyPg0KICAgICAgICAgICAgPGI+MSkguejG97/rIMD8 wNrEq7TZt86x1yDBpsDbILytuvG9uiAoZUNCUyk8L2I+IDxmb250IGNvbG9yPSIjMzMzMzMz Ij4tJmd0OyA8L2ZvbnQ+PGEgaHJlZj0iaHR0cDovL3d3dy5lY2F0YWxvZ3NvZnQuY29tL2ty L21lbnVfYnNfZWNhdC5hc3AiIHRhcmdldD0iX2JsYW5rIj48Zm9udCBjb2xvcj0icmVkIj7A 2ry8yPcgDQogICAgICAgICAgICC6uLHiPC9mb250PjwvYT48Zm9udCBjb2xvcj0iIzMzMzMz MyI+IDxicj4NCiAgICAgICAgICAgIDxmb250IHNpemU9IjEiIGNvbG9yPSIjRkZGRkZGIj4u Li4uPC9mb250PrTcsKG0wiAxMywwMDC/+CjBpLChKcDMuOcgu/PHsMDHILCzvPa4piANCiAg ICAgICAgICAgILHiwdjAuLfOIMfPv6kgw6XBpLXLtM+02S4oVkFUurC1tSkgPGJyPg0KICAg ICAgICAgICAgPGZvbnQgc2l6ZT0iMSIgY29sb3I9IiNGRkZGRkYiPi4uLjwvZm9udD4xMb/5 IDMwwM+x7sH2tMIgNTAlIMfSwM61yCDGxLDdwPvAziCwobDdwLi3ziANCiAgICAgICAgICAg IMGmsPjH2CC15biztM+02S4gPGJyPg0KICAgICAgICAgICAgPGZvbnQgc2l6ZT0iMSIgY29s b3I9IiNGRkZGRkYiPi4uLjwvZm9udD603LChIDogNiw1MDC/+DwvZm9udD4gPGZvbnQgY29s b3I9IiMzMzMzMzMiIHNpemU9IjEiPihWQVS6sLW1KTwvZm9udD4gDQogICAgICAgICAgICA8 Yj48YnI+DQogICAgICAgICAgICAyKSDA/MDaxKu02bfOsdcguLbEycbDICjGx8PLKSC068fg ILytuvG9uiAoU1BTKTxmb250IGNvbG9yPSIjMzMzMzMzIj4gPC9mb250PjwvYj48Zm9udCBj b2xvcj0iIzMzMzMzMyI+LSZndDsgDQogICAgICAgICAgICA8L2ZvbnQ+PGEgaHJlZj0iaHR0 cDovL3d3dy5lY2F0YWxvZ3NvZnQuY29tL2tyL21lbnVfc3MuYXNwIiB0YXJnZXQ9Il9ibGFu ayI+PGZvbnQgY29sb3I9InJlZCI+wNq8vMj3IA0KICAgICAgICAgICAgurix4jwvZm9udD48 L2E+PGZvbnQgY29sb3I9IiMzMzMzMzMiPiA8YnI+DQogICAgICAgICAgICA8Zm9udCBzaXpl PSIxIiBjb2xvcj0iI0ZGRkZGRiI+Li4uPC9mb250PiZxdW90O2VDQlMmcXVvdDu4piDAzL/r x8+0wiCx4r73v6Gw1CANCiAgICAgICAgICAgIMGmsPjHz7TCIMbHw8u068fgILytuvG9urfO veE8YnI+DQogICAgICAgICAgICAgIDxmb250IHNpemU9IjEiIGNvbG9yPSIjRkZGRkZGIj4u Li48L2ZvbnQ+ursgvK268b26tMIgwPrI8SC4tsTJxsPGwL+hIMDHx8+/qSC4xcPiwMwgDQog ICAgICAgICAgICAgILy6u+e1ySCw5r/sv6G4uCDA+7/rtce0wiCwzcDMuOcgPGJyPg0KICAg ICAgICAgICAgPGZvbnQgc2l6ZT0iMSIgY29sb3I9IiNGRkZGRkYiPi4uLjwvZm9udD7D0bjF w+K+18DHIDEwJbimILz2vPa34bfOIMjEw+vH1bTPtNkuPC9mb250PiANCiAgICAgICAgICAg IDxwPjxmb250IGNvbG9yPSIjMzMzMzMzIj65rsDHu+fH1yDA1sC4vcO46SC+8MGmtefB9iC/ rLb0wda9yr3Dv8AuIDxicj4NCiAgICAgICAgICAgICAguLbEycbDtOO05yA6IMDMsObHzzwv Zm9udD48YSBjbGFzcz1ub25lIGhyZWY9Im1haWx0bzppbWFzdGVyQGVjYXRhbG9nc29mdC5j b20iPjxmb250IGNvbG9yPSIjMDA5OTMzIj4gDQogICAgICAgICAgICAgIGltYXN0ZXJAZWNh dGFsb2dzb2Z0LmNvbTwvZm9udD48L2E+PGZvbnQgY29sb3I9IiMzMzMzMzMiPiA8YnI+DQog ICAgICAgICAgICAgIMHWua7DsyA6IMD8yK0gMDItNTIzLTQzNzQgLyDG0b26IDAyLTUyMy00 Mzk4IC8guN7AzyA8L2ZvbnQ+PGEgY2xhc3M9bm9uZSBocmVmPSJtYWlsdG86b3JkZXJAZWNh dGFsb2dzb2Z0LmNvbSI+PGZvbnQgY29sb3I9IiMwMDk5MzMiPm9yZGVyQGVjYXRhbG9nc29m dC5jb208L2ZvbnQ+PC9hPjxmb250IGNvbG9yPSIjMzMzMzMzIj4gDQogICAgICAgICAgICAg IDxicj4NCiAgICAgICAgICAgICAgPC9mb250PjwvcD4NCiAgICAgICAgIDxmb250IGNvbG9y PSIjMzMzMzMzIj6xzcfPwMcgwMy43sDPwLogwM7FzbPdu/O/obytIL/sv6zI9yC+y7DUILXI ILDNwNS0z7TZLiA8YnI+DQogICAgICAgICAgICC6uyBOZXdzIGxldHRlcrimIL/4xKEgvsrA uL3DuOkgPC9mb250PjxhIGhyZWY9Im1haWx0bzpkZWxldGVAZWNhdGFsb2dzb2Z0LmNvbT9z dWJqZWN0Pbz2vcWwxbrOJmJvZHk9uN7Az7z2vcXAu7DFus7H1bTPtNkiIGNsYXNzPSJub25l Ij48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+vPa9xbDFus48L2ZvbnQ+PC9hPjxmb250IGNvbG9y PSIjMzMzMzMzIj4gDQogICAgICAgICAgICA8Zm9udCBzaXplPSIxIiBmYWNlPSJWZXJkYW5h LCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj4oU2VuZCANCiAgICAgICAgICAgIGUt bWFpbCk8L2ZvbnQ+uKYgtK23r8HWvcq9w7/ALiA8L2ZvbnQ+DQogICAgICAgIDwvdHI+DQog ICAgICAgIDx0ciBib3JkZXJjb2xvcj0iI0ZGRkZGRiI+IA0KICAgICAgICAgIDx0ZCB3aWR0 aD0iNzkiPiZuYnNwOzwvdGQ+DQogICAgICAgICAgPHRkIHdpZHRoPSI0NzEiPiANCiAgICAg ICAgICAgIDxkaXYgYWxpZ249InJpZ2h0Ij6xzbvnwMcguLbEycbDv6Egs6+ws7imILTevsYg teW4rrDavcC0z7TZLiA8aW1nIHNyYz0iaHR0cDovL3d3dy5lY2F0YWxvZ3NvZnQuY29tL2lt YWdlcy9lY2F0X2Jhbm5lci5naWYiIHdpZHRoPSIxMTAiIGhlaWdodD0iMzkiIGFsaWduPSJh YnNtaWRkbGUiPjxmb250IGNvbG9yPSIjRkZGRkZGIj4uLjwvZm9udD48YnI+DQogICAgICAg ICAgICA8L2Rpdj4NCiAgICAgICAgICA8L3RkPg0KICAgICAgICA8L3RyPg0KICAgICAgICA8 dHIgYmdjb2xvcj0iIzAwOTkzMyIgYm9yZGVyY29sb3I9IjAwOTkzMyI+IA0KICAgICAgICAg IDx0ZCBjb2xzcGFuPSIyIiBoZWlnaHQ9IjYwIj4gDQogICAgICAgICAgICA8ZGl2IGFsaWdu PSJjZW50ZXIiPjxmb250IGNvbG9yPSIjRkZGRkZGIj68vLDoIMGmwM/AxyDA/MDaxKu02bfO sdcgvNa357zHsPogxvfFu7vnwMzGrrimIA0KICAgICAgICAgICAgICDB9sfix8+0wiA8Yj5l xKu02bfOsde80sfBxq605cTEPC9iPjwvZm9udD48YnI+DQogICAgICAgICAgICAgIDxmb250 IGNvbG9yPSIjRkZGRkZGIj7A2ry8x9Egs7u/68C6IDxhIGhyZWY9Imh0dHA6Ly93d3cuZWNh dGFsb2dzb2Z0LmNvbS9rciIgY2xhc3M9Im5vbmUiIHRhcmdldD0iX2JsYW5rIj48Yj48Zm9u dCBjb2xvcj0iI0ZGRkY5OSI+SG9tZXBhZ2U8L2ZvbnQ+PC9iPjwvYT64piANCiAgICAgICAg ICAgICAgwvzBtsfPvLy/5DwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMSI+ LjwvZm9udD48L2Rpdj4NCiAgICAgICAgICA8L3RkPg0KICAgICAgICA8L3RyPg0KICAgICAg PC90YWJsZT4NCiAgICA8L3RkPg0KICA8L3RyPg0KPC90YWJsZT4NCjwvYm9keT4NCjwvaHRt bD4= ------=_NextPart_000_0077_01C0F02A.93A34C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 17: 3:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 2AC8A37B401 for ; Thu, 1 Nov 2001 17:03:34 -0800 (PST) Received: from rosa.physik.TU-Berlin.DE (rosa.physik.TU-Berlin.DE [130.149.160.209]) by emmi.physik.TU-Berlin.DE (8.11.6/8.11.6) with ESMTP id fA213O813624; Fri, 2 Nov 2001 02:03:24 +0100 (CET) (envelope-from jschlesn@emmi.physik.TU-Berlin.DE) Received: (from jschlesn@localhost) by rosa.physik.TU-Berlin.DE (8.11.6/8.11.1) id fA213N702804; Fri, 2 Nov 2001 02:03:23 +0100 (CET) (envelope-from jschlesn) Date: Fri, 2 Nov 2001 02:03:23 +0100 From: Jan Schlesner To: freebsd-stable@freebsd.org Cc: Odhiambo Washington Subject: Re: Kernel building error Message-ID: <20011102020323.A2078@physik.TU-Berlin.DE> References: <20011031101911.M29426@ns2.wananchi.com> <20011031153224.A80361@physik.TU-Berlin.DE> <20011101133005.C21700@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011101133005.C21700@ns2.wananchi.com>; from wash@wananchi.com on Thu, Nov 01, 2001 at 01:30:05PM +0300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 01, 2001 at 01:30:05PM +0300, Odhiambo Washington wrote: > * Jan Schlesner [20011031 17:31]: writing on the subject 'Re: Kernel building error' > | I think, that we need more informations. E.g. have you delete > | all in /usr/obj and habe you build the system before you try > | to build a kernel? > > Yes, > > cvsup -g -L 2 stable-supfile > > after that, > > cd /usr/src > make world | tee ~wash/world-20011031 | tail -8 | mail wash@wananchi.com & > > That completed nicely. > > make kernel KERNCONF=Kern4.x | tee ~wash/kernel-20011031 | tail -10 | mail wash@wananchi.com & > > That is where I got the error I posted below ;-) > > I've even done a make clean inside /usr/src Have you remove all inside /usr/obj before building the system? I think, a make clean inside /usr/src isn't enough. Which version will you update? Is this perhaps an older FreeBSD-version? Have you check the release notes? Can you build a generic-kernel? Jan -- It's better to reign in hell, than to serve in heaven... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 17:24:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 7168A37B407; Thu, 1 Nov 2001 17:24:27 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fA21Kpq36166; Thu, 1 Nov 2001 17:20:51 -0800 (PST) (envelope-from rizzo) Date: Thu, 1 Nov 2001 17:20:51 -0800 From: Luigi Rizzo To: net@freebsd.org Subject: unused interfaces in if_var.h Message-ID: <20011101172051.B36115@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Bcc to net for relevance] in the RELENG_4 version of if_var.h there are some macros and inline functions (namely IF_ENQ_DROP(), if_enq_drop()) which seem to be never used. They have been removed in the version in CURRENT, where instead a IF_HANDOFF() macro has been introduced to handle passing packets to an interface. Would people object to doing a similar change to the code in STABLE ? luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone: (510) 666 2927 ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 19:24: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from imo-d09.mx.aol.com (imo-d09.mx.aol.com [205.188.157.41]) by hub.freebsd.org (Postfix) with ESMTP id 97F3037B405 for ; Thu, 1 Nov 2001 19:23:59 -0800 (PST) Received: from Hunt127588@aol.com by imo-d09.mx.aol.com (mail_out_v31_r1.8.) id n.5f.1d23fe2a (1332) for ; Thu, 1 Nov 2001 22:23:55 -0500 (EST) From: Hunt127588@aol.com Message-ID: <5f.1d23fe2a.29136bca@aol.com> Date: Thu, 1 Nov 2001 22:23:54 EST Subject: Update from 4.4-Stable from 4.3-Stable To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_5f.1d23fe2a.29136bca_boundary" X-Mailer: AOL 6.0 for Windows US sub 10539 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --part1_5f.1d23fe2a.29136bca_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I have upgraded to 4.4-Stable from 4.3-Stable. However, now my /usr/local/etc/rc.d/* scripts aren't started upon bootup. I have to manually start them to get these services started. I ran mergmaster and installed all files except /etc/rc.conf which I kept. I found the bad code and it is as follows (lines 678-717) in /etc/rc as of Nov 1st: ############################################### slist="${slist}${script_name_sep}${script}" done fi done script_save_sep="$IFS" IFS="${script_name_sep}" for script in ${slist}; do if [ -x "${script}" ]; then (set -T trap 'exit 1' 2 ${script} start) fi done IFS="${script_save_sep}" ############################################### Robert --part1_5f.1d23fe2a.29136bca_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit I have upgraded to 4.4-Stable from 4.3-Stable. However, now my /usr/local/etc/rc.d/* scripts aren't started upon bootup. I have to manually start them to get these services started. I ran mergmaster and installed all files except /etc/rc.conf which I kept. I found the bad code and it is as follows (lines 678-717) in /etc/rc as of Nov 1st:

###############################################
slist="${slist}${script_name_sep}${script}"
                       done
               fi
       done
       script_save_sep="$IFS"
       IFS="${script_name_sep}"
       for script in ${slist}; do
               if [ -x "${script}" ]; then
                       (set -T
                       trap 'exit 1' 2
                       ${script} start)
               fi
       done
       IFS="${script_save_sep}"
###############################################

Robert
--part1_5f.1d23fe2a.29136bca_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 20:11:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from greg.cex.ca (h24-207-26-100.dlt.dccnet.com [24.207.26.100]) by hub.freebsd.org (Postfix) with SMTP id 21ADF37B414 for ; Thu, 1 Nov 2001 20:10:59 -0800 (PST) Received: (qmail 74768 invoked by uid 1001); 2 Nov 2001 04:10:36 -0000 Mail-Followup-To: freebsd-stable@freebsd.org Date: Thu, 1 Nov 2001 20:10:36 -0800 From: Greg White To: freebsd-stable@freebsd.org Subject: Re: Update from 4.4-Stable from 4.3-Stable Message-ID: <20011101201036.N58605@greg.cex.ca> References: <5f.1d23fe2a.29136bca@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5f.1d23fe2a.29136bca@aol.com>; from Hunt127588@aol.com on Thu, Nov 01, 2001 at 10:23:54PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu Nov 11/01/01, 2001 at 10:23:54PM -0500, Hunt127588@aol.com wrote: > I have upgraded to 4.4-Stable from 4.3-Stable. However, now my > /usr/local/etc/rc.d/* scripts aren't started upon bootup. I have to manually > start them to get these services started. I ran mergmaster and installed all > files except /etc/rc.conf which I kept. I found the bad code and it is as > follows (lines 678-717) in /etc/rc as of Nov 1st: > > ############################################### > slist="${slist}${script_name_sep}${script}" > done > fi > done > script_save_sep="$IFS" > IFS="${script_name_sep}" > for script in ${slist}; do > if [ -x "${script}" ]; then > (set -T > trap 'exit 1' 2 > ${script} start) > fi > done > IFS="${script_save_sep}" > ############################################### What's "bad" about that code? I have the same code in my /etc/rc, and /usr/local/etc/rc.d/*.sh services start just fine....Been tracking -STABLE on two boxes here since 4.1, no problems whatsoever. Do your scripts barf if given a 'start' argument or something? Wrong permissions? -- Greg White To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 20:59:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 28AD437B403 for ; Thu, 1 Nov 2001 20:59:50 -0800 (PST) Received: from dialup-209.247.138.228.dial1.sanjose1.level3.net ([209.247.138.228] helo=blossom.cjclark.org) by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 15zWQ8-0005Lq-00; Thu, 01 Nov 2001 20:59:38 -0800 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id fA24vX306474; Thu, 1 Nov 2001 20:57:33 -0800 (PST) (envelope-from cjc) Date: Thu, 1 Nov 2001 20:57:21 -0800 From: "Crist J. Clark" To: Greg White Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Update from 4.4-Stable from 4.3-Stable Message-ID: <20011101205721.D4360@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <5f.1d23fe2a.29136bca@aol.com> <20011101201036.N58605@greg.cex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011101201036.N58605@greg.cex.ca>; from gregw-freebsd-stable@greg.cex.ca on Thu, Nov 01, 2001 at 08:10:36PM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 01, 2001 at 08:10:36PM -0800, Greg White wrote: > On Thu Nov 11/01/01, 2001 at 10:23:54PM -0500, Hunt127588@aol.com wrote: > > I have upgraded to 4.4-Stable from 4.3-Stable. However, now my > > /usr/local/etc/rc.d/* scripts aren't started upon bootup. I have to manually > > start them to get these services started. I ran mergmaster and installed all > > files except /etc/rc.conf which I kept. I found the bad code and it is as > > follows (lines 678-717) in /etc/rc as of Nov 1st: > > > > ############################################### > > slist="${slist}${script_name_sep}${script}" > > done > > fi > > done > > script_save_sep="$IFS" > > IFS="${script_name_sep}" > > for script in ${slist}; do > > if [ -x "${script}" ]; then > > (set -T > > trap 'exit 1' 2 > > ${script} start) > > fi > > done > > IFS="${script_save_sep}" > > ############################################### > > What's "bad" about that code? I have the same code in my /etc/rc, and > /usr/local/etc/rc.d/*.sh services start just fine....Been tracking > -STABLE on two boxes here since 4.1, no problems whatsoever. Do your > scripts barf if given a 'start' argument or something? Wrong > permissions? More likely, did the original poster run mergemaster(8)? If you do not have "script_name_sep" set, the code above will break... maybe a catch is in order? Index: rc =================================================================== RCS file: /export/ncvs/src/etc/rc,v retrieving revision 1.286 diff -u -r1.286 rc --- rc 2001/10/19 06:50:52 1.286 +++ rc 2001/11/02 04:55:29 @@ -813,6 +813,7 @@ *) echo -n 'Local package initialization:' slist="" + : ${script_name_sep:=" "} for dir in ${local_startup}; do if [ -d "${dir}" ]; then for script in ${dir}/*.sh; do -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 21:37:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 0E29237B40F for ; Thu, 1 Nov 2001 21:37:20 -0800 (PST) Received: from cain.gsoft.com.au (root@localhost [127.0.0.1]) by cain.gsoft.com.au (8.11.6/8.11.6) with ESMTP id fA25bHS40263 for ; Fri, 2 Nov 2001 16:07:18 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 02 Nov 2001 16:07:16 +1030 (CST) From: "Daniel O'Connor" To: freebsd-stable@freebsd.org Subject: FreeBSD Unable to detect my keyboard Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a Mitsubishi Diamond Touch keyboard (a new one with useless Sleep/Power/Wakeup keys). I have to force the detection of a ps/2 keyboard because it isn't seen by FreeBSD :( When FreeBSD boots it probes the keyboard and the lights flash, but it isn't detected. The Model number is 6511-PA, Extension number is - 41/MIT. Anyone have any ideas about how I could get it to work? Thanks. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 1 23:42:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id E073037B401; Thu, 1 Nov 2001 23:42:27 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id fA27gRp22277; Thu, 1 Nov 2001 23:42:27 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id fA27gZ301877; Thu, 1 Nov 2001 23:42:36 -0800 (PST) (envelope-from marcel) Date: Thu, 1 Nov 2001 23:42:35 -0800 From: Marcel Moolenaar To: Ray Gilstrap Cc: Doug Barton , freebsd-stable@FreeBSD.ORG, emulation@FreeBSD.ORG Subject: Re: latest -stable kernel + linux_base-7 = no netscape Message-ID: <20011101234235.A1818@dhcp01.pn.xcllnt.net> References: <20011031181747.N470-100000@zoot.corp.yahoo.com> <20011101114816.Y75960-100000@ratogi.arc.nasa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011101114816.Y75960-100000@ratogi.arc.nasa.gov> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 01, 2001 at 01:31:36PM -0800, Ray Gilstrap wrote: > That seems to have fixed things for me, but since I want to run StarOffice > 6.0 at some point, I'd also like to find out what's wrong with > linux_base-7. (I'm guessing that the kenel Linux emulation is not part of > the problem.) There's nothing wrong with the port. The linux kernel module is the problem. SO6 apparently works with linux_base (-6). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 1:26: 1 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sofia.fio.cz (sf-wall.fio.cz [195.250.140.9]) by hub.freebsd.org (Postfix) with ESMTP id 21C3137B406 for ; Fri, 2 Nov 2001 01:25:58 -0800 (PST) X-Envelope-From: vita@fio.cz Received: from vita.private.fio.cz (vita.private.fio.cz [10.0.4.41]) by sofia.fio.cz (8.11.6/8.11.1) with ESMTP id fA29Ptm94731 for ; Fri, 2 Nov 2001 10:25:55 +0100 (CET) (envelope-from vita@fio.cz) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 02 Nov 2001 10:26:03 +0100 (CET) Organization: FIO holding From: vita@fio.cz To: stable@freebsd.org Subject: truss - linux syscalls - bug Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Truss shows wrong return values of linux system calls in 4.4-RELEASE. Problem is in i386-linux.c in function i386_linux_syscall_exit. There is called print_syscall_ret(outfile, lsc.name, lsc.nargs, lsc.s_args, errorp, i); Last parameter should be something like errorp ? i : retval instead of just i. vita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 3:38:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 2D95837B401 for ; Fri, 2 Nov 2001 03:38:44 -0800 (PST) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=exim) by cs.huji.ac.il with esmtp (Exim 3.32 #1) id 15zceo-0004g4-00 for freebsd-stable@freebsd.org; Fri, 02 Nov 2001 13:38:42 +0200 Received: from localhost ([127.0.0.1] helo=pampa.cs.huji.ac.il ident=danny) by pampa.cs.huji.ac.il with esmtp (Exim 3.22 #2) id 15zceo-0000GX-00 for freebsd-stable@FreeBSD.ORG; Fri, 02 Nov 2001 13:38:42 +0200 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-stable@FreeBSD.ORG Subject: Intel PRO/1000 XT Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Nov 2001 13:38:42 +0200 From: Danny Braniss Message-Id: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, Is there a driver for this card? thanks, danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 4:22:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from melchior.cuivre.fr.eu.org (melchior.enst.fr [137.194.161.6]) by hub.freebsd.org (Postfix) with ESMTP id 1377437B401 for ; Fri, 2 Nov 2001 04:22:41 -0800 (PST) Received: from melusine.cuivre.fr.eu.org (melusine.enst.fr [137.194.160.34]) by melchior.cuivre.fr.eu.org (Postfix) with ESMTP id 6B4847B95; Fri, 2 Nov 2001 13:22:39 +0100 (CET) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 7370A24D08; Fri, 2 Nov 2001 13:22:38 +0100 (CET) Date: Fri, 2 Nov 2001 13:22:38 +0100 From: Thomas Quinot To: Nuno Teixeira Cc: freebsd-stable@freebsd.org Subject: Re: burncd + DAO sugestions? Message-ID: <20011102132238.A921@melusine.cuivre.fr.eu.org> Reply-To: thomas@cuivre.fr.eu.org References: <013101c1621e$66183d10$0a00a8c0@qnuno> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <013101c1621e$66183d10$0a00a8c0@qnuno>; from nuno.mailinglists@pt-quorum.com on Wed, Oct 31, 2001 at 03:11:51PM -0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le 2001-10-31, Nuno Teixeira écrivait : > 1. generate a TOC file from original Audio CD,i.e, export TOC to a file > 2. use "dd if=/dev/acd0c of=audio_cd.raw bs=2352" to create audio cd image > 3. importing "audio_cd.toc" by "burncd -f /dev/acd1c raw audio_cd.raw fixate" to generate a correct TOC Yes this is probably rather easy, you just have to change the way burncd builds the cue sheet for DAO writing. If you want to use -CURRENT you could also try to use cdrdao with Søren Schmidt's ATAPI backend for libscg. Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 5:16:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.nsu.ru (b.ns.ssc.nsu.ru [193.124.215.221]) by hub.freebsd.org (Postfix) with ESMTP id 588FA37B403 for ; Fri, 2 Nov 2001 05:16:44 -0800 (PST) Received: from iclub.nsu.ru ([193.124.222.66] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 15zeBR-0002AJ-00; Fri, 02 Nov 2001 19:16:30 +0600 Received: (from fjoe@localhost) by iclub.nsu.ru (8.11.6/8.11.6) id fA2DGQJ34735; Fri, 2 Nov 2001 19:16:26 +0600 (NS) (envelope-from fjoe) Date: Fri, 2 Nov 2001 19:16:26 +0600 From: Max Khon To: Thomas Quinot Cc: Nuno Teixeira , freebsd-stable@freebsd.org Subject: Re: burncd + DAO sugestions? Message-ID: <20011102191626.A33981@iclub.nsu.ru> References: <013101c1621e$66183d10$0a00a8c0@qnuno> <20011102132238.A921@melusine.cuivre.fr.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011102132238.A921@melusine.cuivre.fr.eu.org>; from thomas@cuivre.fr.eu.org on Fri, Nov 02, 2001 at 01:22:38PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, there! On Fri, Nov 02, 2001 at 01:22:38PM +0100, Thomas Quinot wrote: > > 1. generate a TOC file from original Audio CD,i.e, export TOC to a file > > 2. use "dd if=/dev/acd0c of=audio_cd.raw bs=2352" to create audio cd image > > 3. importing "audio_cd.toc" by "burncd -f /dev/acd1c raw audio_cd.raw fixate" to generate a correct TOC > > Yes this is probably rather easy, you just have to change the way burncd > builds the cue sheet for DAO writing. > > If you want to use -CURRENT you could also try to use cdrdao with > Soren Schmidt's ATAPI backend for libscg. is it in the source tree? if not where can I get it? /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 5:17: 5 2001 Delivered-To: freebsd-stable@freebsd.org Received: from imo-d10.mx.aol.com (imo-d10.mx.aol.com [205.188.157.42]) by hub.freebsd.org (Postfix) with ESMTP id 7808637B407 for ; Fri, 2 Nov 2001 05:16:53 -0800 (PST) Received: from Hunt127588@aol.com by imo-d10.mx.aol.com (mail_out_v31_r1.8.) id n.24.1ba8efdd (25309) for ; Fri, 2 Nov 2001 08:16:51 -0500 (EST) From: Hunt127588@aol.com Message-ID: <24.1ba8efdd.2913f6c2@aol.com> Date: Fri, 2 Nov 2001 08:16:50 EST Subject: Re: Update from 4.4-Stable from 4.3-Stable To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_24.1ba8efdd.2913f6c2_boundary" X-Mailer: AOL 6.0 for Windows US sub 10539 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --part1_24.1ba8efdd.2913f6c2_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hey Guys, I did run mergemaster and took all the appropriate steps. I think Crist is correct in his assumption of $script_name_sep not being set as it is not and echoing $slist proved that the scripts were all running together as one long line. However, should this have been a part of the new "rc"? It's fixed now and I'm happy...Thanks. Robert --part1_24.1ba8efdd.2913f6c2_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hey Guys,
I did run mergemaster and took all the appropriate steps. I think Crist is correct in his assumption of $script_name_sep not being set as it is not and echoing $slist proved that the scripts were all running together as one long line. However, should this have been a part of the new "rc"? It's fixed now and I'm happy...Thanks.

Robert
--part1_24.1ba8efdd.2913f6c2_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 5:27: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by hub.freebsd.org (Postfix) with ESMTP id AC29937B403 for ; Fri, 2 Nov 2001 05:26:59 -0800 (PST) Received: from TMA-1.brad-x.com ([64.228.82.194]) by tomts8-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011102132658.MUO13234.tomts8-srv.bellnexxia.net@TMA-1.brad-x.com> for ; Fri, 2 Nov 2001 08:26:58 -0500 Received: from localhost (localhost.brad-x.com [127.0.0.1]) by TMA-1.brad-x.com (Postfix) with ESMTP id D99FE7B0C0 for ; Fri, 2 Nov 2001 08:27:39 -0500 (EST) Date: Fri, 2 Nov 2001 08:27:39 -0500 (EST) From: Brad Laue To: freebsd-stable@freebsd.org Subject: PR handling.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Minor operational question, how many are in charge of the PR's sent regarding bugs? The number of open reports seems to increase at a fairly constant rate with no resolution to especially serious bugs. Is it a lack of people working on them, or a lack of people working on them because of the upcoming -CURRENT release? Mind you, the open PR's are largely not showstoppers, which is damn good, but I'm curious as to the amount of time spent on userland bugs or conflicts that might otherwise be considered innocuous - in many common cases these bugs can even preclude implementation of FreeBSD in certain environments. I'd also appreciate it if someone would take a quick glance at 31565 and 31566, as these are some pretty practical problems that need to be addressed (modern systems run into problems like this extremely often). Cheers, and keep up the good work Brad // -- http://www.BRAD-X.com/ -- // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 6: 9:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from euripides.enigma.ie (euripides.enigma.ie [194.106.143.89]) by hub.freebsd.org (Postfix) with ESMTP id D254737B4EC for ; Fri, 2 Nov 2001 06:09:16 -0800 (PST) Received: (qmail 21203 invoked by uid 1009); 2 Nov 2001 14:09:13 -0000 From: "Nick Hilliard" Date: Fri, 2 Nov 2001 14:09:13 +0000 To: brad@brad-x.com Cc: stable@freebsd.org Subject: Re: PR handling.. Message-ID: <20011102140913.A21115@euripides.enigma.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I'd also appreciate it if someone would take a quick glance at 31565 and > 31566, as these are some pretty practical problems that need to be > addressed (modern systems run into problems like this extremely often). kern/31566 is basically the same problem as your previous problem (kern/31166), and kern/25130 and is a more general case of kern/24392. Basically the problem is that the error checking in the kernel linker is not thorough enough. In general cases, it means that it's possible to kldload modules which have already been compiled into the kernel. And in the case where the module registers sysctls and you attempt a kldunload, a kernel panic will ensue. Anyone interested in getting lots of brownie points by closing 4 pr's at once? :-) My C is a bit too rusty at the moment to want to consider looking at this wrt a fix. On the subject of really annoying pr's which have been open for ages, who could I poke about kern/25130, which is about the fact that vmware doesn't work on SMP boxes since 4.3? Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 6:28:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 6F2D437B403 for ; Fri, 2 Nov 2001 06:28:38 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 2 Nov 2001 14:28:35 +0000 (GMT) Date: Fri, 2 Nov 2001 14:28:34 +0000 From: David Malone To: Nick Hilliard Cc: brad@brad-x.com, stable@freebsd.org Subject: Re: PR handling.. Message-ID: <20011102142834.A71940@walton.maths.tcd.ie> References: <20011102140913.A21115@euripides.enigma.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011102140913.A21115@euripides.enigma.ie>; from nick-fbsdstable@netability.ie on Fri, Nov 02, 2001 at 02:09:13PM +0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 02, 2001 at 02:09:13PM +0000, Nick Hilliard wrote: > On the subject of really annoying pr's which have been open for ages, who > could I poke about kern/25130, which is about the fact that vmware doesn't > work on SMP boxes since 4.3? You could try poking Ian, as he uses vmware quite a bit these days. However I don't think that's the right PR number. If it's simple to test I can probably commit it. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 6:34:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from euripides.enigma.ie (euripides.enigma.ie [194.106.143.89]) by hub.freebsd.org (Postfix) with ESMTP id 4F4E837B403 for ; Fri, 2 Nov 2001 06:34:51 -0800 (PST) Received: (qmail 21354 invoked by uid 1009); 2 Nov 2001 14:34:48 -0000 From: "Nick Hilliard" Date: Fri, 2 Nov 2001 14:34:48 +0000 To: David Malone Cc: stable@freebsd.org Subject: Re: PR handling.. Message-ID: <20011102143448.A21318@euripides.enigma.ie> References: <20011102140913.A21115@euripides.enigma.ie> <20011102142834.A71940@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011102142834.A71940@walton.maths.tcd.ie>; from dwmalone@maths.tcd.ie on Fri, Nov 02, 2001 at 02:28:34PM +0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > On the subject of really annoying pr's which have been open for ages, who > > could I poke about kern/25130, which is about the fact that vmware doesn't > > work on SMP boxes since 4.3? I meant kern/26016, of course. Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 7: 8:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from proverbs.outreachnetworks.com (proverbs.outreachnetworks.com [65.196.249.4]) by hub.freebsd.org (Postfix) with SMTP id 039E337B406 for ; Fri, 2 Nov 2001 07:08:48 -0800 (PST) Received: (qmail 36076 invoked from network); 2 Nov 2001 15:08:47 -0000 Received: from unknown (HELO phoncella.outreachnetworks.com) (65.196.249.11) by proverbs.outreachnetworks.com with SMTP; 2 Nov 2001 15:08:47 -0000 Received: (from elh@localhost) by phoncella.outreachnetworks.com (8.11.6/8.11.2) id fA2F8kd01994 for freebsd-stable@freebsd.org; Fri, 2 Nov 2001 10:08:46 -0500 Date: Fri, 2 Nov 2001 10:08:46 -0500 From: "Eric L. Howard" To: freebsd-stable@freebsd.org Subject: 4.0-R -> 4.4-S via source... Message-ID: <20011102100846.A1897@outreachnetworks.com> Mail-Followup-To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Favorite-Scripture: Romans 8:18 Theocratic-Rule-Advocate: http://www.crossmovement.com Registered-Secret-Agent: Agent Double-Naught Seven Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I thought the following had been fixed... http://www.freebsd.org/cgi/getmsg.cgi?fetch=361779+0+current/freebsd-questions but the backporting didn't work for me on a 4.0-R machine. If I need to do a third sanity check I will...but is anyone else out there still running 4.0-R and having a problem going to 4.4-S via source? ~ELH~ -- Eric L. Howard e l h @ o u t r e a c h n e t w o r k s . c o m ------------------------------------------------------------------------ www.OutreachNetworks.com 313.297.9900 ------------------------------------------------------------------------ Advocate of the Theocratic Rule To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 8: 3:16 2001 Delivered-To: freebsd-stable@freebsd.org Received: from daphne.unloved.org (daphne.unloved.org [62.58.62.165]) by hub.freebsd.org (Postfix) with ESMTP id 598FF37B403 for ; Fri, 2 Nov 2001 08:03:11 -0800 (PST) Received: by daphne.unloved.org (Postfix, from userid 1001) id 1630111784; Fri, 2 Nov 2001 17:03:19 +0100 (CET) Date: Fri, 2 Nov 2001 17:03:19 +0100 From: Ashley Penney To: Brad Laue Cc: freebsd-stable@freebsd.org Subject: Re: PR handling.. Message-ID: <20011102170319.A44358@daphne.unloved.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 02, 2001 at 08:27:39AM -0500, Brad Laue said: > Minor operational question, how many are in charge of the PR's sent > regarding bugs? The number of open reports seems to increase at a fairly > constant rate with no resolution to especially serious bugs. Is it a lack > of people working on them, or a lack of people working on them because of > the upcoming -CURRENT release? > > Mind you, the open PR's are largely not showstoppers, which is damn good, > but I'm curious as to the amount of time spent on userland bugs or > conflicts that might otherwise be considered innocuous - in many common > cases these bugs can even preclude implementation of FreeBSD in certain > environments. I've currenty got a bit of time, and I'm exploring the entire PR database from beginning to end. Already I have a list of about 300 PR's to close and I'm only up to pr24238. I have another three weeks before I'll be busy again, and I plan to use this time to get as many PRs closed as possible. As I'm not a commiter, I'm channeling all the work I'm doing through a single commiter, which means there's a fairly big lag between my lists and actual action. :) The work is going fairly well, a good chunk of the PRs are either fixed by now, or are unreproducable. I'm working on the principle that if we close the PR, it can always be reopened if someone complains. I think the trouble we have is that the PR system is just too damn big. Nobody can (realistically) wade through that lot to fix bugs. [If any other commiters want to volunteer some time to answer some stupid questions and close a giant amount of PRs... Give me a yell]. -- Ashley Penney | ashp@unloved.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 8:58: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.136.200]) by hub.freebsd.org (Postfix) with ESMTP id 4A0CD37B401 for ; Fri, 2 Nov 2001 08:58:04 -0800 (PST) Received: from rushlight.kf8nh.apk.net (VPN12.ECE.CMU.EDU [128.2.138.12]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id fA2Gw3l22267 for ; Fri, 2 Nov 2001 11:58:03 -0500 (EST) Date: Fri, 02 Nov 2001 11:57:54 -0500 From: "Brandon S. Allbery KF8NH" To: freebsd-stable@FreeBSD.ORG Subject: Re: 4.0-R -> 4.4-S via source... Message-ID: <5690000.1004720273@rushlight.kf8nh.apk.net> In-Reply-To: <20011102100846.A1897@outreachnetworks.com> References: <20011102100846.A1897@outreachnetworks.com> X-Mailer: Mulberry/2.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, November 02, 2001 10:08:46 -0500, elh@outreachnetworks.com wrote: +---- | do a third sanity check I will...but is anyone else out there still | running 4.0-R and having a problem going to 4.4-S via source? +--->8 Someone at MIT was griping about it not working (and not being mentioned in /usr/src/UPDATING) a week or so ago. -- brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net system administrator [WAY too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 9: 4:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from atg.aciworldwide.com (h139-142-180-4.gtcust.grouptelecom.net [139.142.180.4]) by hub.freebsd.org (Postfix) with ESMTP id 430D037B401 for ; Fri, 2 Nov 2001 09:04:20 -0800 (PST) Received: from atg.aciworldwide.com (atg.aciworldwide.com [139.142.180.33]) by atg.aciworldwide.com (8.12.0/8.12.0) with ESMTP id fA2H4J0H064339; Fri, 2 Nov 2001 10:04:19 -0700 (MST) Message-Id: <200111021704.fA2H4J0H064339@atg.aciworldwide.com> Organization: ACI Worldwide - Advanced Technology Group X-URL: http://www.aciworldwide.com/ X-Notes-Item: Just say NO to Notes! To: Ashley Penney Cc: freebsd-stable@FreeBSD.ORG Subject: Re: PR handling.. In-Reply-To: Message from Ashley Penney of "Fri, 02 Nov 2001 17:03:19 +0100." <20011102170319.A44358@daphne.unloved.org> Date: Fri, 02 Nov 2001 10:04:19 -0700 From: Lyndon Nerenberg Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I have another three weeks before I'll be busy again, and I plan to use > this time to get as many PRs closed as possible. As I'm not a commiter, I'm channeling all the work I'm doing through a single commiter, which > means there's a fairly big lag between my lists and actual action. :) Are you entering these fixes back into the PR database? If not, please do so. This helps avoid having several people fixing the same PR. --lyndon /* Pre-C-Preprocessor to translate ANSI trigraph idiocy in BUF before main CCCP processing. Name `pcp' is also in honor of the drugs the trigraph designers must have been on. */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 9: 9:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from srvap01.piazzavirtuale.fullcompany.telecomitalia.it (srvap01.piazzavirtuale.fullcompany.telecomitalia.it [212.131.28.219]) by hub.freebsd.org (Postfix) with ESMTP id 1D8F137B40B for ; Fri, 2 Nov 2001 09:08:49 -0800 (PST) Received: from mta.excite.com ([199.174.18.162]) by srvap02.piazzavirtuale.fullcompany.telecomitalia.it (Lotus Domino Release 5.0.3 (Intl)) with ESMTP id 2001110110163103:4701 ; Thu, 1 Nov 2001 10:16:31 +0100 Message-ID: <000010cd3329$0000297f$000043e1@mta.excite.com> To: From: noirequities1@excite.com Subject: Noir-Cygnus Announces An Investment Opportunity XEWJEV Date: Sun, 02 Dec 2001 03:15:47 -1800 MIME-Version: 1.0 Reply-To: noirequities1@excite.com X-MIMETrack: Itemize by SMTP Server on ComIndApS2C1/Servers/ComInd(Release 5.0.3 (Intl)|21 March 2000) at 01/11/2001 10.16.31, Serialize by Router on ComIndApS1C1/Servers/ComInd(Release 5.0.3 (Intl)|21 March 2000) at 02/11/2001 18.01.35, Serialize complete at 02/11/2001 18.01.35 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Noir

Noir-Cygnus Equities

Specializing in Asset Based Securitizations=

October 30, 2001

Company Announces its Rule 504D Private Placement Offering

NOIR-CYGNUS EQUITIES, INC= . CFO, Lynden P. Bridges announced today that the company has releas= ed its Private Placement Offering for review and subscription by potentia= l investors. The Offering, under and pursuant to Rule 504(D) of the Securities Act, allows for any interested party to invest in the c= ompany=FFFFFF92s securities, subject to the terms of the statute. "The Company= has taken care to provide a fully qualified Offering Memorandum which = can only be accessed through the internet by first sending in a reques= t for a copy of the memorandum to the Company," stated Bridges.

The total amount of the Offering is $700,000 = divided into 2,800 Units composed of 1,000 shares of Class "B" C= ommon Stock. The stock is being sold at $0.25 cents per share. The minim= um purchase is for one (1) Unit ($250) and the maximum purchase allow= able is for four (4) Units ($1,000). A total of 2.8 Million Shares of C= lass "B" Stock are being offered. CEO, Harold Woods, Jr. note= d, "the purpose of this offering is to expand the shareholder ba= se of the Company. Noir-Cygnus has entered into negotiations to be acqui= red by a publicly-traded shell company. On conclusion of that acquisition= , and assuming the success of our business model, we will need 1,000 shareholders and the appropriate capital requirements in order to qualify for trading on the NASDAQ National Market System." Wo= ods noted that despite the mood of the country and marketplace, it was important to conduct this offering now in view of the de minimu= s interest rates that are being experienced in the financial markets representing an enormous business opportunity. "We must move = with all haste to execute not only on the business model, but to increa= se our shareholder base so that the Company=FFFFFF92s objectives will be = met without further delay."

To request a copy of the Company=FFFFFF92s Pr= ivate Placement Memorandum, go to the Company=FFFFFF92s website at www.n= oircygnusequities.com Click on "Investment Opportunities" and then click on "Investing In Noir-Cygnus Equities."

It should be noted that this announcement is not an offer to sell securities.  Offer and subscription can only be accomplished through the Private Placement Memorandum in those jurisdictions wh= ere such sale and purchase is permitted.

You are currently subscribed= to the Investors Holdings =FFFFFF99 Update.  You can change your ema= il preferences by clicking here and pressing, "send"  NOTE: By removing your email = address from our list you will no longer receive the FREE company Advisory or the FREE c= ompany Update.

 

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 9:20:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from daphne.unloved.org (daphne.unloved.org [62.58.62.165]) by hub.freebsd.org (Postfix) with ESMTP id B0B0A37B401 for ; Fri, 2 Nov 2001 09:20:39 -0800 (PST) Received: by daphne.unloved.org (Postfix, from userid 1001) id AD1EC11784; Fri, 2 Nov 2001 18:20:47 +0100 (CET) Date: Fri, 2 Nov 2001 18:20:47 +0100 From: Ashley Penney To: Lyndon Nerenberg Cc: Ashley Penney , freebsd-stable@FreeBSD.ORG Subject: Re: PR handling.. Message-ID: <20011102182047.A44617@daphne.unloved.org> References: <20011102170319.A44358@daphne.unloved.org> <200111021704.fA2H4J0H064339@atg.aciworldwide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111021704.fA2H4J0H064339@atg.aciworldwide.com> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 02, 2001 at 10:04:19AM -0700, Lyndon Nerenberg said: > > I have another three weeks before I'll be busy again, and I plan to use > > this time to get as many PRs closed as possible. As I'm not a commiter, > I'm channeling all the work I'm doing through a single commiter, which > > means there's a fairly big lag between my lists and actual action. :) > > Are you entering these fixes back into the PR database? If not, please > do so. This helps avoid having several people fixing the same PR. I'm just generating lists of PRs that can be closed, commited, reassigned and so forth, then forwarding it to revelant commiters who are doing all the bits I don't have access too. Rest assured, it's all going back into the main PR database (I'm not actually fixing bugs, as I don't code enough to be able to do that, merely clerical work). -- Ashley Penney | ashp@unloved.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 10:26:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hotmail.com (f123.law3.hotmail.com [209.185.241.123]) by hub.freebsd.org (Postfix) with ESMTP id C164A37B403 for ; Fri, 2 Nov 2001 10:26:18 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 2 Nov 2001 10:26:18 -0800 Received: from 192.31.106.34 by lw3fd.law3.hotmail.msn.com with HTTP; Fri, 02 Nov 2001 18:26:18 GMT X-Originating-IP: [192.31.106.34] Reply-To: tflorman@nilenet.com From: "Todd Florman" To: freebsd-stable@FreeBSD.ORG Subject: Re: 4.0-R -> 4.4-S via source... Date: Fri, 02 Nov 2001 18:26:18 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 02 Nov 2001 18:26:18.0723 (UTC) FILETIME=[DD68D330:01C163CB] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Only 3 days ago, I had difficulties upgradeing to 4.4-S from 4.0-RELEASE. Basically, here is what happened.. Cvsup'd 4-RELENG Backed up my /etc dir cd /usr/src make buildworld - Appeared to be successful make buildkernel - Succeeded. installed the kernel tried to make installworld but stopped, with the ELF thing complaining that that library wasn't recognizable...(trying to remember exactly but can't it seems) Rebooted Tried make installworld again... stopped when trying to install perl tried a make -k installworld... got tons of errors To make a long story short, only about half of the directories that needed compiling, were... or at least they weren't moved to the /usr/obj directory. To get the make installworld to work properly, I had to go into the directories that weren't made and do a make all. Once I manually did this make all in the directories that needed it, the make install world went off without a hitch. here is a list of the dirs that I remember having to compile manually /usr/src/sbin /usr/src/gnu /usr/src/usr.bin /usr/src/usr.sbin /usr/src/libexec /usr/src/release Like I said, once I did the make all in these directories, it seemed to properly move all the appropriate files into the /usr/obj directory for make installworld to work. Somewhere along the way(while searching on dejanews for a fix), I performed an ldconfig /usr/src/lib/libc... not sure when I did this, and I am not sure if it even effected the results but eventually I did get 4.4-STABLE to make installworld successfully. Hope this helps... Todd Florman Part-Time Admin tflorman@nilenet.com From: "Eric L. Howard" To: freebsd-stable@FreeBSD.ORG Subject: 4.0-R -> 4.4-S via source... Date: Fri, 2 Nov 2001 10:08:46 -0500 I thought the following had been fixed... http://www.freebsd.org/cgi/getmsg.cgi?fetch=361779+0+current/freebsd-questions but the backporting didn't work for me on a 4.0-R machine. If I need to do a third sanity check I will...but is anyone else out there still running 4.0-R and having a problem going to 4.4-S via source? ~ELH~ -- Eric L. Howard e l h @ o u t r e a c h n e t w o r k s . c o m ------------------------------------------------------------------------ www.OutreachNetworks.com 313.297.9900 ------------------------------------------------------------------------ Advocate of the Theocratic Rule To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 10:58:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 774C237B401 for ; Fri, 2 Nov 2001 10:58:40 -0800 (PST) Received: from cip5230.physik.TU-Berlin.DE (cip5230.physik.TU-Berlin.DE [130.149.161.253]) by emmi.physik.TU-Berlin.DE (8.11.6/8.11.6) with ESMTP id fA2IwW869045; Fri, 2 Nov 2001 19:58:32 +0100 (CET) (envelope-from jschlesn@emmi.physik.TU-Berlin.DE) Received: (from jschlesn@localhost) by cip5230.physik.TU-Berlin.DE (8.11.6/8.9.2) id fA2IwWU00625; Fri, 2 Nov 2001 19:58:32 +0100 (CET) (envelope-from jschlesn@mail.physik.TU-Berlin.DE) Date: Fri, 2 Nov 2001 19:58:32 +0100 From: Jan Schlesner To: freebsd-stable@freebsd.org Cc: Odhiambo Washington Subject: Re: Kernel building error Message-ID: <20011102195832.A544@physik.TU-Berlin.DE> References: <20011031101911.M29426@ns2.wananchi.com> <20011031153224.A80361@physik.TU-Berlin.DE> <20011101133005.C21700@ns2.wananchi.com> <20011102020323.A2078@physik.TU-Berlin.DE> <20011102084936.A98514@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011102084936.A98514@ns2.wananchi.com>; from wash@wananchi.com on Fri, Nov 02, 2001 at 08:49:36AM +0300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 02, 2001 at 08:49:36AM +0300, Odhiambo Washington wrote: > > This is 4.4 and I've always successfully built this same kernel, except this time > I added those few pseudo-devices because I wanted to test vlan and kernel ppp. Hi Odhiambo, after a new cvsup I can build a kernel with this configuration without a problem. Can you send me the hole kernel configuration file? Jan -- It's better to reign in hell, than to serve in heaven... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 13:50:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id 775B237B437 for ; Fri, 2 Nov 2001 13:50:22 -0800 (PST) Received: from TMA-1.brad-x.com ([64.228.82.194]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011102215018.LIZX29382.tomts7-srv.bellnexxia.net@TMA-1.brad-x.com>; Fri, 2 Nov 2001 16:50:18 -0500 Received: from localhost (localhost.brad-x.com [127.0.0.1]) by TMA-1.brad-x.com (Postfix) with ESMTP id 1F99F7B0C0; Fri, 2 Nov 2001 16:50:56 -0500 (EST) Date: Fri, 2 Nov 2001 16:50:56 -0500 (EST) From: Brad Laue To: Ashley Penney Cc: freebsd-stable@freebsd.org Subject: Re: PR handling.. In-Reply-To: <20011102170319.A44358@daphne.unloved.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I think so too; I think perhaps neively on my part that it was only the job of the committers to deal with those problems, so your response is a bit of an eye opener (I haven't focussed much on the organisational structure of the project until now). I wonder if my conceptualization is common, and if so maybe there are more people willing to pummel the committers with new code? I'll have to ask some general opinion questions about that. Cheers, Brad // -- http://www.BRAD-X.com/ -- // On Fri, 2 Nov 2001, Ashley Penney wrote: > I think > the trouble we have is that the PR system is just too damn big. Nobody > can (realistically) wade through that lot to fix bugs. > > [If any other commiters want to volunteer some time to answer some stupid > questions and close a giant amount of PRs... Give me a yell]. > -- > Ashley Penney | ashp@unloved.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 13:51:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from marvin.nildram.co.uk (marvin.nildram.co.uk [195.112.4.71]) by hub.freebsd.org (Postfix) with SMTP id F1EA537B40D for ; Fri, 2 Nov 2001 13:51:28 -0800 (PST) Received: (qmail 8841 invoked from network); 2 Nov 2001 21:51:27 -0000 Received: from muttley.gotadsl.co.uk (HELO VicNBob) (213.208.123.26) by marvin.nildram.co.uk with SMTP; 2 Nov 2001 21:51:27 -0000 Date: Fri, 02 Nov 2001 21:51:30 -0000 To: Hunt127588@aol.com, freebsd-stable@FreeBSD.ORG From: Matthew Whelan Subject: Re: Update from 4.4-Stable from 4.3-Stable X-Mailer: Opera 5.11 build 904 X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <20011102215128.F1EA537B40D@hub.freebsd.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 02/11/2001 13:16:50, Hunt127588@aol.com wrote: > Hey Guys, > I did run mergemaster and took all the appropriate steps. I think Crist is > correct in his assumption of $script_name_sep not being set as it is not > and echoing $slist proved that the scripts were all running together as > one long line. However, should this have been a part of the new "rc"? It's > fixed now and I'm happy...Thanks. It should be set in /etc/defaults/rc.conf. Sounds like this didn't get updated during your upgrade cycle for some reason. Might be worth updating your /etc/defaults from /usr/src/etc/defaults Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 14: 1:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id AC9A037B40A for ; Fri, 2 Nov 2001 14:01:07 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.6/8.11.3) with ESMTP id fA2M1Oj03450; Fri, 2 Nov 2001 14:01:24 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200111022201.fA2M1Oj03450@mass.dis.org> To: Brad Laue Cc: Ashley Penney , freebsd-stable@freebsd.org, msmith@mass.dis.org Subject: Re: PR handling.. In-Reply-To: Message from Brad Laue of "Fri, 02 Nov 2001 16:50:56 EST." Date: Fri, 02 Nov 2001 14:01:24 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I think so too; I think perhaps neively on my part that it was only the > job of the committers to deal with those problems, so your response is a > bit of an eye opener (I haven't focussed much on the organisational > structure of the project until now). This is probably something we don't advertise enough; one of the most common paths to committerdom is via recognition of work on PRs, either submitting new ones with fixes, or taking old ones, solving the problems and updating the PR. Whether you write new PRs describing things you've fixed, diagnose other peoples' PRs, or just march along saying "this one isn't reproducible anymore, so it must have been fixed", you a) help the Project and b) get yourself noticed. > I wonder if my conceptualization is common, and if so maybe there are more > people willing to pummel the committers with new code? I'll have to ask > some general opinion questions about that. I think it is; and certainly if you pummel the committers with new code you're going to find yourself nominated to be on the receiving end pretty quickly. 8) = Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 15: 3:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 6EDCA37B415 for ; Fri, 2 Nov 2001 15:02:24 -0800 (PST) Received: (qmail 26088 invoked by uid 0); 2 Nov 2001 23:02:22 -0000 Received: from tk212017108240.univie.teleweb.at (HELO Deadcell.ANT) (212.17.108.240) by mail.gmx.net (mp006-rz3) with SMTP; 2 Nov 2001 23:02:22 -0000 Received: (from ant@localhost) by Deadcell.ANT (8.11.5/8.11.5) id fA2N2LP01432; Sat, 3 Nov 2001 00:02:21 +0100 (CET) (envelope-from ant) Date: Sat, 3 Nov 2001 00:02:21 +0100 From: Andreas Ntaflos To: freebsd-stable@freebsd.org Cc: freebsd-questions@freebsd.org Subject: ICQ and NAT again.. :( Message-ID: <20011103000221.A1274@Deadcell.ANT> Mail-Followup-To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Platform: FreeBSD 4.4-RELEASE Hostname: Bender.ANT Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I apologize to start that crap again, I begin to really hate this topic. topic. A few weeks ago, there was a thread concerning this, it was pri- marily about ICQ disconnecting regularily. See "ICQ and NAT problems" in the archives. Quite a few people have mentioned they have a working setup for ICQ clients behind a NAT machine (file transfers working, etc). Despite the great amount of input from that thread, I was unable to solve that problems for me. Call me a prick. I am posting this hoping that someone with a working setup could help me. And this topic to serve as a reference for others. As for my setup: To have ICQ work well behind a firewall, you need to redirect a range of ports to the machine you have the ICQ client running. AFAIK, you need a different range of ports for each machine behind the NAT box. To do so, you go to ICQ's preferences tab, Connections, User. Click 'Not using proxy' and 'Use the following TCP listen port'. There you specify the port range you've set up on the firewall machine. I have ipf and ipnat running. This is the line in ipnat.conf: -------- rdr xl0 x.x.x.x/32 port 30200-30299 -> 192.168.0.10 port 30200 tcp/udp -------- These are the lines in ipf.conf to let the redirected ports in: -------- pass in log first quick on xl0 proto tcp from any to any port 30199 >< 30300 flags S keep state keep frags pass in log first quick on xl0 proto udp from any to any port 30199 >< 30300 keep state -------- As you can see, 192.168.0.10 is a machine on the internal network, and nothing special. Running icq2001b. Whatever. It is configured to have the portrange of 30200 to 30299 listen for incoming events. Now when I ask someone to send me a file for testing (file transfer is what I primarily want), and he is NOT behind any firewall, I recieve the 'Incoming File transfer'-request, and click 'Accept'. Then, there is nothing. It just keeps saying 'Listening' and on the other side, the error message 'can't establish direct connection'. The following is the output of ipmon, just after I click 'Accept' to start the transfer (with y.y.y.y being the address of the sender and, which may be important, x.x.x.x being the external address of the NAT box): NAT-BOX# ipmon | grep y.y.y.y 02/11/2001 23:17:57.174217 xl0 @0:28 b y.y.y.y,2692 -> x.x.x.x,12386 PR tcp len 20 48 - S IN 02/11/2001 23:17:58.187486 xl0 @0:28 b y.y.y.y,2692 -> x.x.x.x,12386 PR tcp len 20 48 - S IN As you can see, it does not use ports 30200-30299 for the transfer. I do get the request for the transfer. After that, it blocks on the outside, it doesn't seem to forward anything else anymore concerning the file transfer. So it seems that the specified port range is used just for that request-event, but not for the actual file transfer. Right? This really gives me headaches. This has been an uber-long post, and I hope the formatting is ok. The topic is quite ridiculous, but I am sure, at present and in the future, this is, and will be, a concern to many people. I hope I've made myself clear somehow and appreciate any help. Thanks and regards -- Andreas "ant" Ntaflos ntaflos.andreas@gmx.net Vienna, AUSTRIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 15:49: 5 2001 Delivered-To: freebsd-stable@freebsd.org Received: from oddjob.trewitt.org (adsl-216-102-95-11.dsl.snfc21.pacbell.net [216.102.95.11]) by hub.freebsd.org (Postfix) with ESMTP id 5F80A37B40B for ; Fri, 2 Nov 2001 15:49:02 -0800 (PST) Received: from trewitt.org (g4.trewitt.org [10.0.0.4]) by oddjob.trewitt.org (8.11.3/8.11.1) with ESMTP id fA2Nmxh20766 for ; Fri, 2 Nov 2001 15:48:59 -0800 (PST) (envelope-from glenn@trewitt.org) Message-ID: <3BE322DC.32B3DBD8@trewitt.org> Date: Fri, 02 Nov 2001 16:49:33 -0700 From: Glenn Trewitt Reply-To: glenn@trewitt.org X-Mailer: Mozilla 4.78 (Macintosh; U; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: make installworld failure perl/SDBM wants to modify /usr/obj References: Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just tried this, but my installworld died for a different reason. I've got /usr/src and /usr/obj NFS-mounted read-only. When it got to perl, it wanted to delete something... ===> gnu/usr.bin/perl/library/SDBM_File cd sdbm && make all rm -rf libsdbm.a rm: libsdbm.a: Read-only file system *** Error code 1 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File/sdbm. *** Error code 1 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/library/SDBM_File. *** Error code 1 etc... Any clues on this? installworld used to work just fine in this situation. - Glenn Trewitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 16:43:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 4C8CA37B408; Fri, 2 Nov 2001 16:42:58 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fA30dO046366; Fri, 2 Nov 2001 16:39:24 -0800 (PST) (envelope-from rizzo) Date: Fri, 2 Nov 2001 16:39:24 -0800 From: Luigi Rizzo To: undisclosed-recipients: ; Subject: HEADS UP [luigi@FreeBSD.org: cvs commit: src/sys/dev/ed if_ed.c src/sys/net bridge.c bridge.h if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c src/sbin/ipfw ipfw.8 ipfw.c] Message-ID: <20011102163924.A46186@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Bcc to net@freebsd.org ipfw@freebsd.org stable@freebsd.org] As announced... please give a try to this code and report any bugs. cheers luigi ----- Forwarded message from Luigi Rizzo ----- Date: Fri, 2 Nov 2001 16:36:11 -0800 (PST) From: Luigi Rizzo Subject: cvs commit: src/sys/dev/ed if_ed.c src/sys/net bridge.c bridge.h if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c src/sbin/ipfw ipfw.8 ipfw.c To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org luigi 2001/11/02 16:36:11 PST Modified files: (Branch: RELENG_4) sys/dev/ed if_ed.c sys/net bridge.c bridge.h if_ethersubr.c sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c sbin/ipfw ipfw.8 ipfw.c Log: Mega-MFC for ipfw/bridge/dummynet features and fixes added over the past couple of months: * merge of ipfw rule descriptor and chain pointer. No functional change, but the internal data structures and code are way more readable; * BillF code to make ipfw/dummynet/bridge KLD'able. NOTA BENE: this still has some rough edges, which are mostly due to bugs in kldload() rather than in this code. * add a new type of dynamic rule that lets you limit the number of simultaneous connections matching certain criteria (with the usual aggregation based on port/address masks) * fix spl*() protection in same parts of the code; This code also includes some minor bugfixes and code cleanup that I will port to CURRENT as soon as i have a chance. I have tested the code as much as i could, but there is really a million combinations so I might have missed some corner case. Please report if you have problem building things. The only thing known not to work is bridge.ko -- it does forward correctly, but packets directed to the bridge itself are only received from one interface (i suspect some missing initialization), and there are some other issues at unloading time. Please use the statically compiled code for the time being. NOTE ON KLD: It appears that kldload/unload is unable to handle the case of (erroneously) loading/unloading a module which is already compiled in. What happens is that load fails, but the module is listed as loaded, and then the system panics if you attempt an unloading of the module. This problem need fixing in the module loading/unloading code, which is not in my area of competence. Revision Changes Path 1.63.2.17 +41 -18 src/sbin/ipfw/ipfw.8 1.80.2.20 +75 -20 src/sbin/ipfw/ipfw.c 1.173.2.13 +6 -11 src/sys/dev/ed/if_ed.c 1.16.2.15 +223 -102 src/sys/net/bridge.c 1.4.2.3 +18 -45 src/sys/net/bridge.h 1.70.2.18 +29 -22 src/sys/net/if_ethersubr.c 1.24.2.12 +119 -94 src/sys/netinet/ip_dummynet.c 1.10.2.4 +10 -12 src/sys/netinet/ip_dummynet.h 1.131.2.27 +561 -457 src/sys/netinet/ip_fw.c 1.47.2.10 +87 -34 src/sys/netinet/ip_fw.h 1.130.2.28 +9 -20 src/sys/netinet/ip_input.c 1.99.2.19 +6 -13 src/sys/netinet/ip_output.c 1.64.2.9 +19 -24 src/sys/netinet/raw_ip.c ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 16:46:36 2001 Delivered-To: freebsd-stable@freebsd.org Received: from marvin.nildram.co.uk (marvin.nildram.co.uk [195.112.4.71]) by hub.freebsd.org (Postfix) with SMTP id 0556637B40A for ; Fri, 2 Nov 2001 16:46:33 -0800 (PST) Received: (qmail 18320 invoked from network); 3 Nov 2001 00:46:30 -0000 Received: from muttley.gotadsl.co.uk (HELO VicNBob) (213.208.123.26) by marvin.nildram.co.uk with SMTP; 3 Nov 2001 00:46:30 -0000 Date: Sat, 03 Nov 2001 00:46:34 -0000 To: glenn@trewitt.org, freebsd-stable@FreeBSD.ORG From: Matthew Whelan Subject: Re: make installworld failure perl/SDBM wants to modify /usr/obj X-Mailer: Opera 5.11 build 904 X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <20011103004633.0556637B40A@hub.freebsd.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 02/11/2001 23:49:33, Glenn Trewitt wrote: >I just tried this, but my installworld died for a different reason. I've got >/usr/src and /usr/obj NFS-mounted read-only. When it got to perl, it wanted to >delete something... > >===> gnu/usr.bin/perl/library/SDBM_File >cd sdbm && make all >rm -rf libsdbm.a >rm: libsdbm.a: Read-only file system >*** Error code 1 > >Stop in /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File/sdbm. >*** Error code 1 > >Stop in /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File. >*** Error code 1 > >Stop in /usr/src/gnu/usr.bin/perl/library/SDBM_File. >*** Error code 1 > >etc... > >Any clues on this? installworld used to work just fine in this situation. > > - Glenn Trewitt Looks like this one's actually been broken for some time, see PR misc/23539 Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 17:34:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 0F2CA37B40B for ; Fri, 2 Nov 2001 17:34:01 -0800 (PST) Received: (qmail 28278 invoked by uid 0); 3 Nov 2001 01:33:59 -0000 Received: from tk212017108240.univie.teleweb.at (HELO Deadcell.ANT) (212.17.108.240) by mail.gmx.net (mp009-rz3) with SMTP; 3 Nov 2001 01:33:59 -0000 Received: (from ant@localhost) by Deadcell.ANT (8.11.5/8.11.5) id fA31XvD01806 for freebsd-stable@freebsd.org; Sat, 3 Nov 2001 02:33:58 +0100 (CET) (envelope-from ant) Date: Sat, 3 Nov 2001 02:33:57 +0100 From: Andreas Ntaflos To: freebsd-stable@freebsd.org Subject: ICQ and NAT again.. :( Message-ID: <20011103023357.A1564@Deadcell.ANT> Mail-Followup-To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Platform: FreeBSD 4.4-RELEASE Hostname: Bender.ANT Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I apologize to start that crap again, I begin to really hate this topic. topic. A few weeks ago, there was a thread concerning this, it was pri- marily about ICQ disconnecting regularily. See "ICQ and NAT problems" in the archives. Quite a few people have mentioned they have a working setup for ICQ clients behind a NAT machine (file transfers working, etc). Despite the great amount of input from that thread, I was unable to solve that problems for me. Call me a prick. I am posting this hoping that someone with a working setup could help me. And this topic to serve as a reference for others. As for my setup: To have ICQ work well behind a firewall, you need to redirect a range of ports to the machine you have the ICQ client running. AFAIK, you need a different range of ports for each machine behind the NAT box. To do so, you go to ICQ's preferences tab, Connections, User. Click 'Not using proxy' and 'Use the following TCP listen port'. There you specify the port range you've set up on the firewall machine. I have ipf and ipnat running. This is the line in ipnat.conf: -------- rdr xl0 x.x.x.x/32 port 30200-30299 -> 192.168.0.10 port 30200 tcp/udp -------- These are the lines in ipf.conf to let the redirected ports in: -------- pass in log first quick on xl0 proto tcp from any to any port 30199 >< 30300 flags S keep state keep frags pass in log first quick on xl0 proto udp from any to any port 30199 >< 30300 keep state -------- As you can see, 192.168.0.10 is a machine on the internal network, and nothing special. Running icq2001b. Whatever. It is configured to have the portrange of 30200 to 30299 listen for incoming events. Now when I ask someone to send me a file for testing (file transfer is what I primarily want), and he is NOT behind any firewall, I recieve the 'Incoming File transfer'-request, and click 'Accept'. Then, there is nothing. It just keeps saying 'Listening' and on the other side, the error message 'can't establish direct connection'. The following is the output of ipmon, just after I click 'Accept' to start the transfer (with y.y.y.y being the address of the sender and, which may be important, x.x.x.x being the external address of the NAT box): NAT-BOX# ipmon | grep y.y.y.y 02/11/2001 23:17:57.174217 xl0 @0:28 b y.y.y.y,2692 -> x.x.x.x,12386 PR tcp len 20 48 - S IN 02/11/2001 23:17:58.187486 xl0 @0:28 b y.y.y.y,2692 -> x.x.x.x,12386 PR tcp len 20 48 - S IN As you can see, it does not use ports 30200-30299 for the transfer. I do get the request for the transfer. After that, it blocks on the outside, it doesn't seem to forward anything else anymore concerning the file transfer. So it seems that the specified port range is used just for that request-event, but not for the actual file transfer. Right? This really gives me headaches. This has been an uber-long post, and I hope the formatting is ok. The topic is quite ridiculous, but I am sure, at present and in the future, this is, and will be, a concern to many people. I hope I've made myself clear somehow and appreciate any help. Thanks and regards -- Andreas "ant" Ntaflos ntaflos.andreas@gmx.net Vienna, AUSTRIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 18:16:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id BB9CD37B40B for ; Fri, 2 Nov 2001 18:16:34 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fA32GXV27240; Fri, 2 Nov 2001 19:16:33 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fA32GV794385; Fri, 2 Nov 2001 19:16:32 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111030216.fA32GV794385@harmony.village.org> To: Barney Wolff Subject: Re: Which Ultra160/Ultra360 controller? Cc: "Kenneth D. Merry" , stable@FreeBSD.ORG In-reply-to: Your message of "Wed, 24 Oct 2001 15:07:22 EDT." <20011024150722.A75555@tp.databus.com> References: <20011024150722.A75555@tp.databus.com> <3BD6D691.40702@chain.demon.nl> <20011024101325.A35541@panzer.kdm.org> <20011024102145.B35541@panzer.kdm.org> <3BD70125.43463835@mitre.org> <20011024125024.A36749@panzer.kdm.org> <20011024145538.A75443@tp.databus.com> <20011024125814.C36749@panzer.kdm.org> Date: Fri, 02 Nov 2001 19:16:31 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011024150722.A75555@tp.databus.com> Barney Wolff writes: : Ouch, you're right. Well, I can testify that the 39160 works fine : under FreeBSD. No experience with the 19160. I have a 19160 that works great, and has for a long time! Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 18:18:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rfnj.org (rfnj.org [216.239.237.194]) by hub.freebsd.org (Postfix) with ESMTP id E450E37B40D for ; Fri, 2 Nov 2001 18:18:52 -0800 (PST) Received: from megalomaniac.biosys.net (megalomaniac.rfnj.org [216.239.237.200]) by rfnj.org (Postfix) with ESMTP id E52291367C; Fri, 2 Nov 2001 21:17:59 +0000 (GMT) Message-Id: <5.1.0.14.0.20011102210953.00ae4528@rfnj.org> X-Sender: asym@rfnj.org X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 02 Nov 2001 21:21:05 -0500 To: Andreas Ntaflos From: Allen Landsidel Subject: Re: ICQ and NAT again.. :( Cc: freebsd-stable@freebsd.org In-Reply-To: <20011103023357.A1564@Deadcell.ANT> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 02:33 AM 11/3/2001 +0100, you wrote: >To have ICQ work well behind a firewall, you need to redirect a range >of ports to the machine you have the ICQ client running. AFAIK, you need >a different range of ports for each machine behind the NAT box. I would just like to clarify something here. This is no longer true for the current versions of ICQ. If you are using an old version or a "clone" it may be true. Currently, ICQ needs only the following : (from http://www.icq.com/icqtour/firewall/netadmin.html -- just scroll down to the part where it says "In the event you cannot open any TCP listening port) To be able to open a TCP connection to port 5190 on login.icq.com After that, it needs nothing. Configure it to use no listening ports, and it will use none and work just fine by transferring messages through the server. I am currently using ICQ on my windows box, behind a FreeBSD firewall. While I am not behind NAT, I allow no incoming traffic to this box except for those my box has created going out; it works fine. I won't address the rest of the message because it doesn't appear that you are using the latest version of ICQ, and it is quite possible that you are using a clone instead.. so a reasonable person would see three options here: #1 : If you are using ICQ, upgrade to the latest version. #2 : If you are using a clone, upgrade to the latest version. 2a: If there is not a new version of the clone available that uses the new protocol, pester the developer to get up to speed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 19:14:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 5FA3E37B408; Fri, 2 Nov 2001 19:14:48 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fA33EkV27451; Fri, 2 Nov 2001 20:14:47 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fA33Ei794774; Fri, 2 Nov 2001 20:14:45 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111030314.fA33Ei794774@harmony.village.org> To: Matthew Seaman Subject: Re: NIS/YP problems using pw(8) Cc: "Hartmann, O." , AMAKAWA Shuhei , freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-reply-to: Your message of "Fri, 26 Oct 2001 12:01:41 BST." <3BD94295.24C7A9C@tornadogroup.com> References: <3BD94295.24C7A9C@tornadogroup.com> <20011025205259.W1888-100000@klima.physik.uni-mainz.de> Date: Fri, 02 Nov 2001 20:14:44 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <3BD94295.24C7A9C@tornadogroup.com> Matthew Seaman writes: : +static int : +issecure(const char *etcpath) : +{ : + struct stat stat_buf; : + int ret; : + int rc = 0; : + : + ret = lstat(etcpath, &stat_buf); : + if (ret == 0 && \ : + stat_buf.st_uid == 0 && \ : + S_ISDIR(stat_buf.st_mode) && \ : + (stat_buf.st_mode & (S_IWGRP|S_IWOTH)) == 0) { : + rc = 1; : + } : + return rc; : } First, you don't need \ at the end of the line. Second, this is racible. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 19:21:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B07C737B40B for ; Fri, 2 Nov 2001 19:21:35 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fA33LYV27476; Fri, 2 Nov 2001 20:21:34 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fA33LU794816; Fri, 2 Nov 2001 20:21:34 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111030321.fA33LU794816@harmony.village.org> To: "Maxim M. Kazachek" Subject: Re: /usr/src/UPDATING Cc: freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Mon, 29 Oct 2001 21:20:32 +0600." <20011029211941.T388-100000@sbk-gw.sibnet.ru> References: <20011029211941.T388-100000@sbk-gw.sibnet.ru> Date: Fri, 02 Nov 2001 20:21:30 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011029211941.T388-100000@sbk-gw.sibnet.ru> "Maxim M. Kazachek" writes: : Why /usr/src/UPDATING no longer changing? No need. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 19:23:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 72A3937B40A for ; Fri, 2 Nov 2001 19:23:10 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fA33N9V27485; Fri, 2 Nov 2001 20:23:09 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fA33N7794836; Fri, 2 Nov 2001 20:23:08 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111030323.fA33N7794836@harmony.village.org> To: Jonathan Chen Subject: Re: /usr/src/UPDATING Cc: Kris Kennaway , "Maxim M. Kazachek" , freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Wed, 31 Oct 2001 09:36:54 +1300." <20011031093654.C10546@jonc.itouch> References: <20011031093654.C10546@jonc.itouch> <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> Date: Fri, 02 Nov 2001 20:23:07 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011031093654.C10546@jonc.itouch> Jonathan Chen writes: : On Tue, Oct 30, 2001 at 12:17:42PM -0800, Kris Kennaway wrote: : > On Mon, Oct 29, 2001 at 09:20:32PM +0600, Maxim M. Kazachek wrote: : > > Why /usr/src/UPDATING no longer changing? : > : > Why does it need to? : > : > Kris : : Well, it used to contain notes about interesting and significant : code-merges, as well as release checkpoints. The Handbook still : recommends that we read it before any buildworlds, but no changes have : been put in since August. Even the 4.4-RELEASE announcemount isn't in : there. Ooops. I forgot that one. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 2 19:49:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id 696B637B408 for ; Fri, 2 Nov 2001 19:49:07 -0800 (PST) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id fA33n5k75237 for ; Sat, 3 Nov 2001 14:49:05 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Sat, 03 Nov 2001 14:46:46 +1100 Reply-To: From: "Chris Knight" To: Cc: Subject: RE: Unable to install -stable snap via FTP Date: Sat, 3 Nov 2001 14:46:45 +1100 Message-ID: <036401c1641a$290a6940$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <8352.1004405306@winston.freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy, gunzip is returning with a status of -1. Sometimes I get the error: /stand/gunzip : failed fclose Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Jordan Hubbard > Sent: Tuesday, 30 October 2001 12:28 > To: Claude Buisson > Cc: Lawrence Farr; 'Joe Clarke'; freebsd-stable@FreeBSD.ORG > Subject: Re: Unable to install -stable snap via FTP > > > Well, since you have full access to CVS, rather than telling me that > "something" changed why don't you do a little investigation and try to > narrow it down? I'm happy to help fix these sorts of things, but my > schedule right now is making it difficult to do a lot of the leg work > in reproducing and diagnosing problems like this. > > - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 4:20:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from oiivw1.dm1.oii.oki.co.jp (okigate.oki.co.jp [202.226.91.194]) by hub.freebsd.org (Postfix) with ESMTP id 9461737B413 for ; Sat, 3 Nov 2001 04:20:16 -0800 (PST) Received: from aoi.okilab.oki.co.jp (localhost [127.0.0.1]) by oiivw1.dm1.oii.oki.co.jp (8.9.3+3.2W/3.7W) with SMTP id VAA01065 for ; Sat, 3 Nov 2001 21:15:11 +0900 (JST) Received: (qmail 15442 invoked from network); 3 Nov 2001 21:20:15 +0900 Received: from tulip.okilab.oki.co.jp (172.24.23.187) by aoi.okilab.oki.co.jp with SMTP; 3 Nov 2001 21:20:15 +0900 Received: from localhost (tulip.okilab.oki.co.jp [172.24.23.187]) by tulip.okilab.oki.co.jp (8.11.6/8.9.3) with ESMTP id fA3CKC023557 for ; Sat, 3 Nov 2001 21:20:14 +0900 (JST) (envelope-from hyama@okilab.oki.co.jp) To: freebsd-stable@FreeBSD.ORG Subject: rsa_public_encrypt() failed From: Hideki Yamamoto In-Reply-To: <20011030231837.CF8A037B401@hub.freebsd.org> References: <20011030231837.CF8A037B401@hub.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20011103212011K.hyama@okilab.oki.co.jp> Date: Sat, 03 Nov 2001 21:20:11 +0900 X-Dispatcher: imput version 990905(IM130) Lines: 43 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I cannot use ssh client my FreeBSD-stable box. That was upgraded from 4.1. This machine works well as a ssh server, but not work as ssh client. From this machine, the following messages appears and cannot connet to anywhere. Does someone have any information on this matter? ---------- 'ssh -1 -v' log start -------------------- OpenSSH_2.9 FreeBSD localisations 20010713, SSH protocols 1.5/2.0, OpenSSL 0x0090601f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 1000 geteuid 1000 anon 1 debug1: Connecting to 1xx.1xx.1xx.7xx [1xx.1xx.1xx.7xx] port 22. debug1: temporarily_use_uid: 1000/1000 (e=1000) debug1: restore_uid debug1: temporarily_use_uid: 1000/1000 (e=1000) debug1: restore_uid debug1: Connection established. debug1: identity file /home/hyama/.ssh/identity type 0 debug1: Remote protocol version 1.99, remote software version OpenSSH_2.3.0 green@FreeBSD.org 20010321 debug1: match: OpenSSH_2.3.0 green@FreeBSD.org 20010321 pat ^OpenSSH_2\.3\.0 debug1: Local version string SSH-1.5-OpenSSH_2.9 FreeBSD localisations 20010713 debug1: Waiting for server public key. debug1: Received server public key (768 bits) and host key (1024 bits). debug1: Host '1xx.1xx.1xx.7xx' is known and matches the RSA1 host key. debug1: Found key in /home/hyama/.ssh/known_hosts:10 rsa_public_encrypt() failed debug1: Calling cleanup 0x8059420(0x0) ---------- 'ssh -1 -v' log end -------------------- Thanks in advance. ----------------------------------------------------------------- Hideki YAMAMOTO | E-mail: yamamoto436@oki.com Research and Development center | Tel: +81-3-3455-0870 Oki Electric Industry Co., Ltd. | FAX: +81-3-3798-7670 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 6:13:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id BAB9B37B418 for ; Sat, 3 Nov 2001 06:12:57 -0800 (PST) Received: from v-ger.we.lc.ehu.es (lxpx103.lx.ehu.es [158.227.26.3]) by polaris.we.lc.ehu.es (8.11.6/8.11.6) with ESMTP id fA3ECE126672; Sat, 3 Nov 2001 15:12:15 +0100 (MET) Received: (from jose@localhost) by v-ger.we.lc.ehu.es (8.11.6/8.11.6) id fA3DxLs01635; Sat, 3 Nov 2001 14:59:21 +0100 (CET) (envelope-from jose) Date: Sat, 3 Nov 2001 14:59:21 +0100 From: "Jose M. Alcaide" To: Warner Losh Cc: freebsd-stable@FreeBSD.ORG Subject: Re: /usr/src/UPDATING Message-ID: <20011103145921.C1272@v-ger.we.lc.ehu.es> Mail-Followup-To: Warner Losh , freebsd-stable@FreeBSD.ORG References: <20011031093654.C10546@jonc.itouch> <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> <20011031093654.C10546@jonc.itouch> <200111030323.fA33N7794836@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111030323.fA33N7794836@harmony.village.org>; from imp@harmony.village.org on Fri, Nov 02, 2001 at 08:23:07PM -0700 X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 02, 2001 at 08:23:07PM -0700, Warner Losh wrote: > : Well, it used to contain notes about interesting and significant > : code-merges, as well as release checkpoints. The Handbook still > : recommends that we read it before any buildworlds, but no changes have > : been put in since August. Even the 4.4-RELEASE announcemount isn't in > : there. > > Ooops. I forgot that one. Hmmm... what about dirpref and UFS_DIRHASH? And the recent MFC of ipfw also comes to my mind. -- ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** ** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 6:55: 2 2001 Delivered-To: freebsd-stable@freebsd.org Received: from endymion.skorga.org (cr157951-a.lndn1.on.wave.home.com [24.42.151.7]) by hub.freebsd.org (Postfix) with ESMTP id 61EF137B417 for ; Sat, 3 Nov 2001 06:54:58 -0800 (PST) Received: from localhost (bacchusrx@localhost) by endymion.skorga.org (8.11.6/8.11.6) with ESMTP id fA3EsmI04302; Sat, 3 Nov 2001 09:54:51 -0500 (EST) (envelope-from erothwell@callgtn.com) X-Authentication-Warning: endymion.skorga.org: bacchusrx owned process doing -bs Date: Sat, 3 Nov 2001 09:54:47 -0500 (EST) From: Erik Rothwell X-X-Sender: To: Mikko Tyolajarvi Cc: Subject: Re: Burncd errors... In-Reply-To: <200111010351.fA13pbb43086@mikko.rsa.com> Message-ID: <20011103095257.K4300-100000@endymion> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 31 Oct 2001, Mikko Tyolajarvi wrote: > >acd0: CD-RW at ata1-master using PIO4 > > Not that it is any help to you, but I have the same problem (data > burns ok, audio does not) with an 8083B. And apparently we're not > alone: . > > My solution? I bought a Plextor. If only that were an option in this case ;) Is it a problem with burncd itself or with the ATA drivers? I don't think there are any alternatives, either... cdrecord and cdrdao both support the LG CED-8080B, but, I know the former won't work since there's not ATAPI passthrough and I believe the latter suffers the same fate... Bleck. Erik. -- E. L. Rothwell PGP Public Key at http://www.keyserver.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 9:11:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id 2407337B419 for ; Sat, 3 Nov 2001 09:11:46 -0800 (PST) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id fA3HBaT18356; Sat, 3 Nov 2001 09:11:36 -0800 (PST) (envelope-from bmah) Message-Id: <200111031711.fA3HBaT18356@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Jose M. Alcaide" Cc: Warner Losh , freebsd-stable@FreeBSD.ORG Subject: Re: /usr/src/UPDATING In-Reply-To: <20011103145921.C1272@v-ger.we.lc.ehu.es> References: <20011031093654.C10546@jonc.itouch> <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> <20011031093654.C10546@jonc.itouch> <200111030323.fA33N7794836@harmony.village.org> <20011103145921.C1272@v-ger.we.lc.ehu.es> Comments: In-reply-to "Jose M. Alcaide" message dated "Sat, 03 Nov 2001 14:59:21 +0100." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_167517947P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Sat, 03 Nov 2001 09:11:36 -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_167517947P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Jose M. Alcaide" wrote: > On Fri, Nov 02, 2001 at 08:23:07PM -0700, Warner Losh wrote: > > : Well, it used to contain notes about interesting and significant > > : code-merges, as well as release checkpoints. The Handbook still > > : recommends that we read it before any buildworlds, but no changes have > > : been put in since August. Even the 4.4-RELEASE announcemount isn't in > > : there. > > > > Ooops. I forgot that one. > > Hmmm... what about dirpref and UFS_DIRHASH? And the recent MFC of ipfw > also comes to my mind. UPDATING lists potential breakages: This file contains a list, in reverse chronologocal order, of major breakages in tracking -stable. Not all things will be listed here, UPDATING != release notes. Bruce. --==_Exmh_167517947P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE75CVH2MoxcVugUsMRAjp8AKCZVjpboYneMGnLjgL7Pmy49HrUUQCeLrEZ +u5p9tRvpg7G6MM8LOKhWs4= =l2VK -----END PGP SIGNATURE----- --==_Exmh_167517947P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 9:29: 9 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 204E937B418 for ; Sat, 3 Nov 2001 09:29:06 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fA3HT4V31941; Sat, 3 Nov 2001 10:29:04 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fA3HT4700569; Sat, 3 Nov 2001 10:29:04 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111031729.fA3HT4700569@harmony.village.org> To: "Jose M. Alcaide" Subject: Re: /usr/src/UPDATING Cc: freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Sat, 03 Nov 2001 14:59:21 +0100." <20011103145921.C1272@v-ger.we.lc.ehu.es> References: <20011103145921.C1272@v-ger.we.lc.ehu.es> <20011031093654.C10546@jonc.itouch> <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> <20011031093654.C10546@jonc.itouch> <200111030323.fA33N7794836@harmony.village.org> Date: Sat, 03 Nov 2001 10:29:04 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011103145921.C1272@v-ger.we.lc.ehu.es> "Jose M. Alcaide" writes: : On Fri, Nov 02, 2001 at 08:23:07PM -0700, Warner Losh wrote: : > : Well, it used to contain notes about interesting and significant : > : code-merges, as well as release checkpoints. The Handbook still : > : recommends that we read it before any buildworlds, but no changes have : > : been put in since August. Even the 4.4-RELEASE announcemount isn't in : > : there. : > : > Ooops. I forgot that one. : : Hmmm... what about dirpref and UFS_DIRHASH? And the recent MFC of ipfw : also comes to my mind. As far as I know, neither of those had an effect users upgrading. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 9:50:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 1297C37B416; Sat, 3 Nov 2001 09:50:02 -0800 (PST) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id fA3Hnd377032; Sat, 3 Nov 2001 18:49:39 +0100 (CET) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Sat, 3 Nov 2001 18:49:39 +0100 (CET) From: "Hartmann, O." To: Warner Losh Cc: Matthew Seaman , AMAKAWA Shuhei , , Subject: Re: NIS/YP problems using pw(8) In-Reply-To: <200111030314.fA33Ei794774@harmony.village.org> Message-ID: <20011103184411.A76915-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2 Nov 2001, Warner Losh wrote: On the other hand, besides this studies of development, is there a chance of getting a NIS/YP compatible and useful pw in the future? As I follow the recommendations given in READMEs in /var/yp from FBSD, it is said to be usefull to set up dedicated directories for each domain to keep the servers /etc free of net wide user's stuff. But setting up a such environment is totaly free from useful tools like pw. pw should be able to handle multi domain setups on NIS/YP servers under the aspect of appropriate security aspects. Thanks. P.S. Only a foolish opinion, I think, but hope FreeBSD gets more usefull by this in future in big networks. pw is a very mighty tool managin user additions and subtractions from a LAN management maintained by a raw FBSD system (without additional software which means additional maintainance). :>In message <3BD94295.24C7A9C@tornadogroup.com> Matthew Seaman writes: :>: +static int :>: +issecure(const char *etcpath) :>: +{ :>: + struct stat stat_buf; :>: + int ret; :>: + int rc = 0; :>: + :>: + ret = lstat(etcpath, &stat_buf); :>: + if (ret == 0 && \ :>: + stat_buf.st_uid == 0 && \ :>: + S_ISDIR(stat_buf.st_mode) && \ :>: + (stat_buf.st_mode & (S_IWGRP|S_IWOTH)) == 0) { :>: + rc = 1; :>: + } :>: + return rc; :>: } :> :>First, you don't need \ at the end of the line. :>Second, this is racible. :> :>Warner :> -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 12:35:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wolf.istc.kiev.ua (wolf.istc.kiev.ua [193.193.221.1]) by hub.freebsd.org (Postfix) with ESMTP id EA27337B418 for ; Sat, 3 Nov 2001 12:35:49 -0800 (PST) Received: from localhost (kunia@localhost) by wolf.istc.kiev.ua ( . . / . . ) with ESMTP id WAA10807 for ; Sat, 3 Nov 2001 22:23:44 +0200 Date: Sat, 3 Nov 2001 22:23:44 +0200 (EET) From: Olexander Kunytsa To: Subject: how to mount CDROM with mixed data/audio tracks? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello, I have AudioCD with data session on it, Enigma# cdcontrol i Starting track = 1, ending track = 6, TOC size = 58 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 4:21.48 0 19473 audio 2 4:21.48 3:42.59 19473 16559 audio 3 8:02.32 5:31.26 36032 24701 audio 4 13:31.58 4:10.05 60733 18605 audio 5 17:39.63 6:34.73 79338 29473 audio 6 24:12.61 15:25.42 108811 69267 data 170 39:36.28 - 178078 - - Enigma# There is no problem with those CDs which have DATA session first, but such CD as listed above fails to mount: Enigma# mount /cdrom cd9660: /dev/acd0c: Invalid argument In the mount_cd9660(8) man page it is pointed to '-s' flag, but it is failed too: Enigma# mount_cd9660 -v -s 108811 /dev/acd0c /cdrom mount_cd9660: /dev/acd0c: Invalid argument Which number should I point as 'startsector' argument? /Olexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 12:47:51 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cpath.psinet.cl (cpath.psinet.cl [200.14.80.251]) by hub.freebsd.org (Postfix) with ESMTP id 30ECF37B418 for ; Sat, 3 Nov 2001 12:47:49 -0800 (PST) Received: from demonio (200.72.58.242) by cpath.psinet.cl (5.1.056) id 3BC03058000DF44D for freebsd-stable@FreeBSD.org; Sat, 3 Nov 2001 17:47:36 -0300 Subject: subscribe From: Phillip Neumann To: freebsd-stable@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.15 (Preview Release) Date: 03 Nov 2001 14:47:51 -0300 Message-Id: <1004809671.1540.0.camel@demonio> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -- ---------------- Phillip Neumann phillip@chile.com ---------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 13: 3:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from giganda.komkon.org (giganda.komkon.org [209.125.17.66]) by hub.freebsd.org (Postfix) with ESMTP id 8B3D037B416 for ; Sat, 3 Nov 2001 13:03:27 -0800 (PST) Received: (from str@localhost) by giganda.komkon.org (8.11.3/8.11.3) id fA3L3Rx96670 for stable@freebsd.org; Sat, 3 Nov 2001 16:03:27 -0500 (EST) (envelope-from str) Date: Sat, 3 Nov 2001 16:03:27 -0500 (EST) From: Igor Roshchin Message-Id: <200111032103.fA3L3Rx96670@giganda.komkon.org> To: stable@freebsd.org Subject: strange mail(1) behavior Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am not sure how consistent this is yet, exactly what circumstances lead to this problem, and that's why I am not filing this as a PR yet. Maybe somebody has some insight on this problem: I am not sure if this happens every time, but at least, very often: When I am sending an e-mail to an address that is an alias in /etc/aliases, pointing to several local addresses, and using mail(1), I am not receiving that message myself, even though my address is included in that alias, and /etc/sendmail.cf is set to O MeToo=True This is happening on a 4.3-RELEASE system, and I haven't had problems with previous (at least 3.x) systems. Am I missing something related to mail.local (or lmtp) configuration ? Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 13:10:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by hub.freebsd.org (Postfix) with SMTP id 66AA537B418 for ; Sat, 3 Nov 2001 13:10:45 -0800 (PST) Received: from sdtihq24.securitydynamics.com by tholian.securitydynamics.com via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 3 Nov 2001 21:07:06 UT Received: from ebola.securitydynamics.com (ebola.securid.com [192.168.7.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id QAA00384 for ; Sat, 3 Nov 2001 16:10:40 -0500 (EST) Received: from spirit.dynas.se (localhost [127.0.0.1]) by ebola.securitydynamics.com (8.9.3+Sun/8.9.1) with SMTP id QAA05019 for ; Sat, 3 Nov 2001 16:10:38 -0500 (EST) Received: (qmail 13459 invoked from network); 3 Nov 2001 21:10:37 -0000 Received: from explorer.rsa.com (HELO mikko.rsa.com) (10.81.217.59) by spirit.dynas.se with SMTP; 3 Nov 2001 21:10:37 -0000 Received: (from mikko@localhost) by mikko.rsa.com (8.11.6/8.11.6) id fA3LAYU09821; Sat, 3 Nov 2001 13:10:34 -0800 (PST) (envelope-from mikko) Date: Sat, 3 Nov 2001 13:10:34 -0800 (PST) From: Mikko Tyolajarvi Message-Id: <200111032110.fA3LAYU09821@mikko.rsa.com> To: erothwell@callgtn.com Cc: stable@freebsd.org Subject: Re: Burncd errors... Newsgroups: local.freebsd.stable References: <200111010351.fA13pbb43086@mikko.rsa.com> <20011103095257.K4300-100000@endymion> X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In local.freebsd.stable you write: >On Wed, 31 Oct 2001, Mikko Tyolajarvi wrote: >> >acd0: CD-RW at ata1-master using PIO4 >> >> Not that it is any help to you, but I have the same problem (data >> burns ok, audio does not) with an 8083B. And apparently we're not >> alone: . >> >> My solution? I bought a Plextor. >If only that were an option in this case ;) >Is it a problem with burncd itself or with the ATA drivers? It is in the ATA kernel code, or rather (IMHO) the LG firmware not behaving according to spec. I took a quick look at what was going on, but without proper hardware documentation thara isn't much to do; the drive insists that a command is "illegal" and that's it... Hence the purchase of a better drive. >I don't think there are any alternatives, either... cdrecord and cdrdao >both support the LG CED-8080B, but, I know the former won't work since >there's not ATAPI passthrough and I believe the latter suffers the same >fate... Pretty much all other CD-RW programs have been written for SCSI, and use some kind of scsi-to-atapi conversion library or driver to work with atapi drives. Whether atapi actually just is scsi commands over a different transport or not I don't know, but FreeBSD for the time being does not have such a compatibility thingie. $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 13:28:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from giganda.komkon.org (giganda.komkon.org [209.125.17.66]) by hub.freebsd.org (Postfix) with ESMTP id DE74E37B416 for ; Sat, 3 Nov 2001 13:28:17 -0800 (PST) Received: (from str@localhost) by giganda.komkon.org (8.11.3/8.11.3) id fA3LSGJ97358; Sat, 3 Nov 2001 16:28:16 -0500 (EST) (envelope-from str) Date: Sat, 3 Nov 2001 16:28:16 -0500 (EST) From: Igor Roshchin Message-Id: <200111032128.fA3LSGJ97358@giganda.komkon.org> To: stable@freebsd.org Subject: Re: strange mail(1) behavior Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The problem is fixed, thanks to everybody responded. It's all about "metoo" option for the mail(1). I didn't expect mail(1) to do alias expansion on its own. I thought it was done by mail.local, which in its turn was reading sendmail.cf Also, the man page for mail(1) is somewhat confusing: metoo Usually, when a group is expanded that contains the sender, the sender is removed from the expansion. Setting this option causes the sender to be included in the group. I read it several times before, and was sure it was only about a group alias set for mail(1) in .mailrc It also seems to me that there was some change (in sendmail bandled with 3.x and later 4.x) in the way local mail is handled, but I might be wrong on that. Igor Igor Roshchin wrote: > I am not sure how consistent this is yet, exactly what circumstances > lead to this problem, and that's why I am not filing this as a PR yet. > Maybe somebody has some insight on this problem: > > I am not sure if this happens every time, but at least, very often: > When I am sending an e-mail to an address that is an alias in > /etc/aliases, pointing to several local addresses, > and using mail(1), I am not receiving that message myself, > even though my address is included in that alias, and /etc/sendmail.cf > is set to > O MeToo=True > > This is happening on a 4.3-RELEASE system, and I haven't had problems > with previous (at least 3.x) systems. > > Am I missing something related to mail.local (or lmtp) configuration ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 14:31:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 7287437B405 for ; Sat, 3 Nov 2001 14:31:30 -0800 (PST) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.6) id fA3MVQh01143 for stable@FreeBSD.org; Sat, 3 Nov 2001 23:31:26 +0100 (CET) (envelope-from jochem) Date: Sat, 3 Nov 2001 23:31:26 +0100 From: Jochem Kossen To: stable@FreeBSD.org Subject: sysinstall/disklabel and auto-default values for partition sizes Message-ID: <20011103233126.A1099@jochem.dyndns.org> Mail-Followup-To: stable@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Sysinstall(disklabel) still chooses a size of 20 MB for the /var partition. This is, in my opinion, way too small since the installing of packages uses /var/tmp (maybe adding a separate /var/tmp partition to the defaults would be interesting?). I've mentioned this also before the 4.4-RELEASE, but then there was too little time to change it, and i just took a look at -STABLE, and it isn't fixed there yet... Hereby, again the suggestion to re-evaluate those values. Also, maybe it's nice to have just one /tmp or /var/tmp partition as explained in the tuning(7) manpage? Greetings, Jochem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 17:24:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id C42E337B406; Sat, 3 Nov 2001 17:24:09 -0800 (PST) Received: from v-ger.we.lc.ehu.es (lxpx592.lx.ehu.es [158.227.27.238]) by polaris.we.lc.ehu.es (8.11.6/8.11.6) with ESMTP id fA41O6127374; Sun, 4 Nov 2001 02:24:06 +0100 (MET) Received: (from jose@localhost) by v-ger.we.lc.ehu.es (8.11.6/8.11.6) id fA41JCd02111; Sun, 4 Nov 2001 02:19:12 +0100 (CET) (envelope-from jose) Date: Sun, 4 Nov 2001 02:19:12 +0100 From: "Jose M. Alcaide" To: "Bruce A. Mah" Cc: Warner Losh , freebsd-stable@FreeBSD.ORG Subject: Re: /usr/src/UPDATING Message-ID: <20011104021912.D1272@v-ger.we.lc.ehu.es> Mail-Followup-To: "Bruce A. Mah" , Warner Losh , freebsd-stable@FreeBSD.ORG References: <20011031093654.C10546@jonc.itouch> <20011029211941.T388-100000@sbk-gw.sibnet.ru> <20011030121742.B11959@xor.obsecurity.org> <20011031093654.C10546@jonc.itouch> <200111030323.fA33N7794836@harmony.village.org> <20011103145921.C1272@v-ger.we.lc.ehu.es> <200111031711.fA3HBaT18356@c527597-a.cstvl1.sfba.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111031711.fA3HBaT18356@c527597-a.cstvl1.sfba.home.com>; from bmah@FreeBSD.ORG on Sat, Nov 03, 2001 at 09:11:36AM -0800 X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Nov 03, 2001 at 09:11:36AM -0800, Bruce A. Mah wrote: > If memory serves me right, "Jose M. Alcaide" wrote: > > Hmmm... what about dirpref and UFS_DIRHASH? And the recent MFC of ipfw > > also comes to my mind. > > UPDATING lists potential breakages: > > This file contains a list, in reverse chronologocal order, of major > breakages in tracking -stable. Not all things will be listed here, > > UPDATING != release notes. You are right, of course, respecting dirpref and UFS_DIRHASH. However, the ipfw MFC require a rebuild of ipfw.ko. Here is a excerpt from the recent HEADSUP sent by Luigi Rizzo to -stable: * the merge of ipfw rule descriptor and chain pointer. No functional change, but the internal data structures and code are way more readable; * Bill Fenner's code to make ipfw/dummynet/bridge KLD'able BOTH THESE THINGS REQUIRES REBUILDING OF ipfw.ko and /sbin/ipfw I am not sure if that should be added to UPDATING. After all, it was not added to -CURRENT's /usr/src/UPDATING neither ;-) Regards, JMA -- ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** ** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 17:48:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 7C79237B406; Sat, 3 Nov 2001 17:48:55 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fA41mVh26905; Sat, 3 Nov 2001 17:48:31 -0800 (PST) (envelope-from dillon) Date: Sat, 3 Nov 2001 17:48:31 -0800 (PST) From: Matthew Dillon Message-Id: <200111040148.fA41mVh26905@apollo.backplane.com> To: "Jose M. Alcaide" Cc: "Bruce A. Mah" , Warner Losh , freebsd-stable@FreeBSD.ORG Subject: Re: /usr/src/UPDATING Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : * Bill Fenner's code to make ipfw/dummynet/bridge KLD'able : : BOTH THESE THINGS REQUIRES REBUILDING OF ipfw.ko and /sbin/ipfw : :I am not sure if that should be added to UPDATING. After all, it was not :added to -CURRENT's /usr/src/UPDATING neither ;-) : : Regards, : JMA :-- Whenever ipfw changes people who update their kernel and do not reinstall world (or at leaset the ipfw binary) often wind up with unaccessible machines when they reboot, because /etc/rc* cannot load the IPFW rule set. It's happened to me many, many times. It's extremely annoying. An UPDATING entry is the minimum that should be added. It would also be nice if the system detected out-of-date IPFW's (like maybe adding a version field to the 'rule' structure) so ipfw could request a 'safe' mode of operation or something. I don't know. But it's getting really annoying. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 17:57:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [64.0.106.45]) by hub.freebsd.org (Postfix) with ESMTP id 386EF37B417 for ; Sat, 3 Nov 2001 17:57:10 -0800 (PST) Received: from localhost (scanner@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id UAA18165 for ; Sat, 3 Nov 2001 20:57:13 -0500 (EST) Date: Sat, 3 Nov 2001 20:57:12 -0500 (EST) From: To: freebsd-stable@freebsd.org Subject: Ports spawning thousands of makes... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know why when I go to build a port the last 2 days after a fresh stable world those 2 days, make spawns thousands of makes and wedges my box till I ^C the port build? portupgrade does it, and any port I build does it. World builds just fine. I'm assuming one of the ports Mk files is on crack thats all I can think of. Anyone have any idea what is busted? ============================================================================= -Chris Watson (816) 464-7780 | Sr. Unix Administrator Work: chris.watson@twa.com | Trans World Airlines, Kansas City, MO Home: scanner@jurai.net | http://www.twa.com ============================================================================= WINDOWS: All our IP belongs to us. GNU/LINUX: Touch our IP, and your IP belongs to us. BSD: Here's our IP, just use it. ============================================================================= irc.openprojects.net #FreeBSD -Join the revolution! ICQ: 20016186 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 19: 7:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-168.zoominternet.net [24.154.28.168]) by hub.freebsd.org (Postfix) with ESMTP id 1444D37B405 for ; Sat, 3 Nov 2001 19:07:26 -0800 (PST) Received: from topperwein.dyndns.org (topperwein.dyndns.org [192.168.168.10]) by topperwein.dyndns.org (8.11.6/8.11.6) with ESMTP id fA437VR06381 for ; Sat, 3 Nov 2001 22:07:31 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Sat, 3 Nov 2001 22:07:26 -0500 (EST) From: Chris BeHanna Reply-To: Chris BeHanna To: FreeBSD-Stable Subject: Re: Crash Using ogle In-Reply-To: <200110290137.f9T1bt102259@twix.bar.net> Message-ID: <20011103220412.F6347-100000@topperwein.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Oct 2001, Heath Nielson wrote: > On Sunday 28 October 2001 05:40 pm, Chris BeHanna wrote: > > I attempted to view a DVD with the ogle port (nice DVD menu > > support), and I crashed my machine (4.4-STABLE, cvsup'd at > > Fri Oct 19 01:08:36 EDT 2001). There was no crashdump, but the last > > messages logged before the crash were: > > > > Oct 28 17:35:38 topperwein /kernel: ata1-master: too many segments in DMA > > table Oct 28 17:36:37 topperwein /kernel: ata1-master: too many segments in > > DMA table > > > > What does this mean, and how do I fix it? > > I've reported the same problem. It *seems* to involve the ATA driver (or at > least that is what is being executed when my panic occurs). I filed my info > under the following PR: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=31530 > > It's nice to know I'm not the only one having this problem. I did a little digging, and it's still not immediately obvious to me why the crash occurs (this is only the first time I've looked at that code). The "quick-and-dirty" (and probably wrong) solution may be to increase the value of ATA_DMA_ENTRIES, but I'm not sure what side effects that would have. First thing is to find out how many are being requested right before the crash, which is relatively easy (if somewhat painful) to do. I've reproduced this with vlc, btw. It's not limited to ogle (and one other person reported a crash with mplayer). -- Chris BeHanna Software Engineer (Remove "bogus" before responding.) behanna@bogus.zbzoom.net I was raised by a pack of wild corn dogs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 19: 8:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id E2EBF37B417 for ; Sat, 3 Nov 2001 19:08:47 -0800 (PST) Received: (qmail 28091 invoked by uid 0); 4 Nov 2001 03:08:46 -0000 Received: from tk212017108240.univie.teleweb.at (HELO Deadcell.ANT) (212.17.108.240) by mail.gmx.net (mp020-rz3) with SMTP; 4 Nov 2001 03:08:46 -0000 Received: (from ant@localhost) by Deadcell.ANT (8.11.5/8.11.5) id fA438j200750; Sun, 4 Nov 2001 04:08:45 +0100 (CET) (envelope-from ant) Date: Sun, 4 Nov 2001 04:08:45 +0100 From: Andreas Ntaflos To: Allen Landsidel Cc: freebsd-stable@freebsd.org Subject: Re: ICQ and NAT again.. :( Message-ID: <20011104040845.A696@Deadcell.ANT> Mail-Followup-To: Allen Landsidel , freebsd-stable@freebsd.org References: <20011103023357.A1564@Deadcell.ANT> <5.1.0.14.0.20011102210953.00ae4528@rfnj.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.0.20011102210953.00ae4528@rfnj.org>; from all@biosys.net on Fri, Nov 02, 2001 at 09:21:05PM -0500 Platform: FreeBSD 4.4-RELEASE Hostname: Bender.ANT Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 02, 2001 at 09:21:05PM -0500, Allen Landsidel wrote: > To be able to open a TCP connection to port 5190 on login.icq.com > > After that, it needs nothing. Configure it to use no listening ports, and > it will use none and work just fine by transferring messages through the > server. Does this work for file transfers too? /me doesn't think so. File transfers require direct connection, that's what the range of listening ports are for if I am not completely mistaken... > I am currently using ICQ on my windows box, behind a FreeBSD > firewall. While I am not behind NAT, I allow no incoming traffic to this > box except for those my box has created going out; it works fine. I use that too (keeping state of connections) of course, so the traffic between me and login.icq.com on port 5190 should work without problems. It does indeed work; if it didn't how could ICQ even connect and go online? > #1 : If you are using ICQ, upgrade to the latest version. Already using the latest version (2001b). The problem is not port 5190 on login.icq.com, traffic going there from me is always allowed back in. Comments? -- Andreas "ant" Ntaflos ntaflos.andreas@gmx.net Vienna, AUSTRIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 19:49:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id 1C6DD37B406 for ; Sat, 3 Nov 2001 19:49:41 -0800 (PST) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id TAA01438; Sat, 3 Nov 2001 19:49:40 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [162.62.64.10]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id TAA20465; Sat, 3 Nov 2001 19:35:16 -0800 (PST) Received: from hollin.btc.adaptec.com (hollin [162.62.149.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id UAA15584; Sat, 3 Nov 2001 20:49:36 -0700 (MST) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.11.6/8.11.4) id fA43iXJ27652; Sat, 3 Nov 2001 20:44:33 -0700 (MST) (envelope-from scottl) Date: Sat, 3 Nov 2001 20:44:33 -0700 From: Scott Long To: Chris BeHanna Cc: FreeBSD-Stable Subject: Re: Crash Using ogle Message-ID: <20011103204433.C27198@hollin.btc.adaptec.com> References: <200110290137.f9T1bt102259@twix.bar.net> <20011103220412.F6347-100000@topperwein.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011103220412.F6347-100000@topperwein.dyndns.org> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I did a little digging, and it's still not immediately obvious to > me why the crash occurs (this is only the first time I've looked at > that code). The "quick-and-dirty" (and probably wrong) solution may > be to increase the value of ATA_DMA_ENTRIES, but I'm not sure what > side effects that would have. First thing is to find out how many are > being requested right before the crash, which is relatively easy (if > somewhat painful) to do. It seems to be related to reading past 4GB on the disk. Try playing a DVD that is single layer (these are usually double sided) and it *probably* won't crash. Soren fixed this problem in -current a while back, but it hasn't been MFC'd yet. I think that some harrasment to sos@ and asmodai@ is in order }:-) Scott P.S. Actually, the above test is more likely to succeed if you use a program like vlc or xine that doesn't have the bastard behaviour of cracking all the CSS keys up front. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 21:23:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rfnj.org (rfnj.org [216.239.237.194]) by hub.freebsd.org (Postfix) with ESMTP id 78C7937B405 for ; Sat, 3 Nov 2001 21:23:15 -0800 (PST) Received: from megalomaniac.biosys.net (megalomaniac.rfnj.org [216.239.237.200]) by rfnj.org (Postfix) with ESMTP id 7712A136AE; Sun, 4 Nov 2001 00:23:35 +0000 (GMT) Message-Id: <5.1.0.14.0.20011104002203.00a9f720@rfnj.org> X-Sender: asym@rfnj.org X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 04 Nov 2001 00:25:33 -0500 To: Andreas Ntaflos From: Allen Landsidel Subject: Re: ICQ and NAT again.. :( Cc: freebsd-stable@freebsd.org In-Reply-To: <20011104040845.A696@Deadcell.ANT> References: <5.1.0.14.0.20011102210953.00ae4528@rfnj.org> <20011103023357.A1564@Deadcell.ANT> <5.1.0.14.0.20011102210953.00ae4528@rfnj.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 04:08 AM 11/4/2001 +0100, you wrote: >Does this work for file transfers too? /me doesn't think so. File transfers >require direct connection, that's what the range of listening ports are for >if I am not completely mistaken... I haven't tried one in ages to be honest, but I don't really feel the need either. I have email and ftp for file transfers. I would imagine that ICQ can tunnel the file transfers through the server connection just like it does with the messages, although this may be a bit heavy on the bandwidth, it doesn't seem that far fetched.. most people don't have a very big upstream pipe anyway. >I use that too (keeping state of connections) of course, so the traffic >between me and login.icq.com on port 5190 should work without problems. It >does >indeed work; if it didn't how could ICQ even connect and go online? It wouldn't ;) >Already using the latest version (2001b). Ok. >Comments? If file transfer is that important to the boxes behind the firewall/natd that are using it.. I recommend that you set ICQ to use a small, unique port range on every box that's running it, and forward the appropriate ports to the appropriate boxes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 22: 8:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id B916537B405 for ; Sat, 3 Nov 2001 22:08:55 -0800 (PST) Received: from [144.137.126.206] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id rckdaaaa for ; Sun, 4 Nov 2001 16:36:36 +1100 Message-ID: <3BE4D3E2.6070608@quake.com.au> Date: Sun, 04 Nov 2001 16:36:34 +1100 From: Kal Torak User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.5) Gecko/20011011 X-Accept-Language: en-us MIME-Version: 1.0 To: Andreas Ntaflos Cc: Allen Landsidel , freebsd-stable@freebsd.org Subject: Re: ICQ and NAT again.. :( References: <20011103023357.A1564@Deadcell.ANT> <5.1.0.14.0.20011102210953.00ae4528@rfnj.org> <20011104040845.A696@Deadcell.ANT> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andreas Ntaflos wrote: > On Fri, Nov 02, 2001 at 09:21:05PM -0500, Allen Landsidel wrote: > >>To be able to open a TCP connection to port 5190 on login.icq.com > > Does this work for file transfers too? /me doesn't think so. File transfers > require direct connection, that's what the range of listening ports are for > if I am not completely mistaken... Thats right, you cant get files or chats without a range of listining ports open OR you can use a socks 5 proxy and that will solve those problems as well... >>I am currently using ICQ on my windows box, behind a FreeBSD >>firewall. While I am not behind NAT, I allow no incoming traffic to this >>box except for those my box has created going out; it works fine. > > I use that too (keeping state of connections) of course, so the traffic > between me and login.icq.com on port 5190 should work without problems. It does > indeed work; if it didn't how could ICQ even connect and go online? So long as you set to keep the connection alive I belive this works... Otherwise the rule will time out and you will appear to go offline then online to everyone on your list all the time... >>#1 : If you are using ICQ, upgrade to the latest version. > > Already using the latest version (2001b). > > The problem is not port 5190 on login.icq.com, traffic going there from > me is always allowed back in. I have had terrible trouble with icq... Especialy with other people behind nat or firewalls... It seems the best solution is to install socks 5 proxy and set icq to use that... I might try with the latest version of icq and see if I can get it working through nat, but doesnt it have ads on it or something? I really hate ads... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 23: 8:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from lethargic.dyndns.org (dialin-135-163.hamilton.primus.ca [209.90.135.163]) by hub.freebsd.org (Postfix) with ESMTP id 5831037B409 for ; Sat, 3 Nov 2001 23:08:26 -0800 (PST) Received: from localhost (leth@localhost) by lethargic.dyndns.org (8.11.4/8.11.1) with ESMTP id fA478O722785 for ; Sun, 4 Nov 2001 02:08:25 -0500 (EST) (envelope-from leth@lethargic.dyndns.org) Date: Sun, 4 Nov 2001 02:08:23 -0500 (EST) From: Jason Hunt To: freebsd-stable@freebsd.org Subject: 4.4-STABLE hanging problem with ibm thinkpad laptop Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have an IBM Thinkpad 560E laptop. I was running a 4.4-STABLE from September, and it was great. I cvsup'd to 4.4-STABLE on November 3rd, and now when I reboot or shutdown, it kills daemons, synch's disks, and shows the uptime. Normally it would either reboot or turn the machine off, or tell you to press and key to reboot and you can turn it off manually. Instead, it hangs and I have to hard-reboot the machine. Any help? The generic kernel did this as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 3 23:33: 5 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 5F82537B409 for ; Sat, 3 Nov 2001 23:33:00 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id GAA10386; Sun, 4 Nov 2001 06:39:20 -0800 Date: Sat, 3 Nov 2001 23:32:50 -0800 From: John Merryweather Cooper To: Jason Hunt Cc: freebsd-stable@freebsd.org Subject: Re: 4.4-STABLE hanging problem with ibm thinkpad laptop Message-ID: <20011103233250.E93468@johncoop.MSHOME> References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: ; from leth@primus.ca on Sat, Nov 03, 2001 at 23:08:23 -0800 X-Mailer: Balsa 1.2.2 Lines: 33 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001.11.03 23:08 Jason Hunt wrote: > I have an IBM Thinkpad 560E laptop. I was running a 4.4-STABLE from > September, and it was great. I cvsup'd to 4.4-STABLE on November 3rd, > and > now when I reboot or shutdown, it kills daemons, synch's disks, and > shows > the uptime. Normally it would either reboot or turn the machine off, > or > tell you to press and key to reboot and you can turn it off manually. > Instead, it hangs and I have to hard-reboot the machine. Any help? > The > generic kernel did this as well. > > Actually, the behavior you have now is 90% of what is supposed to happen. Something was wrong if you weren't seeing the daemons get killed, syncing of disks, etc. It looks like the problem is that you're getting a shutdown even when you want a reboot. Well, the laptop types should be able to suggest some kernel options that might get you somewhere there, but it sounds like cycling power at the end of the "shutdown" will get you most of what you want. Obviously, since I don't have a laptop running FreeBSD, your mileage may vary . . . -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message