From owner-freebsd-stable Sun Jun 3 1:21: 5 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2E4D137B401 for ; Sun, 3 Jun 2001 01:20:59 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 022BE6ACC0; Sun, 3 Jun 2001 17:50:56 +0930 (CST) Date: Sun, 3 Jun 2001 17:50:56 +0930 From: Greg Lehey To: Steve Price Cc: freebsd-stable@freebsd.org Subject: Re: vinum panic Message-ID: <20010603175056.H85812@wantadilla.lemis.com> References: <20010602121353.N688@bsd.havk.org> <20010603101756.P87716@wantadilla.lemis.com> <20010603012207.A15922@bsd.havk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010603012207.A15922@bsd.havk.org>; from steve@havk.org on Sun, Jun 03, 2001 at 01:22:07AM -0500 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF 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, 3 June 2001 at 1:22:07 -0500, Steve Price wrote: > On Sun, Jun 03, 2001 at 10:17:56AM +0930, Greg Lehey wrote: > >>> vinum >>> vinum -> resetconfig >>> vinum -> saveconfig >>> vinum -> stop >>> newfs /dev/da1s1e >>> newfs /dev/da2s1e >>> newfs /dev/da3s1e >>> newfs /dev/da4s1e >>> newfs /dev/da5s1e >> >> So far all of this is unnecessary. > > Right. I realize that now after having tried to no avail to get > vinum to forget about previous attempts that failed or crashed > this box. It essentially went like this. > > Try to create a RAID5 volume. Panic. Okay so take a couple of > steps back and create a RAID1 volume. That worked. Okay now > try to get vinum to forget about that configuration and do a > RAID10 configuration now. No dice. It refused to forget about > the previous RAID1 configuration. I did all of the above in > a number different orders and nothing worked. Not even redoing > the RAID1 configuration that had worked before. Hmm. I'd like to see the audit, and in particular the dump. This shouldn't panic the machine. >> Well, I'd start off by reading the section DEBUGGING PROBLEMS WITH >> VINUM in vinum(4), or http://www.vinumvm.org/vinum/how-to-debug.html, >> or both. Basically, I have almost no information to go on. What was >> the panic? > > Thanks for the reply Greg. I finally figured out how to make it > work. Basically I newfs'd the partitions, ran 'vinum create', and > then changed the type to vinum. newfs makes no difference. It just writes data to the disks, and Vinum ignores it. On the other hand, you *must* change the type to Vinum, though possibly it will work afterwards. It's not the way to do it, though. > This was the only way I could get vinum to not try to "add on" to my > previous failed attempts. It seems to work great so I'm going to > leave well enough alone until I get another box with a similar setup > that I can play with. Sounds reasonable. But when you do, please try to get me the info I ask for. > Is there a better way than 'vinum resetconfig' to get vinum to > forget everything you've told it about volumes, plexes, disks, ... > than resorting to what I did? Well, you can remove all objects. That's the preferred way. People abuse resetconfig so often that I'm thinking of removing it. > The nature of the description in the manpage that I read at least a > dozen times in the last couple of days lead me to believe this would > do what I wanted, but try as I might it didn't do what I expected > nor what I interpreted the manpage said it did. Well, without output I can't comment. > One thing that I failed to mention in the previous post was that > despite having run 'vinum resetconfig', 'vinum dumpconfig' still > returned information that looked like it was from previous attempts. Yup, with a minor difference: it shows a different magic number (NO VINO instead of IN VINO). This is a feature, not a bug: Vinum ignores such a config, but if you do it by accident, you can easily recover it. > Not setting the partition/slice type to vinum until after I ran > 'vinum create' seems to have worked around this. That has to be bogus. I wish I knew what's biting you, but I'm going to need a dump to find out. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 3:27:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 9EDB037B403; Sun, 3 Jun 2001 03:27:20 -0700 (PDT) (envelope-from steve@havk.org) Received: from bsd.havk.org (user-24-214-92-252.knology.net [24.214.92.252]) by mail.hiwaay.net (8.11.3/8.11.3) with ESMTP id f53ARIH01338; Sun, 3 Jun 2001 05:27:18 -0500 (CDT) Received: by bsd.havk.org (Postfix, from userid 1001) id 29F191A821; Sun, 3 Jun 2001 05:27:17 -0500 (CDT) Date: Sun, 3 Jun 2001 05:27:17 -0500 From: Steve Price To: Greg Lehey Cc: freebsd-stable@freebsd.org Subject: Re: vinum panic Message-ID: <20010603052717.B15922@bsd.havk.org> References: <20010602121353.N688@bsd.havk.org> <20010603101756.P87716@wantadilla.lemis.com> <20010603012207.A15922@bsd.havk.org> <20010603175056.H85812@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010603175056.H85812@wantadilla.lemis.com>; from grog@FreeBSD.org on Sun, Jun 03, 2001 at 05:50:56PM +0930 X-Operating-System: FreeBSD 4.3-RC 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 Sun, Jun 03, 2001 at 05:50:56PM +0930, Greg Lehey wrote: > > Hmm. I'd like to see the audit, and in particular the dump. This > shouldn't panic the machine. Unfortunately I can't get you the panic or coredump info because this machine doesn't belong to me and is at a customer's site right now. See attached for the vinum_history. > newfs makes no difference. It just writes data to the disks, and > Vinum ignores it. On the other hand, you *must* change the type to > Vinum, though possibly it will work afterwards. It's not the way to > do it, though. It doesn't ignore it as I found out the hard way. Unless you 'vinum create' and then change the type to vinum *after* an unsuccessful attempt then vinum tries to "add to" the previous configuration which is almost always guaranteed to fail. > Sounds reasonable. But when you do, please try to get me the info I > ask for. I'd be glad to. I only asked if the configuration I presented was sane or had any obvious flaws. If I still had the machine in my possession and it wasn't seeing production use right now I'd be happy to give you more information than you could possibly want. > Well, you can remove all objects. That's the preferred way. People > abuse resetconfig so often that I'm thinking of removing it. 'vinum resetconfig' removes all objects? It didn't remove the configuration information from previous failed attempts at least for me. If you decide to remove this functionality please explain the proper way to "remove all objects" because every way I've tried documented or adhoc didn't work. > That has to be bogus. I wish I knew what's biting you, but I'm going > to need a dump to find out. What kind of dump would you like? This machine is working happily now and it is "live" at a customer's site but I'll do what I can to get you whatever information you need. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 4: 0:26 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 C3FBD37B401 for ; Sun, 3 Jun 2001 04:00:15 -0700 (PDT) (envelope-from dufberg@nic-se.se) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f53An1U19208 for ; Sun, 3 Jun 2001 12:49:01 +0200 (CEST) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Sun, 3 Jun 2001 12:49:01 +0200 (CEST) From: Mats Dufberg To: Subject: Problems with 3COM 3C509 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 problems installing 4.3-* on a machine with a 3COM 3C509 card (built in on ISA). After some trials and errors I've come to the conclusion that I need to give the port address, but the device is not available to setting at boot time (of installation). Can anyone tell me how to give the port as a switch to ifconfig? The man pages give me no clue... Mats ----------------------------------------------------------------- Mats Dufberg +46-8-545 857 06 dufberg@nic-se.se fax: +46-8-545 857 29 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 6: 1: 3 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 1FADE37B405 for ; Sun, 3 Jun 2001 06:00:59 -0700 (PDT) (envelope-from alson@mediadesign.nl) Received: (qmail 5841 invoked by uid 1002); 3 Jun 2001 12:34:11 -0000 Date: Sun, 3 Jun 2001 14:34:11 +0200 From: Alson van der Meulen To: freebsd-stable@FreeBSD.ORG Subject: Re: Problems with 3COM 3C509 Message-ID: <20010603143410.C15640@md2.mediadesign.nl> 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.3.15i In-Reply-To: ; from dufberg@nic-se.se on Sun, Jun 03, 2001 at 12:49:01PM +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 Sun, Jun 03, 2001 at 12:49:01PM +0200, Mats Dufberg wrote: > I have problems installing 4.3-* on a machine with a 3COM 3C509 card > (built in on ISA). After some trials and errors I've come to the > conclusion that I need to give the port address, but the device is not > available to setting at boot time (of installation). the GENERIC kernel used for installation should have ep* support i think... > > Can anyone tell me how to give the port as a switch to ifconfig? The man > pages give me no clue... I don't think it can be modified with ifconfig... try boot -c, then you should be able to modify the iobase, irq and stuff of the ep0 device there's a 3com config program for dos available on the 3com site, so you can change the eeprom settings using a dos boot floppy. if you set the iobase to 0x200 and the irq to 10 here, the kernel should autodetect it since these are the defauts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 6: 4:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from jamus.xpert.com (jamus.xpert.com [199.203.132.17]) by hub.freebsd.org (Postfix) with ESMTP id EEE2137B401 for ; Sun, 3 Jun 2001 06:04:19 -0700 (PDT) (envelope-from roman@xpert.com) Received: from roman (helo=localhost) by jamus.xpert.com with local-esmtp (Exim 3.13 #1) id 156X38-0006tY-00 for freebsd-stable@freebsd.org; Sun, 03 Jun 2001 15:32:06 +0300 Date: Sun, 3 Jun 2001 15:32:06 +0300 (IDT) From: Roman Shterenzon To: Subject: Latest commits break FreeBSD on P4? Message-ID: Organization: Xpert UNIX Systems Ltd. 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, It seems that the latest kernel doesn't boot on P4 board. AFAIK those are the files in /sys/ that were modified by the cvsup: Edit src/lib/libc/sys/fcntl.2 Edit src/lib/libc/sys/open.2 Edit src/sys/alpha/conf/GENERIC Edit src/sys/boot/forth/loader.conf.5 Edit src/sys/conf/options Edit src/sys/dev/advansys/adv_isa.c Edit src/sys/dev/advansys/adv_pci.c Edit src/sys/dev/ata/ata-disk.c Edit src/sys/dev/ata/ata-disk.h Edit src/sys/dev/ata/ata-raid.c Edit src/sys/dev/mii/nsphy.c Edit src/sys/dev/sound/pci/maestro3.c Edit src/sys/i386/conf/GENERIC Edit src/sys/kern/subr_disk.c Edit src/sys/kern/subr_log.c Edit src/sys/kern/vfs_bio.c Edit src/sys/kern/vfs_cluster.c Edit src/sys/kern/vfs_vnops.c Edit src/sys/miscfs/nullfs/null_subr.c Edit src/sys/miscfs/nullfs/null_vnops.c Edit src/sys/ntfs/ntfs_vnops.c Edit src/sys/pc98/conf/GENERIC Edit src/sys/pc98/i386/machdep.c Edit src/sys/pc98/pc98/pc98_machdep.c Edit src/sys/pc98/pc98/pc98_machdep.h Edit src/sys/pc98/pc98/syscons.c Edit src/sys/pci/amd.c Edit src/sys/pci/if_ti.c Edit src/sys/pci/if_xl.c Edit src/sys/pci/if_xlreg.h Edit src/sys/pci/pcisupport.c Edit src/sys/sys/buf.h Edit src/sys/sys/cdefs.h Edit src/sys/sys/fcntl.h Edit src/sys/sys/file.h Edit src/sys/sys/syslog.h Edit src/sys/sys/vnode.h Edit src/sys/ufs/ufs/ufs_readwrite.c Edit src/sys/vm/vm_page.c Edit src/sys/vm/vm_page.h I think that it hangs right after showing: real memory = 268173312 (261888K bytes) avail memory = 258052096 (252004K bytes) Preloaded elf kernel "kernel.old" at 0xc02fe000. (or similar) I'll have to reboot again to check it. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 6:23:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 14FFC37B401; Sun, 3 Jun 2001 06:23:48 -0700 (PDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.11.3/8.11.3) with SMTP id f53DNWl08261; Sun, 3 Jun 2001 09:23:33 -0400 (EDT) (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Sun, 3 Jun 2001 09:23:32 -0400 (EDT) From: Doug Denault X-Sender: doug@fledge.watson.org To: Greg Lehey Cc: developers@FreeBSD.org, FreeBSD Stable Users , FreeBSD current users Subject: Re: The FreeBSD core team needs your help In-Reply-To: <20010601134157.A8251@wantadilla.lemis.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 I am also interested in doing this On Fri, 1 Jun 2001, Greg Lehey wrote: > Those of you who have been following the mailing lists will have > noticed (or participated in) a thread bemoaning the continued lack of > feedback from the core team. That thread is still very active, but > one suggestion (made by phk) was to send out a message asking for help > getting things done. It's easy to claim that this would work, but > first we need to know if anybody would be interested. Here's phk's > text: > > HELP WANTED > > The FreeBSD core team is looking for an assistant to help with > tracking and recording the issues being worked by core. > > Responsibilities: > [cut] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 6:50:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.gscyclone.com (server2.gscyclone.com [209.36.53.41]) by hub.freebsd.org (Postfix) with ESMTP id 3889A37B403; Sun, 3 Jun 2001 06:50:31 -0700 (PDT) (envelope-from ancient@gscyclone.com) Received: (apparently) from messiah.gscyclone.com ([24.206.5.199]) by smtp.gscyclone.com with Microsoft SMTPSVC(5.5.1875.185.18); Sun, 3 Jun 2001 09:47:22 -0400 Message-Id: <5.1.0.14.2.20010603095457.029f8740@pop.gscyclone.com> X-Sender: ancient@pop.gscyclone.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 03 Jun 2001 09:55:27 -0400 To: Doug Denault , Greg Lehey From: Storms of Perfection Subject: Re: The FreeBSD core team needs your help Cc: developers@FreeBSD.ORG, FreeBSD Stable Users , FreeBSD current users In-Reply-To: References: <20010601134157.A8251@wantadilla.lemis.com> 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 am also interested in helping. Gary > > Those of you who have been following the mailing lists will have > > noticed (or participated in) a thread bemoaning the continued lack of > > feedback from the core team. That thread is still very active, but > > one suggestion (made by phk) was to send out a message asking for help > > getting things done. It's easy to claim that this would work, but > > first we need to know if anybody would be interested. Here's phk's > > text: > > > > HELP WANTED > > > > The FreeBSD core team is looking for an assistant to help with > > tracking and recording the issues being worked by core. > > > > Responsibilities: > > >[cut] > > >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 Sun Jun 3 6:57:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.harmonic.co.il (jupiter.harmonic.co.il [192.116.140.62]) by hub.freebsd.org (Postfix) with ESMTP id 3F0A137B401 for ; Sun, 3 Jun 2001 06:57:34 -0700 (PDT) (envelope-from roman@mail.harmonic.co.il) Received: by mail.harmonic.co.il (Postfix, from userid 1137) id BB3638B; Sun, 3 Jun 2001 14:05:59 +0300 (IDT) Received: from localhost (localhost [127.0.0.1]) by mail.harmonic.co.il (Postfix) with ESMTP id B9E3285 for ; Sun, 3 Jun 2001 14:05:59 +0300 (IDT) Date: Sun, 3 Jun 2001 14:05:59 +0300 (IDT) From: Roman Shterenzon To: Subject: Latest commits break FreeBSD on P4? Message-ID: <20010603140256.K30273-100000@mail.harmonic.co.il> 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, It seems that the latest kernel doesn't boot on P4 board. AFAIK those are the files in /sys/ that were modified by the cvsup: Edit src/lib/libc/sys/fcntl.2 Edit src/lib/libc/sys/open.2 Edit src/sys/alpha/conf/GENERIC Edit src/sys/boot/forth/loader.conf.5 Edit src/sys/conf/options Edit src/sys/dev/advansys/adv_isa.c Edit src/sys/dev/advansys/adv_pci.c Edit src/sys/dev/ata/ata-disk.c Edit src/sys/dev/ata/ata-disk.h Edit src/sys/dev/ata/ata-raid.c Edit src/sys/dev/mii/nsphy.c Edit src/sys/dev/sound/pci/maestro3.c Edit src/sys/i386/conf/GENERIC Edit src/sys/kern/subr_disk.c Edit src/sys/kern/subr_log.c Edit src/sys/kern/vfs_bio.c Edit src/sys/kern/vfs_cluster.c Edit src/sys/kern/vfs_vnops.c Edit src/sys/miscfs/nullfs/null_subr.c Edit src/sys/miscfs/nullfs/null_vnops.c Edit src/sys/ntfs/ntfs_vnops.c Edit src/sys/pc98/conf/GENERIC Edit src/sys/pc98/i386/machdep.c Edit src/sys/pc98/pc98/pc98_machdep.c Edit src/sys/pc98/pc98/pc98_machdep.h Edit src/sys/pc98/pc98/syscons.c Edit src/sys/pci/amd.c Edit src/sys/pci/if_ti.c Edit src/sys/pci/if_xl.c Edit src/sys/pci/if_xlreg.h Edit src/sys/pci/pcisupport.c Edit src/sys/sys/buf.h Edit src/sys/sys/cdefs.h Edit src/sys/sys/fcntl.h Edit src/sys/sys/file.h Edit src/sys/sys/syslog.h Edit src/sys/sys/vnode.h Edit src/sys/ufs/ufs/ufs_readwrite.c Edit src/sys/vm/vm_page.c Edit src/sys/vm/vm_page.h I think that it hangs right after showing: real memory = 268173312 (261888K bytes) avail memory = 258052096 (252004K bytes) Preloaded elf kernel "kernel.old" at 0xc02fe000. (or similar) I'll have to reboot again to check it. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 7:43:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id 95D8237B401 for ; Sun, 3 Jun 2001 07:43:06 -0700 (PDT) (envelope-from netch@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id RQN70525; Sun, 3 Jun 2001 17:42:55 +0300 (EEST) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.3/8.11.3) id f53AejT01484; Sun, 3 Jun 2001 13:40:45 +0300 (EEST) (envelope-from netch) Date: Sun, 3 Jun 2001 13:40:45 +0300 From: Valentin Nechayev To: David Wolfskill Cc: stable@FreeBSD.ORG Subject: Re: time_t definition is worng Message-ID: <20010603134044.A1343@iv.nn.kiev.ua> References: <200106012300.f51N0VT90830@earth.backplane.com> <200106012318.f51NI8w38590@bunrab.catwhisker.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200106012318.f51NI8w38590@bunrab.catwhisker.org>; from david@catwhisker.org on Fri, Jun 01, 2001 at 04:18:08PM -0700 X-42: On 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 Fri, Jun 01, 2001 at 16:18:08, david (David Wolfskill) wrote about "Re: time_t definition is worng": > > Historically people compared time stamps by subtracting one from > > another. > Which is a practice that the difftime() function was invented to > replace. difftime is for ANSI compatilibity but not for UNIX. It returns double. There is no reason to attract float-point calculations without explicit need... /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 7:43:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id 738F637B407 for ; Sun, 3 Jun 2001 07:43:26 -0700 (PDT) (envelope-from netch@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id RQQ70534; Sun, 3 Jun 2001 17:43:12 +0300 (EEST) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.3/8.11.3) id f53AvlA01676; Sun, 3 Jun 2001 13:57:47 +0300 (EEST) (envelope-from netch) Date: Sun, 3 Jun 2001 13:57:47 +0300 From: Valentin Nechayev To: "Antoine Beaupre (LMC)" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: time_t definition is worng Message-ID: <20010603135747.B1343@iv.nn.kiev.ua> References: <20010601135122.A66182@sunbay.com> <20010601044526.A30739@xor.obsecurity.org> <200106011839.f51Idbj86306@earth.backplane.com> <3B180082.B315A682@lmc.ericsson.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3B180082.B315A682@lmc.ericsson.se>; from Antoine.Beaupre@ericsson.ca on Fri, Jun 01, 2001 at 04:52:18PM -0400 X-42: On 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 Fri, Jun 01, 2001 at 16:52:18, Antoine.Beaupre (Antoine Beaupre (LMC)) wrote about "Re: time_t definition is worng": > Why not make leave it a long on alpha (and IA64) and make it a 'long > long' on IA32 so that we get rid of the Y38 bug right now? ;) It will break ABI compatilibity in too many places. Most of them can be reduced to new syscalls (at least: wait4, stat, lstat, fstat, setitimer, getitimer, select, getrusage, settimeofday, gettimeofday, utimes, adjtime, futimes, poll...), structure content retranslation code in obsolete syscalls implementations, major version bump for almost all shared libraries... Because deadline will be in 2038, I don't think FreeBSD staff will do such changes before 2020.;| (Are you sure unix systems will exist yet another 20 years?) /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 8:59: 6 2001 Delivered-To: freebsd-stable@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id C5C5C37B401 for ; Sun, 3 Jun 2001 08:59:00 -0700 (PDT) (envelope-from netch@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id SWP72773; Sun, 3 Jun 2001 18:58:42 +0300 (EEST) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.3/8.11.3) id f53FtAP01470; Sun, 3 Jun 2001 18:55:10 +0300 (EEST) (envelope-from netch) Date: Sun, 3 Jun 2001 18:55:09 +0300 From: Valentin Nechayev To: Gregory Bond Cc: stable@FreeBSD.ORG Subject: Re: Who's HUPing my daemon? Message-ID: <20010603185509.C891@iv.nn.kiev.ua> References: <200106010210.MAA26759@lightning.itga.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200106010210.MAA26759@lightning.itga.com.au>; from gnb@itga.com.au on Fri, Jun 01, 2001 at 12:10:35PM +1000 X-42: On 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 Fri, Jun 01, 2001 at 12:10:35, gnb (Gregory Bond) wrote about "Who's HUPing my daemon?": Proper daemonization consists of many steps, some of them are: 1) chdir("/"), to prevent staying on file system which must be unmounted. (But let's consider changing sysctl kern.corefile to absolute path.) 2) Close all unneeded file handles, including 0,1,2, and reopen /dev/null or log files on them. 3) Setup own session with setsid(). This is exact what you need now. Of course, daemon() will do the same in one call of itself, but it is unportable. > I'm trying to get a daemon running at boot time from rc.d. When the system > boots, the script is run, the daemon is started, and all is fine. Then a few > seconds later, (possibly at the same time that rc finishes and getty is > launched), the daemon gets a SIGHUP and cleans itself up and exits. Running > the start script by hand after logging in works and the daemon stays active > more or less forever as you expect. > Some hackery with ktrace shows that it is a SIGHUP that is killing it, and it > is waiting in select() at the time (which is the expected state). > > The relevent code in main() is like this: > if(makedaemon && fork()) > exit(0); > > openlog("bpalogin",LOG_PID,LOG_DAEMON); > > I'm suspicious that just a plain fork() is not enough to disconnect from the > boot sequence but I can't work out what's causing the HUP. Suggestions? > > (I suspect replacing the code with > if (makedaemon) daemon(0,0); > will fix it... bloody Linux hackers, no respect for real Unix!) /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 8:59:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id 8E10137B405 for ; Sun, 3 Jun 2001 08:59:36 -0700 (PDT) (envelope-from netch@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id SWT72774; Sun, 3 Jun 2001 18:59:06 +0300 (EEST) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.3/8.11.3) id f53FmD601283; Sun, 3 Jun 2001 18:48:13 +0300 (EEST) (envelope-from netch) Date: Sun, 3 Jun 2001 18:48:13 +0300 From: Valentin Nechayev To: Juha Saarinen Cc: "'Mike Meyer'" , freebsd-stable@FreeBSD.ORG Subject: Re: poor performance with FreeBSD and Windows ICS Message-ID: <20010603184812.B891@iv.nn.kiev.ua> References: <15128.12896.422114.257377@guru.mired.org> <051801c0eafa$ddaa6830$0a01a8c0@den2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <051801c0eafa$ddaa6830$0a01a8c0@den2>; from juha@saarinen.org on Sat, Jun 02, 2001 at 12:27:54PM +1200 X-42: On 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 Juha Saarinen! Sat, Jun 02, 2001 at 12:27:54, juha (Juha Saarinen) wrote about "RE: poor performance with FreeBSD and Windows ICS": > $ make > Warning: Object directory not changed from original > /usr/src/share/man/man7 make clean obj && make depend && make all install /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 9:27:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id CD34837B403 for ; Sun, 3 Jun 2001 09:27:37 -0700 (PDT) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.11.1/8.11.1) with ESMTP id f53GReo54726; Sun, 3 Jun 2001 12:27:45 -0400 (EDT) (envelope-from bsdx@looksharp.net) Date: Sun, 3 Jun 2001 12:27:40 -0400 (EDT) From: Adam To: Stephan van Beerschoten Cc: Subject: Re: harddisk faillure or kernel problem ? In-Reply-To: <20010524142125.B23460@enigma.whacky.net> Message-ID: <20010603122410.B34557-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 I have been told these can be caused by cable problems or even other things on the pci bus so the data just didnt get through with a correct crc. I think my troubles started when I reorganized some drives, and went away when I used an 80 pin cable for the affected drive. The drive was only ata33 but the extra grounding present in the cable seems to help keep data sane. Maybe a shorter, better cable would help you. I'd avoid kinking or looping the cable and try to keep it reasonably away from other things if possible. On Thu, 24 May 2001, Stephan van Beerschoten wrote: >Oops, I accidently mailed this to -CURRENT. Sorry folks. > I bounced it to -STABLE > >On Wed, 23 May 2001, Stephan van Beerschoten wrote: > >> For a while now I keep having the following logentries in my messages file: >> >> May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 1704031 of 720912-720913 (ad0s1 bn 17040 >> 31; cn 1803 tn 3 sn 7) retrying >> May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 2857979 of 1297886-1297887 (ad0s1 bn 285 >> 7979; cn 3024 tn 4 sn 47) retrying >> May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 3689535 of 1713664-1713677 (ad0s1 bn 368 >> 9535; cn 3904 tn 4 sn 3) retrying >> May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 4198463 of 1968128-1968129 (ad0s1 bn 419 >> 8463; cn 4442 tn 12 sn 17) retrying >> May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 4607039 of 2172416-2172419 (ad0s1 bn 460 >> 7039; cn 4875 tn 2 sn 38) retrying >> >> Is this because of some UDMA option in my kernel that I have or may have missed, or is this really hardware ? >> I've had this for months now and never actually bothered because it never gave me any problems, >> at least not noticable ones. I use the machine remotely mainly, so harddisk speeds that may >> have dropped because of this are hardly noticable if you're just doing commandline work. >> >> Diagnoses: Do I need to replace hardware here, or not ? >> >> FreeBSD xxxx.xx.xxx.xx.xx 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue May 15 20:23:48 CEST 2001 root@xxxx.xx.xxx.xx.xx:/usr/obj/usr/src/sys/ENIGMA i386 >> >> >> Thanks, >> Stephan >> >> -- >> Stephan van Beerschoten [SVB21-RIPE] stephanb@whacky.net >> PGP fingerprint: 4557 9761 B212 FB4C 778D 3529 C42A 2D27 >> "To err is human, to forgive is Not Company Policy" >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-current" in the body of the message > >-- >Stephan van Beerschoten [SVB21-RIPE] stephanb@whacky.net > PGP fingerprint: 4557 9761 B212 FB4C 778D 3529 C42A 2D27 > "To err is human, to forgive is Not Company Policy" > >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 Sun Jun 3 9:33:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id CA21B37B405 for ; Sun, 3 Jun 2001 09:33:20 -0700 (PDT) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.11.1/8.11.1) with ESMTP id f53GXZD54803 for ; Sun, 3 Jun 2001 12:33:35 -0400 (EDT) (envelope-from bsdx@looksharp.net) Date: Sun, 3 Jun 2001 12:33:35 -0400 (EDT) From: Adam To: Subject: Re: harddisk faillure or kernel problem ? In-Reply-To: <20010523153749.A1257@enigma.whacky.net> Message-ID: <20010603123319.R54795-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 I have been told these can be caused by cable problems or even other things on the pci bus so the data just didnt get through with a correct crc. I think my troubles started when I reorganized some drives, and went away when I used an 80 pin cable for the affected drive. The drive was only ata33 but the extra grounding present in the cable seems to help keep data sane. Maybe a shorter, better cable would help you. I'd avoid kinking or looping the cable and try to keep it reasonably away from other things if possible. On Wed, 23 May 2001, Stephan van Beerschoten wrote: >For a while now I keep having the following logentries in my messages file: > >May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 1704031 of 720912-720913 (ad0s1 bn 17040 >31; cn 1803 tn 3 sn 7) retrying >May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 2857979 of 1297886-1297887 (ad0s1 bn 285 >7979; cn 3024 tn 4 sn 47) retrying >May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 3689535 of 1713664-1713677 (ad0s1 bn 368 >9535; cn 3904 tn 4 sn 3) retrying >May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 4198463 of 1968128-1968129 (ad0s1 bn 419 >8463; cn 4442 tn 12 sn 17) retrying >May 23 13:59:40 enigma /kernel: ad0s1a: UDMA ICRC error reading fsbn 4607039 of 2172416-2172419 (ad0s1 bn 460 >7039; cn 4875 tn 2 sn 38) retrying > >Is this because of some UDMA option in my kernel that I have or may have missed, or is this really hardware ? > I've had this for months now and never actually bothered because it never gave me any problems, > at least not noticable ones. I use the machine remotely mainly, so harddisk speeds that may > have dropped because of this are hardly noticable if you're just doing commandline work. > >Diagnoses: Do I need to replace hardware here, or not ? > >FreeBSD xxxx.xx.xxx.xx.xx 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue May 15 20:23:48 CEST 2001 root@xxxx.xx.xxx.xx.xx:/usr/obj/usr/src/sys/ENIGMA i386 > > >Thanks, > Stephan > >-- >Stephan van Beerschoten [SVB21-RIPE] stephanb@whacky.net > PGP fingerprint: 4557 9761 B212 FB4C 778D 3529 C42A 2D27 > "To err is human, to forgive is Not Company Policy" > >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 Sun Jun 3 10:49: 0 2001 Delivered-To: freebsd-stable@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id E421637B401 for ; Sun, 3 Jun 2001 10:48:51 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f53Hmb516709; Sun, 3 Jun 2001 19:48:37 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id f53Hmb713644; Sun, 3 Jun 2001 19:48:37 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f53Hmbu18646; Date: Sun, 3 Jun 2001 19:48:36 +0200 From: Andre Albsmeier To: John Polstra Cc: stable@FreeBSD.ORG, ohartman@klima.physik.uni-mainz.de Subject: Re: NIS/YP still broken! Message-ID: <20010603194836.A34626@curry.mchp.siemens.de> References: <200106022222.f52MMbR35496@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106022222.f52MMbR35496@vashon.polstra.com>; from jdp@polstra.com on Sat, Jun 02, 2001 at 03:22:37PM -0700 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike 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, 02-Jun-2001 at 15:22:37 -0700, John Polstra wrote: > In article , > Hartmann, O. wrote: > > > > FreeBSD 4.3-STABLE has still a broken NIS/YP! If there are more than > > one slave servers ypxfrd should spread its tables, push seems to > > lock up and get a timeout. > > > > This was reported earlier here and I got a 'fix' for this but this fix > > hasn't been merged in due it targets a sypmtome, not the cause itself. I will happily jump in here since I can easily reproduce it. > We would love to fix this, but unfortunately the people who can debug > it have not been able to reproduce the problem. If you are willing to > help, maybe you can debug it by remote control. :-) Well, if these people like a step by step guide how to reproduce it I can try... > Currently, my best hypothesis about the cause of this problem is that > yppush is reading from an invalid memory address which happens to fall > into the region occupied by the dynamic linker. Thus making small > changes to the dymamic linker causes the behavior of yppush to change. > > To test this hypothesis, let's try an experiment. Please apply the > patch below to "/usr/src/usr.sbin/yppush/yppush_main.c": > > Index: yppush_main.c > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/yppush/yppush_main.c,v > retrieving revision 1.11 > diff -u -r1.11 yppush_main.c > --- yppush_main.c 1999/08/28 01:21:09 1.11 > +++ yppush_main.c 2001/06/02 21:35:11 > @@ -545,6 +545,11 @@ > struct hostlist *tmp; > struct sigaction sa; > > + static char *rtld_base = (char *)0; /* Patch me */ > + static char *rtld_limit = (char *)0; /* Patch me too */ > + if (rtld_base != NULL && rtld_limit > rtld_base) > + munmap(rtld_base, rtld_limit - rtld_base); > + > while ((ch = getopt(argc, argv, "d:j:p:h:t:v")) != -1) { > switch(ch) { > case 'd': > > Then rebuild and reinstall yppush like this: > > make clean > make obj > make depend > DEBUG_FLAGS=-g make > STRIP= make install > > and verify that the program is still failing. I hope it will still > fail, or we are out of luck. Ack, the programm still fails as before. > As it is shown here, the patch should do nothing. Next you must > determine where the dynamic linker is loaded, and patch the low and > high limits into the two lines labeled "Patch me" and "Patch me too". > You can do this as follows. Run yppush manually and see what its > process ID is. While the program is still running, display its map > file "/proc/PID/map". For example, if the process ID is 12345 you > would want to see "/proc/12345/map". I recommend that you look at the > file like this: > > dd bs=64k < /proc/12345/map > > since "cat" often doesn't work on these kinds of files. I hope that > yppush will run long enough for you to snare this information. If > it finishes too quickly, try adding a call ``sleep(30)'' just after > the added lines in yppush_main.c. > > The map file will resemble this: > > 0x8048000 0x8049000 1 0 0xcb8a78a0 r-x 1 0 0x0 COW NC vnode > 0x8049000 0x804a000 1 0 0xcb79d1e0 rw- 1 0 0x2180 NCOW NNC default > > 0x28049000 0x2805a000 17 0 0xcb55a120 r-x 38 19 0x4 COW NC vnode > 0x2805a000 0x2805b000 1 0 0xcb39b120 rw- 1 0 0x2180 COW NNC vnode > 0x2805b000 0x2805d000 2 0 0xcb5c6a20 rw- 2 0 0x2180 NCOW NNC default > 0x2805d000 0x28065000 6 0 0xcb5c6a20 rwx 2 0 0x2180 NCOW NNC default > > 0x28065000 0x280e2000 44 0 0xc0355a00 r-x 46 23 0x4 COW NC vnode > 0x280e2000 0x280e7000 5 0 0xcb34f120 rwx 1 0 0x2180 COW NNC vnode > 0x280e7000 0x280fb000 2 0 0xcb3c2240 rwx 1 0 0x2180 NCOW NNC default > > 0xbfbe0000 0xbfc00000 4 0 0xcb45b600 rwx 1 0 0x2180 NCOW NNC default The map here looks slightly different: 0x8048000 0x804d000 5 0 0xd6927ea0 r-x 1 0 0x0 COW NC vnode 0x804d000 0x804f000 2 0 0xd6894d20 rw- 2 0 0x2180 NCOW NNC default 0x804f000 0x8066000 16 0 0xd6894d20 rwx 2 0 0x2180 NCOW NNC default <--- additional 0x1804d000 0x1805e000 17 0 0xd73f4d80 r-x 10 5 0x0 COW NC vnode 0x1805e000 0x1805f000 1 0 0xd7246ba0 rw- 1 0 0x2180 COW NNC vnode 0x1805f000 0x18061000 2 0 0xd72ec540 rw- 2 0 0x2180 NCOW NNC default 0x18061000 0x18069000 5 0 0xd72ec540 rwx 2 0 0x2180 NCOW NNC default 0x18069000 0x180e6000 103 0 0xc0280300 r-x 104 45 0x0 COW NC vnode 0x180e6000 0x180eb000 5 0 0xd71fba20 rwx 1 0 0x2180 COW NNC vnode 0x180eb000 0x180ff000 7 0 0xd7b96c60 rwx 1 0 0x2180 NCOW NNC default 0xbfbe0000 0xbfc00000 4 0 0xd79b18a0 rwx 1 0 0x2180 NCOW NNC default > except that I have added some blank lines to make it easier to > explain. The first 3 groups of lines above correspond to (1) the > program itself, (2) the dynamic linker, and (3) the shared library > libc.so.4. The final line is the runtime stack. Except for the > stack, each group begins with one or two "vnode" lines. That's how > you can recognize where each group starts. The first two numbers in > each line are the start and end+1 addresses of a region of memory. > > The first group is the executable, and the second group is the dynamic > linker. As you can see, in this example the dynamic linker occupies > the region starting at 0x28049000 and ending just below 0x28065000. > The numbers you want to look at in the second group are these: > > |||||||||| > VVVVVVVVVV > 0x28049000 0x2805a000 17 0 0xcb55a120 r-x 38 19 0x4 COW NC vnode > 0x2805a000 0x2805b000 1 0 0xcb39b120 rw- 1 0 0x2180 COW NNC vnode > 0x2805b000 0x2805d000 2 0 0xcb5c6a20 rw- 2 0 0x2180 NCOW NNC default > 0x2805d000 0x28065000 6 0 0xcb5c6a20 rwx 2 0 0x2180 NCOW NNC default > ^^^^^^^^^^ > |||||||||| So im my case it is: |||||||||| VVVVVVVVVV 0x1804d000 0x1805e000 17 0 0xd73f4d80 r-x 10 5 0x0 COW NC vnode 0x1805e000 0x1805f000 1 0 0xd7246ba0 rw- 1 0 0x2180 COW NNC vnode 0x1805f000 0x18061000 2 0 0xd72ec540 rw- 2 0 0x2180 NCOW NNC default 0x18061000 0x18069000 5 0 0xd72ec540 rwx 2 0 0x2180 NCOW NNC default ^^^^^^^^^^ |||||||||| > Now take the first number and replace the 0 with it in the "Patch me" > line. And take the second number and replace the 0 with it in the > "Patch me too" line, like this: > > static char *rtld_base = (char *)0x28049000; /* Patch me */ > static char *rtld_limit = (char *)0x28065000; /* Patch me too */ > > (The numbers will no doubt be different on your system.) Done, I have now: static char *rtld_base = (char *)0x1804d000; /* Patch me */ static char *rtld_limit = (char *)0x18069000; /* Patch me too */ > Rebuild yppush again and install it the same way as you did before > (with DEBUG=-g and STRIP= ). > > With the proper addresses patched in, yppush will unmap the dynamic > linker from memory as soon as it starts up. So if anything in yppush > tries to read from that region of memory, a segmentation violation > will occur and you should get a core dump. With gdb, get a stack > trace and send it to me in that case. I have a corefile but can't debug it: Core was generated by `yppush'. Program terminated with signal 11, Segmentation fault. Cannot access memory at address 0x180600a8. #0 0x1804f358 in ?? ()Cannot access memory at address 0x180600a8. Anything I did wrong? Thanks a lot for helping, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 11:29:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id F27CB37B403; Sun, 3 Jun 2001 11:29:14 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f53IT0150106; Sun, 3 Jun 2001 20:29:00 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Doug Denault Cc: Greg Lehey , developers@FreeBSD.org, FreeBSD Stable Users , FreeBSD current users Subject: Re: The FreeBSD core team needs your help In-Reply-To: Your message of "Sun, 03 Jun 2001 09:23:32 EDT." Date: Sun, 03 Jun 2001 20:28:59 +0200 Message-ID: <50104.991592939@critter> From: Poul-Henning Kamp 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 you guys should write a short-and-to-the-point application and send it to the core team. In message , Doug D enault writes: >I am also interested in doing this > >On Fri, 1 Jun 2001, Greg Lehey wrote: > >> Those of you who have been following the mailing lists will have >> noticed (or participated in) a thread bemoaning the continued lack of >> feedback from the core team. That thread is still very active, but >> one suggestion (made by phk) was to send out a message asking for help >> getting things done. It's easy to claim that this would work, but >> first we need to know if anybody would be interested. Here's phk's >> text: >> >> HELP WANTED >> >> The FreeBSD core team is looking for an assistant to help with >> tracking and recording the issues being worked by core. >> >> Responsibilities: >> >[cut] > > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 11:55:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id ACC0C37B405 for ; Sun, 3 Jun 2001 11:55:40 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f53ItY033281; Sun, 3 Jun 2001 11:55:34 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f53ItUB37467; Sun, 3 Jun 2001 11:55:30 -0700 (PDT) (envelope-from jdp) Date: Sun, 3 Jun 2001 11:55:30 -0700 (PDT) Message-Id: <200106031855.f53ItUB37467@vashon.polstra.com> To: stable@freebsd.org From: John Polstra Cc: andre.albsmeier@mchp.siemens.de Subject: Re: NIS/YP still broken! In-Reply-To: <20010603194836.A34626@curry.mchp.siemens.de> References: <200106022222.f52MMbR35496@vashon.polstra.com> <20010603194836.A34626@curry.mchp.siemens.de> Organization: Polstra & Co., Seattle, WA 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 <20010603194836.A34626@curry.mchp.siemens.de>, Andre Albsmeier wrote: > > The map here looks slightly different: > > 0x8048000 0x804d000 5 0 0xd6927ea0 r-x 1 0 0x0 COW NC vnode > 0x804d000 0x804f000 2 0 0xd6894d20 rw- 2 0 0x2180 NCOW NNC default > 0x804f000 0x8066000 16 0 0xd6894d20 rwx 2 0 0x2180 NCOW NNC default <--- additional > > 0x1804d000 0x1805e000 17 0 0xd73f4d80 r-x 10 5 0x0 COW NC vnode > 0x1805e000 0x1805f000 1 0 0xd7246ba0 rw- 1 0 0x2180 COW NNC vnode > 0x1805f000 0x18061000 2 0 0xd72ec540 rw- 2 0 0x2180 NCOW NNC default > 0x18061000 0x18069000 5 0 0xd72ec540 rwx 2 0 0x2180 NCOW NNC default > > 0x18069000 0x180e6000 103 0 0xc0280300 r-x 104 45 0x0 COW NC vnode > 0x180e6000 0x180eb000 5 0 0xd71fba20 rwx 1 0 0x2180 COW NNC vnode > 0x180eb000 0x180ff000 7 0 0xd7b96c60 rwx 1 0 0x2180 NCOW NNC default > > 0xbfbe0000 0xbfc00000 4 0 0xd79b18a0 rwx 1 0 0x2180 NCOW NNC default That's OK. > So im my case it is: > > |||||||||| > VVVVVVVVVV > 0x1804d000 0x1805e000 17 0 0xd73f4d80 r-x 10 5 0x0 COW NC vnode > 0x1805e000 0x1805f000 1 0 0xd7246ba0 rw- 1 0 0x2180 COW NNC vnode > 0x1805f000 0x18061000 2 0 0xd72ec540 rw- 2 0 0x2180 NCOW NNC default > 0x18061000 0x18069000 5 0 0xd72ec540 rwx 2 0 0x2180 NCOW NNC default > ^^^^^^^^^^ > |||||||||| Right. > Done, I have now: > > static char *rtld_base = (char *)0x1804d000; /* Patch me */ > static char *rtld_limit = (char *)0x18069000; /* Patch me too */ Right. > I have a corefile but can't debug it: > > Core was generated by `yppush'. > Program terminated with signal 11, Segmentation fault. > Cannot access memory at address 0x180600a8. > #0 0x1804f358 in ?? ()Cannot access memory at address 0x180600a8. > > Anything I did wrong? No, I forgot a step. :-) When you run yppush, set LD_BIND_NOW=1 in the environment. (And I _hope_ that won't make it stop failing.) John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 12:17:32 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 9034D37B403 for ; Sun, 3 Jun 2001 12:17:27 -0700 (PDT) (envelope-from dufberg@nic-se.se) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f53J5wZ22159 for ; Sun, 3 Jun 2001 21:05:58 +0200 (CEST) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Sun, 3 Jun 2001 21:05:58 +0200 (CEST) From: Mats Dufberg To: Subject: Re: Problems with 3COM 3C509 In-Reply-To: <20010603143410.C15640@md2.mediadesign.nl> 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 Sun, 3 Jun 2001, Alson van der Meulen wrote: > > I have problems installing 4.3-* on a machine with a 3COM 3C509 card > > (built in on ISA). After some trials and errors I've come to the > > conclusion that I need to give the port address, but the device is not > > available to setting at boot time (of installation). > the GENERIC kernel used for installation should have ep* support i > think... (...) > try boot -c, then you should be able to modify the iobase, irq and > stuff of the ep0 device The GENERIC kernel has support for ep, but it is strangely enough not availble for setting. It is just not there. I do not understand why. When I tried 3.5.1 it was available for adjustment, and then it work fine when I set it to IRQ 10 and port 0x250. 4.3 thought it was 5 and 0x210 respectively > there's a 3com config program for dos available on the 3com site, so > you can change the eeprom settings using a dos boot floppy. if you set > the iobase to 0x200 and the irq to 10 here, the kernel should > autodetect it since these are the defauts The 3COM program solved my problem. After turning of "plugg and play" and setting what 4.3 expected (0x210 and 5, respectively) it works as it should. Thanks for help. Mats ----------------------------------------------------------------- Mats Dufberg +46-8-545 857 06 dufberg@nic-se.se fax: +46-8-545 857 29 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 12:54:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tp.databus.com (p101-46.acedsl.com [160.79.101.46]) by hub.freebsd.org (Postfix) with ESMTP id 6A95637B401 for ; Sun, 3 Jun 2001 12:54:24 -0700 (PDT) (envelope-from barney@tp.databus.com) Received: (from barney@localhost) by tp.databus.com (8.11.3/8.11.3) id f53JqH232534; Sun, 3 Jun 2001 15:52:17 -0400 (EDT) (envelope-from barney) Date: Sun, 3 Jun 2001 15:52:12 -0400 From: Barney Wolff To: Valentin Nechayev Cc: Gregory Bond , stable@FreeBSD.ORG Subject: Re: Who's HUPing my daemon? Message-ID: <20010603155212.A32453@tp.databus.com> References: <200106010210.MAA26759@lightning.itga.com.au> <20010603185509.C891@iv.nn.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010603185509.C891@iv.nn.kiev.ua>; from netch@iv.nn.kiev.ua on Sun, Jun 03, 2001 at 06:55:09PM +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 Wouldn't running the daemon under nohup in /usr/local/etc/rc.d/xxx.sh accomplish the same thing? I know it's inelegant, but it should work, unless I'm missing something. Barney Wolff On Sun, Jun 03, 2001 at 06:55:09PM +0300, Valentin Nechayev wrote: > Fri, Jun 01, 2001 at 12:10:35, gnb (Gregory Bond) wrote about "Who's HUPing my daemon?": > > Proper daemonization consists of many steps, some of them are: > > 1) chdir("/"), to prevent staying on file system which must be unmounted. > (But let's consider changing sysctl kern.corefile to absolute path.) > 2) Close all unneeded file handles, including 0,1,2, and reopen > /dev/null or log files on them. > 3) Setup own session with setsid(). This is exact what you need now. > > Of course, daemon() will do the same in one call of itself, but it is > unportable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 13: 3:53 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 5127E37B403 for ; Sun, 3 Jun 2001 13:03:43 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f53K3WH02319; Sun, 3 Jun 2001 22:03:32 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Sun, 3 Jun 2001 22:03:31 +0200 (CEST) From: "Hartmann, O." To: Andre Albsmeier Cc: John Polstra , Subject: Re: NIS/YP still broken! In-Reply-To: <20010603194836.A34626@curry.mchp.siemens.de> 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 Here I am again, have had a lot of work last night ... :>On Sat, 02-Jun-2001 at 15:22:37 -0700, John Polstra wrote: :>> In article , :>> Hartmann, O. wrote: :>> > :>> > FreeBSD 4.3-STABLE has still a broken NIS/YP! If there are more than :>> > one slave servers ypxfrd should spread its tables, push seems to :>> > lock up and get a timeout. :>> > :>> > This was reported earlier here and I got a 'fix' for this but this fix :>> > hasn't been merged in due it targets a sypmtome, not the cause itself. :> :>I will happily jump in here since I can easily reproduce it. :> :> :>> We would love to fix this, but unfortunately the people who can debug :>> it have not been able to reproduce the problem. If you are willing to :>> help, maybe you can debug it by remote control. :-) :> :>Well, if these people like a step by step guide how to reproduce it :>I can try... Well, this problem occurs on ALL systems running here and configured as NIS/YP server and running the recent FreeBSD 4.3-STABLE. It should be able to reproduce the problem! :> :> :>> Currently, my best hypothesis about the cause of this problem is that :>> yppush is reading from an invalid memory address which happens to fall :>> into the region occupied by the dynamic linker. Thus making small :>> changes to the dymamic linker causes the behavior of yppush to change. :>> :>> To test this hypothesis, let's try an experiment. Please apply the :>> patch below to "/usr/src/usr.sbin/yppush/yppush_main.c": :>> :>> Index: yppush_main.c :>> =================================================================== :>> RCS file: /home/ncvs/src/usr.sbin/yppush/yppush_main.c,v :>> retrieving revision 1.11 :>> diff -u -r1.11 yppush_main.c :>> --- yppush_main.c 1999/08/28 01:21:09 1.11 :>> +++ yppush_main.c 2001/06/02 21:35:11 :>> @@ -545,6 +545,11 @@ :>> struct hostlist *tmp; :>> struct sigaction sa; :>> :>> + static char *rtld_base = (char *)0; /* Patch me */ :>> + static char *rtld_limit = (char *)0; /* Patch me too */ :>> + if (rtld_base != NULL && rtld_limit > rtld_base) :>> + munmap(rtld_base, rtld_limit - rtld_base); :>> + :>> while ((ch = getopt(argc, argv, "d:j:p:h:t:v")) != -1) { :>> switch(ch) { :>> case 'd': :>> :>> Then rebuild and reinstall yppush like this: :>> :>> make clean :>> make obj :>> make depend :>> DEBUG_FLAGS=-g make :>> STRIP= make install :>> :>> and verify that the program is still failing. I hope it will still :>> fail, or we are out of luck. :> :>Ack, the programm still fails as before. I patched the source, too. yppush fails as before, but I have trouble to catch its ID and get the memory map as described. Maybe I'm to stupid to get it. :> :> :>> As it is shown here, the patch should do nothing. Next you must :>> determine where the dynamic linker is loaded, and patch the low and :>> high limits into the two lines labeled "Patch me" and "Patch me too". :>> You can do this as follows. Run yppush manually and see what its :>> process ID is. While the program is still running, display its map :>> file "/proc/PID/map". For example, if the process ID is 12345 you :>> would want to see "/proc/12345/map". I recommend that you look at the :>> file like this: :>> :>> dd bs=64k < /proc/12345/map :>> :>> since "cat" often doesn't work on these kinds of files. I hope that :>> yppush will run long enough for you to snare this information. If :>> it finishes too quickly, try adding a call ``sleep(30)'' just after :>> the added lines in yppush_main.c. :>> :>> The map file will resemble this: :>> :>> 0x8048000 0x8049000 1 0 0xcb8a78a0 r-x 1 0 0x0 COW NC vnode :>> 0x8049000 0x804a000 1 0 0xcb79d1e0 rw- 1 0 0x2180 NCOW NNC default :>> :>> 0x28049000 0x2805a000 17 0 0xcb55a120 r-x 38 19 0x4 COW NC vnode :>> 0x2805a000 0x2805b000 1 0 0xcb39b120 rw- 1 0 0x2180 COW NNC vnode :>> 0x2805b000 0x2805d000 2 0 0xcb5c6a20 rw- 2 0 0x2180 NCOW NNC default :>> 0x2805d000 0x28065000 6 0 0xcb5c6a20 rwx 2 0 0x2180 NCOW NNC default :>> :>> 0x28065000 0x280e2000 44 0 0xc0355a00 r-x 46 23 0x4 COW NC vnode :>> 0x280e2000 0x280e7000 5 0 0xcb34f120 rwx 1 0 0x2180 COW NNC vnode :>> 0x280e7000 0x280fb000 2 0 0xcb3c2240 rwx 1 0 0x2180 NCOW NNC default :>> :>> 0xbfbe0000 0xbfc00000 4 0 0xcb45b600 rwx 1 0 0x2180 NCOW NNC default :> :>The map here looks slightly different: :> :>0x8048000 0x804d000 5 0 0xd6927ea0 r-x 1 0 0x0 COW NC vnode :>0x804d000 0x804f000 2 0 0xd6894d20 rw- 2 0 0x2180 NCOW NNC default :>0x804f000 0x8066000 16 0 0xd6894d20 rwx 2 0 0x2180 NCOW NNC default <--- additional :> :>0x1804d000 0x1805e000 17 0 0xd73f4d80 r-x 10 5 0x0 COW NC vnode :>0x1805e000 0x1805f000 1 0 0xd7246ba0 rw- 1 0 0x2180 COW NNC vnode :>0x1805f000 0x18061000 2 0 0xd72ec540 rw- 2 0 0x2180 NCOW NNC default :>0x18061000 0x18069000 5 0 0xd72ec540 rwx 2 0 0x2180 NCOW NNC default :> :>0x18069000 0x180e6000 103 0 0xc0280300 r-x 104 45 0x0 COW NC vnode :>0x180e6000 0x180eb000 5 0 0xd71fba20 rwx 1 0 0x2180 COW NNC vnode :>0x180eb000 0x180ff000 7 0 0xd7b96c60 rwx 1 0 0x2180 NCOW NNC default :> :>0xbfbe0000 0xbfc00000 4 0 0xd79b18a0 rwx 1 0 0x2180 NCOW NNC default :> :> :>> except that I have added some blank lines to make it easier to :>> explain. The first 3 groups of lines above correspond to (1) the :>> program itself, (2) the dynamic linker, and (3) the shared library :>> libc.so.4. The final line is the runtime stack. Except for the :>> stack, each group begins with one or two "vnode" lines. That's how :>> you can recognize where each group starts. The first two numbers in :>> each line are the start and end+1 addresses of a region of memory. :>> :>> The first group is the executable, and the second group is the dynamic :>> linker. As you can see, in this example the dynamic linker occupies :>> the region starting at 0x28049000 and ending just below 0x28065000. :>> The numbers you want to look at in the second group are these: :>> :>> |||||||||| :>> VVVVVVVVVV :>> 0x28049000 0x2805a000 17 0 0xcb55a120 r-x 38 19 0x4 COW NC vnode :>> 0x2805a000 0x2805b000 1 0 0xcb39b120 rw- 1 0 0x2180 COW NNC vnode :>> 0x2805b000 0x2805d000 2 0 0xcb5c6a20 rw- 2 0 0x2180 NCOW NNC default :>> 0x2805d000 0x28065000 6 0 0xcb5c6a20 rwx 2 0 0x2180 NCOW NNC default :>> ^^^^^^^^^^ :>> |||||||||| :> :>So im my case it is: :> :>|||||||||| :>VVVVVVVVVV :>0x1804d000 0x1805e000 17 0 0xd73f4d80 r-x 10 5 0x0 COW NC vnode :>0x1805e000 0x1805f000 1 0 0xd7246ba0 rw- 1 0 0x2180 COW NNC vnode :>0x1805f000 0x18061000 2 0 0xd72ec540 rw- 2 0 0x2180 NCOW NNC default :>0x18061000 0x18069000 5 0 0xd72ec540 rwx 2 0 0x2180 NCOW NNC default :> ^^^^^^^^^^ :> |||||||||| :> :>> Now take the first number and replace the 0 with it in the "Patch me" :>> line. And take the second number and replace the 0 with it in the :>> "Patch me too" line, like this: :>> :>> static char *rtld_base = (char *)0x28049000; /* Patch me */ :>> static char *rtld_limit = (char *)0x28065000; /* Patch me too */ :>> :>> (The numbers will no doubt be different on your system.) :> :>Done, I have now: :> :> static char *rtld_base = (char *)0x1804d000; /* Patch me */ :> static char *rtld_limit = (char *)0x18069000; /* Patch me too */ :> :> :>> Rebuild yppush again and install it the same way as you did before :>> (with DEBUG=-g and STRIP= ). :>> :>> With the proper addresses patched in, yppush will unmap the dynamic :>> linker from memory as soon as it starts up. So if anything in yppush :>> tries to read from that region of memory, a segmentation violation :>> will occur and you should get a core dump. With gdb, get a stack :>> trace and send it to me in that case. :> :>I have a corefile but can't debug it: :> :>Core was generated by `yppush'. :>Program terminated with signal 11, Segmentation fault. :>Cannot access memory at address 0x180600a8. :>#0 0x1804f358 in ?? ()Cannot access memory at address 0x180600a8. :> :>Anything I did wrong? :> :>Thanks a lot for helping, :> :> -Andre :> And for this: it seems that with FreeBSD 4.3-STABLE this problem occur again since it disappeared when I used FreeBSD 4.2-STABLE and 4.3-BETA throughout 4.3-RC. On the other hand, I can not do a lot of evaluation of this problem due the fact all these system I mentioned are 'in production'. At the moment we configured two slave NIS servers and a third machine is upcoming. I will do a workaround by manipulating the /var/yp/ypservers file, exchanging all the servers in a manner of 'round robin' by a shell script. -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) 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 Sun Jun 3 13:27:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id BF0FA37B403 for ; Sun, 3 Jun 2001 13:27:13 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f53KR9504555; Sun, 3 Jun 2001 22:27:09 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.0/8.11.0) with ESMTP id f53KR9h00996; Sun, 3 Jun 2001 22:27:09 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f53KR8u19095; Date: Sun, 3 Jun 2001 22:27:08 +0200 From: Andre Albsmeier To: John Polstra Cc: stable@freebsd.org, andre.albsmeier@mchp.siemens.de Subject: Re: NIS/YP still broken! Message-ID: <20010603222708.A35010@curry.mchp.siemens.de> References: <200106022222.f52MMbR35496@vashon.polstra.com> <20010603194836.A34626@curry.mchp.siemens.de> <200106031855.f53ItUB37467@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106031855.f53ItUB37467@vashon.polstra.com>; from jdp@polstra.com on Sun, Jun 03, 2001 at 11:55:30AM -0700 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike 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 > > Done, I have now: > > > > static char *rtld_base = (char *)0x1804d000; /* Patch me */ > > static char *rtld_limit = (char *)0x18069000; /* Patch me too */ > > Right. > > > I have a corefile but can't debug it: > > > > Core was generated by `yppush'. > > Program terminated with signal 11, Segmentation fault. > > Cannot access memory at address 0x180600a8. > > #0 0x1804f358 in ?? ()Cannot access memory at address 0x180600a8. > > > > Anything I did wrong? > > No, I forgot a step. :-) When you run yppush, set LD_BIND_NOW=1 in the > environment. (And I _hope_ that won't make it stop failing.) Hmm it still fails but it seems to be at a different location. I now get the (correct) messages from yppush before it fails. However, the gdb didn't reveal anything new: Core was generated by `yppush'. Program terminated with signal 11, Segmentation fault. Cannot access memory at address 0x180600a8. #0 0x18050d50 in ?? ()Cannot access memory at address 0x180600a8. I then ran yppush within gdb: (gdb) set args ypservers (gdb) run Starting program: /tmp/yppush ypservers yppush: transfer of map ypservers to server printfix.ofw.tld failed yppush: status returned by ypxfr: Master's version not newer yppush: transfer of map ypservers to server server.ofw.tld failed yppush: status returned by ypxfr: Master's version not newer Program received signal SIGSEGV, Segmentation fault. Cannot remove breakpoints because program is no longer writable. It might be running in another process. Further execution is probably impossible. 0x18050d50 in find_symdef ()Error accessing memory address 0x180600a8: Bad address. And here the output when runnning within gdb but without LD_BIND_NOW=1 (gdb) set args ypservers (gdb) run Starting program: /tmp/yppush ypservers Program received signal SIGSEGV, Segmentation fault. Cannot remove breakpoints because program is no longer writable. It might be running in another process. Further execution is probably impossible. 0x1804f358 in _rtld_bind_start ()Error accessing memory address 0x180600a8: Bad address. I will dig around a bit more... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 15:42:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from neko.cts.com (neko.cts.com [209.68.192.150]) by hub.freebsd.org (Postfix) with ESMTP id D42AA37B403; Sun, 3 Jun 2001 15:42:04 -0700 (PDT) (envelope-from mdavis@cts.com) Received: from venus.cts.com (venus.cts.com [216.120.25.34]) by neko.cts.com (8.9.3/8.9.3) with ESMTP id PAA15312; Sun, 3 Jun 2001 15:41:54 -0700 (PDT) Received: from orion (orion.cts.com [216.120.25.39]) by venus.cts.com (8.11.3/8.11.3) with ESMTP id f53MfnF03846; Sun, 3 Jun 2001 15:41:49 -0700 (PDT) (envelope-from mdavis@cts.com) From: "Morgan Davis" To: "'Garance A Drosihn'" Cc: "'Hajimu UMEMOTO'" , , , Subject: RE: Malformed from address Date: Sun, 3 Jun 2001 15:42:15 -0700 Message-ID: <003f01c0ec7e$738b3030$271978d8@cts.com> 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.2511 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2475.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 Garance wrote: > I also agree that administrators should > not have to patch and recompile lpd to get the behavior they want. Having it "work" like it used to is more of an expectation rather than a want. > >(My vote is for a runtime flag that disables port > > checking or allows you to specify your own acceptable range.) > > As a security matter, I think it should do the port checking by > default, and the option would be to turn that checking off. Agreed -- that was my suggestion. Do it by the book by default, but give us the ability to break it so we can work with broken clients. > a better (but more involved) fix would be to have two lists of > allowed hosts. That's an excellent idea. The system could then accommodate the sinners and the saints in relative security. > >truly log fatal() error messages, rather than spewing them > >uselessly into stdout (or the socket stream). > > Hmm. Not sure what you mean here. At least at RPI, we DO > get error messages in logfiles, at least for some kinds of > errors. What do you have for 'lpr'-ish entries in your > /etc/syslog.conf ? >.. > I know that we have SOME logfile entries when hosts are not in > hosts.lpd, for instance. If you look at all the calls to fatal() you'll see helpful troubleshooting information that doesn't make it into the logs. The only thing you'll get in either /var/log/messages or /var/log/lpd-errs are items such as: Jun 1 01:27:32 venus lpd[623]: lpd startup: logging=1 dbg Jun 1 01:27:32 venus lpd[623]: lpd startup: ready to accept requests Jun 2 03:17:37 venus lpd[1960]: lpd startup: logging=1 dbg Jun 2 03:17:38 venus lpd[1960]: lpd startup: ready to accept requests Jun 2 03:23:31 venus lpd[1960]: exiting on signal 15 Jun 2 03:24:24 venus lpd[2174]: lpd startup: logging=1 dbg Jun 2 03:24:24 venus lpd[2174]: lpd startup: ready to accept requests Jun 2 03:25:18 venus lpd[2174]: exiting on signal 15 (I'm running with the stock syslog.conf). During this 24+ hour period, I was generating "malformed from address" errors. That's why I ultimately had to resort to tcpdump to see what was going on. You can easily test it on your own system by using telnet to upset lpd and issue the "Malformed from address". You'll see it on your telnet session terminal, but if you look in lpd-errs or messages log, it's not in there, even with -l and -d enabled. What other fatal() messages are sent back to the client and are never known to the administrator? > Maybe we turn up logging, or maybe it's > just some other difference between RPI's lpd and freebsd's. You've made several references to RPI and FreeBSD versions of lpd, as if they're different. Are you not the code maintainer for FreeBSD's lpd? If not, who is "gad"? --Morgan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 15:52:59 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 6BF2937B401; Sun, 3 Jun 2001 15:52:51 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f53Mqn615673; Sun, 3 Jun 2001 16:52:50 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.2/8.8.3) with ESMTP id f53Msll87780; Sun, 3 Jun 2001 16:54:47 -0600 (MDT) Message-Id: <200106032254.f53Msll87780@billy-club.village.org> To: Greg Lehey Subject: Re: The FreeBSD core team needs your help Cc: "Steve O'Hara-Smith" , developers@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, FreeBSD-current@FreeBSD.ORG In-reply-to: Your message of "Sat, 02 Jun 2001 10:22:40 +0930." <20010602102240.L36627@wantadilla.lemis.com> References: <20010602102240.L36627@wantadilla.lemis.com> <20010601134157.A8251@wantadilla.lemis.com> <20010601175413.789e5313.steveo@eircom.net> Date: Sun, 03 Jun 2001 16:54:47 -0600 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 <20010602102240.L36627@wantadilla.lemis.com> Greg Lehey writes: : > Could you stick some numbers in here please. How much email does : > core@ get ? : : Normally much less than 10 messages a day. In Q1 2001, we got 650ish mail messages. I'd expect Q2 to be twice that, but I'd say fully 1/2 of those can be summaried as "Core, show us more of what you do." Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 16: 0: 3 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 8E29F37B401; Sun, 3 Jun 2001 15:59:52 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f53Mxp615696; Sun, 3 Jun 2001 16:59:51 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.2/8.8.3) with ESMTP id f53N1ll87802; Sun, 3 Jun 2001 17:01:47 -0600 (MDT) Message-Id: <200106032301.f53N1ll87802@billy-club.village.org> To: Poul-Henning Kamp Subject: Re: The FreeBSD core team needs your help Cc: Doug Denault , Greg Lehey , developers@FreeBSD.ORG, FreeBSD Stable Users , FreeBSD current users In-reply-to: Your message of "Sun, 03 Jun 2001 20:28:59 +0200." <50104.991592939@critter> References: <50104.991592939@critter> Date: Sun, 03 Jun 2001 17:01:47 -0600 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 <50104.991592939@critter> Poul-Henning Kamp writes: : I think you guys should write a short-and-to-the-point application : and send it to the core team. Core has had many applications. Sending them to addresses other than core@ makes it impossible for us to consider the person (unless, of course, they send it to core@ also). In addition, a simple message along the lines of "I'd like to help" would likely put the application in the reject box. Why would you like to help? How can you help? What qualifications do you bring to the table? Do you have the time to commit to something like this? Is this commitment long term? Can you commit to 10 hours every month for this task? Can you commit to having the summary for the previous month done by the 5th of the following month? If not, what can you commit to every month? Those are the questions that members of core likely will have in their minds when they deside who, if anybody, should be the core-team scribe. These are my views alone, and don't necessarily represent those of core@. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 16:50:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id A011837B403; Sun, 3 Jun 2001 16:50:35 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E20576ACC0; Mon, 4 Jun 2001 09:20:32 +0930 (CST) Date: Mon, 4 Jun 2001 09:20:32 +0930 From: Greg Lehey To: Warner Losh Cc: Steve O'Hara-Smith , developers@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, FreeBSD-current@FreeBSD.ORG Subject: Re: The FreeBSD core team needs your help Message-ID: <20010604092032.L85812@wantadilla.lemis.com> References: <20010602102240.L36627@wantadilla.lemis.com> <20010601134157.A8251@wantadilla.lemis.com> <20010601175413.789e5313.steveo@eircom.net> <20010602102240.L36627@wantadilla.lemis.com> <200106032254.f53Msll87780@billy-club.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: <200106032254.f53Msll87780@billy-club.village.org>; from imp@village.org on Sun, Jun 03, 2001 at 04:54:47PM -0600 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF 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, 3 June 2001 at 16:54:47 -0600, Warner Losh wrote: > In message <20010602102240.L36627@wantadilla.lemis.com> Greg Lehey writes: >>> Could you stick some numbers in here please. How much email does >>> core@ get ? >> >> Normally much less than 10 messages a day. > > In Q1 2001, we got 650ish mail messages. I'd expect Q2 to be twice > that, but I'd say fully 1/2 of those can be summaried as "Core, show > us more of what you do." Hmm, I'd consider that an overstatement. I'd guess 80% were either applications for commit bits, developer A pointing fingers at developer B, or followups to either (including "well, it's been 3 weeks; what gives?"). Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 17:49:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail1.javanet.com (mail1.javanet.com [205.219.162.10]) by hub.freebsd.org (Postfix) with ESMTP id 2600F37B403 for ; Sun, 3 Jun 2001 17:49:35 -0700 (PDT) (envelope-from kaworu@sektor7.ath.cx) Received: from wintermute.sekt7.org (146-115-66-7.c3-0.lex-ubr1.sbo-lex.ma.cable.rcn.com [146.115.66.7]) by mail1.javanet.com (8.9.3/8.9.2) with ESMTP id UAA10364 for ; Sun, 3 Jun 2001 20:50:02 -0400 (EDT) Date: Sun, 3 Jun 2001 20:53:17 -0400 (EDT) From: Evan S X-Sender: kaworu@wintermute.sekt7 To: freebsd-stable@freebsd.org Subject: page fault 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, On my laptop, when I try and cvsup, here is the error which I get. My laptop is an Inspiron 3500, with 64mb RAM, 366mhz Celeron, 10gb drive armitage# cvsup -g portsupfile ; cvsup -g cvsupfile fatal process exception: page fault, fault VA = 0x80e7534 fatal process exception: page fault, fault VA = 0x80daebc Connected to cvsup.FreeBSD.org kernel config: machine i386 cpu I586_CPU cpu I686_CPU ident GENERIC maxusers 32 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options DEBUG options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options CPU_FASTER_5X86_FPU options SC_PIXEL_MODE options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. device wi # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device ums # Mouse device uscanner # Scanners armitage# uname -ap FreeBSD armitage.sekt7.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun May 27 23:35:27 GMT 2001 ems@armitage.sekt7.org:/usr/obj/usr/src/sys/ARMITAGE i386 Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-STABLE #0: Sun May 27 23:35:27 GMT 2001 ems@armitage.sekt7.org:/usr/obj/usr/src/sys/ARMITAGE Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (363.96-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x66a Stepping = 10 Features=0x183f9ff real memory = 67043328 (65472K bytes) config> en pcic1 config> po pcic1 0x3e2 config> ir pcic1 0 config> iom pcic1 0xd4000 config> f pcic1 0 config> en pcic0 config> po pcic0 0x3e0 config> ir pcic0 0 config> iom pcic0 0xd0000 config> f pcic0 0 config> q avail memory = 61915136 (60464K bytes) Preloaded elf kernel "kernel" at 0xc0351000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc035109c. Preloaded elf module "vesa.ko" at 0xc03510ec. VESA: v2.0, 2496k memory, flags:0x0, mode table:0xc034e262 (1000022) VESA: MagicGraph 256 AV 48K 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 chip1: mem 0xfe700000-0xfe7fffff,0xfe000000-0xfe3fffff irq 11 at device 0 .1 on pci1 pcic-pci0: at device 4.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][FUNC pci int + CSC serial isa irq] pcic-pci1: at device 4.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][FUNC pci int + CSC serial isa irq] isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfcd0-0xfcdf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xfce0-0xfcff irq 10 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip2: port 0x2180-0x218f at device 7.3 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> pcic0: at port 0x3e0 iomem 0xd0000 drq 0 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 9590MB [19485/16/63] at ata0-master UDMA33 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 9590MB [19485/16/63] at ata0-master UDMA33 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a pccard: card inserted, slot 0 ad0s4: raw partition size != slice size ad0s4: start 63, end 6000062, size 6000000 ad0s4c: start 63, end 6365519, size 6365457 ad0s4: truncating raw partition ad0s4: rejecting partition in BSD label: it isn't entirely within the slice ad0s4: start 63, end 6000062, size 6000000 ad0s4a: start 63, end 6365519, size 6365457 wi0: at port 0x240-0x27f irq 3 slot 0 on pccard0 wi0: Ethernet address: 00:60:1d:f1:6c:41 Thanks, - ------------------------------------------ Evan Sarmiento | GPG id: 9D0BDB6C ems@open-root.org | http://sekt7.org/~ems/ - ------------------------------------------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (SunOS) Comment: Made with pgp4pine 1.75-6 iEYEARECAAYFAjsa3AUACgkQa7CFsJ0L22x7ZgCgi5O91GiR+XuVvjrf6bH3jeLJ BA4AmQHmHoEzQcK0JTu7f3ghuF5tLOEd =Xf/R -----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 Sun Jun 3 18:35:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 5B6BE37B401 for ; Sun, 3 Jun 2001 18:35:35 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f541ZQ034712; Sun, 3 Jun 2001 18:35:26 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f541ZOK38178; Sun, 3 Jun 2001 18:35:24 -0700 (PDT) (envelope-from jdp) Date: Sun, 3 Jun 2001 18:35:24 -0700 (PDT) Message-Id: <200106040135.f541ZOK38178@vashon.polstra.com> To: stable@freebsd.org From: John Polstra Cc: kaworu@sektor7.ath.cx Subject: Re: page fault In-Reply-To: References: Organization: Polstra & Co., Seattle, WA 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 , Evan S wrote: > On my laptop, when I try and cvsup, here is the error which I get. My > laptop is an Inspiron 3500, with 64mb RAM, 366mhz Celeron, 10gb drive > > armitage# cvsup -g portsupfile ; cvsup -g cvsupfile > fatal process exception: page fault, fault VA = 0x80e7534 > fatal process exception: page fault, fault VA = 0x80daebc > Connected to cvsup.FreeBSD.org See: http://www.polstra.com/projects/freeware/CVSup/faq.html#debugkernel John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 18:39:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vimfuego.saarinen.org (saarinen.org [203.79.82.14]) by hub.freebsd.org (Postfix) with ESMTP id 7E84537B401 for ; Sun, 3 Jun 2001 18:39:15 -0700 (PDT) (envelope-from juha@saarinen.org) Received: from [192.168.1.10] (helo=den2) by vimfuego.saarinen.org with esmtp (Exim 3.22 #1 (Red Hack)) id 156jKe-0002ua-01; Mon, 04 Jun 2001 13:39:00 +1200 From: "Juha Saarinen" To: "'Valentin Nechayev'" Cc: "'Mike Meyer'" , Subject: RE: poor performance with FreeBSD and Windows ICS Date: Mon, 4 Jun 2001 13:38:30 +1200 Message-ID: <005801c0ec97$0f5a8020$0a01a8c0@den2> 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.2627 In-Reply-To: <20010603184812.B891@iv.nn.kiev.ua> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 :: > $ make :: > Warning: Object directory not changed from original :: > /usr/src/share/man/man7 :: :: make clean obj && make depend && make all install Thank you Valentin -- I'll bear that in mind until next time. -- Juha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 3 21: 5:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id B34A537B401 for ; Sun, 3 Jun 2001 21:05:10 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id OAA40062 for ; Mon, 4 Jun 2001 14:04:58 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from itga.com.au (lightning.itga.com.au [192.168.71.20]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id OAA28199; Mon, 4 Jun 2001 14:03:43 +1000 (EST) Message-Id: <200106040403.OAA28199@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: stable@freebsd.org Subject: Re: Who's HUPing my daemon? In-reply-to: Your message of Fri, 01 Jun 2001 22:20:52 +1000. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 Jun 2001 14:03:42 +1000 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 Thanks to all, especially Phil Homewood who explained what is happening. Basically, init does the following fork() open /dev/console as STDIN/STDOUT/STDERR setsid() exec /etc/rc and when the rc scrip ends, noone has /dev/console open so it is closed and all processes with this as the controlling terminal get SIGHUP'd. The fix is to use the daemon() call to background and disassociate from the controlling terminal. I have patched the bpalogin client and this fixes the problem, and I have sent a patch to the program maintainer. Other options would include running bpalogin under nohup in the rc.d script (cute, and works for programs without source code!) and using fork()+setsid() rather than daemon() (for better portability to Linux/Solaris etc). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 3:38:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 7A0ED37B403 for ; Mon, 4 Jun 2001 03:38:10 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f54AXgI14336; Mon, 4 Jun 2001 13:33:42 +0300 (EEST) (envelope-from ru) Date: Mon, 4 Jun 2001 13:33:42 +0300 From: Ruslan Ermilov To: Angshuman Dasgupta Cc: freebsd-stable@FreeBSD.ORG Subject: Re: SMBFS mount error Message-ID: <20010604133342.D95557@sunbay.com> Mail-Followup-To: Angshuman Dasgupta , freebsd-stable@FreeBSD.ORG References: <20010602102158.73634.qmail@web9502.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010602102158.73634.qmail@web9502.mail.yahoo.com>; from angshumand@yahoo.com on Sat, Jun 02, 2001 at 03:21:58AM -0700 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, Jun 02, 2001 at 03:21:58AM -0700, Angshuman Dasgupta wrote: > > Hi... > I'm having a problem mounting SMBFS shares - I get the > following error - no matter what arguments i give... > mount_smbfs: vfsload (smbfs) Exec format error. > Make sure your kernel is compiled with ``options LIBICONV''. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 3:41:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id EAC5337B401 for ; Mon, 4 Jun 2001 03:41:30 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f54AfQ516050; Mon, 4 Jun 2001 12:41:26 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id f54AfQ728761; Mon, 4 Jun 2001 12:41:26 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f54AfPu24687; Date: Mon, 4 Jun 2001 12:41:25 +0200 From: Andre Albsmeier To: "Hartmann, O." Cc: Andre Albsmeier , John Polstra , stable@FreeBSD.ORG Subject: Re: NIS/YP still broken! Message-ID: <20010604124125.A55082@curry.mchp.siemens.de> References: <20010603194836.A34626@curry.mchp.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from ohartman@klima.physik.uni-mainz.de on Sun, Jun 03, 2001 at 10:03:31PM +0200 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike 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, 03-Jun-2001 at 22:03:31 +0200, Hartmann, O. wrote: > Here I am again, have had a lot of work last night ... > > > :>On Sat, 02-Jun-2001 at 15:22:37 -0700, John Polstra wrote: > :>> In article , > :>> Hartmann, O. wrote: > :>> > > :>> > FreeBSD 4.3-STABLE has still a broken NIS/YP! If there are more than > :>> > one slave servers ypxfrd should spread its tables, push seems to > :>> > lock up and get a timeout. > :>> > > :>> > This was reported earlier here and I got a 'fix' for this but this fix > :>> > hasn't been merged in due it targets a sypmtome, not the cause itself. > :> > :>I will happily jump in here since I can easily reproduce it. > :> > :> > :>> We would love to fix this, but unfortunately the people who can debug > :>> it have not been able to reproduce the problem. If you are willing to > :>> help, maybe you can debug it by remote control. :-) > :> > :>Well, if these people like a step by step guide how to reproduce it > :>I can try... > > Well, this problem occurs on ALL systems running here and configured as > NIS/YP server and running the recent FreeBSD 4.3-STABLE. It should be > able to reproduce the problem! FYI, instead of fingering around with rtld.c you can also link yppush statically as a temporarely fix for the problem... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 6: 5:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id 3145237B401 for ; Mon, 4 Jun 2001 06:05:41 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from HP2500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id D576CBAAB; Mon, 4 Jun 2001 08:05:37 -0500 (CDT) Message-ID: <003801c0ecf7$0d0236a0$3028680a@tgt.com> From: "Thomas T. Veldhouse" To: "Darren Reed" , References: <200106031349.XAA01100@avalon.reed.wattle.id.au> Subject: Re: IPFilter licence update Date: Mon, 4 Jun 2001 08:05:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 While meaning no disrespect to Darren with this followup. What good does a signed memorandum with FreeBSD do if I decide at some point (which I won't) to take the FreeBSD source and branch it into my own variant? This is how the various BSDs came about in the first place. It does seem rather restrictive of a license for the FreeBSD core system. Why can't this be released under the BSD license? At least the code in the FreeBSD system. Perhaps we need a warning in the GENERIC and LINT files about this, in much the same way "softupdates" was labeled. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "Darren Reed" To: Sent: Sunday, June 03, 2001 8:49 AM Subject: IPFilter licence update At the > very least it will involve a memorandum of understanding stating this being > signed by the parties involved. > > Darren > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 6:16:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 1B2D937B403 for ; Mon, 4 Jun 2001 06:16:40 -0700 (PDT) (envelope-from Gerhard.Sittig@gmx.net) Received: (qmail 20195 invoked by uid 0); 4 Jun 2001 13:16:38 -0000 Received: from p3ee2167d.dip.t-dialin.net (HELO speedy.gsinet) (62.226.22.125) by mail.gmx.net (mail02) with SMTP; 4 Jun 2001 13:16:38 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id JAA14404 for freebsd-stable@FreeBSD.ORG; Mon, 4 Jun 2001 09:25:17 +0200 Date: Mon, 4 Jun 2001 09:25:16 +0200 From: Gerhard Sittig To: freebsd-stable@FreeBSD.ORG Subject: Re: Problems with 3COM 3C509 Message-ID: <20010604092516.Y253@speedy.gsinet> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20010603143410.C15640@md2.mediadesign.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from dufberg@nic-se.se on Sun, Jun 03, 2001 at 09:05:58PM +0200 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, Jun 03, 2001 at 21:05 +0200, Mats Dufberg wrote: > > On Sun, 3 Jun 2001, Alson van der Meulen wrote: > > > > I have problems installing 4.3-* on a machine with a 3COM > > > 3C509 card (built in on ISA). After some trials and errors > > > I've come to the conclusion that I need to give the port > > > address, but the device is not available to setting at boot > > > time (of installation). > > [ ... ] > > > try boot -c, then you should be able to modify the iobase, > > irq and stuff of the ep0 device > > The GENERIC kernel has support for ep, but it is strangely > enough not availble for setting. It is just not there. I do not > understand why. With (modern only? have there been cards not participating in this mechanism?) 3com ISA cards usually there's _no_need_ to set drivers to anything. AFAIK they have some identification port at 0x110 where their configuration can be read from and written to. Guess where the 3c5x9cfg gets the data from. :) From personal experience I would check these points: - Make sure you turn off the card's PnP function (and do remember to power down the machine after throwing the switch -- I've seen people hunting problems for hours when they thought C-A-D warmboots would do ...) - Make sure your port 0x110 is available -- i.e. don't put other hardware at, say, 0x100 when its window is 0x20 bytes wide. I once had the problem that a 3c509 wasn't recognized correctly (or didn't work? don't know any longer) when I had a PnP ISDN card between 0x100 and 0x11f. Moving it to 0x140 worked fine -- I learned to love the isapnp tools (it was a Linux system)! > When I tried 3.5.1 it was available for adjustment, and then it > work fine when I set it to IRQ 10 and port 0x250. 4.3 thought > it was 5 and 0x210 respectively Well, as long as the driver "downloads" its assumed configuration into the card, *any* setup should work. Only when the driver assumes one configuration, doesn't tell the card about it, but still doesn't match the card's idea -- that's when things go wrong. So it depends on what the driver tells the card in the initialization phase. And whether communication via the identification port 0x110 is possible and works. 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 Jun 4 6:50:31 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 46C0A37B401; Mon, 4 Jun 2001 06:50:28 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from smtp.bmi.net (dsl-154.bmi.net [207.173.60.230]) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with SMTP id GAA11665; Mon, 4 Jun 2001 06:50:27 -0700 Date: Mon, 4 Jun 2001 06:50:30 -0700 From: John Merryweather Cooper To: FreeBSD-STABLE Cc: jmz@FreeBSD.org Subject: XFree86-4.1 appears to be broken Message-ID: <20010604065030.A20441@johncoop> Reply-To: FreeBSD-STABLE Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.1.4 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 I attempted to build XFree86-4.1, but all is not well. There appears to be a linkage error somehow. The "tail" of my build revealing the error is: making all in fonts/scaled/Type1... LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/mkfontdir . LD_LIBRARY_PATH=../../../exports/lib XFT_CONFIG=../../../lib/Xft/XftConfig ../../../exports/bin/xftcache . /usr/libexec/ld-elf.so.1: ../../../exports/bin/xftcache: Undefined symbol "XftDirSave" *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc/fonts/scaled/Type1. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc/fonts/scaled. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc/fonts. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 8:25:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from css-1.cs.iastate.edu (css-1.cs.iastate.edu [129.186.3.24]) by hub.freebsd.org (Postfix) with ESMTP id 9243437B401 for ; Mon, 4 Jun 2001 08:25:52 -0700 (PDT) (envelope-from rahermon@iastate.edu) Received: from swnts (ramon.cs.iastate.edu [129.186.3.81]) by css-1.cs.iastate.edu (8.9.0/8.9.0) with SMTP id KAA15019 for ; Mon, 4 Jun 2001 10:25:48 -0500 (CDT) Reply-To: From: "Ramon A Hermon" To: Subject: RE: Problems with 3COM 3C509 Date: Mon, 4 Jun 2001 10:25:46 -0500 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) In-Reply-To: <20010604092516.Y253@speedy.gsinet> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 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 I had the same problem, turning off pnp (on the card, using the util on 3com disk 2) changing the bios(motherboard) to irq5(in my case) to legacy mode and recompiling the Kernel did it for me. Ramon Hermon > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Gerhard Sittig > Sent: Monday, June 04, 2001 2:25 AM > To: freebsd-stable@FreeBSD.ORG > Subject: Re: Problems with 3COM 3C509 > > > On Sun, Jun 03, 2001 at 21:05 +0200, Mats Dufberg wrote: > > > > On Sun, 3 Jun 2001, Alson van der Meulen wrote: > > > > > > I have problems installing 4.3-* on a machine with a 3COM > > > > 3C509 card (built in on ISA). After some trials and errors > > > > I've come to the conclusion that I need to give the port > > > > address, but the device is not available to setting at boot > > > > time (of installation). > > > > [ ... ] > > > > > try boot -c, then you should be able to modify the iobase, > > > irq and stuff of the ep0 device > > > > The GENERIC kernel has support for ep, but it is strangely > > enough not availble for setting. It is just not there. I do not > > understand why. > > With (modern only? have there been cards not participating in > this mechanism?) 3com ISA cards usually there's _no_need_ to set > drivers to anything. AFAIK they have some identification port at > 0x110 where their configuration can be read from and written to. > Guess where the 3c5x9cfg gets the data from. :) > > >From personal experience I would check these points: > - Make sure you turn off the card's PnP function (and do remember > to power down the machine after throwing the switch -- I've > seen people hunting problems for hours when they thought C-A-D > warmboots would do ...) > - Make sure your port 0x110 is available -- i.e. don't put other > hardware at, say, 0x100 when its window is 0x20 bytes wide. I > once had the problem that a 3c509 wasn't recognized correctly > (or didn't work? don't know any longer) when I had a PnP ISDN > card between 0x100 and 0x11f. Moving it to 0x140 worked fine > -- I learned to love the isapnp tools (it was a Linux system)! > > > When I tried 3.5.1 it was available for adjustment, and then it > > work fine when I set it to IRQ 10 and port 0x250. 4.3 thought > > it was 5 and 0x210 respectively > > Well, as long as the driver "downloads" its assumed configuration > into the card, *any* setup should work. Only when the driver > assumes one configuration, doesn't tell the card about it, but > still doesn't match the card's idea -- that's when things go > wrong. So it depends on what the driver tells the card in the > initialization phase. And whether communication via the > identification port 0x110 is possible and works. > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 8:46: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by hub.freebsd.org (Postfix) with ESMTP id F1B8C37B405 for ; Mon, 4 Jun 2001 08:46:01 -0700 (PDT) (envelope-from simon196405@bigfoot.com) Received: from simongdpyexe94 by smtp.hccnet.nl via uds51-33.dial.hccnet.nl [62.251.33.51] with SMTP for id RAA15792 (8.8.5/1.13); Mon, 4 Jun 2001 17:45:59 +0200 (MET DST) From: "Simon Siemonsma" To: Subject: what is nexus? Date: Mon, 4 Jun 2001 17:44:46 +0200 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) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 In the GENERIC kernel configuration file two there is a statement: at nexus? ............. Namely at the apm0 and np0) device. What does it mean? It seems like to get powermanagement working on my desktop I have to remove it from the: device apm0 line. Can anyone explain me, as I would like to understand why it works that way. Does this mean that the npx0 device isn't working properly either? Best Regards, Simon Siemonsma To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 9:25:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from globalrelay.com (h216-18-71-77.gtcust.grouptelecom.net [216.18.71.77]) by hub.freebsd.org (Postfix) with ESMTP id 8C98E37B401 for ; Mon, 4 Jun 2001 09:25:25 -0700 (PDT) (envelope-from lists@globalrelay.net) Received: from [10.2.0.6] (HELO hpvl4002) by globalrelay.com (CommuniGate Pro SMTP 3.4b7) with SMTP id 485324 for freebsd-stable@freebsd.org; Mon, 04 Jun 2001 09:25:26 -0700 Message-ID: <012201c0ed12$f93ef1a0$0600020a@frontend> From: "Eric Parusel" To: Subject: DECLARE_MODULE.9.gz - make installworld prob. Date: Mon, 4 Jun 2001 09:22:43 -0700 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.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 I was just doing a make installworld when I got this: ===> share/man/man9 install -c -o root -g wheel -m 444 DECLARE_MODULE.9.gz /usr/share/man/man9 install: DECLARE_MODULE.9.gz: No such file or directory *** Error code 71 FreeBSD x.globalrelay.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Fri Jun 1 18:21:28 PDT 2001 root@x.globalrelay.net:/usr/obj/usr/src/sys/CUSTOM i386 On this compile from Friday... I CVSuped minutes before the compile. Any ideas? Eric Parusel Systems Administrator Global Relay Communications To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 9:59:27 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 ABCCB37B403 for ; Mon, 4 Jun 2001 09:59:23 -0700 (PDT) (envelope-from olli@lurza.secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.9.3/8.9.3) id SAA23372; Mon, 4 Jun 2001 18:59:17 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Date: Mon, 4 Jun 2001 18:59:17 +0200 (CEST) Message-Id: <200106041659.SAA23372@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG Reply-To: freebsd-stable@FreeBSD.ORG Subject: /usr/bin/host doesn't work in jail ...? X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.1-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 Hi, # host ftp.freebsd.org ftp.freebsd.org is a nickname for ftp.beastie.tdk.net ftp.beastie.tdk.net has address 62.243.72.50 # jail / `hostname` /bin/sh # host ftp.freebsd.org Host not found, try again. # I'm at a loss right now. nslookup doesn't work either when used within a jail, but works fine outside. The IP number is OK. Everything seems to be OK. It's a FreeBSD 4.3. I ktraced /usr/bin/host both outside and inside the jail. The difference occurs when it tries to connect to a socket (after reading /etc/resolv.conf). This is the UDP socket to the nameserver, I guess. [...] 84730 host CALL socket(0x2,0x2,0) 84730 host RET socket 3 84730 host CALL connect(0x3,0x12087231c,0x10) 84730 host RET connect -1 errno 22 Invalid argument When outside of the jail, the connect() succeeds (RET 0). I even considered rebooting the box, just to see if that helps. Yes, I'm desperate. :-) Does anyone have a clue what's going on here? Oh by the way: When I enter the jail, the configuration of the lo0 interface gets deleted (and I can't bring it back within the jail): # ifconfig lo0 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 # jail / `hostname` /bin/sh # ifconfig lo0 lo0: flags=8049 mtu 16384 # ifconfig lo0 inet 127.0.0.1 netmask 0xff000000 ifconfig: ioctl (SIOCDIFADDR): permission denied # Is this expected behaviour, or is something wrong there? I don't think it has something to do with the /usr/bin/host problem, though, because host does still work fine outside of the jail if I delete the lo0 interface manually. 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 Mon Jun 4 11:10:34 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 1EF8037B409 for ; Mon, 4 Jun 2001 11:10:08 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f54IJYL01922; Mon, 4 Jun 2001 11:19:42 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200106041819.f54IJYL01922@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Simon Siemonsma" Cc: freebsd-stable@freebsd.org Subject: Re: what is nexus? In-reply-to: Your message of "Mon, 04 Jun 2001 17:44:46 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 Jun 2001 11:19:34 -0700 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 > In the GENERIC kernel configuration file two there is a statement: at nexus? > ............. > Namely at the apm0 and np0) device. What does it mean? It seems like to get > powermanagement working on my desktop I have to remove it from the: device > apm0 line. No, you have to remove the 'disable' keyword. 8) > Can anyone explain me, as I would like to understand why it works that way. The nexus is just the logical entity to which all devices are ultimately connected. Every device in the system has to attach to something; for devices that aren't really attached anywhere else, the nexus provides a convenient hook. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 11:42:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 7FFE737B403 for ; Mon, 4 Jun 2001 11:42:24 -0700 (PDT) (envelope-from evenson@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.0.227]) by mail1.panix.com (Postfix) with ESMTP id 711DB48740 for ; Mon, 4 Jun 2001 14:42:23 -0400 (EDT) Received: (from evenson@localhost) by panix2.panix.com (8.8.8/8.7.1/PanixN1.0) id OAA04386; Mon, 4 Jun 2001 14:42:23 -0400 (EDT) X-Authentication-Warning: panix2.panix.com: evenson set sender to evenson@panix.com using -f To: freebsd-stable@FreeBSD.ORG Subject: Re: poor performance with FreeBSD and Windows ICS References: <200106012000.f51K0RZ87585@earth.backplane.com> <049c01c0eaec$4a3c2150$0a01a8c0@den2> <20010602014946.A12761@student.uu.se> From: Mark Evenson Date: 04 Jun 2001 14:42:23 -0400 In-Reply-To: Erik Trulsson's message of "Sat, 2 Jun 2001 01:49:46 +0200" Message-ID: Lines: 22 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.7 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 Erik Trulsson writes: > On Sat, Jun 02, 2001 at 10:43:34AM +1200, Juha Saarinen wrote: > > :: I have a section in my 'tuning' man page though I don't > > :: explain the > > :: tcp window sizing stuff. Maybe I'll add that. > > > > That would be good... errr... which "tuning" man page is that, btw? > > > > The one you get if you type 'man 7 tuning' in a recent 4.3-stable > system presumably. (I think it was committed about a week ago.) > What a rockin' manpage this tuning(7)! Kudos to all involved! -- Mark Evenson "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 14:10:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id 2249737B405 for ; Mon, 4 Jun 2001 14:10:16 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id E063622B04; Mon, 4 Jun 2001 14:04:26 -0700 (PDT) Received: from beast.talarian.com (beast.talarian.com [10.4.10.6]) by moya.talarian.com (Postfix) with ESMTP id E061F102; Mon, 4 Jun 2001 14:10:14 -0700 (PDT) Received: from quack.kfu.com (localhost [127.0.0.1]) by beast.talarian.com (8.11.3/8.11.3) with ESMTP id f54LAE792925; Mon, 4 Jun 2001 14:10:14 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3B1BF936.5080700@quack.kfu.com> Date: Mon, 04 Jun 2001 14:10:14 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RELEASE i386; en-US; 0.8.1) Gecko/20010411 X-Accept-Language: en MIME-Version: 1.0 To: David Wolfskill Cc: freebsd-stable@freebsd.org Subject: Re: time_t definition is worng References: <200106012318.f51NI8w38590@bunrab.catwhisker.org> 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 David Wolfskill wrote: [...] > Ummm. With respect, I think the excerpt from "man 3 time" that reads: > > Upon successful completion, time() returns the value of time. Otherwise > a value of ((time_t) -1) is returned and the global variable errno is set > to indicate the error. ... And the only possible error concerns the argument. If the prototype for time was instead time_t time(void); or int time(time_t *); where the return value was strictly limited to 0 or -1 then even that wouldn't be a factor. But, of course, it's WAY too late to change that now. :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 14:48:15 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 5647A37B401 for ; Mon, 4 Jun 2001 14:48:11 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f54LlZL45124; Tue, 5 Jun 2001 09:47:35 +1200 (NZST) (envelope-from jonc) Date: Tue, 5 Jun 2001 09:47:35 +1200 From: Jonathan Chen To: Matt Dillon Cc: John Polstra , stable@FreeBSD.ORG, chad@DCFinc.com Subject: Re: Re[2]: time_t definition is worng Message-ID: <20010605094735.C40392@itouchnz.itouch> References: <200106012015.NAA17134@freeway.dcfinc.com> <200106012052.f51KqBT29871@vashon.polstra.com> <200106012149.f51LnI289480@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106012149.f51LnI289480@earth.backplane.com>; from dillon@earth.backplane.com on Fri, Jun 01, 2001 at 02:49:18PM -0700 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, Jun 01, 2001 at 02:49:18PM -0700, Matt Dillon wrote: > : > :No, time_t is and always has been 32 bits on all FreeBSD platforms. > : > :I agree with Matt that it would be nice if it were 64 bits at least on > :64-bit platforms. Unfortunately, practically speaking it's too late > :to make that change now. > : > :John > :-- > : John Polstra jdp@polstra.com > > Not being a user of the alpha port, I can't disagree. But if I were > I would consider fixing the alpha port now and get it over with > rather then later. time_t was one of the few things that transported > naturally to 64 bit platforms, and yet it still managed to get fracked > up in FreeBSD. This IA32 change from long to int only makes things > even MORE fracked up then they already were and is a huge mistake. > > Rather then further break the IA32 port, if consistency is a goal then > the alpha port should be fixed instead. When the FreeBSD-alpha port was being done, Satoshi (IIRC) suggested that time_t be made a long for the Alpha; which was a great idea to fix the Epoch-end bug, at least for 64-bit systems. After some discussion, this was not done 'cos Terry Lambert pointed out that the UFS filesystem code depended on a 32-bit time_t. I have no idea just how true this is today, but if it still is so, time_t has to be 32-bit until the UFS code is fixed. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 14:48:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id 3065B37B422 for ; Mon, 4 Jun 2001 14:48:51 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id A95A622B05 for ; Mon, 4 Jun 2001 14:43:02 -0700 (PDT) Received: from beast.talarian.com (beast.talarian.com [10.4.10.6]) by moya.talarian.com (Postfix) with ESMTP id E19CA102 for ; Mon, 4 Jun 2001 14:48:50 -0700 (PDT) Received: from quack.kfu.com (localhost [127.0.0.1]) by beast.talarian.com (8.11.3/8.11.3) with ESMTP id f54Lmo792989 for ; Mon, 4 Jun 2001 14:48:50 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3B1C0241.9020904@quack.kfu.com> Date: Mon, 04 Jun 2001 14:48:49 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RELEASE i386; en-US; 0.8.1) Gecko/20010411 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Chiming in on IPF 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 For me, the litmus test is whether or not the license meets the OSI definition (www.opensource.org//docs/definition.html). At issue are points 3 and 4. ----- 3. Derived Works The license must allow modifications and derived works, and must allow them to be distributed under the same terms as the license of the original software. 4. Integrity of The Author's Source Code The license may restrict source-code from being distributed in modified form only if the license allows the distribution of "patch files" with the source code for the purpose of modifying the program at build time. The license must explicitly permit distribution of software built from modified source code. The license may require derived works to carry a different name or version number from the original software. ----- My interpretation is that the most Darren could do to remain compliant with the OSD and still restrict the forking of IPF is to insist that derived works not be called IPF and insist that derived works be distributed in the form of the original IPF source and a bunch of patch files. In denying the right to fork IPF, the license violates clause 3, and therefore in my mind it is no longer 'open source'. I won't get into the issue of past licenses on IPF and how they may or may not differ or whether the change may or may not be enforceable. But I think using the OSD as a minimal test for a license's acceptability in general is not a bad idea. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 15: 0:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dataloss.net (massive.dataloss.net [212.189.232.193]) by hub.freebsd.org (Postfix) with SMTP id 2B3C337B403 for ; Mon, 4 Jun 2001 15:00:16 -0700 (PDT) (envelope-from peter@dataloss.net) Received: (qmail 60103 invoked by uid 1000); 4 Jun 2001 22:04:55 -0000 Date: Tue, 5 Jun 2001 00:04:55 +0200 From: Peter van Dijk To: freebsd-stable@FreeBSD.ORG Subject: Re: time_t definition is worng Message-ID: <20010605000454.X23133@dataloss.net> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20010601135122.A66182@sunbay.com> <20010601044526.A30739@xor.obsecurity.org> <200106011839.f51Idbj86306@earth.backplane.com> <3B180082.B315A682@lmc.ericsson.se> <20010603135747.B1343@iv.nn.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010603135747.B1343@iv.nn.kiev.ua>; from netch@iv.nn.kiev.ua on Sun, Jun 03, 2001 at 01:57:47PM +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 Sun, Jun 03, 2001 at 01:57:47PM +0300, Valentin Nechayev wrote: [snip] > FreeBSD staff will do such changes before 2020.;| (Are you sure > unix systems will exist yet another 20 years?) Yes, I am sure unix systems will exist in another 20 years. Greetz, Peter -- dataloss networks '/ignore-ance is bliss' - me 'Het leven is een stuiterbal, maar de mijne plakt aan t plafond!' - me To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 17:53:58 2001 Delivered-To: freebsd-stable@freebsd.org Received: from drugs.dv.isc.org (drugs.dv.isc.org [130.155.191.236]) by hub.freebsd.org (Postfix) with ESMTP id F2F8237B403 for ; Mon, 4 Jun 2001 17:53:52 -0700 (PDT) (envelope-from marka@nominum.com) Received: from nominum.com (localhost.dv.isc.org [127.0.0.1]) by drugs.dv.isc.org (8.11.3/8.11.2) with ESMTP id f550nMv72296; Tue, 5 Jun 2001 10:49:26 +1000 (EST) (envelope-from marka@nominum.com) Message-Id: <200106050049.f550nMv72296@drugs.dv.isc.org> To: Peter van Dijk Cc: freebsd-stable@FreeBSD.ORG From: Mark.Andrews@nominum.com Subject: Re: time_t definition is worng In-reply-to: Your message of "Tue, 05 Jun 2001 00:04:55 +0200." <20010605000454.X23133@dataloss.net> Date: Tue, 05 Jun 2001 10:49:22 +1000 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 fix for the epoch problem is to have time64() or similar. time_t is badly defined. It should be allowed to die. As a developer I have to kludge around the 2038 problem today. You want to know what make Y2K a problem. People who were to short sighted to see the problem early and correct it early. 2038 in much bigger than Y2K. The sooner there is a solution to 2038 the better. Mark > On Sun, Jun 03, 2001 at 01:57:47PM +0300, Valentin Nechayev wrote: > [snip] > > FreeBSD staff will do such changes before 2020.;| (Are you sure > > unix systems will exist yet another 20 years?) > > Yes, I am sure unix systems will exist in another 20 years. > > Greetz, Peter > -- > dataloss networks > '/ignore-ance is bliss' - me > 'Het leven is een stuiterbal, maar de mijne plakt aan t plafond!' - me > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Mark Andrews, Nominum Inc. 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@nominum.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 18:10:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id 6D47337B401 for ; Mon, 4 Jun 2001 18:10:29 -0700 (PDT) (envelope-from bsddiy@163.net) Received: from William ([192.168.1.98]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id JAA02300; Tue, 5 Jun 2001 09:05:36 +0800 Date: Tue, 5 Jun 2001 09:15:20 +0800 From: David Xu X-Mailer: The Bat! (v1.48f) Personal Reply-To: bsddiy@163.net Organization: Viasoft X-Priority: 3 (Normal) Message-ID: <83608845.20010605091520@163.net> To: Jonathan Chen Cc: Matt Dillon , John Polstra , stable@FreeBSD.ORG, Subject: Re[4]: time_t definition is worng In-reply-To: <20010605094735.C40392@itouchnz.itouch> References: <200106012015.NAA17134@freeway.dcfinc.com> <200106012052.f51KqBT29871@vashon.polstra.com> <200106012149.f51LnI289480@earth.backplane.com> <20010605094735.C40392@itouchnz.itouch> 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 Hello Jonathan, Tuesday, June 05, 2001, 5:47:35 AM, you wrote: JC> On Fri, Jun 01, 2001 at 02:49:18PM -0700, Matt Dillon wrote: >> : >> :No, time_t is and always has been 32 bits on all FreeBSD platforms. >> : >> :I agree with Matt that it would be nice if it were 64 bits at least on >> :64-bit platforms. Unfortunately, practically speaking it's too late >> :to make that change now. >> : >> :John >> :-- >> : John Polstra jdp@polstra.com >> >> Not being a user of the alpha port, I can't disagree. But if I were >> I would consider fixing the alpha port now and get it over with >> rather then later. time_t was one of the few things that transported >> naturally to 64 bit platforms, and yet it still managed to get fracked >> up in FreeBSD. This IA32 change from long to int only makes things >> even MORE fracked up then they already were and is a huge mistake. >> >> Rather then further break the IA32 port, if consistency is a goal then >> the alpha port should be fixed instead. JC> When the FreeBSD-alpha port was being done, Satoshi (IIRC) suggested JC> that time_t be made a long for the Alpha; which was a great idea to fix JC> the Epoch-end bug, at least for 64-bit systems. After some discussion, JC> this was not done 'cos Terry Lambert pointed out that the UFS filesystem JC> code depended on a 32-bit time_t. JC> I have no idea just how true this is today, but if it still is so, time_t JC> has to be 32-bit until the UFS code is fixed. JC> Cheers. how about userland time_t becomes 64bits and kernel UFS still has 32bits time_t? this is safe until year beyonds 2038. I believe UFS 32bits time_t will be fixed before 2038 :). this way we needn't applications be recompiled when UFS 32bits time_t changed to 64bits. -- David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 19:17:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 3D73C37B403 for ; Mon, 4 Jun 2001 19:17:12 -0700 (PDT) (envelope-from Gerhard.Sittig@gmx.net) Received: (qmail 22012 invoked by uid 0); 5 Jun 2001 02:15:28 -0000 Received: from pd950884d.dip.t-dialin.net (HELO speedy.gsinet) (217.80.136.77) by mail.gmx.net (mp004-rz3) with SMTP; 5 Jun 2001 02:15:28 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id AAA15724 for freebsd-stable@FreeBSD.ORG; Tue, 5 Jun 2001 00:41:00 +0200 Date: Tue, 5 Jun 2001 00:41:00 +0200 From: Gerhard Sittig To: freebsd-stable@FreeBSD.ORG Subject: Re: /usr/bin/host doesn't work in jail ...? Message-ID: <20010605004100.B253@speedy.gsinet> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <200106041659.SAA23372@lurza.secnetix.de> <20010604224217.A253@speedy.gsinet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010604224217.A253@speedy.gsinet>; from Gerhard.Sittig@gmx.net on Mon, Jun 04, 2001 at 10:42:17PM +0200 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 Mon, Jun 04, 2001 at 22:42 +0200, Gerhard Sittig wrote: > > Back in last October it was working (I used the host(1) command > in PR ports/22316 to determine if we're jailed). Umm, here I was writing quicker than I was able to think. :) Of course I used "ps | grep J" to see if we're jailed and "host" to determine which interface address the jail was assigned to. Just to clear this up ... To return to your (Oliver's) original problem: Are you trying to point to "nameserver 127.0.0.1" in your jail's resolv.conf? This would be a reason to fail. 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 Jun 4 19:17:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 9543A37B405 for ; Mon, 4 Jun 2001 19:17:12 -0700 (PDT) (envelope-from Gerhard.Sittig@gmx.net) Received: (qmail 22019 invoked by uid 0); 5 Jun 2001 02:15:28 -0000 Received: from pd950884d.dip.t-dialin.net (HELO speedy.gsinet) (217.80.136.77) by mail.gmx.net (mp004-rz3) with SMTP; 5 Jun 2001 02:15:28 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id WAA15647 for freebsd-stable@FreeBSD.ORG; Mon, 4 Jun 2001 22:42:17 +0200 Date: Mon, 4 Jun 2001 22:42:17 +0200 From: Gerhard Sittig To: freebsd-stable@FreeBSD.ORG Subject: Re: /usr/bin/host doesn't work in jail ...? Message-ID: <20010604224217.A253@speedy.gsinet> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <200106041659.SAA23372@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200106041659.SAA23372@lurza.secnetix.de>; from olli@secnetix.de on Mon, Jun 04, 2001 at 06:59:17PM +0200 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 Mon, Jun 04, 2001 at 18:59 +0200, Oliver Fromme wrote: > > [ host(1) itself works, but hot inside jails ] > > I'm at a loss right now. nslookup doesn't work either when > used within a jail, but works fine outside. The IP number is > OK. Everything seems to be OK. It's a FreeBSD 4.3. Is this 4.3-RELEASE? Back in last October it was working (I used the host(1) command in PR ports/22316 to determine if we're jailed). Checking once more (FreeBSD 4.3-STABLE, sources cvsupped 2001-05-31 03:00 CEST from cvsup.de.freebsd.org) everything is still fine: shell$ ps ww$$ PID TT STAT TIME COMMAND 12007 p1 SsJ 0:00.13 /usr/local/bin/bash shell$ host ns.gsinet.sittig.org ns.gsinet.sittig.org has address 192.168.11.150 shell$ uname -a FreeBSD shell.gsinet.sittig.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Sun Jun 3 12:01:49 CEST 2001 root@dura.gsinet.sittig.org:/usr/obj/usr/src/sys/DURA i386 Since nslookup(1) doesn't work either I assume the problem spot is somewhere else. Things I would check: - do you have a NIC in this machine? - do you use an ifconfig alias for the jail? - does *any* UDP communication work from inside the jail (to itself and outside)? Can you play with /usr/ports/net/netcat? jail$ echo OHYES | nc -l -u -p 8080 jail$ echo HELLO | nc -w 1 -u $IP 8080 host$ echo HELLO | nc -w 1 -u $IP 8080 - do you have a packet filter in the way? (but this would result in "operation timed out" or "connection refused" and doesn't seem to apply here) > I ktraced /usr/bin/host both outside and inside the jail. > The difference occurs when it tries to connect to a socket > (after reading /etc/resolv.conf). This is the UDP socket > to the nameserver, I guess. > > [...] > 84730 host CALL socket(0x2,0x2,0) > 84730 host RET socket 3 > 84730 host CALL connect(0x3,0x12087231c,0x10) > 84730 host RET connect -1 errno 22 Invalid argument > > When outside of the jail, the connect() succeeds (RET 0). > I even considered rebooting the box, just to see if that > helps. Yes, I'm desperate. :-) Can you dump the calling parameters? Does ktrace(1) provide this information? The second parameter to connect(2) is the address to connect to, the third the size of this address description. I can only see a reason for the failure in the address structure since the socket handle is valid (returned from socket(2) just a few microseconds before) and the length is reasonable for IPv4. BTW: Wasn't there a bug in the gnats database about processes failing (forgetting) to bind(2) their sockets to an address? Search the PRs for "jail" to see if it's been fixed since. Oh, and check you sysctl's -- especially those to influence jail's behaviour: dura# sysctl -a | grep jail jail.set_hostname_allowed: 0 jail.socket_unixiproute_only: 1 jail.sysvipc_allowed: 0 Although when things work with this restrictive setup, they should always work. Hmmm ... You did configure your jail's /etc area, didn't you? Is your jail's /etc/resolv.conf the same as the surrounding host's one? > Oh by the way: When I enter the jail, the configuration of > the lo0 interface gets deleted (and I can't bring it back > within the jail): That's one of the design goals of a jail: to provide resources for manipulation only when they are available for the jailed process group exclusively -- i.e. when it's shared it's harder to change so you cannot mess your neighbours easily. :) That's why I ask above for the NIC and an alias you assigned to the jail. Check your `ifconfig` output (with _no_ parameters to see *all* the jail's interfaces). And yes, this very IP number you pass to the jail(8) command is further given to the jail(2) call and is the _only_ address you can use in this process group to send from as well as to set up daemons on. That's about the only drawback of jail(2)'s current status when you think of virtual server farms. But the problem is not simple to solve, Robert Watson sent an article discussing this topic lately. You have to stick with one IP and use hostname based virtual server distinction mechanisms. Date: Tue, 8 May 2001 23:54:04 -0400 (EDT) From: Robert Watson To: Dave Whitaker Cc: freebsd-security@freebsd.org Subject: Re: Jails and FreeBSD4.3 Message-ID: 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 Jun 4 19:23:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id 7460137B405 for ; Mon, 4 Jun 2001 19:23:30 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.131]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010605022328.LMUV29100.mtiwmhc22.worldnet.att.net@worldnet.att.net> for ; Tue, 5 Jun 2001 02:23:28 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 4E8931943F; Mon, 4 Jun 2001 22:26:52 -0400 (EDT) Date: Mon, 4 Jun 2001 22:26:51 -0400 From: parv To: FreeBSD-STABLE Subject: Re: XFree86-4.1 appears to be broken Message-ID: <20010604222651.A9057@moo.holy.cow> Mail-Followup-To: FreeBSD-STABLE References: <20010604065030.A20441@johncoop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010604065030.A20441@johncoop>; from jmcoopr@webmail.bmi.net on Mon, Jun 04, 2001 at 06:50:30AM -0700 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 so, John Merryweather Cooper shared this in my lifetime... > I attempted to build XFree86-4.1, but all is not well. There appears to > be a linkage error somehow. > > The "tail" of my build revealing the error is: > > making all in fonts/scaled/Type1... > LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/mkfontdir . > LD_LIBRARY_PATH=../../../exports/lib > XFT_CONFIG=../../../lib/Xft/XftConfig ../../../exports/bin/xftcache . > /usr/libexec/ld-elf.so.1: ../../../exports/bin/xftcache: Undefined > symbol "XftDirSave" > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4/work/xc/fonts/scaled/Type1. > *** Error code 1 ... > jmc > short answer, john, is, for me, the fresh cvs tree of XFree installed w/o a single problem, which identified (in make logs) as 4.0.99.9* ... good enough for me... ...and now the whole story... something weird happened to me this morning... for some reason i blasted away my XFree86 4.0.3 version + assorted programs. after that i installed 4.0.3 from ../x11-servers/XFree86-4-Server from the ports ... which installed itself along w/ -liabraries. but when i try to compile any X(11) related, couldn't. i say "okay. lets untar old cvs tree of XFree (4.0.3) & cvsup it and everything will be fine". guess what? yup problems building XFree. well, i deleted the cvsup'd version and got the fresh cvs version ... after which X* made & installed itself w/o a hitch. in turn, no problem compiling any [Xx]* related programs ... except xv-3.10a* (it's dying around 'rman'; iirc, it happened earlier too when i last installed it; seems like i will have to search the reason & solution for symptom/cause again.) i must mention that after XFree86 3.3.* didn't like my at-the-time-new ati rage 128 mobility card, i _had_ to get the cvs tree which was 4.0.3; so this time installing from XFree86 cvs tree, for me, was as simple as instaliing a port from /usr/ports... your perception may vary... - parv -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 20: 8:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from flounder.jimking.net (flounder.jimking.net [209.205.176.18]) by hub.freebsd.org (Postfix) with ESMTP id 8A8E637B403 for ; Mon, 4 Jun 2001 20:08:40 -0700 (PDT) (envelope-from jim@jimking.net) Received: from bluto.jimking.net (root@bluto.jimking.net [216.54.255.8]) by flounder.jimking.net (8.11.3/8.11.2) with ESMTP id f5538b134805 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified FAIL) for ; Mon, 4 Jun 2001 22:08:38 -0500 (CDT) (envelope-from jim@jimking.net) Received: from marble (marble.lgc.com [134.132.228.4]) by bluto.jimking.net (8.11.3/8.11.1) with SMTP id f5538ZH34467 for ; Mon, 4 Jun 2001 22:08:36 -0500 (CDT) (envelope-from jim@jimking.net) Message-ID: <011b01c0ed6c$d01b8810$980b8486@marble> From: "Jim King" To: Subject: netgraph bridge and Aironet Date: Mon, 4 Jun 2001 22:08:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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 Should netgraph bridging work with Cisco Aironet NICs which use an(4)? It seems to work bridging an Intel (fxp) and a DEC (de), but trying to bridge an Intel and an Aironet doesn't seem to work - the remote node on the Aironet side is able to get a DHCP lease across the bridge, but nothing after that works. I can see packets coming into the Aironet with tcpdump, but I don't see them going out on the Intel side. I'm using ether.bridge from /usr/share/examples/netgraph, with BRIDGE_IFACES="an0 fxp0" and LOCAL_IFACE="fxp0" to get setup the bridge. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 20: 9:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from core.usrlib.org (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id AAB6937B403 for ; Mon, 4 Jun 2001 20:09:56 -0700 (PDT) (envelope-from ajh3@core.usrlib.org) Received: by core.usrlib.org (Postfix, from userid 1001) id 40F8AA859; Mon, 4 Jun 2001 22:08:45 -0500 (CDT) Date: Mon, 4 Jun 2001 22:08:45 -0500 From: Andrew Hesford To: FreeBSD-STABLE Subject: Re: XFree86-4.1 appears to be broken Message-ID: <20010604220845.A11444@core.usrlib.org> References: <20010604065030.A20441@johncoop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010604065030.A20441@johncoop>; from jmcoopr@webmail.bmi.net on Mon, Jun 04, 2001 at 06:50:30AM -0700 X-Loop: Andrew Hesford 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, Jun 04, 2001 at 06:50:30AM -0700, John Merryweather Cooper wrote: > I attempted to build XFree86-4.1, but all is not well. There appears to > be a linkage error somehow. > > The "tail" of my build revealing the error is: > > making all in fonts/scaled/Type1... > LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/mkfontdir . > LD_LIBRARY_PATH=../../../exports/lib > XFT_CONFIG=../../../lib/Xft/XftConfig ../../../exports/bin/xftcache . > /usr/libexec/ld-elf.so.1: ../../../exports/bin/xftcache: Undefined > symbol "XftDirSave" > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4/work/xc/fonts/scaled/Type1. > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4/work/xc/fonts/scaled. > *** Error code 1 [ ... ] > jmc You will notice this is a problem with the fonts. Just say "No" to building fonts, and it ought to be okay. Even when it asks you to build fonts, it says you should only build them once. You will have fonts from earlier versions of XFree86. I've encountered the same problem, and am rebuilding without the fonts... watch me be wrong. -- Andrew Hesford ajh3@usrlib.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 20:18:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 43E4337B405 for ; Mon, 4 Jun 2001 20:18:32 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V6.0-24 #45575) with ESMTP id <0GEF00NDJT6V9M@jaguar.ir.miami.edu> for freebsd-stable@freebsd.org; Mon, 04 Jun 2001 23:18:31 -0400 (EDT) Date: Mon, 04 Jun 2001 23:18:31 -0400 (EDT) From: Joe Clarke Subject: Re: netgraph bridge and Aironet In-reply-to: <011b01c0ed6c$d01b8810$980b8486@marble> X-X-Sender: To: Jim King Cc: freebsd-stable@freebsd.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 From the bridge(4) manpage: Interfaces that cannot be put into promiscuous mode or that don't support sending packets with arbitrary Ethernet source addresses are not compatible with bridging. I do not believe FreeBSD is able to place the Aironet cards into promiscuous mode. Therefore, bridging will not work. Joe Clarke On Mon, 4 Jun 2001, Jim King wrote: > Should netgraph bridging work with Cisco Aironet NICs which use an(4)? It > seems to work bridging an Intel (fxp) and a DEC (de), but trying to bridge > an Intel and an Aironet doesn't seem to work - the remote node on the > Aironet side is able to get a DHCP lease across the bridge, but nothing > after that works. I can see packets coming into the Aironet with tcpdump, > but I don't see them going out on the Intel side. > > I'm using ether.bridge from /usr/share/examples/netgraph, with > BRIDGE_IFACES="an0 fxp0" and LOCAL_IFACE="fxp0" to get setup the bridge. > > Jim > > > > 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 Jun 4 20:18:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.24.11]) by hub.freebsd.org (Postfix) with ESMTP id 8B0D937B403 for ; Mon, 4 Jun 2001 20:18:49 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-2.cisco.com (8.11.3/8.9.1) with ESMTP id f553IpU23324; Mon, 4 Jun 2001 20:18:51 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.3) id f553IlT08717; Mon, 4 Jun 2001 20:18:47 -0700 (PDT) (envelope-from bmah) Message-Id: <200106050318.f553IlT08717@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 To: "Jim King" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: netgraph bridge and Aironet In-Reply-To: <011b01c0ed6c$d01b8810$980b8486@marble> References: <011b01c0ed6c$d01b8810$980b8486@marble> Comments: In-reply-to "Jim King" message dated "Mon, 04 Jun 2001 22:08:35 -0500." 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_-1387844959P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 04 Jun 2001 20:18:47 -0700 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_-1387844959P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Jim King" wrote: > Should netgraph bridging work with Cisco Aironet NICs which use an(4)? It > seems to work bridging an Intel (fxp) and a DEC (de), but trying to bridge > an Intel and an Aironet doesn't seem to work - the remote node on the > Aironet side is able to get a DHCP lease across the bridge, but nothing > after that works. I can see packets coming into the Aironet with tcpdump, > but I don't see them going out on the Intel side. > > I'm using ether.bridge from /usr/share/examples/netgraph, with > BRIDGE_IFACES="an0 fxp0" and LOCAL_IFACE="fxp0" to get setup the bridge. What version of FreeBSD? There were some fixes made to the an(4) driver shortly after 4.3-RELEASE; one of them deals with having the interface in promiscuous mode, which *might* be related. Bruce. --==_Exmh_-1387844959P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7HE+X2MoxcVugUsMRAm0WAJ9Vrws4Ef8NEXejB9qudzD7mQy53wCghOFl TW49T+UD5sFN7+vM5pMmiak= =gzRC -----END PGP SIGNATURE----- --==_Exmh_-1387844959P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 20:35:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6992A37B401 for ; Mon, 4 Jun 2001 20:35:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f553ZoE28831; Mon, 4 Jun 2001 21:35:51 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200106050335.f553ZoE28831@harmony.village.org> To: "John Andersson" Subject: Re: Lucent IRQ mode problem Cc: stable@FreeBSD.ORG In-reply-to: Your message of "Thu, 17 May 2001 11:41:09 +0200." <01c801c0deb5$808cc590$0fad2fc2@te31002> References: <01c801c0deb5$808cc590$0fad2fc2@te31002> Date: Mon, 04 Jun 2001 21:35:50 -0600 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 <01c801c0deb5$808cc590$0fad2fc2@te31002> "John Andersson" writes: : I have looked around on the net and found others with similar problems, : most of the time does it seems to be some kind of IRQ conflict. I have : tried lots of different IRQ on my computer, change the BIOS config to : set the IRQ for the adapter and Lucent card to Legacy ISA (instead of : PCI) and made sure that no other card have the same IRQ. Nothing seems : to fix the problem. : : I have heard from someone else that had similar problem for Linux and : they could fix it by changing "irqmode" to 0... Possibly has this : something to do with different IRQ modes for PCI, ISA, and pccards. I : have not found any similar option in FreeBSD, does it exists such an : option somewhere or does it exists some other solution? Run current. I just committed support for PCI cards. coming soon to -stable. Lots of stuff to backport to get it working. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 20:41: 8 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 1233437B403 for ; Mon, 4 Jun 2001 20:41:06 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f553ee308674; Mon, 4 Jun 2001 20:40:40 -0700 Date: Mon, 4 Jun 2001 20:40:40 -0700 From: Brooks Davis To: Joe Clarke Cc: Jim King , freebsd-stable@FreeBSD.ORG Subject: Re: netgraph bridge and Aironet Message-ID: <20010604204040.A8438@Odin.AC.HMC.Edu> References: <011b01c0ed6c$d01b8810$980b8486@marble> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from marcus@miami.edu on Mon, Jun 04, 2001 at 11:18:31PM -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 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 04, 2001 at 11:18:31PM -0400, Joe Clarke wrote: > >From the bridge(4) manpage: >=20 > Interfaces that cannot be put into promiscuous mode or that don't > support sending packets with arbitrary Ethernet source addresses are not > compatible with bridging. >=20 > I do not believe FreeBSD is able to place the Aironet cards into > promiscuous mode. Therefore, bridging will not work. IIRC, that's been fixed, but you can't send packets with another MAC address.you can't send packets with another MAC address.you can't send packets with another MAC address.you can't send packets with another MAC address. -- 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 --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7HFS3XY6L6fI4GtQRAlkOAJwLtaAxywxGIdXtih1hFjywYm5OoACfZP/q 8AN9MoZ76PwahVc4m33LuKw= =+U+7 -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 20:45:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from flounder.jimking.net (flounder.jimking.net [209.205.176.18]) by hub.freebsd.org (Postfix) with ESMTP id ACFF737B407; Mon, 4 Jun 2001 20:45:49 -0700 (PDT) (envelope-from jim@jimking.net) Received: from bluto.jimking.net (root@bluto.jimking.net [216.54.255.8]) by flounder.jimking.net (8.11.3/8.11.2) with ESMTP id f553jk135147 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified FAIL); Mon, 4 Jun 2001 22:45:48 -0500 (CDT) (envelope-from jim@jimking.net) Received: from marble (marble.lgc.com [134.132.228.4]) by bluto.jimking.net (8.11.3/8.11.1) with SMTP id f553jkH34710; Mon, 4 Jun 2001 22:45:46 -0500 (CDT) (envelope-from jim@jimking.net) Message-ID: <012a01c0ed72$00fb2e90$980b8486@marble> From: "Jim King" To: Cc: References: <011b01c0ed6c$d01b8810$980b8486@marble> <200106050318.f553IlT08717@bmah-freebsd-0.cisco.com> Subject: Re: netgraph bridge and Aironet Date: Mon, 4 Jun 2001 22:45:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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 "Bruce A. Mah" wrote: >If memory serves me right, "Jim King" wrote: >> Should netgraph bridging work with Cisco Aironet NICs which use an(4)? It >> seems to work bridging an Intel (fxp) and a DEC (de), but trying to bridge >> an Intel and an Aironet doesn't seem to work - the remote node on the >> Aironet side is able to get a DHCP lease across the bridge, but nothing >> after that works. I can see packets coming into the Aironet with tcpdump, >> but I don't see them going out on the Intel side. >> >> I'm using ether.bridge from /usr/share/examples/netgraph, with >> BRIDGE_IFACES="an0 fxp0" and LOCAL_IFACE="fxp0" to get setup the bridge. > >What version of FreeBSD? There were some fixes made to the an(4) driver >shortly after 4.3-RELEASE; one of them deals with having the interface >in promiscuous mode, which *might* be related. 4.3-stable as of a couple days ago. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 20:49:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from flounder.jimking.net (flounder.jimking.net [209.205.176.18]) by hub.freebsd.org (Postfix) with ESMTP id D126B37B401 for ; Mon, 4 Jun 2001 20:49:14 -0700 (PDT) (envelope-from jim@jimking.net) Received: from bluto.jimking.net (root@bluto.jimking.net [216.54.255.8]) by flounder.jimking.net (8.11.3/8.11.2) with ESMTP id f553nC135172 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified FAIL); Mon, 4 Jun 2001 22:49:14 -0500 (CDT) (envelope-from jim@jimking.net) Received: from marble (marble.lgc.com [134.132.228.4]) by bluto.jimking.net (8.11.3/8.11.1) with SMTP id f553nBH34734; Mon, 4 Jun 2001 22:49:12 -0500 (CDT) (envelope-from jim@jimking.net) Message-ID: <013401c0ed72$7bd623e0$980b8486@marble> From: "Jim King" To: "Brooks Davis" , "Joe Clarke" Cc: References: <011b01c0ed6c$d01b8810$980b8486@marble> <20010604204040.A8438@Odin.AC.HMC.Edu> Subject: Re: netgraph bridge and Aironet Date: Mon, 4 Jun 2001 22:49:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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 "Brooks Davis" wrote: >On Mon, Jun 04, 2001 at 11:18:31PM -0400, Joe Clarke wrote: >> >From the bridge(4) manpage: >> >> Interfaces that cannot be put into promiscuous mode or that don't >> support sending packets with arbitrary Ethernet source addresses are not >> compatible with bridging. >> >> I do not believe FreeBSD is able to place the Aironet cards into >> promiscuous mode. Therefore, bridging will not work. > >IIRC, that's been fixed, but you can't send packets with another MAC >address. Not being able to send packets with another MAC address could explain what I've been seeing. I'll take another look. (For the record, I'm using netgraph bridging, not bridge(4), but I'd guess the promiscous mode comment still applies.) Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 20:57:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id B48BE37B405 for ; Mon, 4 Jun 2001 20:57:14 -0700 (PDT) (envelope-from veldy@veldy.net) Received: by veldy.net (Postfix, from userid 1000) id 92458BAAD; Mon, 4 Jun 2001 22:57:11 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 7B711BAAB for ; Mon, 4 Jun 2001 22:57:11 -0500 (CDT) Date: Mon, 4 Jun 2001 22:57:11 -0500 (CDT) From: "Thomas T. Veldhouse" To: Subject: UDMA mode on ATAPI CDROM? 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 How do I set my ATAPI CDROM to UDMA mode these days? First it was a kernel option, then it was an option in /boot/loader.conf, now I can not find the option at all. I recall mention of a atactl, but there does not appear to be such a thing in stable. Can anybody enlighten me on this puzzling change? Thanks in advance, Tom Veldhouse veldy@veldy.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 21: 7:23 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 0EFEF37B401 for ; Mon, 4 Jun 2001 21:07:21 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f5547Eb11102; Mon, 4 Jun 2001 21:07:14 -0700 Date: Mon, 4 Jun 2001 21:07:14 -0700 From: Brooks Davis To: "Thomas T. Veldhouse" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: UDMA mode on ATAPI CDROM? Message-ID: <20010604210714.B9874@Odin.AC.HMC.Edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from veldy@veldy.net on Mon, Jun 04, 2001 at 10:57:11PM -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 --V0207lvV8h4k8FAm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 04, 2001 at 10:57:11PM -0500, Thomas T. Veldhouse wrote: > How do I set my ATAPI CDROM to UDMA mode these days? First it was a > kernel option, then it was an option in /boot/loader.conf, now I can not > find the option at all. I recall mention of a atactl, but there does not > appear to be such a thing in stable. Can anybody enlighten me on this > puzzling change? Add the following to /boot/loader.conf hw.ata.atapi_dma=3D1 atactl has not been merged yet. -- 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 --V0207lvV8h4k8FAm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7HFrxXY6L6fI4GtQRApD5AKCb1KR/t9+LPZSoJ7SYAWZRvOr1DQCg4OVD xVRrPmxryRz/EyHRKbqnps8= =syYf -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 21:13:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vimfuego.saarinen.org (saarinen.org [203.79.82.14]) by hub.freebsd.org (Postfix) with ESMTP id 4404B37B403 for ; Mon, 4 Jun 2001 21:13:09 -0700 (PDT) (envelope-from juha@saarinen.org) Received: from [192.168.1.10] (helo=den2) by vimfuego.saarinen.org with esmtp (Exim 3.22 #1 (Red Hack)) id 1578DF-0003vO-00; Tue, 05 Jun 2001 16:13:01 +1200 From: "Juha Saarinen" To: "'Thomas T. Veldhouse'" , Subject: RE: UDMA mode on ATAPI CDROM? Date: Tue, 5 Jun 2001 16:12:29 +1200 Message-ID: <005f01c0ed75$bcde3690$0a01a8c0@den2> 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.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: 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 :: How do I set my ATAPI CDROM to UDMA mode these days? Can your CD ROM drive do UDMA? It probably will, if it's a newer model, but older ones are PIO only. -- Juha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 21:31:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id E6FD437B403 for ; Mon, 4 Jun 2001 21:31:04 -0700 (PDT) (envelope-from bsddiy@163.net) Received: from William ([192.168.1.98]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id MAA03729 for ; Tue, 5 Jun 2001 12:30:23 +0800 Date: Tue, 5 Jun 2001 12:40:09 +0800 From: David Xu X-Mailer: The Bat! (v1.48f) Personal Reply-To: bsddiy@163.net Organization: Viasoft X-Priority: 3 (Normal) Message-ID: <15812897545.20010605124009@163.net> To: freebsd-stable@FreeBSD.ORG Subject: Re[2]: UDMA mode on ATAPI CDROM? In-reply-To: <20010604210714.B9874@Odin.AC.HMC.Edu> References: <20010604210714.B9874@Odin.AC.HMC.Edu> 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 Hello Brooks, Tuesday, June 05, 2001, 12:07:14 PM, you wrote: BD> On Mon, Jun 04, 2001 at 10:57:11PM -0500, Thomas T. Veldhouse wrote: >> How do I set my ATAPI CDROM to UDMA mode these days? First it was a >> kernel option, then it was an option in /boot/loader.conf, now I can not >> find the option at all. I recall mention of a atactl, but there does not >> appear to be such a thing in stable. Can anybody enlighten me on this >> puzzling change? BD> Add the following to /boot/loader.conf BD> hw.ata.atapi_dma=1 BD> atactl has not been merged yet. ^^^^^^ Its called atacontrol. besides there are camcontrol, comcontrol, spppcontrol and wicontrol, but all are not derived from sysctl naming scheme which is sys+ctl naming. I'd like: sysctl atactl camctl comctl spppctl wictl all suffixes are ctl. -- David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 21:41:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id 6ED1E37B401 for ; Mon, 4 Jun 2001 21:41:09 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from zoraida.reyes.somos.net (zoraida.reyes.somos.net [192.168.10.6]) by sanson.reyes.somos.net (8.9.3/8.9.3) with ESMTP id AAA23542; Tue, 5 Jun 2001 00:41:14 -0400 (EDT) (envelope-from fran@reyes.somos.net) Date: Tue, 5 Jun 2001 00:44:07 -0400 (EDT) From: Francisco Reyes To: Brooks Davis Cc: "Thomas T. Veldhouse" , Subject: Re: UDMA mode on ATAPI CDROM? In-Reply-To: <20010604210714.B9874@Odin.AC.HMC.Edu> 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, 4 Jun 2001, Brooks Davis wrote: > On Mon, Jun 04, 2001 at 10:57:11PM -0500, Thomas T. Veldhouse wrote: > > How do I set my ATAPI CDROM to UDMA mode these days? First it was a > > Add the following to /boot/loader.conf > > hw.ata.atapi_dma=1 > atactl has not been merged yet. > -- Brooks I was reading your message above. Other than a reboot how can I read these new settings? Tried using "sysctl -w", but it reported: sysctl: oid 'hw.ata.atapi_dma' is read only To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 21:52:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by hub.freebsd.org (Postfix) with ESMTP id 5E72637B403 for ; Mon, 4 Jun 2001 21:52:43 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.11.3/8.11.3) with ESMTP id f554qfI23755 for ; Tue, 5 Jun 2001 10:52:41 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.11.3/8.11.3) id f554qfW00736 for freebsd-stable@freebsd.org; Tue, 5 Jun 2001 10:52:41 +0600 (YEKST) (envelope-from serg) Date: Tue, 5 Jun 2001 10:52:40 +0600 From: "Sergey N. Voronkov" To: freebsd-stable@freebsd.org Subject: Strange boot message - "no devsw (majdev=0 bootdev=0xa0400000)" Message-ID: <20010605105240.A653@sv.tech.sibitex.tmn.ru> 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, stable people! Yesterday I'v upgraded my STABLE box from 29-05-2001 to 04-05-2001. Also, I removed BeOS bootmanager and replaced it with FreeBSD one. (Finaly finish my games with this nice but little unuseful OS, so remove it. Sorry, BeOS funs :-( ). After upgrade I'v found starange message: Jun 4 17:49:32 sv /kernel: FreeBSD 4.3-STABLE #1: Mon Jun 4 17:28:13 YEKST 2001 [skip] Jun 4 17:49:32 sv /kernel: ad0: 14659MB [29785/16/63] at ata0-master UDMA66 Jun 4 17:49:32 sv /kernel: acd0: CDROM at ata1-master using PIO4 Jun 4 17:49:32 sv /kernel: no devsw (majdev=0 bootdev=0xa0400000) ^^^^^^^^^ Jun 4 17:49:32 sv /kernel: Mounting root from ufs:/dev/ad0s3a What is it related? Do I have some bootblocks misconfiguration or is it related to last sys/dev/ata-disk.[ch] & sys/kern/subr_disk.c changes? I have a little troubles determining this by myself - to much code, but bootdev variable looks a little strange for me... Serg. P.S.: boot0cfg -Bv -s 3 /dev/ad0; disklabel -B ad0s3 -- already done without any success. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 22: 3:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from epsilon.lucida.ca (epsilon.lucida.ca [209.47.215.67]) by hub.freebsd.org (Postfix) with SMTP id 5334437B405 for ; Mon, 4 Jun 2001 22:03:37 -0700 (PDT) (envelope-from matt@LUCIDA.CA) Received: (qmail 43320 invoked by uid 1000); 5 Jun 2001 05:03:36 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Jun 2001 05:03:36 -0000 Date: Tue, 5 Jun 2001 01:03:33 -0400 (EDT) From: Matt Heckaman To: Andrew Hesford Cc: FreeBSD-STABLE Subject: Re: XFree86-4.1 appears to be broken In-Reply-To: <20010604220845.A11444@core.usrlib.org> Message-ID: <20010605010129.C43311-100000@epsilon.lucida.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 4 Jun 2001, Andrew Hesford wrote: ... : Even when it asks you to build fonts, it says you should only build : them once. You will have fonts from earlier versions of XFree86. Wouldn't a pkg_delete of the old XFree86 delete the installed fonts though? They *are* in the pkg-plist file, so I assume they would be deleted. I'd rather not have to blow over the install of 4.0.3... PS: I have this problem too :) * Matt Heckaman - mailto:matt@LUCIDA.CA http://www.lucida.ca/gpg * * GPG fingerprint - 53CA 8320 C8F6 32ED 9DDF 036E 3171 C093 4AD3 1364 * The Universe is run by the complex interweaving of three elements: energy, matter, and enlightened self-interest. -- G'Kar, "Survivors" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: http://www.lucida.ca/gpg iD8DBQE7HGgoMXHAk0rTE2QRAq5uAKCb7adUi6q/u/ABQpc08ksFQDq+8QCcC+B9 IaZR2yqmLdL9KAtPWHph1Is= =ksEw -----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 Mon Jun 4 22: 4:34 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 C8E8B37B403 for ; Mon, 4 Jun 2001 22:04:30 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f5551JF16116; Mon, 4 Jun 2001 22:01:19 -0700 Date: Mon, 4 Jun 2001 22:01:19 -0700 From: Brooks Davis To: Francisco Reyes Cc: "Thomas T. Veldhouse" , freebsd-stable@FreeBSD.ORG Subject: Re: UDMA mode on ATAPI CDROM? Message-ID: <20010604220119.B13780@Odin.AC.HMC.Edu> References: <20010604210714.B9874@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="SkvwRMAIpAhPCcCJ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from fran@reyes.somos.net on Tue, Jun 05, 2001 at 12:44:07AM -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 --SkvwRMAIpAhPCcCJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 05, 2001 at 12:44:07AM -0400, Francisco Reyes wrote: > I was reading your message above. Other than a reboot how can I read these > new settings? Tried using "sysctl -w", but it reported: > sysctl: oid 'hw.ata.atapi_dma' is read only -w is write so you don't want to do that to read. $ sysctl hw.ata.atapi_dma hw.ata.atapi_dma: 1 or what I usually do: $ sysctl -a | grep ata kern.ipc.max_datalen: 156 net.graph.data.proto: 1 hw.ata.ata_dma: 1 hw.ata.wc: 1 hw.ata.tags: 0 hw.ata.atapi_dma: 1 -- 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 --SkvwRMAIpAhPCcCJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7HGefXY6L6fI4GtQRAhwVAKCZe85e3CDOIts1732TPLy2DIpozACgqdc7 c6HGPfYfZyEYfi/Hc18Hxog= =w6ss -----END PGP SIGNATURE----- --SkvwRMAIpAhPCcCJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 22:12:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from core.usrlib.org (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id D75B637B401 for ; Mon, 4 Jun 2001 22:12:13 -0700 (PDT) (envelope-from ajh3@core.usrlib.org) Received: by core.usrlib.org (Postfix, from userid 1001) id 0ADF6A859; Tue, 5 Jun 2001 00:11:06 -0500 (CDT) Date: Tue, 5 Jun 2001 00:11:05 -0500 From: Andrew Hesford To: Matt Heckaman Cc: Andrew Hesford , FreeBSD-STABLE Subject: Re: XFree86-4.1 appears to be broken Message-ID: <20010605001105.A52623@core.usrlib.org> References: <20010604220845.A11444@core.usrlib.org> <20010605010129.C43311-100000@epsilon.lucida.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010605010129.C43311-100000@epsilon.lucida.ca>; from matt@LUCIDA.CA on Tue, Jun 05, 2001 at 01:03:33AM -0400 X-Loop: Andrew Hesford 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, Jun 05, 2001 at 01:03:33AM -0400, Matt Heckaman wrote: > On Mon, 4 Jun 2001, Andrew Hesford wrote: > ... > : Even when it asks you to build fonts, it says you should only build > : them once. You will have fonts from earlier versions of XFree86. > > Wouldn't a pkg_delete of the old XFree86 delete the installed fonts > though? They *are* in the pkg-plist file, so I assume they would be > deleted. I'd rather not have to blow over the install of 4.0.3... > > PS: I have this problem too :) Yes, they will be removed if you pkg_delete. The solution is simple: cp -pr /usr/X11R6/lib/X11/fonts /tmp pkg_delete XFree86-4.0.3 cd /usr/ports/x11/XFree86-4 && make install clean cp -pr /tmp/fonts /usr/X11R6/lib/X11 You will get errors about missing files if you try to uninstall XFree86-4.1.0, but everything still works. -- Andrew Hesford ajh3@usrlib.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 22:17:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id DCADA37B401 for ; Mon, 4 Jun 2001 22:17:14 -0700 (PDT) (envelope-from bp@butya.kz) Received: by relay.butya.kz (Postfix, from userid 1000) id DFA4B28B65; Tue, 5 Jun 2001 12:17:03 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id CF6A428A30; Tue, 5 Jun 2001 12:17:03 +0700 (ALMST) Date: Tue, 5 Jun 2001 12:17:03 +0700 (ALMST) From: Boris Popov To: Niek Bergboer Cc: freebsd-stable@freebsd.org Subject: Re: smbfs: disconnected servers In-Reply-To: <20010530103558.A31220@wit379119.student.utwente.nl> 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, 30 May 2001, Niek Bergboer wrote: > However, the problems begin when somebody whose share I mounted > decides to switch off his computer: I (obviously) cannot read from the > mountpoint anymore, but there also is _no way_ of forcefully > unmounting the share anymore. > > One might say that this is logical since there is no way to > communicate a decent "logoff" packet to the (now switched off) server. > However, I'm left with a dead mountpoint that doesn't respond to > anyting anymore and cannot be unmounted. Hmm, strange. unmount command should work on the dead share. It might take a while because some timeouts have to occur. > How difficult (and desirable) would it be to implement either one of > the following two options in smbfs: > > 1. The ability to reconnect to a server: suppose a server switches > off, and switches on again the following day. This is already done - a reconnect procedure happens after share detected as dead. > 2. The ability to forcefully unmount the share on my local machine, to > such an extent that if the server cannot be contacten within a > specified amount of time, that the entry is bluntly deleted from the > kernel's internal list of mounted filesystems (or something along > those lines). As I said it should work, but there is always room for bugs :) -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 23:28:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ilceille.pair.com (ilceille.pair.com [209.68.2.34]) by hub.freebsd.org (Postfix) with SMTP id DA55437B401 for ; Mon, 4 Jun 2001 23:28:15 -0700 (PDT) (envelope-from allan@saddi.com) Received: (qmail 97546 invoked by uid 3276); 5 Jun 2001 06:28:15 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Jun 2001 06:28:15 -0000 Date: Mon, 4 Jun 2001 23:28:15 -0700 (PDT) From: Allan Saddi X-Sender: To: Jim King Cc: Subject: Re: netgraph bridge and Aironet In-Reply-To: <011b01c0ed6c$d01b8810$980b8486@marble> Message-ID: Organization: Saddi Enterprises 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 there, As others have mentioned, this might be related to the promiscuous mode update made a few weeks ago (April 21?). I no longer have the hardware configuration to verify this, but at the time I submitted the patch, I had netgraph bridging working between fxp & an. I did find a strange problem that I couldn't debug: I believe LOCAL_IFACE *has* to be defined as the Aironet interface. Any other way and the Aironet interface would appear to not receive packets... - Allan On Mon, 4 Jun 2001, Jim King wrote: > Should netgraph bridging work with Cisco Aironet NICs which use an(4)? It > seems to work bridging an Intel (fxp) and a DEC (de), but trying to bridge > an Intel and an Aironet doesn't seem to work - the remote node on the > Aironet side is able to get a DHCP lease across the bridge, but nothing > after that works. I can see packets coming into the Aironet with tcpdump, > but I don't see them going out on the Intel side. > > I'm using ether.bridge from /usr/share/examples/netgraph, with > BRIDGE_IFACES="an0 fxp0" and LOCAL_IFACE="fxp0" to get setup the bridge. > > Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 4 23:47:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from krycek.zoominternet.net (krycek.zoominternet.net [63.67.120.9]) by hub.freebsd.org (Postfix) with SMTP id 7DD8737B405 for ; Mon, 4 Jun 2001 23:47:13 -0700 (PDT) (envelope-from dmmiller@cvzoom.net) Received: (qmail 18933 invoked from network); 5 Jun 2001 06:43:53 -0000 Received: from acs-24-154-37-140.zoominternet.net (HELO cvzoom.net) (24.154.37.140) by krycek.zoominternet.net with SMTP; 5 Jun 2001 06:43:53 -0000 Message-ID: <3B1C8066.91917B89@cvzoom.net> Date: Tue, 05 Jun 2001 02:47:02 -0400 From: Donn Miller X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: parv Cc: FreeBSD-STABLE Subject: Re: XFree86-4.1 appears to be broken References: <20010604065030.A20441@johncoop> <20010604222651.A9057@moo.holy.cow> 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 parv wrote: > short answer, john, is, for me, the fresh cvs tree of XFree installed > w/o a single problem, which identified (in make logs) as > 4.0.99.9* ... good enough for me... > > ...and now the whole story... > > something weird happened to me this morning... for some reason i > blasted away my XFree86 4.0.3 version + assorted programs. Don't do that. What you should do is cd /usr mv X11R6 X11R6.old {cd to the directory containing xc and} make install install.man Then, what you could do is something like: find /usr/X11R6 | xargs chflags schg This will protect your freshly installed XFree86 from being overwritten. Then, cp all your old files over with cp -R; chflags will deny you from over-writing the freshly installed files. After you're finished, just do chflags -R noschg /usr/X11R6 Then, and only then, if everything looks OK, you can rm -rf /usr/X11R6.old. See, my experience has been that you can't just install a new version of XFree86 over the existing one, because it always caused the "make install" to fail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 0: 9:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ramstind.gtf.ol.no (ramstind.gtf.ol.no [128.39.174.16]) by hub.freebsd.org (Postfix) with ESMTP id E5CEF37B403 for ; Tue, 5 Jun 2001 00:09:49 -0700 (PDT) (envelope-from trond@ramstind.gtf.ol.no) Received: from localhost (trond@localhost) by ramstind.gtf.ol.no (8.9.3/8.9.3) with ESMTP id JAA18669; Tue, 5 Jun 2001 09:09:44 +0200 (CEST) (envelope-from trond@ramstind.gtf.ol.no) Date: Tue, 5 Jun 2001 09:09:44 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= To: "Sergey N. Voronkov" Cc: Subject: Re: Strange boot message - "no devsw (majdev=0 bootdev=0xa0400000)" In-Reply-To: <20010605105240.A653@sv.tech.sibitex.tmn.ru> Message-ID: 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 Tue, 5 Jun 2001, Sergey N. Voronkov wrote: > Hello, stable people! > > Yesterday I'v upgraded my STABLE box from 29-05-2001 to 04-05-2001. > Also, I removed BeOS bootmanager and replaced it with FreeBSD one. > (Finaly finish my games with this nice but little unuseful OS, so remove > it. Sorry, BeOS funs :-( ). > > After upgrade I'v found starange message: > > Jun 4 17:49:32 sv /kernel: FreeBSD 4.3-STABLE #1: Mon Jun 4 17:28:13 > YEKST 2001 > [skip] > Jun 4 17:49:32 sv /kernel: ad0: 14659MB [29785/16/63] at > ata0-master UDMA66 > Jun 4 17:49:32 sv /kernel: acd0: CDROM at > ata1-master using PIO4 > Jun 4 17:49:32 sv /kernel: no devsw (majdev=0 bootdev=0xa0400000) > ^^^^^^^^^ > Jun 4 17:49:32 sv /kernel: Mounting root from ufs:/dev/ad0s3a > > What is it related? Do I have some bootblocks misconfiguration or is it > related to last sys/dev/ata-disk.[ch] & sys/kern/subr_disk.c changes? > I have a little troubles determining this by myself - to much code, but > bootdev variable looks a little strange for me... > > Serg. > > P.S.: boot0cfg -Bv -s 3 /dev/ad0; disklabel -B ad0s3 -- already done > without any success. I have a test server running 4.3-STABLE (cvsup last run sometime last week). Whenever I boot with my custom kernel I get almost the same messages as Sergey, but when I boot a GENERIC kernel compiled from the same sourcetree the test server boots as expected and mounts the root file system. I haven't tried the boot0cfg command Sergey suggest, but I don't see the relevance. Can someone please enlighten me if I'm wrong. All I did when configuring the custom kernel was to comment out the inclusion of various stuff this test server does not possess, such as the EISA bus, network interface cards, SCSI controllers, USB devices, etc. I have tried all things, commenting out the old ata driver (ata0 and ata1), leaving the new stuff, and vice versa. I ended up using the GENERIC file and just adding my custom options such as KERNFS and setting the number of pty's to 256. This are the relevant parts of the dmesg from the custom kernel (written down on paper and typed in later): ... atapci0: port 0x3f4-0x3f7,0x1f0-0x1f7 at device 1.0 on pci0 atapci0: Busmastering DMA not supported atapci0: Busmastering DMA disabled ata2: at 0x1f0 on atapci0 ata2: unable to allocate interrupt device_probe_and_attach: ata2 attach returned 6 ... no devsw (majdev=0 bootdev=0xa02000000) Mounting root from ufs:/dev/ad0s1a no such device 'ad' setrootbyname failed ffs_mountroot: can't find rootvp Root mount failed: 6 ... Here's the dmesg from the GENERIC kernel I compiled myself and the one the test server is currently using: Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-STABLE #0: Wed May 30 16:18:34 CEST 2001 root@agamemnon.gtf.ol.no:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P5 (53.98-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x517 Stepping = 7 Features=0x1bf real memory = 25165824 (24576K bytes) avail memory = 20230144 (19756K bytes) Preloaded elf kernel "kernel.GENERIC-4.3-STABLE" at 0xc0452000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 ign0 port 0x3f4-0x3f7,0x1f0-0x1f7 at device 1.0 on pci0 isab0: at device 2.0 on pci0 isa0: on isab0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xfc80-0xfcff mem 0xffbffc00-0xffbffc7f irq 11 at device 6.0 on pci0 xl0: Ethernet address: 00:50:04:43:9b:4d miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: at 14.0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 504MB [1024/16/63] at ata0-master BIOSPIO Mounting root from ufs:/dev/ad0s1a -- ---------------------------------------------------------------------- Trond Endrestøl | trond@ramstind.gtf.ol.no Patron of The Art of Computer Programming| FreeBSD 3.5-S & Pine 4.31 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 0:43:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.geektech.com (geektech.com [206.132.234.147]) by hub.freebsd.org (Postfix) with SMTP id 3776637B401 for ; Tue, 5 Jun 2001 00:43:26 -0700 (PDT) (envelope-from gclarkii@geektech.com) Received: from prime.vsservices.com ([207.70.165.14]) by mail.geektech.com (MERAK 3.10.110) with ESMTP id CNB36688; Tue, 05 Jun 2001 02:42:00 -0500 Content-Type: text/plain; charset="iso-8859-1" From: GB Clark II To: Trond =?iso-8859-1?q?Endrest=F8l?= , "Sergey N. Voronkov" Subject: Re: Strange boot message - "no devsw (majdev=0 bootdev=0xa0400000)" Date: Tue, 5 Jun 2001 02:43:25 -0500 X-Mailer: KMail [version 1.2] Cc: References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01060502432501.00859@prime.vsservices.com> 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 Hello, I just did a cvsup last night (6-4-01) and I've got no problems with a custom kernel. My last upgrade before was on Feb 14th. I performed a buildworld, buildkernel, installkernel, reboot, installworld, reboot and shazaam! A new 4.3-Stable system. The only thing I had to do was add a miibus device to my kernel config. Basic hardware spec: Duron 800Mhz Chaintech MB 256Mb PC133 Intel Pro 10/100B/100+ Ethernet NE2000 PCI Ethernet (ProLAN) IDE drives (2 20Gb) Hercules Stingray 128/3D Maybe you both could post the custom configs that are causing the problems? GB -- GB Clark II - N5VMF - | Roaming FreeBSD Admin gclarkii@GeekTech.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 1:20:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by hub.freebsd.org (Postfix) with ESMTP id 2BC3937B401 for ; Tue, 5 Jun 2001 01:20:41 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.11.3/8.11.3) with ESMTP id f558KdI36914; Tue, 5 Jun 2001 14:20:39 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.11.3/8.11.3) id f558KYZ01589; Tue, 5 Jun 2001 14:20:34 +0600 (YEKST) (envelope-from serg) Date: Tue, 5 Jun 2001 14:20:34 +0600 From: "Sergey N. Voronkov" To: GB Clark II Cc: freebsd-stable@freebsd.org Subject: Re: Strange boot message - "no devsw (majdev=0 bootdev=0xa0400000)" Message-ID: <20010605142034.A1555@sv.tech.sibitex.tmn.ru> References: <01060502432501.00859@prime.vsservices.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01060502432501.00859@prime.vsservices.com>; from gclarkii@geektech.com on Tue, Jun 05, 2001 at 02:43:25AM -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 Tue, Jun 05, 2001 at 02:43:25AM -0500, GB Clark II wrote: > Hello, > > I just did a cvsup last night (6-4-01) and I've got no problems with a custom > kernel. My last upgrade before was on Feb 14th. I performed a buildworld, > buildkernel, installkernel, reboot, installworld, reboot and shazaam! A new > 4.3-Stable system. The only thing I had to do was add a miibus device to my > kernel config. I have no problems booting too, but have found strange kernel message and hope someone can determine what to do with it - just forget it or take some steps to prevent myself from geting unbootable system after next upgrade. [Hardware spec skipped] > > Maybe you both could post the custom configs that are causing the problems? I'v moved my FreeBSD from one disk to another by hand (fdisk, disklabel, dump etc.). So I can make some mistakes spliting the disk or writing bootblocks. It maybe a bug or a feature of the new patched devsw system too - then I'l post my kernel config to list. I'l be very happy if someone can tell me is my bootdev kernel variable looking good if I bootup my comp from ad0s3a? (bootdev=0xa0400000) Bye, Serg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 1:31:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gatekeeper.tripos.com (gatekeeper.tripos.com [192.160.145.62]) by hub.freebsd.org (Postfix) with ESMTP id 5BECE37B401 for ; Tue, 5 Jun 2001 01:31:43 -0700 (PDT) (envelope-from scoles@tripos.com) Received: (from uucp@localhost) by tripos.com (8.8.8+Sun) id DAA13381 for <@firewall.tripos.com:freebsd-stable@FreeBSD.ORG>; Tue, 5 Jun 2001 03:31:41 -0500 (CDT) Received: from elara.tripos.com(172.20.5.15) by gatekeeper.tripos.com via smap (V5.5) id xma013287; Tue, 5 Jun 01 03:28:11 -0500 Received: from wolf ([172.20.152.158]) by tripos.com (980919.SGI.STAND) via SMTP id DAA66791 for ; Tue, 5 Jun 2001 03:28:10 -0500 (CDT) From: "Steve Coles" To: "FreeBSD-Stable" Subject: RE: Problems with 3COM 3C509 Date: Tue, 5 Jun 2001 09:28:10 +0100 Message-ID: <011201c0ed99$745d1390$9e9814ac@wolf.tripos.com> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 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 FWIW: My experience with these cards under FreeBSD has been considerably more favourable than under MS operating systems. Most problems I have seen seem to result from BIOS:NIC interaction rather than the FreeBSD driver. I have these NICs working in PnP and wired-down mode under 4.3 - however, I have had less problems using IRQ10 as on my cheap PCChips MOBOs there seem to be uncooperative isa sound devices silently grabbing IRQ 5. Steve > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Gerhard Sittig > Sent: Monday, June 04, 2001 2:25 AM > To: freebsd-stable@FreeBSD.ORG > Subject: Re: Problems with 3COM 3C509 > > > On Sun, Jun 03, 2001 at 21:05 +0200, Mats Dufberg wrote: > > > > On Sun, 3 Jun 2001, Alson van der Meulen wrote: > > > > > > I have problems installing 4.3-* on a machine with a 3COM > > > > 3C509 card (built in on ISA). After some trials and errors > > > > I've come to the conclusion that I need to give the port > > > > address, but the device is not available to setting at boot > > > > time (of installation). > > > > [ ... ] > > > > > try boot -c, then you should be able to modify the iobase, > > > irq and stuff of the ep0 device > > > > The GENERIC kernel has support for ep, but it is strangely > > enough not availble for setting. It is just not there. I do not > > understand why. > > With (modern only? have there been cards not participating in > this mechanism?) 3com ISA cards usually there's _no_need_ to set > drivers to anything. AFAIK they have some identification port at > 0x110 where their configuration can be read from and written to. > Guess where the 3c5x9cfg gets the data from. :) > > >From personal experience I would check these points: > - Make sure you turn off the card's PnP function (and do remember > to power down the machine after throwing the switch -- I've > seen people hunting problems for hours when they thought C-A-D > warmboots would do ...) > - Make sure your port 0x110 is available -- i.e. don't put other > hardware at, say, 0x100 when its window is 0x20 bytes wide. I > once had the problem that a 3c509 wasn't recognized correctly > (or didn't work? don't know any longer) when I had a PnP ISDN > card between 0x100 and 0x11f. Moving it to 0x140 worked fine > -- I learned to love the isapnp tools (it was a Linux system)! > > > When I tried 3.5.1 it was available for adjustment, and then it > > work fine when I set it to IRQ 10 and port 0x250. 4.3 thought > > it was 5 and 0x210 respectively > > Well, as long as the driver "downloads" its assumed configuration > into the card, *any* setup should work. Only when the driver > assumes one configuration, doesn't tell the card about it, but > still doesn't match the card's idea -- that's when things go > wrong. So it depends on what the driver tells the card in the > initialization phase. And whether communication via the > identification port 0x110 is possible and works. > > > 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 > 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 Jun 5 1:52:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from enigma.whacky.net (enigma.whacky.net [194.109.204.120]) by hub.freebsd.org (Postfix) with ESMTP id 9DF9137B401; Tue, 5 Jun 2001 01:52:40 -0700 (PDT) (envelope-from stephanb@whacky.net) Received: (from root@localhost) by enigma.whacky.net (8.11.3/8.11.3) id f558qYd59676; Tue, 5 Jun 2001 10:52:34 +0200 (CEST) (envelope-from stephanb) Received: (from stephanb@localhost) by enigma.whacky.net (8.11.3/8.11.3) id f558qQo59668; Tue, 5 Jun 2001 10:52:26 +0200 (CEST) (envelope-from stephanb) Date: Tue, 5 Jun 2001 10:52:26 +0200 From: Stephan van Beerschoten To: Hajimu UMEMOTO Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: usr.sbin/pim6[sd]d will be removed soon. Message-ID: <20010605105226.A59565@enigma.whacky.net> References: <20010603.013827.112367504.ume@mahoroba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010603.013827.112367504.ume@mahoroba.org>; from ume@mahoroba.org on Sun, Jun 03, 2001 at 01:38:27AM +0900 X-Virus-Scanned: by enigma.whacky.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 Here's a quick question that just popped into my mind. I cvsup my -stable and my -current box every night and every once in a while I install a new world. What happens with a (previously installed) /usr/sbin/pim6[sd]d ? Will 'make (install)world' remove it ? If not, what system is in place (if any) to accomplish this in order to get a really clean system ? Mm.. I feel VERY newbie-like by asking this, because I use FBSD over 3 years now, but I hope someone will help me out with an answer on this. With regards, Stephan van Beerschoten On Sun, 03 Jun 2001, Hajimu UMEMOTO wrote: > Hi, > > I heared from itojun that usr.sbin/pim6[sd]d has non-BSD license and > does not allow fee-based redistribution. So, I will remove them from > the tree soon. NetBSD was already done. > Could someone please make them ports? ftp.kame.net:~ftp/pub/kame/misc > has pim6[sd]-*.tar.gz. > > -- > Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan > ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org > http://www.imasy.org/~ume/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- Stephan van Beerschoten [SVB21-RIPE] stephanb@whacky.net PGP fingerprint: 4557 9761 B212 FB4C 778D 3529 C42A 2D27 "To err is human, to forgive is Not Company Policy" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 1:59:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ramstind.gtf.ol.no (ramstind.gtf.ol.no [128.39.174.16]) by hub.freebsd.org (Postfix) with ESMTP id AB2F837B405 for ; Tue, 5 Jun 2001 01:58:54 -0700 (PDT) (envelope-from trond@ramstind.gtf.ol.no) Received: from localhost (trond@localhost) by ramstind.gtf.ol.no (8.9.3/8.9.3) with ESMTP id KAA25943; Tue, 5 Jun 2001 10:58:38 +0200 (CEST) (envelope-from trond@ramstind.gtf.ol.no) Date: Tue, 5 Jun 2001 10:58:38 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= To: GB Clark II Cc: "Sergey N. Voronkov" , FreeBSD stable Subject: Re: Strange boot message - "no devsw (majdev=0 bootdev=0xa0400000)" In-Reply-To: <01060502432501.00859@prime.vsservices.com> Message-ID: 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 Tue, 5 Jun 2001, GB Clark II wrote: > Maybe you both could post the custom configs that are causing the problems? OK, below you'll find two config files. Clearly, I must have commented out someting I shouldn't. Here is the config file that failed: --- # # AGAMEMNON, trond, 2001-05-28, based on: # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.26 2001/05/30 03:21:49 mjacob Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU cpu I586_CPU #cpu I686_CPU ident AGAMEMNON maxusers 128 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] #options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem #options CD9660 #ISO 9660 Filesystem #options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING #options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa #device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device aac # Adaptec FSA RAID, Dell PERC2/PERC3 #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 #device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep #device fe0 at isa? port 0x300 # Xircom Ethernet #device xe # PRISM I IEEE 802.11b wireless NIC. #device awi # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP #pseudo-device tun # Packet tunnel. pseudo-device pty 256 # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" #pseudo-device gif 4 # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet ##################################################################### # Custom options for AGAMEMNON # ##################################################################### options DDB options DDB_UNATTENDED options KERNFS pseudo-device snp 4 pseudo-device vn 8 options SC_HISTORY_SIZE=200 ##################################################################### # End of custom options for AGAMEMNON # ##################################################################### # End of the configuration file AGAMEMNON --- And here's the current config file: # # AGAMEMNON, trond, 2001-05-31, based on: # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.26 2001/05/30 03:21:49 mjacob Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident AGAMEMNON maxusers 128 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Tekram DC-390(T)) device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device dpt # DPT Smartcache - See LINT for options! device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers device aac # Adaptec FSA RAID, Dell PERC2/PERC3 device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device wx # Intel Gigabit Ethernet Card (``Wiseman'') device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep #device fe0 at isa? port 0x300 # Xircom Ethernet #device xe # PRISM I IEEE 802.11b wireless NIC. #device awi # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 ##device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP #pseudo-device tun # Packet tunnel. pseudo-device pty 256 # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet ##################################################################### # Custom options for AGAMEMNON # ##################################################################### options DDB options DDB_UNATTENDED options KERNFS pseudo-device snp 4 pseudo-device vn 8 options SC_HISTORY_SIZE=200 ##################################################################### # End of custom options for AGAMEMNON # ##################################################################### # End of the configuration file AGAMEMNON -- ---------------------------------------------------------------------- Trond Endrestøl | trond@ramstind.gtf.ol.no Patron of The Art of Computer Programming| FreeBSD 3.5-S & Pine 4.31 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 2:15:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from lemori.mokr.ru (lemori.mokr.ru [212.16.28.194]) by hub.freebsd.org (Postfix) with ESMTP id 121F337B438 for ; Tue, 5 Jun 2001 02:15:44 -0700 (PDT) (envelope-from mokr@mokr.ru) Received: from lemori.mokr.ru (lemori.mokr.ru [212.16.28.194]) by lemori.mokr.ru (8.11.3/8.11.3/009161) with ESMTP id f559FcR06537 for ; Tue, 5 Jun 2001 13:15:38 +0400 (MSD) Date: Tue, 5 Jun 2001 13:15:38 +0400 (MSD) From: Sergey Mokryshev To: Subject: Re: /usr/bin/host doesn't work in jail ...? In-Reply-To: <20010604224217.A253@speedy.gsinet> 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. On Mon, 4 Jun 2001, Gerhard Sittig wrote: > On Mon, Jun 04, 2001 at 18:59 +0200, Oliver Fromme wrote: > > > > [ host(1) itself works, but hot inside jails ] > > > > I'm at a loss right now. nslookup doesn't work either when > > used within a jail, but works fine outside. The IP number is > > OK. Everything seems to be OK. It's a FreeBSD 4.3. > It seems that you have 'nameserver 127.0.0.1' in /etc/resolv.conf Change it to the primary address of the host machine. Sincerely yours, Sergey Mokryshev. -- Sergey S. Mokryshev SMP453, MOKR-RIPN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 3:15:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dilbert.fcg.co.uk (dilbert.firstcallgroup.co.uk [194.203.69.166]) by hub.freebsd.org (Postfix) with ESMTP id 8077837B403 for ; Tue, 5 Jun 2001 03:15:17 -0700 (PDT) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by dilbert.fcg.co.uk with local (Exim 3.22 #1) id 157Dro-00006f-00 for stable@FreeBSD.ORG; Tue, 05 Jun 2001 11:15:16 +0100 To: stable@FreeBSD.ORG Subject: SMBFS on latest stable Message-Id: From: Pete French Date: Tue, 05 Jun 2001 11:15:16 +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 Just supped to the latest stable - as I understand it the support for SMBFS is now part of the kernel, though you still need smbfs from ports installed in orderr for it to work correctly (I read this here at some point). I build a kernel with what appears to be the appropriate options from LINT for SMB support- viz: options LIBICONV options LIBMCHAIN options NETSMB options NETSMBCRYPTO and all works fine... except for the fact that I get this error when I first mount an SMB sshare after a reboot: module_register: module dev_netsmb already exists! linker_file_sysinit "smbfs.ko" failed to register! 17 WARNING: "nsmb" is usurping "nsmb"'s cdevsw[] netsmb_dev: loaded Is this anything to worry about, any ideas whats causing the warning ? It looks at a first glance as if it is trying to load the smb module, despite the fact that it is now compiled into the kernel ? -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 3:32:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dirac.th.physik.uni-bonn.de (dirac.th.physik.uni-bonn.de [131.220.161.119]) by hub.freebsd.org (Postfix) with ESMTP id 634D637B403 for ; Tue, 5 Jun 2001 03:32:11 -0700 (PDT) (envelope-from conrad@th.physik.uni-bonn.de) Received: from merlin.th.physik.uni-bonn.de (merlin.th.physik.uni-bonn.de [131.220.161.121]) by dirac.th.physik.uni-bonn.de (Postfix) with ESMTP id 3BDF25D47 for ; Tue, 5 Jun 2001 12:32:10 +0200 (CEST) Received: by merlin.th.physik.uni-bonn.de (Postfix, from userid 145) id E9FC136417; Tue, 5 Jun 2001 12:32:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.th.physik.uni-bonn.de (Postfix) with ESMTP id E091932605 for ; Tue, 5 Jun 2001 12:32:09 +0200 (CEST) Date: Tue, 5 Jun 2001 12:32:09 +0200 (CEST) From: Jan Conrad To: Subject: Strange SCSI error message Message-ID: <20010605123023.S4259-100000@merlin.th.physik.uni-bonn.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 Hi, I just got the following error message (running 4.3R) Jun 5 12:25:28 dirac /kernel: (da0:ahc0:0:0:0): SCB 0x2e - timed out while idle , SEQADDR == 0x8 Jun 5 12:25:28 dirac /kernel: STACK == 0x3, 0x10e, 0x164, 0x0 Jun 5 12:25:28 dirac /kernel: SXFRCTL0 == 0x80 Jun 5 12:25:29 dirac /kernel: ahc0: Dumping Card State at SEQADDR 0x8 Jun 5 12:25:29 dirac /kernel: SCSISEQ = 0x12, SBLKCTL = 0xa, SSTAT0 0x0 Jun 5 12:25:29 dirac /kernel: SCB count = 170 Jun 5 12:25:29 dirac /kernel: Kernel NEXTQSCB = 15 Jun 5 12:25:29 dirac /kernel: Card NEXTQSCB = 15 Jun 5 12:25:29 dirac /kernel: QINFIFO entries: Jun 5 12:25:29 dirac /kernel: Waiting Queue entries: Jun 5 12:25:29 dirac /kernel: Disconnected Queue entries: 27:134 28:4 29:139 7: 166 30:164 5:59 25:101 1:46 Jun 5 12:25:29 dirac /kernel: QOUTFIFO entries: Jun 5 12:25:29 dirac /kernel: Sequencer Free SCB List: 22 3 14 23 12 4 16 6 15 8 19 10 11 0 26 31 13 21 17 18 24 2 20 9 Jun 5 12:25:29 dirac /kernel: Pending list: 134 4 139 166 164 59 101 46 Jun 5 12:25:29 dirac /kernel: Kernel Free SCB list: 140 21 7 48 168 82 20 116 1 31 83 104 158 29 47 62 74 11 55 114 167 19 97 153 155 50 120 9 8 44 5 90 107 35 57 142 156 88 117 0 151 154 68 27 70 14 64 43 135 113 96 61 157 51 17 26 123 141 85 39 63 108 33 18 32 95 138 84 165 145 150 100 22 53 67 119 3 78 118 103 126 2 4 93 28 91 13 30 137 16 56 60 127 37 58 23 122 2 87 71 89 75 128 10 144 31 99 81 147 111 112 148 25 76 106 86 65 12 66 34 72 152 146 129 159 73 36 1 54 98 124 7 9 92 149 110 42 132 69 133 94 143 77 80 125 115 169 6 41 45 130 105 40 136 38 10 2 49 52 109 121 163 162 161 160 Jun 5 12:25:29 dirac /kernel: sg[0] - Addr 0x33b8400 : Length 1024 Jun 5 12:25:29 dirac /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB Jun 5 12:25:29 dirac /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message Sent Jun 5 12:25:29 dirac /kernel: (da0:ahc0:0:0:0): no longer in timeout, status = 34b Jun 5 12:25:29 dirac /kernel: ahc0: Bus Device Reset on A:0. 8 SCBs aborted Any hints what that means? regards and many thanks Jan -- Physikalisches Institut der Universitaet Bonn Nussallee 12 D-53115 Bonn GERMANY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 3:52: 1 2001 Delivered-To: freebsd-stable@freebsd.org Received: from luckssv.lucksnet.or.jp (luckssv.tsuyama.lucksnet.or.jp [202.235.120.17]) by hub.freebsd.org (Postfix) with ESMTP id 33FCF37B401 for ; Tue, 5 Jun 2001 03:51:58 -0700 (PDT) (envelope-from chand@lucksnet.or.jp) Received: from tigerlair.lucksnet.or.jp ([202.235.125.166]) by luckssv.lucksnet.or.jp (8.10.2/3.6W-LUCKSNET-V2.00/98070317) with ESMTP id f55ApuS23409 for ; Tue, 5 Jun 2001 19:51:56 +0900 (JST) Message-Id: <4.3.2-J.20010605175143.0273dea0@mail.lucksnet.or.jp> X-Sender: chand/mail.lucksnet.or.jp@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2-J Date: Tue, 05 Jun 2001 19:54:21 +0900 To: freebsd-stable@freebsd.org From: Martin Chandler Subject: csh fails? 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 just cvsupped today (June 05) and when I buildworld #make -j4 buildworld it consistently fails during the csh build with the following error cc -O -pipe -march=pentiumpro -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' -Wall -Wformat -I/usr/obj/usr/src/i386/usr/include -static -o csh sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.char.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o sh.time.o glob.o mi.termios.o tw.help.o tw.init.o tw.parse.o tw.spell.o tw.comp.o tw.color.o ed.chared.o ed.defns.o ed.init.o ed.inputl.o ed.refresh.o ed.screen.o ed.xmap.o ed.term.o tc.alloc.o tc.bind.o tc.const.o tc.disc.o tc.func.o tc.os.o tc.printf.o tc.prompt.o tc.sched.o tc.sig.o tc.str.o tc.vers.o tc.who.o tc.defs.o -ltermcap -lcrypt /usr/obj/usr/src/i386/usr/lib/libcrypt.a(crypt.o)(.text+0x1a): undefined reference to `auth_getval' *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error # Last week it was no problem. Any ideas anyone? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 3:56:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from public.ndh.com (public.ndh.net [195.94.90.21]) by hub.freebsd.org (Postfix) with ESMTP id 4117437B403 for ; Tue, 5 Jun 2001 03:56:48 -0700 (PDT) (envelope-from t.seck@ndh.net) Received: from basildon (port1081.duesseldorf.ndh.net [62.40.8.81]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id MAA11421 for ; Tue, 5 Jun 2001 12:56:42 +0200 (MET DST) Envelope-to: freebsd-stable@FreeBSD.ORG Received: from tmseck by basildon with local (Exim 3.22 #1) id 157EVn-0000NW-00 for freebsd-stable@FreeBSD.ORG; Tue, 05 Jun 2001 12:56:35 +0200 Date: Tue, 5 Jun 2001 12:56:35 +0200 From: Thomas Seck To: freebsd-stable@freebsd.org Subject: Re: Strange SCSI error message Message-ID: <20010605125635.A1349@basildon> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20010605123023.S4259-100000@merlin.th.physik.uni-bonn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010605123023.S4259-100000@merlin.th.physik.uni-bonn.de>; from conrad@th.physik.uni-bonn.de on Tue, Jun 05, 2001 at 12:32:09PM +0200 Organization: private site in Germany X-PGP-KeyID: DF46EE05 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 Jun 05 2001, Jan Conrad wrote: > Hi, > > I just got the following error message (running 4.3R) > (snipped) I have kern/26880 open on a similar issue. It's an Adaptec 19160 with Quantum Atlas V disks attached. After we fiddled with the SCSI cables I have not seen the error for about five weeks now. Maybe you might want to look over the cabling/adaptor termination, too? It seems the driver is a bit picky about that?! Regards from Bornheim :-) Thomas Seck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 4:10:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by hub.freebsd.org (Postfix) with ESMTP id 0E57C37B403 for ; Tue, 5 Jun 2001 04:10:31 -0700 (PDT) (envelope-from fritz.heinrichmeyer@fernuni-hagen.de) Received: (from jfh@localhost) by jfh00.fernuni-hagen.de (8.11.3/8.11.3) id f55BAJ568532; Tue, 5 Jun 2001 13:10:19 +0200 (CEST) (envelope-from fritz.heinrichmeyer@fernuni-hagen.de) X-Authentication-Warning: jfh00.fernuni-hagen.de: jfh set sender to fritz.heinrichmeyer@fernuni-hagen.de using -f To: Donn Miller Cc: parv , FreeBSD-STABLE Subject: Re: XFree86-4.1 appears to be broken References: <20010604065030.A20441@johncoop> <20010604222651.A9057@moo.holy.cow> <3B1C8066.91917B89@cvzoom.net> From: Fritz Heinrichmeyer Date: 05 Jun 2001 13:10:18 +0200 In-Reply-To: <3B1C8066.91917B89@cvzoom.net> Message-ID: <86elszuqqt.fsf@jfh00.fernuni-hagen.de> Lines: 7 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 Building breaks because there is an old font library involved: Workaround: gzip /usr/X11R6/lib/libXft.so.1 for the time of build. -- Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 4:22:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail4.sonera-xs.nl (cobalt1.corp.sonera-xs.nl [195.66.15.114]) by hub.freebsd.org (Postfix) with ESMTP id D587637B401 for ; Tue, 5 Jun 2001 04:22:39 -0700 (PDT) (envelope-from ron@zappa.demon.nl) Received: from pcron (qn-212-127-134-154.quicknet.nl [212.127.134.154]) by mail4.sonera-xs.nl (8.9.3/8.9.3) with SMTP id PAA05724; Tue, 5 Jun 2001 15:40:25 +0200 Message-ID: <018101c0edb2$49ff3ec0$9601a8c0@denhartogh.nl> From: "Ron Klinkien" To: , "Pete French" References: Subject: Re: SMBFS on latest stable Date: Tue, 5 Jun 2001 13:25:25 +0200 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.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 Hi, I had the same problem, just leave out the NETSMB* lines in your kernel config, recompile kernel. And all is well. I found one bug, and that is that I can mount the same share twice at the same mountpoint... Regards, Ron. ----- Original Message ----- From: "Pete French" To: Sent: Tuesday, June 05, 2001 12:15 PM Subject: SMBFS on latest stable > > Just supped to the latest stable - as I understand it the support for > SMBFS is now part of the kernel, though you still need smbfs from > ports installed in orderr for it to work correctly (I read this here > at some point). > > I build a kernel with what appears to be the appropriate options > from LINT for SMB support- viz: > > options LIBICONV > options LIBMCHAIN > options NETSMB > options NETSMBCRYPTO > > and all works fine... except for the fact that I get this error when I > first mount an SMB sshare after a reboot: > > module_register: module dev_netsmb already exists! > linker_file_sysinit "smbfs.ko" failed to register! 17 > WARNING: "nsmb" is usurping "nsmb"'s cdevsw[] > netsmb_dev: loaded > > Is this anything to worry about, any ideas whats causing the warning ? It > looks at a first glance as if it is trying to load the smb module, despite > the fact that it is now compiled into the kernel ? > > -pcf. > > 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 Jun 5 5:25:47 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 71AE237B403 for ; Tue, 5 Jun 2001 05:25:41 -0700 (PDT) (envelope-from olli@lurza.secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.9.3/8.9.3) id OAA74361; Tue, 5 Jun 2001 14:25:40 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Date: Tue, 5 Jun 2001 14:25:40 +0200 (CEST) Message-Id: <200106051225.OAA74361@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG Reply-To: freebsd-stable@FreeBSD.ORG Subject: Re: /usr/bin/host doesn't work in jail ...? In-Reply-To: <20010604224217.A253@speedy.gsinet> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.1-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 Gerhard Sittig wrote: > Is this 4.3-RELEASE? Almost ... It's 4.3-RC2. > Since nslookup(1) doesn't work either I assume the problem spot > is somewhere else. Things I would check: > - do you have a NIC in this machine? Yes. > - do you use an ifconfig alias for the jail? No, there's only one IP. As far as I know, I can use that IP for jails, too (the jails don't have to have their own IPs). I've tried a second IP (alias) for the jail, but the problem is exactly the same. > - does *any* UDP communication work from inside the jail (to > itself and outside)? Can you play with /usr/ports/net/netcat? > jail$ echo OHYES | nc -l -u -p 8080 > jail$ echo HELLO | nc -w 1 -u $IP 8080 > host$ echo HELLO | nc -w 1 -u $IP 8080 Fails the same inside the jail: 86229 nc CALL connect(0x3,0x12005e060,0x10) 86229 nc RET connect -1 errno 22 Invalid argument You're right, it semms to affect all UDP datagram sockets. > - do you have a packet filter in the way? No. > Can you dump the calling parameters? Does ktrace(1) provide this > information? Unfortunately, it doesn't. > BTW: Wasn't there a bug in the gnats database about processes > failing (forgetting) to bind(2) their sockets to an address? > Search the PRs for "jail" to see if it's been fixed since. Oh, hm, that might be it. host and nslookup don't use bind(). I'll dig into the source, add a bind() and see if that changes anything. *sigh* There should be a sysctl or something so that it binds automatically inside jails if necessary. I guess host/nslookup are not the only programs which have problems ... :-( Maybe I find a possibility when looking at the kernel sources involved. > Oh, and check you sysctl's -- especially those to influence > jail's behaviour: > [...] Mine are the same as yours. > You did configure your jail's /etc area, didn't you? I'm using / as jail root (for testing), so the resolv.conf is the same as the host environment's ones. And no, it doesn't contain 127.0.0.1, but the DNS server's IP. (There is no BIND running on my box yet, so 127.0.0.1 wouldn't work anyway.) > > Oh by the way: When I enter the jail, the configuration of > > the lo0 interface gets deleted (and I can't bring it back > > within the jail): > > That's one of the design goals of a jail: to provide resources > for manipulation only when they are available for the jailed > process group exclusively I'm aware that it's perfectly OK that I can't manipulate lo0 inside the jail. I'm just worried that it gets deleted as soon as I enter the jail, because some things might need a correctly configured lo0. 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 Tue Jun 5 6: 8:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id C6D9037B406 for ; Tue, 5 Jun 2001 06:08:07 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from HP2500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id B325FBAAB; Tue, 5 Jun 2001 08:08:06 -0500 (CDT) Message-ID: <000c01c0edc0$14a252e0$3028680a@tgt.com> From: "Thomas T. Veldhouse" To: "Juha Saarinen" , References: <005f01c0ed75$bcde3690$0a01a8c0@den2> Subject: Re: UDMA mode on ATAPI CDROM? Date: Tue, 5 Jun 2001 08:04:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Both of them do UDMA33. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "Juha Saarinen" To: "'Thomas T. Veldhouse'" ; Sent: Monday, June 04, 2001 11:12 PM Subject: RE: UDMA mode on ATAPI CDROM? > :: How do I set my ATAPI CDROM to UDMA mode these days? > > Can your CD ROM drive do UDMA? It probably will, if it's a newer model, > but older ones are PIO only. > > -- Juha > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 6: 9:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id DB1F937B406 for ; Tue, 5 Jun 2001 06:09:50 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from HP2500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id 1041FBAAB; Tue, 5 Jun 2001 08:09:50 -0500 (CDT) Message-ID: <001a01c0edc0$524548f0$3028680a@tgt.com> From: "Thomas T. Veldhouse" To: "Brooks Davis" Cc: References: <20010604210714.B9874@Odin.AC.HMC.Edu> Subject: Re: UDMA mode on ATAPI CDROM? Date: Tue, 5 Jun 2001 08:06:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Is this documented anywhere? Thanks for you help. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "Brooks Davis" To: "Thomas T. Veldhouse" Cc: Sent: Monday, June 04, 2001 11:07 PM Subject: Re: UDMA mode on ATAPI CDROM? On Mon, Jun 04, 2001 at 10:57:11PM -0500, Thomas T. Veldhouse wrote: > How do I set my ATAPI CDROM to UDMA mode these days? First it was a > kernel option, then it was an option in /boot/loader.conf, now I can not > find the option at all. I recall mention of a atactl, but there does not > appear to be such a thing in stable. Can anybody enlighten me on this > puzzling change? Add the following to /boot/loader.conf hw.ata.atapi_dma=1 atactl has not been merged yet. -- Brooks -- 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 6:15: 5 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wit379119.student.utwente.nl (wit379119.student.utwente.nl [130.89.232.129]) by hub.freebsd.org (Postfix) with ESMTP id D51D737B405 for ; Tue, 5 Jun 2001 06:15:02 -0700 (PDT) (envelope-from niek@wit379119.student.utwente.nl) Received: by wit379119.student.utwente.nl (Postfix, from userid 1000) id C61335D35; Tue, 5 Jun 2001 14:15:25 +0200 (CEST) Date: Tue, 5 Jun 2001 14:15:25 +0200 From: Niek Bergboer To: freebsd-stable@freebsd.org Subject: Re: smbfs: disconnected servers Message-ID: <20010605141525.D66239@wit379119.student.utwente.nl> Reply-To: niek@bergboer.net References: <20010530103558.A31220@wit379119.student.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bp@butya.kz on Tue, Jun 05, 2001 at 12:17:03PM +0700 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 When exactly has this funcionality (both 1 and 2) been implemented? Since the latest MFC (the one that required LIBICONV and MCHAINS in the kernel config)? Or has it been around longer? Niek On Tue, Jun 05, 2001 at 12:17:03PM +0700, Boris Popov wrote: > On Wed, 30 May 2001, Niek Bergboer wrote: > Hmm, strange. unmount command should work on the dead share. It > might take a while because some timeouts have to occur. > > > How difficult (and desirable) would it be to implement either one of > > the following two options in smbfs: > > > > 1. The ability to reconnect to a server: suppose a server switches > > off, and switches on again the following day. > > This is already done - a reconnect procedure happens after share > detected as dead. > > > 2. The ability to forcefully unmount the share on my local machine, to > > such an extent that if the server cannot be contacten within a > > specified amount of time, that the entry is bluntly deleted from the > > kernel's internal list of mounted filesystems (or something along > > those lines). > > As I said it should work, but there is always room for bugs :) > -- > Boris Popov -- Conscience doth make cowards of us all. -- Shakespeare To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 6:40:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 9670E37B405 for ; Tue, 5 Jun 2001 06:40:15 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 5 Jun 2001 14:40:03 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 157H2g-0000yo-00; Tue, 05 Jun 2001 14:38:42 +0100 Date: Tue, 5 Jun 2001 14:38:42 +0100 (BST) From: Jan Grant To: freebsd-stable Subject: vn/md/mfs and 5.0-release 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 If mfs is going the way of the dodo, I'd like to know how much work is going to be required to track stable across (say) the 5.0-release point. For instance, with a couple of lines in /etc/fstab /dev/ad0s4b none swap sw 0 0 /dev/ad0s4b /tmp mfs rw,nosuid,nodev,nosymfollow 0 0 I get a temporary swap-backed /tmp FS* recreated on boot. What is the new route to duplicate this kind of behaviour with md/vn-backed file systems? Is a line in fstab ever likely to suffice or am I going to have to write a small script to build the FS on boot? Cheers, jan * at least, it's always been my understanding that that's what this gives me. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk YKYBPTMRogueW... you try to move diagonally in vi. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 7:41:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 1A2D737B401 for ; Tue, 5 Jun 2001 07:41:40 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 93F612E461 for ; Tue, 5 Jun 2001 10:41:23 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.3) id f55EfNX43681; Tue, 5 Jun 2001 10:41:23 -0400 (EDT) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15132.61331.344021.262297@onceler.kciLink.com> Date: Tue, 5 Jun 2001 10:41:23 -0400 To: stable@freebsd.org Subject: XF86 not properly resetting text console scan frequency X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" 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 Yesterday, I got the urge to update my XF86 install on my workstation. I had been running the original XF86 installed by the 4.1-RELEASE CD-ROM. The system istelf has been kept up with 4-STABLE over time. The X server runs just fine; I didn't change any configurations for it. However, when I either exit X, or CTRL-ALT-F1 to go to the primary text console, the text mode switches, but then the monitor reports invalid scan frequency, and the text is smeared horizontally across the screen, flickering and scrolling upwards. I'm using the XF86_Mach64 server, as I was before. Has something changed? Could it be a compiler bug? My make.conf has CPU type set to p3. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 8:12: 0 2001 Delivered-To: freebsd-stable@freebsd.org Received: from kendra.ne.mediaone.net (kendra.ne.mediaone.net [24.218.227.234]) by hub.freebsd.org (Postfix) with ESMTP id 24B4A37B401 for ; Tue, 5 Jun 2001 08:11:50 -0700 (PDT) (envelope-from avatar+pop3@kew.com) Received: from xena (xena.hh.kew.com [192.168.203.148]) by kendra.ne.mediaone.net (Postfix) with SMTP id 218CA386B for ; Tue, 5 Jun 2001 11:11:49 -0400 (EDT) Message-ID: <019801c0edd1$d3726050$94cba8c0@xena> From: "Drew Derbyshire" To: References: <20010602193824.A47514@databits.net> <20010602194057.A48165@databits.net> Subject: Re: qpopper 4.0.2 vs 4.0.3 Date: Tue, 5 Jun 2001 11:11:41 -0400 Organization: Kendra Electronic Wonderworks (http://www.kew.com/kendra) 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.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 Odd, cvsup3.freebsd.org still has the old one (Tues 6/5, 11 AM EDT). :-( From: "Pete Fritchman" > Actually, I just got to my cvs mailbox, and it looks like the update was > committed just a bit ago: > > kris 2001/06/02 14:15:12 PDT > > Modified files: > mail/qpopper Makefile distinfo > Log: > Jump back on the qpopper rollercoaster ride of doom and upgrade to 4.0.3, > fixing another buffer overflow. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 8:17:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from malkavian.org (malkavian.org [206.136.132.23]) by hub.freebsd.org (Postfix) with ESMTP id 032CE37B405 for ; Tue, 5 Jun 2001 08:17:33 -0700 (PDT) (envelope-from rbw@myplace.org) Received: (from rbw@localhost) by malkavian.org (8.11.3/8.11.1) id f55FH5q51574; Tue, 5 Jun 2001 11:17:05 -0400 (EDT) (envelope-from rbw@myplace.org) Date: Tue, 5 Jun 2001 08:17:05 -0700 From: "brian j. peterson" To: "Thomas T. Veldhouse" , freebsd-stable@FreeBSD.org Subject: Re: UDMA mode on ATAPI CDROM? Message-ID: <20010605081705.C7290@malkavian.org> Mail-Followup-To: "Thomas T. Veldhouse" , freebsd-stable@FreeBSD.org References: <20010604232621.A7290@malkavian.org> <002b01c0edc0$955b5b70$3028680a@tgt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002b01c0edc0$955b5b70$3028680a@tgt.com>; from veldy@veldy.net on Tue, Jun 05, 2001 at 08:08:15AM -0500 X-URL: http://rbw.myplace.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 Tue, Jun 05, 2001 at 08:08:15AM -0500, Thomas T. Veldhouse wrote: > Thanks. I wouldn't have known about the man pages as it is not a "device" > per se and it is not a command. The sysctl is read only. It needs to be in > /boot/loader.conf and a reboot is necessary. you should be able to change the sysctl value on the fly for at least hw.atamodes. for example, % sysctl -w hw.atamodes=dma,pio,dma,---, this would force DMA for the first and third ATA devices and PIO for the second. the fourth isn't present, so it gets "---". i've never tried to change PIO to DMA for an ATAPI device (like a CD-ROM drive), but i *have* successfully done it for hard drives without a reboot. (of course, you have to be root when running the 'sysctl -w' command.) ymmv. too bad they didn't name this sysctl value "hw.ata.modes" to be like the other hw.ata values. i suppose there is probably a reason that isn't readily apparent. -brian > ----- Original Message ----- > From: "brian j. peterson" > To: "Thomas T. Veldhouse" > Sent: Tuesday, June 05, 2001 1:26 AM > Subject: Re: UDMA mode on ATAPI CDROM? > > > > read 'man 4 ata'. it's very helpful. =) > > > > also, 'sysctl hw.ata' will show you the relevant sysctl values. > > > > -brian > > > > On Mon, Jun 04, 2001 at 10:57:11PM -0500, Thomas T. Veldhouse wrote: > > > How do I set my ATAPI CDROM to UDMA mode these days? First it was a > > > kernel option, then it was an option in /boot/loader.conf, now I can not > > > find the option at all. I recall mention of a atactl, but there does > not > > > appear to be such a thing in stable. Can anybody enlighten me on this > > > puzzling change? > > > > > > Thanks in advance, > > > > > > Tom Veldhouse > > > veldy@veldy.net -- --===-----=======-----------=============-----------------=================== | rbw aka bjp | god's final message to his creation: | | rbw@myplace.org | we apologize for the inconvenience. | ===================-----------------=============-----------=======-----===-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 8:35:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 73F3F37B405 for ; Tue, 5 Jun 2001 08:35:24 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id IAA02947; Tue, 5 Jun 2001 08:33:55 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200106051533.IAA02947@gndrsh.dnsmgr.net> Subject: Re: time_t definition is worng In-Reply-To: <200106050049.f550nMv72296@drugs.dv.isc.org> from "Mark.Andrews@nominum.com" at "Jun 5, 2001 10:49:22 am" To: Mark.Andrews@nominum.com Date: Tue, 5 Jun 2001 08:33:55 -0700 (PDT) Cc: peter@dataloss.net (Peter van Dijk), freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] 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 I know this thread is long and twisting, but the point made by this person is so often overlooked I though a reimphasis by another person who was around when we (programmers) first started thinking about Y2K as a bug... > > The fix for the epoch problem is to have time64() or similar. > time_t is badly defined. It should be allowed to die. > As a developer I have to kludge around the 2038 problem today. > > You want to know what make Y2K a problem. People who were > to short sighted to see the problem early and correct it > early. 2038 in much bigger than Y2K. The sooner there is > a solution to 2038 the better. As a young programmer/hacker in the 1970's I had first hand experience with the Y2K issue while playing with long term loan payment charts, yea, we made that code use 4 digit years, and said, fine we have 20+ years to fix the other Y2k issues... well... no one really started fixing them until 1995, and most didn't start until 1998, let us learn from history and not repeat this mad crunch!!! Bite the freaking bullet and make time_t long long across all platforms NOW!! Yes, you'll have to fix ufs, and probably a lot of things that we haven't even thought of, but NOW is the time to start, not in 20 years!! -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 8:41:21 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 7B8DA37B405 for ; Tue, 5 Jun 2001 08:41:14 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f55FfCL24795; Tue, 5 Jun 2001 08:41:12 -0700 Date: Tue, 5 Jun 2001 08:41:12 -0700 From: Brooks Davis To: "Thomas T. Veldhouse" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: UDMA mode on ATAPI CDROM? Message-ID: <20010605084112.A23732@Odin.AC.HMC.Edu> References: <20010604210714.B9874@Odin.AC.HMC.Edu> <001a01c0edc0$524548f0$3028680a@tgt.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001a01c0edc0$524548f0$3028680a@tgt.com>; from veldy@veldy.net on Tue, Jun 05, 2001 at 08:06:22AM -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 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 05, 2001 at 08:06:22AM -0500, Thomas T. Veldhouse wrote: > Is this documented anywhere? $ man ata -- 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 --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7HP2XXY6L6fI4GtQRAuNtAJ4kGgLXzQh+gSz+e/m9KnXw3eOhhwCfUOJs kx8i9xk6KSD6Cj+7ixC3bP0= =QX7T -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 8:56:38 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 0409037B403 for ; Tue, 5 Jun 2001 08:56:36 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id IAA25537; Tue, 5 Jun 2001 08:56:03 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda25535; Tue Jun 5 08:55:56 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.4/8.9.1) id f55Ftq501562; Tue, 5 Jun 2001 08:55:52 -0700 (PDT) Received: from UNKNOWN(10.1.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdfi1560; Tue Jun 5 08:55:39 2001 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.4/8.9.1) id f55FtaT80880; Tue, 5 Jun 2001 08:55:36 -0700 (PDT) Message-Id: <200106051555.f55FtaT80880@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdA80876; Tue Jun 5 08:55:18 2001 X-Mailer: exmh version 2.3.1 01/18/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: Vivek Khera Cc: stable@FreeBSD.ORG Subject: Re: XF86 not properly resetting text console scan frequency In-reply-to: Your message of "Tue, 05 Jun 2001 10:41:23 EDT." <15132.61331.344021.262297@onceler.kciLink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Jun 2001 08:55:18 -0700 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 <15132.61331.344021.262297@onceler.kciLink.com>, Vivek Khera writes: > Yesterday, I got the urge to update my XF86 install on my > workstation. I had been running the original XF86 installed by the > 4.1-RELEASE CD-ROM. The system istelf has been kept up with 4-STABLE > over time. > > The X server runs just fine; I didn't change any configurations for > it. However, when I either exit X, or CTRL-ALT-F1 to go to the > primary text console, the text mode switches, but then the monitor > reports invalid scan frequency, and the text is smeared horizontally > across the screen, flickering and scrolling upwards. > > I'm using the XF86_Mach64 server, as I was before. Are you sure? Whenever I had this problem under XF86 3.3.6, X -> XF86_SVGA. > > Has something changed? Could it be a compiler bug? My make.conf has > CPU type set to p3. 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, ISTA 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 Jun 5 9:11:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id D45DC37B405 for ; Tue, 5 Jun 2001 09:11:03 -0700 (PDT) (envelope-from never@mail.uic-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f55GC4712012; Tue, 5 Jun 2001 19:12:07 +0300 (EEST) (envelope-from never@mail.uic-in.net) Received: (from never@localhost) by mail.uic-in.net (8.11.3/8.11.3) id f55DL4S64574; Tue, 5 Jun 2001 16:21:04 +0300 (EEST) (envelope-from never) Date: Tue, 5 Jun 2001 16:21:04 +0300 From: "Alexandr P. Kovalenko" To: Ron Klinkien Cc: stable@FreeBSD.org, Pete French Subject: Re: SMBFS on latest stable Message-ID: <20010605162104.C25055@uic-in.net> References: <018101c0edb2$49ff3ec0$9601a8c0@denhartogh.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <018101c0edb2$49ff3ec0$9601a8c0@denhartogh.nl>; from ron@zappa.demon.nl on Tue, Jun 05, 2001 at 01:25:25PM +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 Hello, Ron Klinkien! On Tue, Jun 05, 2001 at 01:25:25PM +0200, you wrote: > I found one bug, and that is that I can mount the same share twice > at the same mountpoint... The same thing here on 4.3-RELEASE with nfs: # df | grep never 10.0.0.32:/usr/home/never 33646070 17576388 13377997 57% /usr/home/never 10.0.0.32:/usr/home/never 33646070 17576388 13377997 57% /usr/home/never -- NEVE-RIPE ICQ: 36925929 http://www.nevermind.kiev.ua/ Powered by caffeine. Made with beer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 9:17:36 2001 Delivered-To: freebsd-stable@freebsd.org Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 18FEF37B401 for ; Tue, 5 Jun 2001 09:17:34 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id BB1372E462 for ; Tue, 5 Jun 2001 12:17:29 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.3) id f55GHTt00207; Tue, 5 Jun 2001 12:17:29 -0400 (EDT) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15133.1561.481485.312365@onceler.kciLink.com> Date: Tue, 5 Jun 2001 12:17:29 -0400 To: stable@FreeBSD.ORG Subject: Re: XF86 not properly resetting text console scan frequency In-Reply-To: <200106051555.f55FtaT80880@cwsys.cwsent.com> References: <15132.61331.344021.262297@onceler.kciLink.com> <200106051555.f55FtaT80880@cwsys.cwsent.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" 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 >>>>> "CS" == Cy Schubert <- ITSD Open Systems Group > writes: >> I'm using the XF86_Mach64 server, as I was before. CS> Are you sure? Whenever I had this problem under XF86 3.3.6, X -> CS> XF86_SVGA. Yep. [onceler]% ls -l /usr/X11R6/bin/X* lrwxr-xr-x 1 root wheel 11 Jun 5 10:04 /usr/X11R6/bin/X@ -> XF86_Mach64 -rwxr-xr-x 1 root wheel 1279968 Jun 4 18:05 /usr/X11R6/bin/XF86Setup* -rwxr-xr-x 1 root wheel 2065867 Jun 4 18:05 /usr/X11R6/bin/XF86_Mach64* -rwxr-xr-x 1 root wheel 3489339 Jun 4 18:05 /usr/X11R6/bin/XF86_SVGA* -rwxr-xr-x 1 root wheel 1912837 Jun 4 18:05 /usr/X11R6/bin/XF86_VGA16* -rwxr-xr-x 1 root wheel 27499 Jun 4 18:04 /usr/X11R6/bin/Xmark* -rwxr-xr-x 1 root wheel 1239704 Jun 4 18:05 /usr/X11R6/bin/Xnest* -rwxr-xr-x 1 root wheel 3098883 Jun 4 18:05 /usr/X11R6/bin/Xprt* -rwxr-xr-x 1 root wheel 3051288 Jun 4 18:05 /usr/X11R6/bin/Xvfb* -r-xr-xr-x 1 root wheel 1066096 Mar 9 12:28 /usr/X11R6/bin/Xvnc* -rws--x--x 1 root wheel 7573 Jun 4 18:05 /usr/X11R6/bin/Xwrapper* "top" specifies "XF86_Mach64" as my most busy process, even ;-) 99759 root 2 0 20168K 19216K select 3:54 3.08% 3.08% XF86_Mach64 it is fired up from kdm. Initially, when X installed, X -> XF86_SVGA, but I fixed the link, killed XF86_SVGA and kdm restarded XF86_Mach64. But now I still get busted video modes on text consoles. Do I need a reboot? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 9:26:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sj-msg-core-4.cisco.com (sj-msg-core-4.cisco.com [171.71.163.10]) by hub.freebsd.org (Postfix) with ESMTP id 9645037B405; Tue, 5 Jun 2001 09:26:16 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-4.cisco.com (8.11.3/8.9.1) with ESMTP id f55GQNU20536; Tue, 5 Jun 2001 09:26:23 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.3) id f55GNkd04000; Tue, 5 Jun 2001 09:23:46 -0700 (PDT) (envelope-from bmah) Message-Id: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 To: freebsd-stable@freebsd.org, freebsd-doc@freebsd.org Cc: bmah@freebsd.org Subject: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed From: bmah@freebsd.org (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_1304933398P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 05 Jun 2001 09:23:46 -0700 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_1304933398P Content-Type: text/plain; charset=us-ascii Hi all-- RELNOTESng is now the default for 4-STABLE release builds. Floppy images get TXT renderings only, while the CDROM and FTP areas get both TXT and HTML. The NODOC make variable (used to disable doc building) will also disable release note building (i.e. for minimal release builds). For more information, please see src/release/doc/README. Please also note that the old *.TXT files that used to contain the release notes and other release documentation are now gone from 4-STABLE, with a README in the src/release/texts directory to redirect anyone who was expecting the release notes there. For now, HTML, PDF, and TXT renderings of the release documentation can be found at: http://people.freebsd.org/~bmah/relnotes/ We're hoping to get these automatically rendered as a part of the Web site builds Real Soon Now. Bruce. --==_Exmh_1304933398P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7HQeS2MoxcVugUsMRAgqSAKDFhLIGKKL2sozJnlYtehR25ZweBwCfRB02 m187vAgj2XP9RUs8pQIf80s= =mmK9 -----END PGP SIGNATURE----- --==_Exmh_1304933398P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 9:46:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.88]) by hub.freebsd.org (Postfix) with ESMTP id F00FD37B409 for ; Tue, 5 Jun 2001 09:46:30 -0700 (PDT) (envelope-from mcomb@mac.com) Received: by smtpout.mac.com; Tue, 5 Jun 2001 09:45:14 -0700 (PDT) Received: from asmtp02.mac.com ([10.13.10.66]) by smtp-relay02.mac.com (Netscape Messaging Server 4.15) with ESMTP id GEGUJD00.I5I for ; Tue, 5 Jun 2001 09:45:13 -0700 Received: from [192.168.1.204] ([209.11.133.218]) by asmtp02.mac.com (Netscape Messaging Server 4.15 asmtp02 May 31 2001 13:52:57) with ESMTP id GEGUJD00.L04 for ; Tue, 5 Jun 2001 09:45:13 -0700 Mime-Version: 1.0 X-Sender: mcomb@mail.mac.com (Unverified) Message-Id: Date: Tue, 5 Jun 2001 09:41:53 -0700 To: freebsd-stable@freebsd.org From: Mike Comb Subject: umodem/Ricochet problems 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 Hi, I am not sure if this is the proper list for this. Please mail me privately if I should take this elsewhere. I am having problems with the umodem driver with a Ricochet GS USB modem under stable (built June 3). The modem is new so I don't know if this is a new problem. When the modem disconnects (ISP disconnects me or I go out of range) FreeBSD crashes with this output... ----------------------- Jun 4 19:35:14 grovelaptop /kernel: Fatal trap 12: page fault while in kernel mode Jun 4 19:35:14 grovelaptop /kernel: fault virtual address = 0x14 Jun 4 19:35:14 grovelaptop /kernel: fault code = supervisor read, page not present Jun 4 19:35:14 grovelaptop /kernel: instruction pointer = 0x8:0xc0176f87 Jun 4 19:35:14 grovelaptop /kernel: stack pointer = 0x10:0xc88f0d4c Jun 4 19:35:14 grovelaptop /kernel: frame pointer = 0x10:0xc88f0d64 Jun 4 19:35:14 grovelaptop /kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Jun 4 19:35:14 grovelaptop /kernel: = DPL 0, pres 1, def32 1, gran 1 Jun 4 19:35:14 grovelaptop /kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Jun 4 19:35:14 grovelaptop /kernel: current process = 485 (ppp) Jun 4 19:35:14 grovelaptop /kernel: interrupt mask = none Jun 4 19:35:14 grovelaptop /kernel: trap number = 12 Jun 4 19:35:14 grovelaptop /kernel: panic: page fault Jun 4 19:35:14 grovelaptop /kernel: Jun 4 19:35:14 grovelaptop /kernel: syncing disks... 10 4 Jun 4 19:35:14 grovelaptop /kernel: done Jun 4 19:35:14 grovelaptop /kernel: Uptime: 22m32s Jun 4 19:35:14 grovelaptop /kernel: Automatic reboot in 15 seconds - press a key on the console to abort ------------------- Can anyone tell me where to go from here? The kernel is basically GENERIC + umodem - NIC support. Please CC my on any replies as I am a digester. Thanks, -Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 9:47: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 5B50A37B406 for ; Tue, 5 Jun 2001 09:46:59 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f55Gkm046015; Tue, 5 Jun 2001 09:46:48 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f55GklP42107; Tue, 5 Jun 2001 09:46:47 -0700 (PDT) (envelope-from jdp) Date: Tue, 5 Jun 2001 09:46:47 -0700 (PDT) Message-Id: <200106051646.f55GklP42107@vashon.polstra.com> To: stable@freebsd.org From: John Polstra Cc: avatar+pop3@kew.com Subject: Re: qpopper 4.0.2 vs 4.0.3 In-Reply-To: <019801c0edd1$d3726050$94cba8c0@xena> References: <20010602193824.A47514@databits.net> <20010602194057.A48165@databits.net> <019801c0edd1$d3726050$94cba8c0@xena> Organization: Polstra & Co., Seattle, WA 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 <019801c0edd1$d3726050$94cba8c0@xena>, Drew Derbyshire wrote: > Odd, cvsup3.freebsd.org still has the old one (Tues 6/5, 11 AM EDT). :-( > > From: "Pete Fritchman" > > Actually, I just got to my cvs mailbox, and it looks like the update was > > committed just a bit ago: > > > > kris 2001/06/02 14:15:12 PDT > > > > Modified files: > > mail/qpopper Makefile distinfo > > Log: > > Jump back on the qpopper rollercoaster ride of doom and upgrade to > 4.0.3, > > fixing another buffer overflow. I just grabbed it from there and it looks fully up-to-date to me. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 10:30:57 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 743E037B405 for ; Tue, 5 Jun 2001 10:30:53 -0700 (PDT) (envelope-from olli@lurza.secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.9.3/8.9.3) id TAA89438; Tue, 5 Jun 2001 19:30:52 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Date: Tue, 5 Jun 2001 19:30:52 +0200 (CEST) Message-Id: <200106051730.TAA89438@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG Reply-To: freebsd-stable@FreeBSD.ORG Subject: Re: /usr/bin/host doesn't work in jail ...? In-Reply-To: <200106051225.OAA74361@lurza.secnetix.de> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.1-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 Sorry for replying to myself ... Oliver Fromme wrote: > Gerhard Sittig wrote: > > BTW: Wasn't there a bug in the gnats database about processes > > failing (forgetting) to bind(2) their sockets to an address? > > Search the PRs for "jail" to see if it's been fixed since. > > Oh, hm, that might be it. host and nslookup don't use > bind(). > > I'll dig into the source, add a bind() and see if that > changes anything. *sigh* There should be a sysctl or > something so that it binds automatically inside jails > if necessary. I guess host/nslookup are not the only > programs which have problems ... :-( > > Maybe I find a possibility when looking at the kernel > sources involved. In fact, I found out that a bind is performed internally when a connect is done inside a prison and the socket has not been bound before. That code (for UDP) is at the beginning of in_pcbconnect() in sys/netinet/in_pcb.c. Now the interesting thing is: I added two lines to that code for debugging. Rebuilt kernel, rebooted, and -- now host(1) and nslookup(1) DO work fine inside a jail. Then I removed the printfs again, rebuilt, rebooted -- it still works. Even though it should be the same code as initially. --> ?!? I would _really_ like to know what was going on. Just to be sure that it cannot happen again. :-( Maybe some strange compiler bug? (I'm working on an Alpha/AXP box, by the way, not i386.) 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 Tue Jun 5 10:31:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from roam.psg.com (H-135-207-10-176.research.att.com [135.207.10.176]) by hub.freebsd.org (Postfix) with ESMTP id 0608F37B408 for ; Tue, 5 Jun 2001 10:31:20 -0700 (PDT) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.22 #1) id 157Kew-0000wd-00 for freebsd-stable@freebsd.org; Tue, 05 Jun 2001 13:30:26 -0400 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Stable Subject: cooked/raw ad0 Message-Id: Date: Tue, 05 Jun 2001 13:30:26 -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 upgraded to latest -stable. it seems not to differentiate between cooked and raw ata. i.e. # ls -l /dev/ad0 /dev/rad0 crw-r----- 2 root operator 116, 0x00010002 Jun 4 02:04 /dev/ad0 crw-r----- 2 root operator 116, 0x00010002 Jun 4 02:04 /dev/rad0 which seems to be causing havoc with vmware, which wants a raw disk. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 10:38:17 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 2015837B401 for ; Tue, 5 Jun 2001 10:38:15 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 157KmU-000339-00 for freebsd-stable@freebsd.org; Tue, 05 Jun 2001 13:38:14 -0400 Date: Tue, 5 Jun 2001 13:38:13 -0400 From: Peter Radcliffe To: FreeBSD Stable Subject: Re: cooked/raw ad0 Message-ID: <20010605133813.F14469@pir.net> Reply-To: freebsd-stable@freebsd.org Mail-Followup-To: FreeBSD Stable 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 randy@psg.com on Tue, Jun 05, 2001 at 01:30:26PM -0400 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 Randy Bush probably said: > upgraded to latest -stable. it seems not to differentiate between cooked > and raw ata. i.e. > > # ls -l /dev/ad0 /dev/rad0 > crw-r----- 2 root operator 116, 0x00010002 Jun 4 02:04 /dev/ad0 > crw-r----- 2 root operator 116, 0x00010002 Jun 4 02:04 /dev/rad0 This has been true for some time. crw-r----- 2 root operator 116, 0x00010002 Mar 21 02:40 /dev/ad0 crw-r----- 2 root operator 116, 0x00010002 Mar 21 02:40 /dev/rad0 > which seems to be causing havoc with vmware, which wants a raw disk. vmware is working fine for me. Did you remove and reinstall the vmware port when you upgraded the machine ? I have a plain disk set to /dev/hda; brw-rw-r-- 1 root wheel 0, 0x00010002 Apr 25 01:36 /usr/compat/linux/dev/hda P. -- pir pir@pir.net pir@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 Tue Jun 5 10:49:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.236.200]) by hub.freebsd.org (Postfix) with ESMTP id 651CE37B401 for ; Tue, 5 Jun 2001 10:49:11 -0700 (PDT) (envelope-from allbery@ece.cmu.edu) Received: from vpn16.ece.cmu.edu (cqvefv@DYN-76-237.WV.CC.CMU.EDU [128.2.76.237]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id f55HnAg18689 for ; Tue, 5 Jun 2001 13:49:10 -0400 (EDT) Date: Tue, 05 Jun 2001 13:49:10 -0400 From: "Brandon S. Allbery KF8NH" To: freebsd-stable@FreeBSD.ORG Subject: Re: cooked/raw ad0 Message-ID: <56850000.991763350@vpn16.ece.cmu.edu> In-Reply-To: <20010605133813.F14469@pir.net> References: <20010605133813.F14469@pir.net> X-Mailer: Mulberry/2.1.0a6 (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, June 05, 2001 13:38:13 -0400, Peter Radcliffe wrote: +----- | > which seems to be causing havoc with vmware, which wants a raw disk. | | vmware is working fine for me. Did you remove and reinstall the vmware | port when you upgraded the machine ? | | I have a plain disk set to /dev/hda; +--->8 Sounds to me like he's trying to use a VMware "raw disk", which is documented to not work (it expects Linux major numbers). -- 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 Tue Jun 5 11: 2:58 2001 Delivered-To: freebsd-stable@freebsd.org Received: from melete.ch.intel.com (chfdns02.ch.intel.com [143.182.246.25]) by hub.freebsd.org (Postfix) with ESMTP id A25D637B401 for ; Tue, 5 Jun 2001 11:02:54 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by melete.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.39 2001/05/18 00:47:02 root Exp $) with ESMTP id SAA28643; Tue, 5 Jun 2001 18:02:49 GMT Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.14 2001/01/02 18:39:59 steved Exp $) with ESMTP id LAA12895; Tue, 5 Jun 2001 11:02:48 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id OAA09625; Tue, 5 Jun 2001 14:02:45 -0400 (EDT) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15133.7877.604341.462415@hip186.ch.intel.com> Date: Tue, 5 Jun 2001 11:02:45 -0700 To: stable@freebsd.org Subject: Re: XFree86-4.1 appears to be broken X-Mailer: VM 6.92 under Emacs 20.7.2 Cc: John Merryweather Cooper 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, here's another datapoint on building XFree86 4.1. I freshly CVSup'ed ports this morning, answered "YES" to all build questions (including building the fonts), and ... (hours later) Tue Jun 5 10:25:11 MST 2001 Full build of Release 6.5 of the X Window System complete. success. I haven't deleted previous X install and installed this one yet, but I wanted to add my data point that it's "working for me." -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, (space for rent, cheap!) | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 11: 9: 1 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns1.pilikia.net (ns1.pilikia.net [63.173.194.12]) by hub.freebsd.org (Postfix) with ESMTP id D23E737B405 for ; Tue, 5 Jun 2001 11:08:50 -0700 (PDT) (envelope-from art@pilikia.net) Received: from gecko (gecko.local.net [10.25.0.9]) by ns1.pilikia.net (8.11.3/8.11.3) with ESMTP id f55I8V263266; Tue, 5 Jun 2001 08:08:32 -1000 (HST) (envelope-from art@pilikia.net) Message-ID: <200106050808320960.083249E5@smtp> In-Reply-To: <001a01c0edc0$524548f0$3028680a@tgt.com> References: <20010604210714.B9874@Odin.AC.HMC.Edu> <001a01c0edc0$524548f0$3028680a@tgt.com> X-Mailer: Calypso Version 3.20.02.00 (3) Date: Tue, 05 Jun 2001 08:08:32 -1000 Reply-To: art@pilikia.net From: "Arthur W. Neilson III" To: "Thomas T. Veldhouse" Cc: freebsd-stable@freebsd.org Subject: Re: UDMA mode on ATAPI CDROM? Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by AMaViS/NAI-uvscan-4.14 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 How about ata(1), RTM man ata On 6/5/01 at 8:06 AM Thomas T. Veldhouse wrote: > >Is this documented anywhere? > >Thanks for you help. > >Tom Veldhouse >veldy@veldy.net > >----- Original Message ----- >From: "Brooks Davis" >To: "Thomas T. Veldhouse" >Cc: >Sent: Monday, June 04, 2001 11:07 PM >Subject: Re: UDMA mode on ATAPI CDROM? > >On Mon, Jun 04, 2001 at 10:57:11PM -0500, Thomas T. Veldhouse wrote: >> How do I set my ATAPI CDROM to UDMA mode these days? First it was a >> kernel option, then it was an option in /boot/loader.conf, now I can not >> find the option at all. I recall mention of a atactl, but there does= not >> appear to be such a thing in stable. Can anybody enlighten me on this >> puzzling change? > >Add the following to /boot/loader.conf > >hw.ata.atapi_dma=3D1 > >atactl has not been merged yet. > >-- Brooks > >-- >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 > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message -- __ / ) _/_ It is a capital mistake to theorise before one has data. /--/ __ / Insensibly one begins to twist facts to suit theories, / (_/ (_<__ Instead of theories to suit facts. -- Sherlock Holmes, "A Scandal in Bohemia" Arthur W. Neilson III, WH7N - FISTS #7448 Bank of Hawaii Tech Support http://www.pilikia.net art@pilikia.net, aneilson@boh.com, wh7n@arrl.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 11:26:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from kendra.ne.mediaone.net (kendra.ne.mediaone.net [24.218.227.234]) by hub.freebsd.org (Postfix) with ESMTP id 844DC37B401; Tue, 5 Jun 2001 11:26:33 -0700 (PDT) (envelope-from avatar+pop3@kew.com) Received: from xena (xena.hh.kew.com [192.168.203.148]) by kendra.ne.mediaone.net (Postfix) with SMTP id 95A54385B; Tue, 5 Jun 2001 14:26:32 -0400 (EDT) Message-ID: <028d01c0eded$075fba00$94cba8c0@xena> From: "Drew Derbyshire" To: "John Polstra" Cc: , References: <20010602193824.A47514@databits.net> <20010602194057.A48165@databits.net> <019801c0edd1$d3726050$94cba8c0@xena> <200106051646.f55GklP42107@vashon.polstra.com> Subject: Re: qpopper 4.0.2 vs 4.0.3 Date: Tue, 5 Jun 2001 14:26:25 -0400 Organization: Kendra Electronic Wonderworks (http://www.kew.com/kendra) 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.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 [cc'ed to Wolfram because it may be a portcheckout issue.] John, Thanks for checking CVS directly. I tend to blow my leg off when I dive into CVS, so I working via portcheckout. Looking at it ... portcheckout didn't get the new version yet again. So I did: rm -fr ports/mail/qpopper/ before running portcheckout and portcheckout then automatically retrieved the correct version. portcheckout may be relying on a inappropriate CVS tag on disk written when the tar ball (from the 4.3 ISO install image) was unpacked, but I can't figure out the details of how/what/where. I tried portcheckout --release=HEAD on my second machine with the same (bad) results; I did the same "rm" and then as expected portcheckout got the new version. I can try this on additional machines if needed, but I think the items required for test is simply a) a CVS repository and b) the ports tree from the 4.3 install. If not portcheckout, it must be a problem between my keyboard and chair. :-) -ahd- ----- Original Message ----- From: "John Polstra" To: Cc: Sent: Tuesday, June 05, 2001 12:46 PM Subject: Re: qpopper 4.0.2 vs 4.0.3 > In article <019801c0edd1$d3726050$94cba8c0@xena>, > Drew Derbyshire wrote: > > Odd, cvsup3.freebsd.org still has the old one (Tues 6/5, 11 AM EDT). :-( > > > > From: "Pete Fritchman" > > > Actually, I just got to my cvs mailbox, and it looks like the update was > > > committed just a bit ago: > > > > > > kris 2001/06/02 14:15:12 PDT > > > > > > Modified files: > > > mail/qpopper Makefile distinfo > > > Log: > > > Jump back on the qpopper rollercoaster ride of doom and upgrade to > > 4.0.3, > > > fixing another buffer overflow. > > I just grabbed it from there and it looks fully up-to-date to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 11:34:16 2001 Delivered-To: freebsd-stable@freebsd.org Received: from kendra.ne.mediaone.net (kendra.ne.mediaone.net [24.218.227.234]) by hub.freebsd.org (Postfix) with ESMTP id EB33537B407 for ; Tue, 5 Jun 2001 11:34:11 -0700 (PDT) (envelope-from avatar+pop3@kew.com) Received: from xena (xena.hh.kew.com [192.168.203.148]) by kendra.ne.mediaone.net (Postfix) with SMTP id 2848C385B for ; Tue, 5 Jun 2001 14:34:11 -0400 (EDT) Message-ID: <029c01c0edee$18b52d20$94cba8c0@xena> From: "Drew Derbyshire" To: References: <200106051533.IAA02947@gndrsh.dnsmgr.net> Subject: Re: time_t definition is worng Date: Tue, 5 Jun 2001 14:34:03 -0400 Organization: Kendra Electronic Wonderworks (http://www.kew.com/kendra) 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.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 > Bite the freaking bullet and make time_t long long across all platforms > NOW!! Yes, you'll have to fix ufs, and probably a lot of things that > we haven't even thought of, but NOW is the time to start, not in 20 years!! Jeez. Don't break working code. Push for a fix of the UNIX epoch now if you want, but use a new typedef and new library calls. Then you don't break code which WILL work for another 26 years; also, you can search for time_t in the code and if you find it, you know you still have a problem in 2038. IPV6 support is rapidly getting into sources only because it didn't break every program on the planet using IPV4. Learn from the example. -ahd- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 11:51:51 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id EC0E837B403; Tue, 5 Jun 2001 11:51:39 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id B2F2C22B04; Tue, 5 Jun 2001 11:51:33 -0700 (PDT) Received: from beast.talarian.com (beast.talarian.com [10.4.10.6]) by moya.talarian.com (Postfix) with ESMTP id E1062CB; Tue, 5 Jun 2001 11:51:35 -0700 (PDT) Received: from quack.kfu.com (localhost [127.0.0.1]) by beast.talarian.com (8.11.3/8.11.3) with ESMTP id f55IpY795518; Tue, 5 Jun 2001 11:51:35 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3B1D2A36.2030405@quack.kfu.com> Date: Tue, 05 Jun 2001 11:51:34 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RELEASE i386; en-US; 0.8.1) Gecko/20010411 X-Accept-Language: en MIME-Version: 1.0 To: Stephan van Beerschoten Cc: Hajimu UMEMOTO , freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: post installworld cleanup (was Re: usr.sbin/pim6[sd]d will be removed soon.) References: <20010603.013827.112367504.ume@mahoroba.org> <20010605105226.A59565@enigma.whacky.net> 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 Stephan van Beerschoten wrote: > Here's a quick question that just popped into my mind. I cvsup my -stable and my -current box every night and every once in a while I install a new world. > > What happens with a (previously installed) /usr/sbin/pim6[sd]d ? Will 'make (install)world' remove it ? > If not, what system is in place (if any) to accomplish this in order to get a really clean system ? > > Mm.. I feel VERY newbie-like by asking this, because I use FBSD over 3 years now, but I hope someone will help me out with an answer on this. > > With regards, > Stephan van Beerschoten > After installworlds I routinely do an ls -altr on "the usual suspects", which for me include: /bin, /sbin, /usr/bin, /usr/sbin, /usr/libexec and /usr/lib. /usr/lib must be done carefully. If it matches (this is a regex) lib\..*\.so\.[0-9]+ then you should move it into /usr/lib/compat rather than delete it. Just deleting them will cause any programs in /usr/X11R6 or /usr/local that were linked against the old libraries to stop working. /usr/libexec/ld.so* also sometimes appear to be out of date but really aren't. One of them is the a.out ld.so and if you have 1.x compat libraries loaded you will need to leave that file alone despite it having a very old date. Anything else that is older than the starting time of the last 'make installworld' in these directories can probably be deleted. For extra credit you can do this to /usr/share/man/man* as well. It also may not be a bad idea to rm -f /usr/share/man/cat*/* to make doubly sure that obsolete man pages don't show up. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 12: 3:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from easystreet.com (easystreet.com [206.26.36.40]) by hub.freebsd.org (Postfix) with ESMTP id 3E16537B401 for ; Tue, 5 Jun 2001 12:03:06 -0700 (PDT) (envelope-from jwatkins@firstplan.com) Received: from nightstalker ([206.129.94.230]) by easystreet.com (8.11.2/8.11.2) with SMTP id f55J35I18206 for ; Tue, 5 Jun 2001 12:03:05 -0700 (PDT) From: "Jason Watkins" To: "Freebsd-Stable" Subject: building apache from /usr/ports Date: Tue, 5 Jun 2001 12:02:56 -0700 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 V5.50.4522.1200 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 is it possible to build apache with my selection of modules (php, python and ruby) from the ports? I'm getting sick of manually maintaining the source when the ports and cvsup could be doing it for me. jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 12: 6:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 5426137B405 for ; Tue, 5 Jun 2001 12:06:34 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id CFB5610F411; Tue, 5 Jun 2001 14:06:29 -0500 (CDT) Date: Tue, 5 Jun 2001 14:06:29 -0500 From: "David W . Chapman Jr ." To: Jason Watkins Cc: Freebsd-Stable Subject: Re: building apache from /usr/ports Message-ID: <20010605140629.B15206@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: Jason Watkins , Freebsd-Stable 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 jwatkins@firstplan.com on Tue, Jun 05, 2001 at 12:02:56PM -0700 X-Operating-System: FreeBSD 4.3-STABLE 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 Tue, Jun 05, 2001 at 12:02:56PM -0700, Jason Watkins wrote: > is it possible to build apache with my selection of modules (php, python and > ruby) from the ports? I'm getting sick of manually maintaining the source > when the ports and cvsup could be doing it for me. > > jason > I'm not completely understanding what is your problem, you can install usr/ports/www/apache13 and then install usr/ports/www/mod_php4 and it works fine. -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 12: 8:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id DCB7037B406 for ; Tue, 5 Jun 2001 12:08:13 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 0C77810F411; Tue, 5 Jun 2001 14:08:16 -0500 (CDT) Date: Tue, 5 Jun 2001 14:08:15 -0500 From: "David W . Chapman Jr ." To: FreeBSD Stable Message-ID: <20010605140815.C15206@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: FreeBSD Stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-STABLE 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 Is chgrp outdated, or rather obsolete, in -stable? -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 12:18: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 11DE237B403 for ; Tue, 5 Jun 2001 12:17:56 -0700 (PDT) (envelope-from Gerhard.Sittig@gmx.net) Received: (qmail 27669 invoked by uid 0); 5 Jun 2001 19:17:54 -0000 Received: from p3ee20aa6.dip.t-dialin.net (HELO speedy.gsinet) (62.226.10.166) by mail.gmx.net (mail06) with SMTP; 5 Jun 2001 19:17:54 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id UAA17619 for freebsd-stable@FreeBSD.ORG; Tue, 5 Jun 2001 20:49:34 +0200 Date: Tue, 5 Jun 2001 20:49:34 +0200 From: Gerhard Sittig To: freebsd-stable@FreeBSD.ORG Subject: Re: /usr/bin/host doesn't work in jail ...? Message-ID: <20010605204934.B17514@speedy.gsinet> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20010604224217.A253@speedy.gsinet> <200106051225.OAA74361@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200106051225.OAA74361@lurza.secnetix.de>; from olli@secnetix.de on Tue, Jun 05, 2001 at 02:25:40PM +0200 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 Tue, Jun 05, 2001 at 14:25 +0200, Oliver Fromme wrote: > > Gerhard Sittig wrote: > > [ UDP communication doesn't work from inside jails ] > > > - does *any* UDP communication work from inside the jail (to > > itself and outside)? Can you play with /usr/ports/net/netcat? > > jail$ echo OHYES | nc -l -u -p 8080 > > jail$ echo HELLO | nc -w 1 -u $IP 8080 > > host$ echo HELLO | nc -w 1 -u $IP 8080 > > Fails the same inside the jail: > 86229 nc CALL connect(0x3,0x12005e060,0x10) > 86229 nc RET connect -1 errno 22 Invalid argument > > You're right, it semms to affect all UDP datagram sockets. > > [ ... ] > > > Can you dump the calling parameters? Does ktrace(1) provide this > > information? > > Unfortunately, it doesn't. Then I have a dumb - but becoming urgent - question: Which tools are available to programmers in FreeBSD for this purpose? I'm under the (fresh) impression of Linux' strace(1) nicely listing select(2) descriptor fields, read and written data, IP address structs, and the like, being capable of filtering ("qualifying") what's to be traced, summarizing (sort of profiling?), keeping the children's traces separate, etc. "man -k trace" and "man -a ktrace ptrace truss kdump" as well as "grep -i trace /usr/ports/INDEX" on a 4.3-STABLE box as of last Thursday couldn't shed any more light into the dark corner I'm feeling to be in ... :-/ Is there an alternative to "$CC -g" and gdb(1) I'm not aware of? Did I miss some ktrace(1)/kdump(1) option when reading their manpages? But I take it this combo is like profiling: quickly collecting minimal(?) data, writing in some proprietary format, and doing the expensive display formatting for the user later. While strace(1) is more like truss(1), printing "live" formatted data while the process is running and having access to the parameters for kind representation. Maybe that's what could be achieved with kdump's -m switch. Should kdump know even more function names and their parameter lists? Should ktrace collect more data? > > BTW: Wasn't there a bug in the gnats database about > > processes failing (forgetting) to bind(2) their sockets to > > an address? Search the PRs for "jail" to see if it's been > > fixed since. > > Oh, hm, that might be it. host and nslookup don't use bind(). > > I'll dig into the source, add a bind() and see if that changes > anything. *sigh* There should be a sysctl or something so > that it binds automatically inside jails if necessary. I guess > host/nslookup are not the only programs which have problems ... > :-( It's wasn't really failing communication AFAIR, but a bug in the IP stack using the host's(!) primary IP address as the sender's information. Although communication was initiated from within the jail it seemed to come from the host. This possibly made the traffic end in a packet filter's bit bucket. But the problem seemed to be rather uncommon from the response and age of the PR, many applications seem to use bind(2) -- or few admins seem to employ jails. And DNS always worked for me since I'm used to use djbdns and have the IPSEND setting available. :) > > > Oh by the way: When I enter the jail, the configuration > > > of the lo0 interface gets deleted (and I can't bring it > > > back within the jail): > > > > That's one of the design goals of a jail: to provide > > resources for manipulation only when they are available for > > the jailed process group exclusively > > I'm aware that it's perfectly OK that I can't manipulate lo0 > inside the jail. I'm just worried that it gets deleted as soon > as I enter the jail, because some things might need a correctly > configured lo0. That's when I was talking about the "failed _assumption_ that there always is some 'localhost' and '127.0.0.1' interface available under UNIX" in the PR I mentioned. *Not* having these is soooo hard to imagine an environment that I didn't get *any* reply from the samba community. Providing patches and offering to update them didn't matter. :( If I knew if the method I propose is promising and leads to something useful when applied to more networked apps I'd be willing to spend more time on it. But since I'm uncertain ... Here's a reference again for the interested reader, feedback is highly appreciated: http://www.freebsd.org/cgi/query-pr.cgi?pr=22316 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 Tue Jun 5 12:19: 3 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 6562237B40D for ; Tue, 5 Jun 2001 12:18:58 -0700 (PDT) (envelope-from dufberg@nic-se.se) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f55JIHO20404 for ; Tue, 5 Jun 2001 21:18:17 +0200 (CEST) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Tue, 5 Jun 2001 21:18:17 +0200 (CEST) From: Mats Dufberg To: Subject: Any patch for fxp driver? 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 As have been reported in this list the driver for the fxp device is broken in 4.3-RELEASE and -*-STABLE. It stops with SCB timeout messages. Could anyone advice any patch that will solve the problem? fxp - Intel EtherExpress Pro/100B ethernet device driver PCI Fast Ethernet adapters based on the Intel i82557 ethernet chip. Yours Mats ----------------------------------------------------------------- Mats Dufberg +46-8-545 857 06 dufberg@nic-se.se fax: +46-8-545 857 29 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 12:22:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id EC46637B401 for ; Tue, 5 Jun 2001 12:22:07 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D3A9C10F411; Tue, 5 Jun 2001 14:22:09 -0500 (CDT) Date: Tue, 5 Jun 2001 14:22:09 -0500 From: "David W . Chapman Jr ." To: Mats Dufberg Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Any patch for fxp driver? Message-ID: <20010605142209.C15350@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: Mats Dufberg , 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 dufberg@nic-se.se on Tue, Jun 05, 2001 at 09:18:17PM +0200 X-Operating-System: FreeBSD 4.3-STABLE 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 Tue, Jun 05, 2001 at 09:18:17PM +0200, Mats Dufberg wrote: > As have been reported in this list the driver for the fxp device is broken > in 4.3-RELEASE and -*-STABLE. It stops with SCB timeout messages. Could > anyone advice any patch that will solve the problem? > > fxp - Intel EtherExpress Pro/100B ethernet device driver > PCI Fast Ethernet adapters based on the Intel i82557 ethernet chip. > > It is not currently broken and I don't believe it was in 4.3-RELEASE, it broke about 3 weeks ago, but it has been fixed, do you have PNPOS=YES in the bios? -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 12:27:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from chills.apt202.net (sdsl-216-36-86-86.dsl.iad.megapath.net [216.36.86.86]) by hub.freebsd.org (Postfix) with ESMTP id BA8E537B401 for ; Tue, 5 Jun 2001 12:27:12 -0700 (PDT) (envelope-from john@apt202.net) Received: by chills.apt202.net (Postfix, from userid 1000) id 00CCA16928; Tue, 5 Jun 2001 15:27:18 -0500 (EST) Date: Tue, 5 Jun 2001 15:27:18 -0500 From: John Cappiello To: freebsd-stable@freebsd.org Subject: Re: building apache from /usr/ports Message-ID: <20010605152718.A21889@localhost> Reply-To: johncappiello@email.com Mail-Followup-To: John Cappiello , freebsd-stable@freebsd.org References: <20010605140629.B15206@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010605140629.B15206@leviathan.inethouston.net>; from dwcjr@inethouston.net on Tue, Jun 05, 2001 at 02:06:29PM -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 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I think I see where he's going with this, and this is something I've been w= ondering too. If I'm wrong excuse me for jumping in the conversation. How does one go about maintaining a build of apache with Mod_perl (for exam= ple) compiled into the binary instead of installed as a module, through por= ts? Thanks, John On Tue, Jun 05, 2001 at 02:06:29PM -0500, David W . Chapman Jr . wrote: > On Tue, Jun 05, 2001 at 12:02:56PM -0700, Jason Watkins wrote: > > is it possible to build apache with my selection of modules (php, pytho= n and > > ruby) from the ports? I'm getting sick of manually maintaining the sour= ce > > when the ports and cvsup could be doing it for me. > >=20 > > jason > >=20 > I'm not completely understanding what is your problem, you can=20 > install usr/ports/www/apache13 and then install=20 > usr/ports/www/mod_php4 and it works fine. >=20 > --=20 > David W. Chapman Jr. >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message >=20 --=20 email: johncappiello@email.com mobile: pagejohn@apt202.net --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7HUCm7tlm0/lPd78RAsfNAJ0eN4osG0rvRaOOVH3WEEG+j9ahUwCeOh0W KYINN2h8/mZwCEEw7xN9Duc= =1LJm -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 12:31: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from imr2.ericy.com (imr2.ericy.com [12.34.240.68]) by hub.freebsd.org (Postfix) with ESMTP id 92A4237B401 for ; Tue, 5 Jun 2001 12:30:56 -0700 (PDT) (envelope-from Antoine.Beaupre@ericsson.ca) Received: from mr5.exu.ericsson.se (mr5att.ericy.com [138.85.92.13]) by imr2.ericy.com (8.11.3/8.11.3) with ESMTP id f55JUl829431; Tue, 5 Jun 2001 14:30:47 -0500 (CDT) Received: from noah.lmc.ericsson.se (noah.lmc.ericsson.se [142.133.1.1]) by mr5.exu.ericsson.se (8.11.3/8.11.3) with ESMTP id f55JUkp01928; Tue, 5 Jun 2001 14:30:46 -0500 (CDT) Received: from lmc35.lmc.ericsson.se (lmc35.lmc.ericsson.se [142.133.16.175]) by noah.lmc.ericsson.se (8.11.2/8.9.2) with ESMTP id f55JUlG01458; Tue, 5 Jun 2001 15:30:48 -0400 (EDT) Received: by lmc35.lmc.ericsson.se with Internet Mail Service (5.5.2653.19) id ; Tue, 5 Jun 2001 15:33:40 -0400 Received: from lmc.ericsson.se (lmcpc100455.pc.lmc.ericsson.se [142.133.23.150]) by LMC37.lmc.ericsson.se with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id MKHCNGA6; Tue, 5 Jun 2001 15:32:02 -0400 From: "Antoine Beaupre (LMC)" To: Nick Sayer Cc: freebsd-stable@freebsd.org Message-ID: <3B1D33AF.DD23180C@lmc.ericsson.se> Date: Tue, 05 Jun 2001 15:31:59 -0400 Organization: LMC, Ericsson Research Canada X-Mailer: Mozilla 4.7 [en]C-CCK-MCD (WinNT; U) X-Accept-Language: en,fr-CA,fr MIME-Version: 1.0 Subject: Re: post installworld cleanup (was Re: usr.sbin/pim6[sd]d will be removed soon.) References: <20010603.013827.112367504.ume@mahoroba.org> <20010605105226.A59565@enigma.whacky.net> <3B1D2A36.2030405@quack.kfu.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 [CCs trimmed] Nick Sayer wrote: > > Stephan van Beerschoten wrote: > > > What happens with a (previously installed) /usr/sbin/pim6[sd]d ? It lives forever. > > Will 'make (install)world' remove it ? AFAIK, no. > > If not, what system is in place (if any) to accomplish this in order to get a really clean system ? Clean binary install. Or make lucky guesses on timestamps as explained below (but trimmed). IMHO, FreeBSD should really start to move away from the old packaging scheme for the base distro. Ie., the binary distro is still packaged as bin.aa (ie split(1)-style) zillions of files with arbitrary contents. I think these packages should at least contain a TOC (+CONTENTS anyone?) and preferably install an entry in /var/db/pkg. AFAIK, this implies changes to: - make release - make (install)world - binary upgrade - binary installs ...to (maybe?) use pkg_create interface as the ports do. The package names could be something like base-bin-stable-2001.06.02.12.21 or base-games-rel-4.3. It would also be nice to split the biggest distros (eg bin) in seperate packages. I always wanted to get this working. I really think that the user should have finer control over the content of its base distro. I will try to see if I can produce plists of the main distros. As for the hacking of the aformentionned (sp?) processes, I'm not sure I am easy enough with that yet... As the tools to handle the /var/db/pkg database get more and more evolved, I think this could be a good path to follow. A. -- La sémantique est la gravité de l'abstraction. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 12:32: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0B8F837B405 for ; Tue, 5 Jun 2001 12:32:01 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 1A58110F411; Tue, 5 Jun 2001 14:32:02 -0500 (CDT) Date: Tue, 5 Jun 2001 14:32:02 -0500 From: "David W . Chapman Jr ." To: johncappiello@email.com Cc: freebsd-stable@freebsd.org Subject: Re: building apache from /usr/ports Message-ID: <20010605143202.A20348@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: johncappiello@email.com, freebsd-stable@freebsd.org References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010605152718.A21889@localhost>; from john@apt202.net on Tue, Jun 05, 2001 at 03:27:18PM -0500 X-Operating-System: FreeBSD 4.3-STABLE 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 Tue, Jun 05, 2001 at 03:27:18PM -0500, John Cappiello wrote: > I think I see where he's going with this, and this is something I've been wondering too. If I'm wrong excuse me for jumping in the conversation. > > How does one go about maintaining a build of apache with Mod_perl (for example) compiled into the binary instead of installed as a module, through ports? > I'm not sure I'm aware of the advantages of using the binary over the modules. Currently the port isn't setup to support what you're trying to do. We got rid of that method so we didn't have apache13-everytypeofmodyoucanthinkof infavor of one or two apache versions and mods the plug into it nicely. -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 12:45:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ms58.hinet.net (ms58.hinet.net [168.95.4.58]) by hub.freebsd.org (Postfix) with ESMTP id F303D37B40B; Tue, 5 Jun 2001 12:44:55 -0700 (PDT) (envelope-from clive@tongi.org) Received: from cartier.cirx.org (null@cartier.cirx.org [211.72.15.243]) by ms58.hinet.net (8.8.8/8.8.8) with ESMTP id DAA14760; Wed, 6 Jun 2001 03:44:38 +0800 (CST) Received: from cartier.cirx.org (nullmail@localhost [127.0.0.1]) by cartier.cirx.org (8.11.4/8.11.4) with SMTP id f55JiU825589; Wed, 6 Jun 2001 03:44:30 +0800 (CST) (envelope-from clive@tongi.org) Received: (nullmailer pid 25585 invoked by uid 1000); Tue, 05 Jun 2001 19:44:29 -0000 Date: Wed, 6 Jun 2001 03:44:29 +0800 From: Clive Lin To: Nick Sayer Cc: Stephan van Beerschoten , Hajimu UMEMOTO , freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: post installworld cleanup (was Re: usr.sbin/pim6[sd]d will be removed soon.) Message-ID: <20010606034428.A25392@cartier.cirx.org> References: <20010603.013827.112367504.ume@mahoroba.org> <20010605105226.A59565@enigma.whacky.net> <3B1D2A36.2030405@quack.kfu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B1D2A36.2030405@quack.kfu.com>; from nsayer@quack.kfu.com on Tue, Jun 05, 2001 at 11:51:34AM -0700 X-PGP-key: http://www.cirx.org/~clive/clive.asc 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 Heh, well, someone is talking about clearing stale files ! :) I want to discuss about this topic many times, but don't know which mailing list is proper for it.. Here is my way to clean stale files, which requires lots space and time, but IMHO it's very safe and requires no special tricks. (Okay okay, brute force, anyways) First of all, I'll installworld to another directory _2 times_. The reason for 2 times is, some openssl/*.ph wouldn't be created in the first installworld. my buildchroot.sh : #!/bin/sh D=/home/nexus/chroot mkdir $D make installworld DESTDIR=$D cd etc make distribution DESTDIR=$D cd .. make installworld DESTDIR=$D After the virgin world is done, I use another stupid script to generate the diff bewteen the virgin one and the live one. my staleclean.sh : #!/bin/sh # usr cd /home/nexus/chroot/usr find bin/ include/ libdata/ sbin/ games/ lib/ libexec/ share/ | sort >/tmp/new cd /usr find bin/ include/ libdata/ sbin/ games/ lib/ libexec/ share/ | sort >/tmp/old diff -u /tmp/old /tmp/new | grep -e '^-' | sed -e 's/-//' > /tmp/usr.delist # bin, sbin cd /home/nexus/chroot find bin/ sbin/ | sort > /tmp/new cd / find bin/ sbin/ | sort > /tmp/old diff -u /tmp/old /tmp/new | grep -e '^-' | sed -e 's/-//' > /tmp/bin.delist Okay, this is not perfect. Before piping these .dellist files to xargs, some editing is needed. BTW, there're really *many many* things keep changing in -CURRENT :-) Each time I start to clear stale files, they're counted by hundreds. On Tue, Jun 05, 2001 at 11:51:34AM -0700, Nick Sayer wrote: > After installworlds I routinely do an ls -altr on "the usual suspects", > which for me include: > > /bin, /sbin, /usr/bin, /usr/sbin, /usr/libexec and /usr/lib. > > /usr/lib must be done carefully. If it matches (this is a regex) > lib\..*\.so\.[0-9]+ then you should move it into /usr/lib/compat rather > than delete it. Just deleting them will cause any programs in /usr/X11R6 > or /usr/local that were linked against the old libraries to stop > working. /usr/libexec/ld.so* also sometimes appear to be out of date but > really aren't. One of them is the a.out ld.so and if you have 1.x compat > libraries loaded you will need to leave that file alone despite it > having a very old date. > > Anything else that is older than the starting time of the last 'make > installworld' in these directories can probably be deleted. > > For extra credit you can do this to /usr/share/man/man* as well. It also > may not be a bad idea to rm -f /usr/share/man/cat*/* to make doubly sure > that obsolete man pages don't show up. -- Clive Lin (Tong-I Lin)\n =P clive@tongi.org # Family, friends, private affairs\n =F clive@FreeBSD.org # Chinese ports, documentation\n =O clive@CirX.ORG # Others\n =J.* # What do you think about the 'J' ?\n To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 14:33:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from d170h113.resnet.uconn.edu (d170h113.resnet.uconn.edu [137.99.170.113]) by hub.freebsd.org (Postfix) with SMTP id CAA1D37B403 for ; Tue, 5 Jun 2001 14:33:31 -0700 (PDT) (envelope-from sirmoo@cowbert.2y.net) Received: (qmail 26576 invoked by alias); 5 Jun 2001 21:33:58 -0000 Received: from unknown (HELO moobert) (137.99.170.140) by d170h113.resnet.uconn.edu with SMTP; 5 Jun 2001 21:33:58 -0000 Message-ID: <000b01c0ee07$90067d20$8caa6389@resnet.uconn.edu> From: "Peter C. Lai" To: "Christopher Schulte" , References: <5.1.0.14.0.20010605135437.0278eeb0@pop.schulte.org> <5.1.0.14.0.20010605142920.0270f948@pop.schulte.org> Subject: Re: FreeBSD Security Advisory: FreeBSD-SA-01:40.fts Date: Tue, 5 Jun 2001 17:36:21 -0400 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.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 They ought to make a big statement in the handbook about tracking -STABLE. Once you make the decision to cvsup the very first time there's nothing you can really do except to track -STABLE until the next -RELEASE. (after which you completely do a -RELEASE installation and stop tracking -STABLE). Depending on when your last make world was, the code base may have been altered enough to cause the patch to fail. If you had stuck with the original -RELEASE of 4.2, the patches would all work and it's easier to deal with. But hindsight doesn't solve the problem. :) You should ask in the -stable list or the writer of the patch Peter C. Lai | University of Connecticut peter.lai@uconn.edu Dept. of Residential Life | Programmer College of Liberal Arts & Sciences | Dept. of Molecular & Cell Biology | Undergraduate Research Assistant ----- Original Message ----- From: "Christopher Schulte" To: "Peter C. Lai" Sent: Tuesday, June 05, 2001 3:30 PM Subject: Re: FreeBSD Security Advisory: FreeBSD-SA-01:40.fts > Agreed, but this is a shell server and I'd to keep user disruption down if > possible. A make world would definitely get their attention. ;p > > At 03:22 PM 6/5/2001 -0400, you wrote: > >cvsup to 4.x-stable (it will be 4.3-stable) and make world. > >The patch is for people who choose not to track -STABLE. > > > >Peter C. Lai | University of Connecticut > >peter.lai@uconn.edu > >Dept. of Residential Life | Programmer > >College of Liberal Arts & Sciences | Dept. of Molecular & Cell Biology | > >Undergraduate Research Assistant > >----- Original Message ----- > >From: "Christopher Schulte" > >To: > >Sent: Tuesday, June 05, 2001 3:02 PM > >Subject: Re: FreeBSD Security Advisory: FreeBSD-SA-01:40.fts > > > > > > > At 11:08 AM 6/5/2001 -0700, you wrote: > > > >This patch has been verified to apply to FreeBSD 4.3-RELEASE and > > > >4.2-RELEASE; it may or may not apply to older, unsupported versions of > > > >FreeBSD. > > > > > > Can someone comment on the impact of applying this patch to a 4.2-STABLE > > > environment? One might assume since 4.2-S falls between 4.2-R and 4.3-R, > > > it would work? > > > > > > FreeBSD 4.2-STABLE FreeBSD 4.2-STABLE #1: Sat Jan 6 19:43:53 CST 2001 > > > > > > Thanks, > > > > > > --chris > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-security" 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 Jun 5 14:36:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dataloss.net (massive.dataloss.net [212.189.232.193]) by hub.freebsd.org (Postfix) with SMTP id 97DEF37B403 for ; Tue, 5 Jun 2001 14:36:30 -0700 (PDT) (envelope-from peter@dataloss.net) Received: (qmail 64563 invoked by uid 1000); 5 Jun 2001 21:41:22 -0000 Date: Tue, 5 Jun 2001 23:41:22 +0200 From: Peter van Dijk To: freebsd-stable@FreeBSD.ORG Subject: Re: FreeBSD Security Advisory: FreeBSD-SA-01:40.fts Message-ID: <20010605234122.D64243@dataloss.net> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <5.1.0.14.0.20010605135437.0278eeb0@pop.schulte.org> <5.1.0.14.0.20010605142920.0270f948@pop.schulte.org> <000b01c0ee07$90067d20$8caa6389@resnet.uconn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000b01c0ee07$90067d20$8caa6389@resnet.uconn.edu>; from sirmoo@cowbert.2y.net on Tue, Jun 05, 2001 at 05:36:21PM -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 On Tue, Jun 05, 2001 at 05:36:21PM -0400, Peter C. Lai wrote: > They ought to make a big statement in the handbook about tracking -STABLE. > Once you make the decision to cvsup the very first time there's nothing you > can really > do except to track -STABLE until the next -RELEASE. (after which you You can always revert to the last release, by using RELENG_4_3_0_RELEASE as a tag, for example. Greetz, Peter -- dataloss networks '/ignore-ance is bliss' - me 'Het leven is een stuiterbal, maar de mijne plakt aan t plafond!' - me To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 14:46: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 41D6037B401 for ; Tue, 5 Jun 2001 14:45:58 -0700 (PDT) (envelope-from jesper@skriver.dk) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 098F65D82; Tue, 5 Jun 2001 23:45:57 +0200 (CEST) Date: Tue, 5 Jun 2001 23:45:56 +0200 From: Jesper Skriver To: Mike Holling Cc: Matt Dillon , Juha Saarinen , Blaz Zupan , freebsd-stable@FreeBSD.ORG Subject: Re: poor performance with FreeBSD and Windows ICS Message-ID: <20010605234556.C72684@skriver.dk> References: <20010602013105.B30539@skriver.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from myke@ees.com on Sat, Jun 02, 2001 at 12:11:30PM -0600 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub 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, Jun 02, 2001 at 12:11:30PM -0600, Mike Holling wrote: > > Could you give examples of what you did with rfc1323 extensions, > > just enabled it in /etc/rc.conf, without touching the send/recieve > > buffers, or ? > > > > Could you also please give a example of a site that you would get > > hanging connections to ? > > > > What do you mean with hanging connections ? > > I did some more investigation. Increasing the buffer sizes above 65535 > did not seem to improve performance further, although at 262144 it > wouldn't work at all (just get a message about no buffer space being > available). Fetch worked fine with or without TCP extensions, enabling > them didn't seem to make any difference in performance. However, ncftp3 > would always hang with TCP extensions enabled. It also didn't perform as > well as fetch on the same download. With fetch I was able to achieve over > 90kbyte/sec downloads consistently, not bad for a service which claims to > have a maximum thruput of only 400kbits/sec... Could you please give specific examples of destinations not working, including a ping to that host (so we'll see the RTD and if there is loss). Could you also please send your kernel configuration, and the output of `sysctl -a | egrep \(kern.ipc\|net.inet\)` /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 17:16:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from subnet.sub.net (subnet.sub.net [212.227.14.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C53137B406 for ; Tue, 5 Jun 2001 17:16:41 -0700 (PDT) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from lyxys.ka.sub.org (uucp@localhost) by subnet.sub.net (8.8.8/8.8.8/1.2subnet-linux) with bsmtp id CAA04822; Wed, 6 Jun 2001 02:16:36 +0200 Received: from localhost (1446 bytes) by lyxys.ka.sub.org via sendmail with P:stdio/R:smart_host/T:inet_uusmtp (sender: ) (ident using unix) id for ; Wed, 6 Jun 2001 02:11:12 +0200 (CEST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Aug-23) Message-Id: From: wolfgang@lyxys.ka.sub.org (Wolfgang Zenker) Subject: Re: Strange boot message - "no devsw (majdev=0 bootdev=0xa0400000)" In-Reply-To: <20010605105240.A653@sv.tech.sibitex.tmn.ru> "from Sergey N. Voronkov at Jun 5, 2001 10:52:40 am" To: "Sergey N. Voronkov" Date: Wed, 6 Jun 2001 02:11:12 +0200 (CEST) Cc: freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL88 (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 Hi, > Yesterday I'v upgraded my STABLE box from 29-05-2001 to 04-05-2001. > [..] > After upgrade I'v found starange message: > Jun 4 17:49:32 sv /kernel: FreeBSD 4.3-STABLE #1: Mon Jun 4 17:28:13 > YEKST 2001 > [skip] > Jun 4 17:49:32 sv /kernel: ad0: 14659MB [29785/16/63] at > ata0-master UDMA66 > Jun 4 17:49:32 sv /kernel: acd0: CDROM at > ata1-master using PIO4 > Jun 4 17:49:32 sv /kernel: no devsw (majdev=0 bootdev=0xa0400000) > ^^^^^^^^^ > Jun 4 17:49:32 sv /kernel: Mounting root from ufs:/dev/ad0s3a to add another data point: Yesterday I've updated 4 systems: Two IDE- based systems, which DO show this message (but I didn't notice any problem besides this message) and two SCSI-based systems which DON'T show this message. This indicates to me that the message is somehow related to the IDE disk subsystem. Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 17:35:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from transbay.net (dns1.transbay.net [209.133.53.2]) by hub.freebsd.org (Postfix) with ESMTP id E3C8B37B403 for ; Tue, 5 Jun 2001 17:35:39 -0700 (PDT) (envelope-from sreese@codysbooks.com) Received: from codysbooks.com (stalwart.codysbooks.com [209.133.54.175]) by transbay.net (8.11.2/8.11.2) with ESMTP id f560Zep25358 for ; Tue, 5 Jun 2001 17:35:40 -0700 (PDT) Message-ID: <3B1D7B29.D321B937@codysbooks.com> Date: Tue, 05 Jun 2001 17:36:57 -0700 From: Scott Reese Organization: Cody's Books X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Strange boot message - "no devsw (majdev=0 bootdev=0xa0400000)" References: 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 Yup, I'm seeing the same message. I CVS-upped this morning, built a new world and kernel and then I saw the same message on boot-up. My hard-drive is also IDE. Everything seems to be working normally, though. -Scott Wolfgang Zenker wrote: > Hi, > > > Yesterday I'v upgraded my STABLE box from 29-05-2001 to 04-05-2001. > > [..] > > After upgrade I'v found starange message: > > > Jun 4 17:49:32 sv /kernel: FreeBSD 4.3-STABLE #1: Mon Jun 4 17:28:13 > > YEKST 2001 > > [skip] > > Jun 4 17:49:32 sv /kernel: ad0: 14659MB [29785/16/63] at > > ata0-master UDMA66 > > Jun 4 17:49:32 sv /kernel: acd0: CDROM at > > ata1-master using PIO4 > > Jun 4 17:49:32 sv /kernel: no devsw (majdev=0 bootdev=0xa0400000) > > ^^^^^^^^^ > > Jun 4 17:49:32 sv /kernel: Mounting root from ufs:/dev/ad0s3a > > to add another data point: Yesterday I've updated 4 systems: Two IDE- > based systems, which DO show this message (but I didn't notice any > problem besides this message) and two SCSI-based systems which DON'T > show this message. This indicates to me that the message is somehow > related to the IDE disk subsystem. > > Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 17:44:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 07BBF37B403 for ; Tue, 5 Jun 2001 17:44:38 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id KAA56971 for ; Wed, 6 Jun 2001 10:44:35 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from itga.com.au (lightning.itga.com.au [192.168.71.20]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id KAA27323; Wed, 6 Jun 2001 10:43:19 +1000 (EST) Message-Id: <200106060043.KAA27323@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: freebsd-stable@FreeBSD.ORG Subject: Re: Strange boot message - "no devsw (majdev=0 bootdev=0xa0400000)" In-reply-to: Your message of Wed, 06 Jun 2001 02:11:12 +0200. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Jun 2001 10:43:19 +1000 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 also saw this following an upgrade from 4.3-BETA to -STABLE on the weekend. Hardware is an old P100 with ATA disk (pri master) and ATAPI CD-ROM (sec master) on Intel PII controller. No SCSI. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 17:49: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vimfuego.saarinen.org (saarinen.org [203.79.82.14]) by hub.freebsd.org (Postfix) with ESMTP id CD60C37B401 for ; Tue, 5 Jun 2001 17:48:57 -0700 (PDT) (envelope-from juha@saarinen.org) Received: from [192.168.1.10] (helo=den2) by vimfuego.saarinen.org with esmtp (Exim 3.22 #1 (Red Hack)) id 157RVI-0004qQ-00; Wed, 06 Jun 2001 12:48:56 +1200 From: "Juha Saarinen" To: "'Gregory Bond'" , Subject: RE: Strange boot message - "no devsw (majdev=0 bootdev=0xa0400000)" Date: Wed, 6 Jun 2001 12:48:24 +1200 Message-ID: <014b01c0ee22$64248e70$0a01a8c0@den2> 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.2627 In-Reply-To: <200106060043.KAA27323@lightning.itga.com.au> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 :: I also saw this following an upgrade from 4.3-BETA to :: -STABLE on the weekend. :: Hardware is an old P100 with ATA disk (pri master) and ATAPI :: CD-ROM (sec :: master) on Intel PII controller. No SCSI. It's from autoconf.c: /* * Attempt to find the device from which we were booted. * If we can do so, and not instructed not to do so, * set rootdevs[] and rootdevnames[] to correspond to the * boot device(s). * * This code survives in order to allow the system to be * booted from legacy environments that do not correctly * populate the kernel environment. There are significant * restrictions on the bootability of the system in this * situation; it can only be mounting root from a 'da' * 'wd' or 'fd' device, and the root filesystem must be ufs. */ static void setroot() { int majdev, mindev, unit, slice, part; dev_t newrootdev, dev; char partname[2]; char *sname; if ((bootdev & B_MAGICMASK) != B_DEVMAGIC) { printf("no B_DEVMAGIC (bootdev=%#lx)\n", bootdev); return; } majdev = B_TYPE(bootdev); dev = makebdev(majdev, 0); if (devsw(dev) == NULL) { printf("no devsw (majdev=%d bootdev=%#lx)\n", majdev, bootdev); return; } unit = B_UNIT(bootdev); slice = B_SLICE(bootdev); if (slice == WHOLE_DISK_SLICE) slice = COMPATIBILITY_SLICE; if (slice < 0 || slice >= MAX_SLICES) { printf("bad slice\n"); return; } -- Juha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 18:41:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id 2B7B637B405 for ; Tue, 5 Jun 2001 18:41:36 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 99744 invoked by uid 1000); 6 Jun 2001 01:41:57 -0000 Date: Wed, 6 Jun 2001 03:41:57 +0200 From: "Karsten W. Rohrbach" To: Thomas Seck Cc: freebsd-stable@freebsd.org Subject: Re: Strange SCSI error message Message-ID: <20010606034157.B97958@mail.webmonster.de> References: <20010605123023.S4259-100000@merlin.th.physik.uni-bonn.de> <20010605125635.A1349@basildon> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3uo+9/B/ebqu+fSQ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010605125635.A1349@basildon>; from tmseck@web.de on Tue, Jun 05, 2001 at 12:56:35PM +0200 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer 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 --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thomas Seck(tmseck@web.de)@2001.06.05 12:56:35 +0000: > On Jun 05 2001, Jan Conrad wrote: > > Hi, > >=20 > > I just got the following error message (running 4.3R) > >=20 >=20 > (snipped) >=20 > I have kern/26880 open on a similar issue. It's an Adaptec 19160 with=20 > Quantum Atlas V disks attached. After we fiddled with the SCSI cables=20 > I have not seen the error for about five weeks now. Maybe you might want= to=20 > look over the cabling/adaptor termination, too? It seems the driver is a= =20 > bit picky about that?! i guess you both ran into the quite well known bad termination problem. there were some questions a while ago concerning the freebsd vs linux scenario where a freebsd fails with SCB timeouts while a linux runs along with apparently no problems at all. the quick answer for this particular behaviour in freebsd is, that the io subsystem is designed to put more load onto the scsi devices than the implementation of other os'es io subsystems. so, basically, what happens is, that you only see the timeouts under freebsd, of course, since it arbits the scsi bus more often, and with more data in the same period of time compared to other implementations. terminate correctly, symmetric terminators, active, for u160. use good cables, no vobis crap ;-) i use amphenol cables for external links and gr-kabel (german distributor) for internal wiring. this solved most of my scsi problems with u160. >=20 > Regards from Bornheim :-) > Thomas Seck cheers from darmstadt, /k --=20 > It's not that perl programmers are idiots, it's that the language rewards > idiotic behavior in a way that no other language or tool has ever done.= =20 > --Erik Naggum=20 KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 --3uo+9/B/ebqu+fSQ 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 iD8DBQE7HYplM0BPTilkv0YRArobAJ965uBQT10S1tG28/tEJAUx2bA7iwCfUssC mPPo1DzwQtaVV4mG5McMMI4= =2Hlh -----END PGP SIGNATURE----- --3uo+9/B/ebqu+fSQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 18:45:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id 9DB1037B409 for ; Tue, 5 Jun 2001 18:45:17 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 99840 invoked by uid 1000); 6 Jun 2001 01:45:38 -0000 Date: Wed, 6 Jun 2001 03:45:38 +0200 From: "Karsten W. Rohrbach" To: "Bruce A. Mah" Cc: freebsd-stable@freebsd.org, freebsd-doc@freebsd.org Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed Message-ID: <20010606034538.C97958@mail.webmonster.de> References: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PuGuTyElPB9bOcsM" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com>; from bmah@freebsd.org on Tue, Jun 05, 2001 at 09:23:46AM -0700 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer 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 --PuGuTyElPB9bOcsM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Bruce A. Mah(bmah@freebsd.org)@2001.06.05 09:23:46 +0000: > Hi all-- >=20 > RELNOTESng is now the default for 4-STABLE release builds. Floppy > images get TXT renderings only, while the CDROM and FTP areas get both > TXT and HTML. The NODOC make variable (used to disable doc building) > will also disable release note building (i.e. for minimal release > builds). For more information, please see src/release/doc/README. bruce, you're a real wizard! it appears to work really excellent. /k --=20 KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 --PuGuTyElPB9bOcsM 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 iD8DBQE7HYtCM0BPTilkv0YRAryqAJ9h9olBvaKdtOK1Mi5k6USNqtXhzwCgpS+4 w//dar+OrapEKDtXOguLoGg= =Rgln -----END PGP SIGNATURE----- --PuGuTyElPB9bOcsM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 18:48:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id 7B4D737B405 for ; Tue, 5 Jun 2001 18:48:23 -0700 (PDT) (envelope-from louie@whizzo.transsys.com) Received: from whizzo.transsys.com (#6@localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.11.3/8.11.3) with ESMTP id f561mFn25570; Tue, 5 Jun 2001 21:48:15 -0400 (EDT) (envelope-from louie@whizzo.transsys.com) Message-Id: <200106060148.f561mFn25570@whizzo.transsys.com> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "David W . Chapman Jr ." Cc: Mats Dufberg , freebsd-stable@FreeBSD.ORG X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" Subject: Re: Any patch for fxp driver? References: <20010605142209.C15350@leviathan.inethouston.net> In-reply-to: Your message of "Tue, 05 Jun 2001 14:22:09 CDT." <20010605142209.C15350@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Jun 2001 21:48:15 -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 > On Tue, Jun 05, 2001 at 09:18:17PM +0200, Mats Dufberg wrote: > > As have been reported in this list the driver for the fxp device is broken > > in 4.3-RELEASE and -*-STABLE. It stops with SCB timeout messages. Could > > anyone advice any patch that will solve the problem? > > > > fxp - Intel EtherExpress Pro/100B ethernet device driver > > PCI Fast Ethernet adapters based on the Intel i82557 ethernet chip. > > > > > > It is not currently broken and I don't believe it was in 4.3-RELEASE, > it broke about 3 weeks ago, but it has been fixed, do you have > PNPOS=YES in the bios? Another "failure" mode that I noticed with the new fxp driver is that sometimes auto-negotiation doesn't work. I fixed my problem by explicitly configuring the media type and mediaopts in rc.conf and all is happy (for me, anyway) again. This was with a fairly bizzare-o Motorola Pentium CompactPCI single board computer with an fxp intergrated LAN controller. louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 18:49: 0 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id DE0A337B401 for ; Tue, 5 Jun 2001 18:48:55 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 99951 invoked by uid 1000); 6 Jun 2001 01:49:17 -0000 Date: Wed, 6 Jun 2001 03:49:17 +0200 From: "Karsten W. Rohrbach" To: johncappiello@email.com Cc: freebsd-stable@freebsd.org Subject: Re: building apache from /usr/ports Message-ID: <20010606034917.D97958@mail.webmonster.de> References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="OROCMA9jn6tkzFBc" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010605152718.A21889@localhost>; from john@apt202.net on Tue, Jun 05, 2001 at 03:27:18PM -0500 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer 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 --OROCMA9jn6tkzFBc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable John Cappiello(john@apt202.net)@2001.06.05 15:27:18 +0000: > I think I see where he's going with this, and this is something I've been= wondering too. If I'm wrong excuse me for jumping in the conversation. >=20 > How does one go about maintaining a build of apache with Mod_perl (for ex= ample) compiled into the binary instead of installed as a module, through p= orts? modularized apache is a good thing[tm]. you won't recognize it until you have to implement a heavily loaded server with php or perl in-core. position independent code is know to be slower, but it outperforms monolithic compiles by saving a lot of ram. /k >=20 > Thanks, > John >=20 > On Tue, Jun 05, 2001 at 02:06:29PM -0500, David W . Chapman Jr . wrote: > > On Tue, Jun 05, 2001 at 12:02:56PM -0700, Jason Watkins wrote: > > > is it possible to build apache with my selection of modules (php, pyt= hon and > > > ruby) from the ports? I'm getting sick of manually maintaining the so= urce > > > when the ports and cvsup could be doing it for me. > > >=20 > > > jason > > >=20 > > I'm not completely understanding what is your problem, you can=20 > > install usr/ports/www/apache13 and then install=20 > > usr/ports/www/mod_php4 and it works fine. > >=20 > > --=20 > > David W. Chapman Jr. > >=20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > >=20 >=20 > --=20 > email: johncappiello@email.com > mobile: pagejohn@apt202.net --=20 > Fools ignore complexity. Pragmatists suffer it. Some can avoid it. > Geniuses remove it. > --Perlis's Programming Proverb #58, SIGPLAN Notices, Sept. 1982=20 KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 --OROCMA9jn6tkzFBc 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 iD8DBQE7HYwdM0BPTilkv0YRAqiXAKC4ftfQbPsyvz2euvcKfXopGV+dkQCfUc5W tGYsI53lPh092Im656Pq5MU= =gR0S -----END PGP SIGNATURE----- --OROCMA9jn6tkzFBc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 18:56:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8921237B403 for ; Tue, 5 Jun 2001 18:56:42 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 6E08C10F411; Tue, 5 Jun 2001 20:56:41 -0500 (CDT) Date: Tue, 5 Jun 2001 20:56:41 -0500 From: "David W . Chapman Jr ." To: "Louis A. Mamakos" Cc: "David W . Chapman Jr ." , Mats Dufberg , freebsd-stable@FreeBSD.ORG Subject: Re: Any patch for fxp driver? Message-ID: <20010605205641.A2897@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: "Louis A. Mamakos" , "David W . Chapman Jr ." , Mats Dufberg , freebsd-stable@FreeBSD.ORG References: <20010605142209.C15350@leviathan.inethouston.net> <200106060148.f561mFn25570@whizzo.transsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106060148.f561mFn25570@whizzo.transsys.com>; from louie@TransSys.COM on Tue, Jun 05, 2001 at 09:48:15PM -0400 X-Operating-System: FreeBSD 4.3-STABLE 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 > Another "failure" mode that I noticed with the new fxp driver is that > sometimes auto-negotiation doesn't work. I fixed my problem by > explicitly configuring the media type and mediaopts in rc.conf and > all is happy (for me, anyway) again. > > This was with a fairly bizzare-o Motorola Pentium CompactPCI single > board computer with an fxp intergrated LAN controller. > I've heard reports of that, but do you have PNPOS enabled in your BIOS? -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 19: 0:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id 0B6CB37B409 for ; Tue, 5 Jun 2001 19:00:31 -0700 (PDT) (envelope-from louie@whizzo.transsys.com) Received: from whizzo.transsys.com (#6@localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.11.3/8.11.3) with ESMTP id f5620Nn34965; Tue, 5 Jun 2001 22:00:23 -0400 (EDT) (envelope-from louie@whizzo.transsys.com) Message-Id: <200106060200.f5620Nn34965@whizzo.transsys.com> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "David W . Chapman Jr ." Cc: Mats Dufberg , freebsd-stable@FreeBSD.ORG X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" Subject: Re: Any patch for fxp driver? References: <20010605142209.C15350@leviathan.inethouston.net> <200106060148.f561mFn25570@whizzo.transsys.com> <20010605205641.A2897@leviathan.inethouston.net> In-reply-to: Your message of "Tue, 05 Jun 2001 20:56:41 CDT." <20010605205641.A2897@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Jun 2001 22:00:23 -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 > > Another "failure" mode that I noticed with the new fxp driver is that > > sometimes auto-negotiation doesn't work. I fixed my problem by > > explicitly configuring the media type and mediaopts in rc.conf and > > all is happy (for me, anyway) again. > > > > This was with a fairly bizzare-o Motorola Pentium CompactPCI single > > board computer with an fxp intergrated LAN controller. > > > > > I've heard reports of that, but do you have PNPOS enabled in your > BIOS? > This system was previously running FreeBSD and the problem was noticed after doing the upgrade to FreeBSD-stable with the new PHY code. I haven't looked at the BIOS configuration for quite some time now, and can't say for certain; but it's likely that PNP OS? is set to NO so that the BIOS assigns resources to the peripherals. louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 19:15:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 13D9537B401 for ; Tue, 5 Jun 2001 19:15:40 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 93622 invoked by uid 100); 6 Jun 2001 02:15:39 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15133.37451.23934.758674@guru.mired.org> Date: Tue, 5 Jun 2001 21:15:39 -0500 To: "Karsten W. Rohrbach" Cc: freebsd-stable@freebsd.org Subject: Re: building apache from /usr/ports In-Reply-To: <20010606034917.D97958@mail.webmonster.de> References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> <20010606034917.D97958@mail.webmonster.de> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ 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 Karsten W. Rohrbach types: > you won't recognize it until you have to implement a heavily loaded > server with php or perl in-core. position independent code is know to be > slower, but it outperforms monolithic compiles by saving a lot of ram. Ok, where does the savings come from? You get one copy of the code, shared by all the processes running the binary, whether or not the code is in a shared library. COW for data should mean that data should be shared pretty much the same. So what have I missed? Thanx, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 20: 0:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 5DDDD37B40F for ; Tue, 5 Jun 2001 20:00:16 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f5630D048742; Tue, 5 Jun 2001 20:00:13 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f5630CM43085; Tue, 5 Jun 2001 20:00:12 -0700 (PDT) (envelope-from jdp) Date: Tue, 5 Jun 2001 20:00:12 -0700 (PDT) Message-Id: <200106060300.f5630CM43085@vashon.polstra.com> To: stable@freebsd.org From: John Polstra Cc: avatar+pop3@kew.com Subject: Re: qpopper 4.0.2 vs 4.0.3 In-Reply-To: <028d01c0eded$075fba00$94cba8c0@xena> References: <019801c0edd1$d3726050$94cba8c0@xena> <200106051646.f55GklP42107@vashon.polstra.com> <028d01c0eded$075fba00$94cba8c0@xena> Organization: Polstra & Co., Seattle, WA 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 <028d01c0eded$075fba00$94cba8c0@xena>, Drew Derbyshire wrote: > Thanks for checking CVS directly. I tend to blow my leg off when I dive > into CVS, so I working via portcheckout. > > Looking at it ... portcheckout didn't get the new version yet again. So I > did: > > rm -fr ports/mail/qpopper/ > > before running portcheckout and portcheckout then automatically retrieved > the correct version. > > portcheckout may be relying on a inappropriate CVS tag on disk written when > the tar ball (from the 4.3 ISO install image) was unpacked, but I can't > figure out the details of how/what/where. I tried > portcheckout --release=HEAD on my second machine with the same (bad) > results; I did the same "rm" and then as expected portcheckout got the new > version. I haven't used portcheckout before, but it does sound like something is wrong there. HEAD doesn't always do what is expected in CVS; that could be part of it. It sounds a lot like portcheckout set a so-called "sticky date" or "sticky tag" when it checked out the files originally. Somebody else will have to debug this one, I'm afraid. I no speaka da perl. > If not portcheckout, it must be a problem between my keyboard and chair. > :-) Hmm, or between your left and right ears, maybe. ;-) (Just kidding.) John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 20:11:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id ECF9437B407 for ; Tue, 5 Jun 2001 20:11:26 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id A468F10F411; Tue, 5 Jun 2001 22:11:26 -0500 (CDT) Date: Tue, 5 Jun 2001 22:11:26 -0500 From: "David W . Chapman Jr ." To: John Polstra Cc: stable@freebsd.org, avatar+pop3@kew.com Subject: Re: qpopper 4.0.2 vs 4.0.3 Message-ID: <20010605221126.A9912@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: John Polstra , stable@freebsd.org, avatar+pop3@kew.com References: <019801c0edd1$d3726050$94cba8c0@xena> <200106051646.f55GklP42107@vashon.polstra.com> <028d01c0eded$075fba00$94cba8c0@xena> <200106060300.f5630CM43085@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106060300.f5630CM43085@vashon.polstra.com>; from jdp@polstra.com on Tue, Jun 05, 2001 at 08:00:12PM -0700 X-Operating-System: FreeBSD 4.3-STABLE 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 > > If not portcheckout, it must be a problem between my keyboard and chair. > > :-) > > Hmm, or between your left and right ears, maybe. ;-) (Just kidding.) I think he is referring to the ID 10 T virus =) -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 20:25: 1 2001 Delivered-To: freebsd-stable@freebsd.org Received: from fat.ti.ru (fat.ti.ru [212.1.224.35]) by hub.freebsd.org (Postfix) with ESMTP id A7BB737B401 for ; Tue, 5 Jun 2001 20:24:54 -0700 (PDT) (envelope-from Martin@McFlySr.Kurgan.Ru) Received: from 127.0.0.1 (fat.ti.ru [212.1.224.35]) by fat.ti.ru (Postfix) with ESMTP id 24F98D923 for ; Wed, 6 Jun 2001 07:24:47 +0400 (MSD) Date: Wed, 6 Jun 2001 07:24:47 +0400 From: Martin McFlySr X-Mailer: The Bat! (v1.51) Business Reply-To: Martin McFlySr Organization: Back To The Future X-Priority: 3 (Normal) Message-ID: <14433408769.20010606072447@McFlySr.Kurgan.Ru> To: freebsd-stable@FreeBSD.ORG Subject: strange messsages, linker_file_sysinit "miibus.ko" failed 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 Hello freebsd-stable@FreeBSD.ORG, 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Apr 24 21:55:36 MSD 2001 i386 /var/log/messages: Jun 6 06:52:21 kernel: module_register: module miibus/ukphy already exists! Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to register! 17 Jun 6 06:52:21 kernel: module_register: module miibus/e1000phy already exists! Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to register! 17 Jun 6 06:52:21 kernel: module_register: module miibus/xlphy already exists! Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to register! 17 Jun 6 06:52:21 kernel: module_register: module miibus/nsphy already exists! Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to register! 17 Jun 6 06:52:21 kernel: module_register: module miibus/mlphy already exists! Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to register! 17 Jun 6 06:52:21 kernel: module_register: module miibus/tlphy already exists! Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to register! 17 Jun 6 06:52:21 kernel: module_register: module miibus/rlphy already exists! Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to register! 17 Jun 6 06:52:21 kernel: module_register: module miibus/amphy already exists! Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to register! 17 Jun 6 06:52:21 kernel: module_register: module miibus/dcphy already exists! Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to register! 17 are this error critical? what must i do for fix ? thank you, -- Wednesday, 06 June 2001, 07:22 Best regards from future, Martin McFlySr, HillDale. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 20:31:30 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 EE61437B405 for ; Tue, 5 Jun 2001 20:31:23 -0700 (PDT) (envelope-from calvinng@hobbits.brel.com) Received: by hobbits.brel.com (Postfix, from userid 1001) id 65E7C3329; Wed, 6 Jun 2001 11:31:19 +0800 (SGT) Date: Wed, 6 Jun 2001 11:31:19 +0800 From: Calvin NG To: Mike Meyer Cc: "Karsten W. Rohrbach" , freebsd-stable@FreeBSD.ORG Subject: Re: building apache from /usr/ports Message-ID: <20010606113119.B54034@brel.com> References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> <20010606034917.D97958@mail.webmonster.de> <15133.37451.23934.758674@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15133.37451.23934.758674@guru.mired.org>; from mwm@mired.org on Tue, Jun 05, 2001 at 09:15:39PM -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 Greetings, Correct me if I m wrong. For in-core web server , every copy of server loaded has the perl and/or php in it. For modules, its a shared library, the server is smaller size, and only a copy of the module is loaded in memory. However, in-core is slightly faster then modules, IIRC. I remember reading the performance pages of mod_perl, they recommend running mod_perl in-core servers separately as a application server. Thats my understanding of the difference between in-core and modules. Regards, /calvin lines with :> are quotes from Mike Meyer's email :> Karsten W. Rohrbach types: :> > you won't recognize it until you have to implement a heavily loaded :> > server with php or perl in-core. position independent code is know to be :> > slower, but it outperforms monolithic compiles by saving a lot of ram. :> :> Ok, where does the savings come from? You get one copy of the code, :> shared by all the processes running the binary, whether or not the :> code is in a shared library. COW for data should mean that data should :> be shared pretty much the same. So what have I missed? :> :> Thanx, :> -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 20:53:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.236.200]) by hub.freebsd.org (Postfix) with ESMTP id 7624837B403 for ; Tue, 5 Jun 2001 20:53:23 -0700 (PDT) (envelope-from allbery@ece.cmu.edu) Received: from rushlight.rem.cmu.edu (ANNEX-1.ECE.CMU.EDU [128.2.136.1]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id f563rDg00182; Tue, 5 Jun 2001 23:53:20 -0400 (EDT) Date: Tue, 05 Jun 2001 23:53:03 -0400 From: "Brandon S. Allbery KF8NH" To: Martin McFlySr , freebsd-stable@FreeBSD.ORG Subject: Re: strange messsages, linker_file_sysinit "miibus.ko" failed Message-ID: <218760000.991799583@rushlight.rem.cmu.edu> In-Reply-To: <14433408769.20010606072447@McFlySr.Kurgan.Ru> X-Mailer: Mulberry/2.0.8 (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 Wednesday, June 06, 2001 07:24:47 +0400, Martin@McFlySr.Kurgan.Ru wrote: +---- | 17 Jun 6 06:52:21 kernel: module_register: module miibus/dcphy already | exists! | Jun 6 06:52:21 kernel: linker_file_sysinit "miibus.ko" failed to | register! | | are this error critical? what must i do for fix ? +--->8 No, it just means that something is trying to demand-load a module that's compiled in. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 21:34:16 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by hub.freebsd.org (Postfix) with ESMTP id 25E0737B401 for ; Tue, 5 Jun 2001 21:34:12 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.11.3/8.11.3) with ESMTP id f564YAI93101; Wed, 6 Jun 2001 10:34:10 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.11.3/8.11.3) id f564YAi03032; Wed, 6 Jun 2001 10:34:10 +0600 (YEKST) (envelope-from serg) Date: Wed, 6 Jun 2001 10:34:10 +0600 From: "Sergey N. Voronkov" To: Wolfgang Zenker Cc: freebsd-stable@FreeBSD.ORG Subject: ATA devsw problem. Was: Strange boot message Message-ID: <20010606103410.A2959@sv.tech.sibitex.tmn.ru> References: <20010605105240.A653@sv.tech.sibitex.tmn.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from wolfgang@lyxys.ka.sub.org on Wed, Jun 06, 2001 at 02:11:12AM +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 Hello! > > Yesterday I'v upgraded my STABLE box from 29-05-2001 to 04-05-2001. > > [..] > > After upgrade I'v found starange message: > > > Jun 4 17:49:32 sv /kernel: FreeBSD 4.3-STABLE #1: Mon Jun 4 17:28:13 > > YEKST 2001 > > [skip] > > Jun 4 17:49:32 sv /kernel: ad0: 14659MB [29785/16/63] at > > ata0-master UDMA66 > > Jun 4 17:49:32 sv /kernel: acd0: CDROM at > > ata1-master using PIO4 > > Jun 4 17:49:32 sv /kernel: no devsw (majdev=0 bootdev=0xa0400000) > > ^^^^^^^^^ > > Jun 4 17:49:32 sv /kernel: Mounting root from ufs:/dev/ad0s3a > > to add another data point: Yesterday I've updated 4 systems: Two IDE- > based systems, which DO show this message (but I didn't notice any > problem besides this message) and two SCSI-based systems which DON'T > show this message. This indicates to me that the message is somehow > related to the IDE disk subsystem. So it seems to be ata - subr_disk problem. Something strange was happen whem jkh's (originaly - redesigned devsw by phk) commit come back into the tree... Question to freebsd-core - is problem related to this message critical for kernel functionality? (I have got kernel networking freeze yesterday running new stable kernel. My hardware is: PIII-600, 128Mb RAM, VIA Apollo PRO 133, Matrox G400 32Mb, Intel EthExpr Pro 100+). Bye, Serg. P.S.: Somthing realy strange is with MFC's... 4-STABLE comes to be 4-CURRENT second time. fxp(4) last month, xl(4) & devsw today... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 21:43: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 1068837B407 for ; Tue, 5 Jun 2001 21:42:58 -0700 (PDT) (envelope-from bp@butya.kz) Received: by relay.butya.kz (Postfix, from userid 1000) id D2859287DC; Wed, 6 Jun 2001 11:42:52 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 88B94287A5; Wed, 6 Jun 2001 11:42:52 +0700 (ALMST) Date: Wed, 6 Jun 2001 11:42:52 +0700 (ALMST) From: Boris Popov To: Niek Bergboer Cc: freebsd-stable@freebsd.org Subject: Re: smbfs: disconnected servers In-Reply-To: <20010605141525.D66239@wit379119.student.utwente.nl> 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 Tue, 5 Jun 2001, Niek Bergboer wrote: > When exactly has this funcionality (both 1 and 2) been implemented? > Since the latest MFC (the one that required LIBICONV and MCHAINS in > the kernel config)? Or has it been around longer? It works since smbfs 1.3.2, I presume. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 21:49:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 3A28737B407 for ; Tue, 5 Jun 2001 21:48:58 -0700 (PDT) (envelope-from bp@butya.kz) Received: by relay.butya.kz (Postfix, from userid 1000) id AA00C287A5; Wed, 6 Jun 2001 11:48:36 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 32A65285E5; Wed, 6 Jun 2001 11:48:36 +0700 (ALMST) Date: Wed, 6 Jun 2001 11:48:35 +0700 (ALMST) From: Boris Popov To: Ron Klinkien Cc: stable@FreeBSD.ORG, Pete French Subject: Re: SMBFS on latest stable In-Reply-To: <018101c0edb2$49ff3ec0$9601a8c0@denhartogh.nl> 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 Tue, 5 Jun 2001, Ron Klinkien wrote: > I had the same problem, > just leave out the NETSMB* lines in your kernel config, > recompile kernel. Yes, one have either to use NETSMB* and SMBFS options or load smbfs.ko module. The correct thing to do is to produce netsmb.ko module as well, but for now I'll left both options in the smbfs.ko module. > I found one bug, and that is that I can mount the same share twice > at the same mountpoint... This is not actually a bug. When I've made such restriction in the nwfs filesystem, many people complained about it :) -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 22:33:16 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 9845A37B408 for ; Tue, 5 Jun 2001 22:33:12 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id WAA29253; Tue, 5 Jun 2001 22:33:03 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3B1DC08E.3AAFEAD0@DougBarton.net> Date: Tue, 05 Jun 2001 22:33:02 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jan Grant Cc: freebsd-stable Subject: Re: vn/md/mfs and 5.0-release References: 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 Jan Grant wrote: > > If mfs is going the way of the dodo, I'd like to know how much work is > going to be required to track stable across (say) the 5.0-release point. > > For instance, with a couple of lines in /etc/fstab > > /dev/ad0s4b none swap sw 0 0 > /dev/ad0s4b /tmp mfs rw,nosuid,nodev,nosymfollow 0 0 > > I get a temporary swap-backed /tmp FS* recreated on boot. > > What is the new route to duplicate this kind of behaviour with > md/vn-backed file systems? At very least there will be a script to create a ufs filesystem on an md; and a knob in rc.conf to hook it up. It's still not decided whether we will make this change transparent via the fstab mechanism or not. Doug -- I need someone really bad. Are you really bad? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 5 22:36:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.24.11]) by hub.freebsd.org (Postfix) with ESMTP id F3C3B37B403; Tue, 5 Jun 2001 22:36:28 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-2.cisco.com (8.11.3/8.9.1) with ESMTP id f565aVU20494; Tue, 5 Jun 2001 22:36:31 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.3) id f565aSQ86532; Tue, 5 Jun 2001 22:36:28 -0700 (PDT) (envelope-from bmah) Message-Id: <200106060536.f565aSQ86532@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 To: "Karsten W. Rohrbach" Cc: "Bruce A. Mah" , freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed In-Reply-To: <20010606034538.C97958@mail.webmonster.de> References: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> <20010606034538.C97958@mail.webmonster.de> Comments: In-reply-to "Karsten W. Rohrbach" message dated "Wed, 06 Jun 2001 03:45:38 +0200." 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_857730116P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 05 Jun 2001 22:36:28 -0700 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_857730116P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Karsten W. Rohrbach" wrote: > bruce, you're a real wizard! > it appears to work really excellent. Naaaah, I'm a newbie with this SGML stuff, and I had a lot of help from other people on the project, especially dd, nik, wilko, and joerg. Glad you like the way it's turned out, and I hope it'll make it easier for us to maintain this documentation in the future. Thanks, Bruce. --==_Exmh_857730116P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7HcFc2MoxcVugUsMRAmYLAKDqO42rhe+LorNAakrov0Szlbx+xwCeNabj OSqhR08B+zA3z8MX/gwhne0= =MoX3 -----END PGP SIGNATURE----- --==_Exmh_857730116P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 1:43:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web9503.mail.yahoo.com (web9503.mail.yahoo.com [216.136.129.133]) by hub.freebsd.org (Postfix) with SMTP id 2036D37B409 for ; Wed, 6 Jun 2001 01:43:48 -0700 (PDT) (envelope-from angshumand@yahoo.com) Message-ID: <20010606084348.26255.qmail@web9503.mail.yahoo.com> Received: from [164.164.130.13] by web9503.mail.yahoo.com; Wed, 06 Jun 2001 01:43:48 PDT Date: Wed, 6 Jun 2001 01:43:48 -0700 (PDT) From: Angshuman Dasgupta Reply-To: angshumand@yahoo.com Subject: ifupdown in BSD To: freebsd-stable@freebsd.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 Coming from a Linux background, I am used to being able to ifup / ifdown interfaces at will... BSD soesn't seem to have these programs - and if I say ifconfig tun0 down, for example, the interface still shows up in ifconfig. Now when my vtun program tries to allocate new device, it can't since tun0 thru tun3 are already taken. How do i put these interfaces down? Thanks, ADG __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Jun 6 1:51:55 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 1EC5E37B40D for ; Wed, 6 Jun 2001 01:51:50 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f5691YU01336; Wed, 6 Jun 2001 02:01:34 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200106060901.f5691YU01336@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: angshumand@yahoo.com Cc: freebsd-stable@freebsd.org Subject: Re: ifupdown in BSD In-reply-to: Your message of "Wed, 06 Jun 2001 01:43:48 PDT." <20010606084348.26255.qmail@web9503.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Jun 2001 02:01:34 -0700 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 > Coming from a Linux background, I am used to being > able to ifup / ifdown interfaces at will... BSD > soesn't seem to have these programs - and if I say > ifconfig tun0 down, for example, the interface still > shows up in ifconfig. Now when my vtun program tries > to allocate new device, it can't since tun0 thru tun3 > are already taken. How do i put these interfaces down? You probably want to delete the interface, not down it. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 1:54:51 2001 Delivered-To: freebsd-stable@freebsd.org Received: from swd.svznov.kemerovo.su (swd.svznov.kemerovo.su [213.184.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 0DBAB37B409 for ; Wed, 6 Jun 2001 01:54:42 -0700 (PDT) (envelope-from roman@swd.svznov.kemerovo.su) Received: from swd.svznov.kemerovo.su (localhost [127.0.0.1]) by swd.svznov.kemerovo.su (8.11.3/8.11.3) with ESMTP id f568sVY11116 for ; Wed, 6 Jun 2001 16:54:32 +0800 (KRAST) (envelope-from roman@swd.svznov.kemerovo.su) Message-ID: <3B1DEFC7.250C01B1@swd.svznov.kemerovo.su> Date: Wed, 06 Jun 2001 16:54:31 +0800 From: Stepanishev Roman Organization: ISP Sviaz-Service X-Mailer: Mozilla 4.76 [ru] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org Subject: Oracle TNS not work 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 Hi! I have Oracle 8.0.5.1.0 for Linux working on FreeBSD 4.3RC After install i have problem with starting listener. I got message Starting /usr/oracle/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 8.0.5.0.0 - Production System parameter file is /usr/oracle/network/admin/listener.ora Log messages written to /usr/oracle/network/log/listener.log Trace information written to /usr/oracle/network/trace/listener.trc Attempted to listen on: (DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=IPC)(KEY=ORCL))) TNS-12546: TNS:permission denied TNS-12560: TNS:protocol adapter error TNS-00516: Permission denied Linux Error: 13: Permission denied please help solve problem Thanks -- Stepanishev Roman Petrovich roman@swd.svznov.kemerovo.su 2:5006/9.23 ICQ UIN 35756399 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 2:15:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from shrewd.lan.knigma.org (shrewd.demon.co.uk [212.229.151.45]) by hub.freebsd.org (Postfix) with ESMTP id A5D4537B405 for ; Wed, 6 Jun 2001 02:15:26 -0700 (PDT) (envelope-from markk@knigma.org) Received: from lap.knigma.org (localhost.lan.knigma.org [127.0.0.1]) by shrewd.lan.knigma.org (8.11.3/8.11.3) with ESMTP id f569FO405787 for ; Wed, 6 Jun 2001 10:15:24 +0100 (BST) (envelope-from markk@knigma.org) Message-ID: <49GPVjAQSfH7EwYJ@knigma.org> Date: Wed, 6 Jun 2001 10:14:56 +0100 To: freebsd-stable@freebsd.org From: Mark Knight Subject: Re: XFree86-4.1 appears to be broken References: <20010604065030.A20441@johncoop> <20010604222651.A9057@moo.holy.cow> <3B1C8066.91917B89@cvzoom.net> <86elszuqqt.fsf@jfh00.fernuni-hagen.de> In-Reply-To: <86elszuqqt.fsf@jfh00.fernuni-hagen.de> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U 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 <86elszuqqt.fsf@jfh00.fernuni-hagen.de>, Fritz Heinrichmeyer writes >Building breaks because there is an old font library involved: >Workaround: >gzip /usr/X11R6/lib/libXft.so.1 for the time of build. I needed to employ this workaround. With my DB815EEA m/b with i815 chip set, I can report utter failure to run X - nothing but a black screen each time the X server starts, accompanied with 100% X server cpu utilisation. No errors in /var/log/XFree, other than is appears to stop rather abruptly after: ... (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.1.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.4 Investigating... -- Mark A. R. Knight Tel: +44 7973 410732 http://www.knigma.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 2:26:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from shrewd.lan.knigma.org (shrewd.demon.co.uk [212.229.151.45]) by hub.freebsd.org (Postfix) with ESMTP id 82A1837B401 for ; Wed, 6 Jun 2001 02:26:07 -0700 (PDT) (envelope-from markk@knigma.org) Received: from lap.knigma.org (localhost.lan.knigma.org [127.0.0.1]) by shrewd.lan.knigma.org (8.11.3/8.11.3) with ESMTP id f569Q6405798 for ; Wed, 6 Jun 2001 10:26:06 +0100 (BST) (envelope-from markk@knigma.org) Message-ID: <1NRMpuAPcfH7EwaV@knigma.org> Date: Wed, 6 Jun 2001 10:25:35 +0100 To: freebsd-stable@freebsd.org From: Mark Knight Subject: Re: XFree86-4.1 appears to be broken References: <20010604065030.A20441@johncoop> <20010604222651.A9057@moo.holy.cow> <3B1C8066.91917B89@cvzoom.net> <86elszuqqt.fsf@jfh00.fernuni-hagen.de> <49GPVjAQSfH7EwYJ@knigma.org> In-Reply-To: <49GPVjAQSfH7EwYJ@knigma.org> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U 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 <49GPVjAQSfH7EwYJ@knigma.org>, Mark Knight writes >Investigating... Adding 'Option "NoDDC"' to the driver configuration files these symptoms for me. -- Mark A. R. Knight Tel: +44 7973 410732 http://www.knigma.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 2:37:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail4.sonera-xs.nl (cobalt1.corp.sonera-xs.nl [195.66.15.114]) by hub.freebsd.org (Postfix) with ESMTP id 2190437B405 for ; Wed, 6 Jun 2001 02:37:23 -0700 (PDT) (envelope-from ron@zappa.demon.nl) Received: from pcron (qn-212-127-134-154.quicknet.nl [212.127.134.154]) by mail4.sonera-xs.nl (8.9.3/8.9.3) with SMTP id NAA18040; Wed, 6 Jun 2001 13:55:00 +0200 Message-ID: <00f801c0ee6c$a40f03e0$9601a8c0@denhartogh.nl> From: "Ron Klinkien" To: "Boris Popov" Cc: , "Pete French" References: Subject: Re: SMBFS on latest stable Date: Wed, 6 Jun 2001 11:39:22 +0200 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.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 > > > I found one bug, and that is that I can mount the same share twice > > at the same mountpoint... > > This is not actually a bug. When I've made such restriction in the > nwfs filesystem, many people complained about it :) You must be kidding, does it have any use? Besides make one confused. Ron. > > -- > Boris Popov > http://www.butya.kz/~bp/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 2:41:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id ACD1237B405; Wed, 6 Jun 2001 02:40:45 -0700 (PDT) (envelope-from bp@butya.kz) Received: by relay.butya.kz (Postfix, from userid 1000) id 7A72628B1B; Wed, 6 Jun 2001 16:40:41 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 552612883F; Wed, 6 Jun 2001 16:40:41 +0700 (ALMST) Date: Wed, 6 Jun 2001 16:40:41 +0700 (ALMST) From: Boris Popov To: stable@freebsd.org Cc: fs@freebsd.org Subject: CFR: Fixes for nullfs in -stable Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-248198860-991820441=:61571" 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-248198860-991820441=:61571 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello, I've mostly merged improvements done to nullfs in the -current to RELENG_4 branch. Operations on mmaped files were fixed before and this patch focused on the proper vnode locking. Unfortunately, this code require changes in the layout of vnode structure. It is possible to not break binary compatibility by changing behavior of vop_sharedlock() function and using v_vnlock field as this is done in -current. This requires changes only to nfs code by including lock structure in the nfsnode structure (in the original code it was allocated separately for each nfsnode). Size and layout of vnode structure left unchanged. I hope this will not break any 3rd party file system because all new fs'es should use vop_std*lock() VOPs or roll their own. Patch against recent RELENG_4 is attached. And if there is no serious objections I'm plan to commit it on the next week. -- Boris Popov http://www.butya.kz/~bp/ --0-248198860-991820441=:61571 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="nullfs4.diff" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="nullfs4.diff" SW5kZXg6IGtlcm4vdmZzX2RlZmF1bHQuYw0KPT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PQ0KUkNTIGZpbGU6IC9ob21lL25jdnMvc3JjL3N5cy9rZXJuL3Zmc19k ZWZhdWx0LmMsdg0KcmV0cmlldmluZyByZXZpc2lvbiAxLjI4LjIuMQ0KZGlm ZiAtdSAtcjEuMjguMi4xIHZmc19kZWZhdWx0LmMNCi0tLSBrZXJuL3Zmc19k ZWZhdWx0LmMJMjAwMS8wNS8xOCAwOTo1ODo0MwkxLjI4LjIuMQ0KKysrIGtl cm4vdmZzX2RlZmF1bHQuYwkyMDAxLzA2LzA2IDA4OjUzOjQ5DQpAQCAtMzYw LDE0ICszNjAsMTMgQEANCiAJICogdG8gYmUgaGFuZGxlZCBpbiBpbnRlcm1l ZGlhdGUgbGF5ZXJzLg0KIAkgKi8NCiAJc3RydWN0IHZub2RlICp2cCA9IGFw LT5hX3ZwOw0KKwlzdHJ1Y3QgbG9jayAqbCA9IChzdHJ1Y3QgbG9jayAqKXZw LT52X2RhdGE7DQogCWludCB2bmZsYWdzLCBmbGFncyA9IGFwLT5hX2ZsYWdz Ow0KIA0KLQlpZiAodnAtPnZfdm5sb2NrID09IE5VTEwpIHsNCi0JCWlmICgo ZmxhZ3MgJiBMS19UWVBFX01BU0spID09IExLX0RSQUlOKQ0KLQkJCXJldHVy biAoMCk7DQotCQlNQUxMT0ModnAtPnZfdm5sb2NrLCBzdHJ1Y3QgbG9jayAq LCBzaXplb2Yoc3RydWN0IGxvY2spLA0KLQkJICAgIE1fVk5PREUsIE1fV0FJ VE9LKTsNCi0JCWxvY2tpbml0KHZwLT52X3ZubG9jaywgUFZGUywgInZubG9j ayIsIDAsIExLX05PUEFVU0UpOw0KKwlpZiAobCA9PSBOVUxMKSB7DQorCQlp ZiAoYXAtPmFfZmxhZ3MgJiBMS19JTlRFUkxPQ0spDQorCQkJc2ltcGxlX3Vu bG9jaygmYXAtPmFfdnAtPnZfaW50ZXJsb2NrKTsNCisJCXJldHVybiAwOw0K IAl9DQogCXN3aXRjaCAoZmxhZ3MgJiBMS19UWVBFX01BU0spIHsNCiAJY2Fz ZSBMS19EUkFJTjoNCkBAIC0zOTYsOSArMzk1LDkgQEANCiAJaWYgKGZsYWdz ICYgTEtfSU5URVJMT0NLKQ0KIAkJdm5mbGFncyB8PSBMS19JTlRFUkxPQ0s7 DQogI2lmbmRlZglERUJVR19MT0NLUw0KLQlyZXR1cm4gKGxvY2ttZ3IodnAt PnZfdm5sb2NrLCB2bmZsYWdzLCAmdnAtPnZfaW50ZXJsb2NrLCBhcC0+YV9w KSk7DQorCXJldHVybiAobG9ja21ncihsLCB2bmZsYWdzLCAmdnAtPnZfaW50 ZXJsb2NrLCBhcC0+YV9wKSk7DQogI2Vsc2UNCi0JcmV0dXJuIChkZWJ1Z2xv Y2ttZ3IodnAtPnZfdm5sb2NrLCB2bmZsYWdzLCAmdnAtPnZfaW50ZXJsb2Nr LCBhcC0+YV9wLA0KKwlyZXR1cm4gKGRlYnVnbG9ja21ncihsLCB2bmZsYWdz LCAmdnAtPnZfaW50ZXJsb2NrLCBhcC0+YV9wLA0KIAkgICAgInZvcF9zaGFy ZWRsb2NrIiwgdnAtPmZpbGVuYW1lLCB2cC0+bGluZSkpOw0KICNlbmRpZg0K IH0NCkBAIC00MzUsMTMgKzQzNCw2IEBADQogCXN0cnVjdCB2bm9kZSAqdnAg PSBhcC0+YV92cDsNCiAJaW50IHZuZmxhZ3MsIGZsYWdzID0gYXAtPmFfZmxh Z3M7DQogDQotCWlmICh2cC0+dl92bmxvY2sgPT0gTlVMTCkgew0KLQkJaWYg KChmbGFncyAmIExLX1RZUEVfTUFTSykgPT0gTEtfRFJBSU4pDQotCQkJcmV0 dXJuICgwKTsNCi0JCU1BTExPQyh2cC0+dl92bmxvY2ssIHN0cnVjdCBsb2Nr ICosIHNpemVvZihzdHJ1Y3QgbG9jayksDQotCQkgICAgTV9WTk9ERSwgTV9X QUlUT0spOw0KLQkJbG9ja2luaXQodnAtPnZfdm5sb2NrLCBQVkZTLCAidm5s b2NrIiwgMCwgTEtfTk9QQVVTRSk7DQotCX0NCiAJc3dpdGNoIChmbGFncyAm IExLX1RZUEVfTUFTSykgew0KIAljYXNlIExLX0RSQUlOOg0KIAkJdm5mbGFn cyA9IExLX0RSQUlOOw0KQEAgLTQ4NSwxMyArNDc3LDkgQEANCiB7DQogCXN0 cnVjdCB2bm9kZSAqdnAgPSBhcC0+YV92cDsNCiANCi0JaWYgKHZwLT52X3Zu bG9jayA9PSBOVUxMKSB7DQotCQlpZiAoYXAtPmFfZmxhZ3MgJiBMS19JTlRF UkxPQ0spDQotCQkJc2ltcGxlX3VubG9jaygmYXAtPmFfdnAtPnZfaW50ZXJs b2NrKTsNCi0JCXJldHVybiAoMCk7DQotCX0NCi0JcmV0dXJuIChsb2NrbWdy KHZwLT52X3ZubG9jaywgTEtfUkVMRUFTRSB8IGFwLT5hX2ZsYWdzLA0KLQkJ JmFwLT5hX3ZwLT52X2ludGVybG9jaywgYXAtPmFfcCkpOw0KKwlpZiAoYXAt PmFfZmxhZ3MgJiBMS19JTlRFUkxPQ0spDQorCQlzaW1wbGVfdW5sb2NrKCZ2 cC0+dl9pbnRlcmxvY2spOw0KKwlyZXR1cm4gKDApOw0KIH0NCiANCiAvKg0K QEAgLTUwNSwxMCArNDkzLDExIEBADQogCX0gKi8gKmFwOw0KIHsNCiAJc3Ry dWN0IHZub2RlICp2cCA9IGFwLT5hX3ZwOw0KKwlzdHJ1Y3QgbG9jayAqbCA9 IChzdHJ1Y3QgbG9jayAqKXZwLT52X2RhdGE7DQogDQotCWlmICh2cC0+dl92 bmxvY2sgPT0gTlVMTCkNCisJaWYgKGwgPT0gTlVMTCkNCiAJCXJldHVybiAo MCk7DQotCXJldHVybiAobG9ja3N0YXR1cyh2cC0+dl92bmxvY2ssIGFwLT5h X3ApKTsNCisJcmV0dXJuIChsb2Nrc3RhdHVzKGwsIGFwLT5hX3ApKTsNCiB9 DQogDQogaW50DQpJbmRleDoga2Vybi92ZnNfc3Vici5jDQo9PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09DQpSQ1MgZmlsZTogL2hvbWUvbmN2cy9zcmMvc3lzL2tl cm4vdmZzX3N1YnIuYyx2DQpyZXRyaWV2aW5nIHJldmlzaW9uIDEuMjQ5LjIu OA0KZGlmZiAtdSAtcjEuMjQ5LjIuOCB2ZnNfc3Vici5jDQotLS0ga2Vybi92 ZnNfc3Vici5jCTIwMDEvMDUvMTggMDk6NTg6NDMJMS4yNDkuMi44DQorKysg a2Vybi92ZnNfc3Vici5jCTIwMDEvMDYvMDYgMDg6NTM6NDkNCkBAIC0xNzA3 LDEwICsxNzA3LDcgQEANCiAJfQ0KIA0KIAljYWNoZV9wdXJnZSh2cCk7DQot CWlmICh2cC0+dl92bmxvY2spIHsNCi0JCUZSRUUodnAtPnZfdm5sb2NrLCBN X1ZOT0RFKTsNCi0JCXZwLT52X3ZubG9jayA9IE5VTEw7DQotCX0NCisJdnAt PnZfdm5sb2NrID0gTlVMTDsNCiANCiAJaWYgKFZTSE9VTERGUkVFKHZwKSkN CiAJCXZmcmVlKHZwKTsNCkluZGV4OiBuZnMvbmZzX25vZGUuYw0KPT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PQ0KUkNTIGZpbGU6IC9ob21lL25jdnMvc3JjL3N5 cy9uZnMvbmZzX25vZGUuYyx2DQpyZXRyaWV2aW5nIHJldmlzaW9uIDEuMzYu Mi4xDQpkaWZmIC11IC1yMS4zNi4yLjEgbmZzX25vZGUuYw0KLS0tIG5mcy9u ZnNfbm9kZS5jCTIwMDEvMDMvMjEgMTA6NTA6NTkJMS4zNi4yLjENCisrKyBu ZnMvbmZzX25vZGUuYwkyMDAxLzA2LzA2IDA4OjUzOjQ5DQpAQCAtMTc1LDYg KzE3NSw3IEBADQogCWJjb3B5KChjYWRkcl90KWZocCwgKGNhZGRyX3QpbnAt Pm5fZmhwLCBmaHNpemUpOw0KIAlucC0+bl9maHNpemUgPSBmaHNpemU7DQog CWxvY2tpbml0KCZucC0+bl9yc2xvY2ssIFBWRlMgfCByc2ZsYWdzLCAibmZy c2xrIiwgMCwgTEtfTk9QQVVTRSk7DQorCWxvY2tpbml0KCZucC0+bl9sb2Nr LCBQVkZTLCAibmZzbmxrIiwgMCwgTEtfTk9QQVVTRSk7DQogCSpucHAgPSBu cDsNCiANCiAJaWYgKG5mc19ub2RlX2hhc2hfbG9jayA8IDApDQpJbmRleDog bmZzL25mc192bm9wcy5jDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQpSQ1Mg ZmlsZTogL2hvbWUvbmN2cy9zcmMvc3lzL25mcy9uZnNfdm5vcHMuYyx2DQpy ZXRyaWV2aW5nIHJldmlzaW9uIDEuMTUwLjIuMg0KZGlmZiAtdSAtcjEuMTUw LjIuMiBuZnNfdm5vcHMuYw0KLS0tIG5mcy9uZnNfdm5vcHMuYwkyMDAxLzAz LzAyIDE2OjQ1OjEyCTEuMTUwLjIuMg0KKysrIG5mcy9uZnNfdm5vcHMuYwky MDAxLzA2LzA2IDA4OjUzOjQ5DQpAQCAtMTQ5LDYgKzE0OSw3IEBADQogCXsg JnZvcF9nZXRwYWdlc19kZXNjLAkJKHZvcF90ICopIG5mc19nZXRwYWdlcyB9 LA0KIAl7ICZ2b3BfcHV0cGFnZXNfZGVzYywJCSh2b3BfdCAqKSBuZnNfcHV0 cGFnZXMgfSwNCiAJeyAmdm9wX2luYWN0aXZlX2Rlc2MsCQkodm9wX3QgKikg bmZzX2luYWN0aXZlIH0sDQorCXsgJnZvcF9pc2xvY2tlZF9kZXNjLAkJKHZv cF90ICopIHZvcF9zdGRpc2xvY2tlZCB9LA0KIAl7ICZ2b3BfbGVhc2VfZGVz YywJCSh2b3BfdCAqKSB2b3BfbnVsbCB9LA0KIAl7ICZ2b3BfbGlua19kZXNj LAkJKHZvcF90ICopIG5mc19saW5rIH0sDQogCXsgJnZvcF9sb2NrX2Rlc2Ms CQkodm9wX3QgKikgdm9wX3NoYXJlZGxvY2sgfSwNCkBAIC0xNjksNiArMTcw LDcgQEANCiAJeyAmdm9wX3NldGF0dHJfZGVzYywJCSh2b3BfdCAqKSBuZnNf c2V0YXR0ciB9LA0KIAl7ICZ2b3Bfc3RyYXRlZ3lfZGVzYywJCSh2b3BfdCAq KSBuZnNfc3RyYXRlZ3kgfSwNCiAJeyAmdm9wX3N5bWxpbmtfZGVzYywJCSh2 b3BfdCAqKSBuZnNfc3ltbGluayB9LA0KKwl7ICZ2b3BfdW5sb2NrX2Rlc2Ms CQkodm9wX3QgKikgdm9wX3N0ZHVubG9jayB9LA0KIAl7ICZ2b3Bfd3JpdGVf ZGVzYywJCSh2b3BfdCAqKSBuZnNfd3JpdGUgfSwNCiAJeyBOVUxMLCBOVUxM IH0NCiB9Ow0KQEAgLTE4NywxMSArMTg5LDEzIEBADQogCXsgJnZvcF9mc3lu Y19kZXNjLAkJKHZvcF90ICopIG5mc19mc3luYyB9LA0KIAl7ICZ2b3BfZ2V0 YXR0cl9kZXNjLAkJKHZvcF90ICopIG5mc19nZXRhdHRyIH0sDQogCXsgJnZv cF9pbmFjdGl2ZV9kZXNjLAkJKHZvcF90ICopIG5mc19pbmFjdGl2ZSB9LA0K Kwl7ICZ2b3BfaXNsb2NrZWRfZGVzYywJCSh2b3BfdCAqKSB2b3Bfc3RkaXNs b2NrZWQgfSwNCiAJeyAmdm9wX2xvY2tfZGVzYywJCSh2b3BfdCAqKSB2b3Bf c2hhcmVkbG9jayB9LA0KIAl7ICZ2b3BfcHJpbnRfZGVzYywJCSh2b3BfdCAq KSBuZnNfcHJpbnQgfSwNCiAJeyAmdm9wX3JlYWRfZGVzYywJCSh2b3BfdCAq KSBuZnNzcGVjX3JlYWQgfSwNCiAJeyAmdm9wX3JlY2xhaW1fZGVzYywJCSh2 b3BfdCAqKSBuZnNfcmVjbGFpbSB9LA0KIAl7ICZ2b3Bfc2V0YXR0cl9kZXNj LAkJKHZvcF90ICopIG5mc19zZXRhdHRyIH0sDQorCXsgJnZvcF91bmxvY2tf ZGVzYywJCSh2b3BfdCAqKSB2b3Bfc3RkdW5sb2NrIH0sDQogCXsgJnZvcF93 cml0ZV9kZXNjLAkJKHZvcF90ICopIG5mc3NwZWNfd3JpdGUgfSwNCiAJeyBO VUxMLCBOVUxMIH0NCiB9Ow0KQEAgLTIwNywxMSArMjExLDEzIEBADQogCXsg JnZvcF9mc3luY19kZXNjLAkJKHZvcF90ICopIG5mc19mc3luYyB9LA0KIAl7 ICZ2b3BfZ2V0YXR0cl9kZXNjLAkJKHZvcF90ICopIG5mc19nZXRhdHRyIH0s DQogCXsgJnZvcF9pbmFjdGl2ZV9kZXNjLAkJKHZvcF90ICopIG5mc19pbmFj dGl2ZSB9LA0KKwl7ICZ2b3BfaXNsb2NrZWRfZGVzYywJCSh2b3BfdCAqKSB2 b3Bfc3RkaXNsb2NrZWQgfSwNCiAJeyAmdm9wX2xvY2tfZGVzYywJCSh2b3Bf dCAqKSB2b3Bfc2hhcmVkbG9jayB9LA0KIAl7ICZ2b3BfcHJpbnRfZGVzYywJ CSh2b3BfdCAqKSBuZnNfcHJpbnQgfSwNCiAJeyAmdm9wX3JlYWRfZGVzYywJ CSh2b3BfdCAqKSBuZnNmaWZvX3JlYWQgfSwNCiAJeyAmdm9wX3JlY2xhaW1f ZGVzYywJCSh2b3BfdCAqKSBuZnNfcmVjbGFpbSB9LA0KIAl7ICZ2b3Bfc2V0 YXR0cl9kZXNjLAkJKHZvcF90ICopIG5mc19zZXRhdHRyIH0sDQorCXsgJnZv cF91bmxvY2tfZGVzYywJCSh2b3BfdCAqKSB2b3Bfc3RkdW5sb2NrIH0sDQog CXsgJnZvcF93cml0ZV9kZXNjLAkJKHZvcF90ICopIG5mc2ZpZm9fd3JpdGUg fSwNCiAJeyBOVUxMLCBOVUxMIH0NCiB9Ow0KSW5kZXg6IG5mcy9uZnNub2Rl LmgNCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0NClJDUyBmaWxlOiAvaG9tZS9u Y3ZzL3NyYy9zeXMvbmZzL25mc25vZGUuaCx2DQpyZXRyaWV2aW5nIHJldmlz aW9uIDEuMzINCmRpZmYgLXUgLXIxLjMyIG5mc25vZGUuaA0KLS0tIG5mcy9u ZnNub2RlLmgJMTk5OS8xMi8yOSAwNDo1NDo1NQkxLjMyDQorKysgbmZzL25m c25vZGUuaAkyMDAxLzA2LzA2IDA4OjUzOjQ5DQpAQCAtODYsNiArODYsNyBA QA0KICAqICAgICBiZSB3ZWxsIGFsaWduZWQgYW5kLCB0aGVyZWZvcmUsIHRp Z2h0bHkgcGFja2VkLg0KICAqLw0KIHN0cnVjdCBuZnNub2RlIHsNCisJc3Ry dWN0IGxvY2sJCW5fbG9jazsNCiAJTElTVF9FTlRSWShuZnNub2RlKQluX2hh c2g7CQkvKiBIYXNoIGNoYWluICovDQogCUNJUkNMRVFfRU5UUlkobmZzbm9k ZSkJbl90aW1lcjsJLyogTnFuZnMgdGltZXIgY2hhaW4gKi8NCiAJdV9xdWFk X3QJCW5fc2l6ZTsJCS8qIEN1cnJlbnQgc2l6ZSBvZiBmaWxlICovDQpJbmRl eDogbWlzY2ZzL251bGxmcy9udWxsLmgNCj09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT0NClJDUyBmaWxlOiAvaG9tZS9uY3ZzL3NyYy9zeXMvbWlzY2ZzL251bGxm cy9BdHRpYy9udWxsLmgsdg0KcmV0cmlldmluZyByZXZpc2lvbiAxLjExLjIu Mg0KZGlmZiAtdSAtcjEuMTEuMi4yIG51bGwuaA0KLS0tIG1pc2Nmcy9udWxs ZnMvbnVsbC5oCTIwMDAvMTAvMjUgMDQ6MjY6MzAJMS4xMS4yLjINCisrKyBt aXNjZnMvbnVsbGZzL251bGwuaAkyMDAxLzA2LzA2IDA4OjUzOjQ5DQpAQCAt NTIsNiArNTIsOCBAQA0KICAqIEEgY2FjaGUgb2Ygdm5vZGUgcmVmZXJlbmNl cw0KICAqLw0KIHN0cnVjdCBudWxsX25vZGUgew0KKwlzdHJ1Y3QgbG9jawkJ bnVsbF9sb2NrOwkvKiBMb2NrIGZvciB0aGlzIHZub2RlLiBNQkYgKi8NCisJ c3RydWN0IGxvY2sJCSpudWxsX3ZubG9jazsJLyogbG9jayBvZiBsb3dlciB2 bm9kZSBpbiB0aGUgc3RhY2sgKi8NCiAJTElTVF9FTlRSWShudWxsX25vZGUp CW51bGxfaGFzaDsJLyogSGFzaCBsaXN0ICovDQogCXN0cnVjdCB2bm9kZQkg ICAgICAgICpudWxsX2xvd2VydnA7CS8qIFZSRUZlZCBvbmNlICovDQogCXN0 cnVjdCB2bm9kZQkJKm51bGxfdm5vZGU7CS8qIEJhY2sgcG9pbnRlciAqLw0K SW5kZXg6IG1pc2Nmcy9udWxsZnMvbnVsbF9zdWJyLmMNCj09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT0NClJDUyBmaWxlOiAvaG9tZS9uY3ZzL3NyYy9zeXMvbWlz Y2ZzL251bGxmcy9BdHRpYy9udWxsX3N1YnIuYyx2DQpyZXRyaWV2aW5nIHJl dmlzaW9uIDEuMjEuMi4zDQpkaWZmIC11IC1yMS4yMS4yLjMgbnVsbF9zdWJy LmMNCi0tLSBtaXNjZnMvbnVsbGZzL251bGxfc3Vici5jCTIwMDEvMDUvMzAg MDk6NDc6MDIJMS4yMS4yLjMNCisrKyBtaXNjZnMvbnVsbGZzL251bGxfc3Vi ci5jCTIwMDEvMDYvMDYgMDg6NTM6NDkNCkBAIC0xMzAsMTAgKzEzMCwxMSBA QA0KIAkJCSAqIHN0dWZmLCBidXQgd2UgZG9uJ3Qgd2FudCB0byBsb2NrDQog CQkJICogdGhlIGxvd2VyIG5vZGUuDQogCQkJICovDQotCQkJaWYgKHZnZXQo dnAsIDAsIHApKSB7DQorCQkJaWYgKHZnZXQodnAsIExLX0VYQ0xVU0lWRSB8 IExLX0NBTlJFQ1VSU0UsIHApKSB7DQogCQkJCXByaW50ZiAoIm51bGxfbm9k ZV9maW5kOiB2Z2V0IGZhaWxlZC5cbiIpOw0KIAkJCQlnb3RvIGxvb3A7DQot CQkJfTsNCisJCQl9DQorCQkJVk9QX1VOTE9DSyhsb3dlcnZwLCAwLCBwKTsN CiAJCQlyZXR1cm4gKHZwKTsNCiAJCX0NCiAJfQ0KQEAgLTE3Niw2ICsxNzcs NyBAQA0KIAl2cCA9ICp2cHA7DQogDQogCXZwLT52X3R5cGUgPSBsb3dlcnZw LT52X3R5cGU7DQorCWxvY2tpbml0KCZ4cC0+bnVsbF9sb2NrLCBQSU5PRCwg Im51bGxub2RlIiwgMCwgTEtfQ0FOUkVDVVJTRSk7DQogCXhwLT5udWxsX3Zu b2RlID0gdnA7DQogCXZwLT52X2RhdGEgPSB4cDsNCiAJeHAtPm51bGxfbG93 ZXJ2cCA9IGxvd2VydnA7DQpAQCAtMTkyLDkgKzE5NCwyNCBAQA0KIAkJdnJl bGUodnApOw0KIAkJKnZwcCA9IG90aGVydnA7DQogCQlyZXR1cm4gMDsNCi0J fTsNCi0JVlJFRihsb3dlcnZwKTsgICAvKiBFeHRyYSBWUkVGIHdpbGwgYmUg dnJlbGUnZCBpbiBudWxsX25vZGVfY3JlYXRlICovDQorCX0NCisNCisJLyoN CisJICogRnJvbSBOZXRCU0Q6DQorCSAqIE5vdyBsb2NrIHRoZSBuZXcgbm9k ZS4gV2UgcmVseSBvbiB0aGUgZmFjdCB0aGF0IHdlIHdlcmUgcGFzc2VkDQor CSAqIGEgbG9ja2VkIHZub2RlLiBJZiB0aGUgbG93ZXIgbm9kZSBpcyBleHBv cnRpbmcgYSBzdHJ1Y3QgbG9jaw0KKwkgKiAodl92bmxvY2sgIT0gTlVMTCkg dGhlbiB3ZSBqdXN0IHNldCB0aGUgdXBwZXIgdl92bmxvY2sgdG8gdGhlDQor CSAqIGxvd2VyIG9uZSwgYW5kIGJvdGggYXJlIG5vdyBsb2NrZWQuIElmIHRo ZSBsb3dlciBub2RlIGlzIGV4cG9ydGluZw0KKwkgKiBOVUxMLCB0aGVuIHdl IGNvcHkgdGhhdCB1cCBhbmQgbWFudWFsbHkgbG9jayB0aGUgbmV3IHZub2Rl Lg0KKwkgKi8NCisNCiAJbG9ja21ncigmbnVsbF9oYXNobG9jaywgTEtfRVhD TFVTSVZFLCBOVUxMLCBwKTsNCisJdnAtPnZfdm5sb2NrID0gbG93ZXJ2cC0+ dl92bmxvY2s7DQorCWVycm9yID0gVk9QX0xPQ0sodnAsIExLX0VYQ0xVU0lW RSB8IExLX1RISVNMQVlFUiwgcCk7DQorCWlmIChlcnJvcikNCisJCXBhbmlj KCJudWxsX25vZGVfYWxsb2M6IGNhbid0IGxvY2sgbmV3IHZub2RlXG4iKTsN CisNCisJVlJFRihsb3dlcnZwKTsNCiAJaGQgPSBOVUxMX05IQVNIKGxvd2Vy dnApOw0KIAlMSVNUX0lOU0VSVF9IRUFEKGhkLCB4cCwgbnVsbF9oYXNoKTsN CiAJbG9ja21ncigmbnVsbF9oYXNobG9jaywgTEtfUkVMRUFTRSwgTlVMTCwg cCk7DQpAQCAtMjIxLDEwICsyMzgsMTAgQEANCiAJCSAqIG51bGxfbm9kZV9m aW5kIGhhcyB0YWtlbiBhbm90aGVyIHJlZmVyZW5jZQ0KIAkJICogdG8gdGhl IGFsaWFzIHZub2RlLg0KIAkJICovDQorCQl2cmVsZShsb3dlcnZwKTsNCiAj aWZkZWYgTlVMTEZTX0RFQlVHDQogCQl2cHJpbnQoIm51bGxfbm9kZV9jcmVh dGU6IGV4aXN0cyIsIGFsaWFzdnApOw0KICNlbmRpZg0KLQkJLyogVlJFRihh bGlhc3ZwKTsgLS0tIGRvbmUgaW4gbnVsbF9ub2RlX2ZpbmQgKi8NCiAJfSBl bHNlIHsNCiAJCWludCBlcnJvcjsNCiANCkBAIC0yNDQsOCArMjYxLDYgQEAN CiAJCSAqIGFsaWFzdnAgaXMgYWxyZWFkeSBWUkVGJ2QgYnkgZ2V0bmV3dm5v ZGUoKQ0KIAkJICovDQogCX0NCi0NCi0JdnJlbGUobG93ZXJ2cCk7DQogDQog I2lmZGVmIERJQUdOT1NUSUMNCiAJaWYgKGxvd2VydnAtPnZfdXNlY291bnQg PCAxKSB7DQpJbmRleDogbWlzY2ZzL251bGxmcy9udWxsX3Zub3BzLmMNCj09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT0NClJDUyBmaWxlOiAvaG9tZS9uY3ZzL3Ny Yy9zeXMvbWlzY2ZzL251bGxmcy9BdHRpYy9udWxsX3Zub3BzLmMsdg0KcmV0 cmlldmluZyByZXZpc2lvbiAxLjM4LjIuNA0KZGlmZiAtdSAtcjEuMzguMi40 IG51bGxfdm5vcHMuYw0KLS0tIG1pc2Nmcy9udWxsZnMvbnVsbF92bm9wcy5j CTIwMDEvMDUvMzAgMDk6NDc6MDIJMS4zOC4yLjQNCisrKyBtaXNjZnMvbnVs bGZzL251bGxfdm5vcHMuYwkyMDAxLzA2LzA2IDA4OjUzOjQ5DQpAQCAtMTk1 LDYgKzE5NSw3IEBADQogc3RhdGljIGludAludWxsX2dldGF0dHIoc3RydWN0 IHZvcF9nZXRhdHRyX2FyZ3MgKmFwKTsNCiBzdGF0aWMgaW50CW51bGxfZ2V0 dm9iamVjdChzdHJ1Y3Qgdm9wX2dldHZvYmplY3RfYXJncyAqYXApOw0KIHN0 YXRpYyBpbnQJbnVsbF9pbmFjdGl2ZShzdHJ1Y3Qgdm9wX2luYWN0aXZlX2Fy Z3MgKmFwKTsNCitzdGF0aWMgaW50CW51bGxfaXNsb2NrZWQoc3RydWN0IHZv cF9pc2xvY2tlZF9hcmdzICphcCk7DQogc3RhdGljIGludAludWxsX2xvY2so c3RydWN0IHZvcF9sb2NrX2FyZ3MgKmFwKTsNCiBzdGF0aWMgaW50CW51bGxf bG9va3VwKHN0cnVjdCB2b3BfbG9va3VwX2FyZ3MgKmFwKTsNCiBzdGF0aWMg aW50CW51bGxfb3BlbihzdHJ1Y3Qgdm9wX29wZW5fYXJncyAqYXApOw0KQEAg LTM1OSw0NCArMzYwLDQzIEBADQogCX0gKi8gKmFwOw0KIHsNCiAJc3RydWN0 IGNvbXBvbmVudG5hbWUgKmNucCA9IGFwLT5hX2NucDsNCisJc3RydWN0IHZu b2RlICpkdnAgPSBhcC0+YV9kdnA7DQogCXN0cnVjdCBwcm9jICpwID0gY25w LT5jbl9wcm9jOw0KIAlpbnQgZmxhZ3MgPSBjbnAtPmNuX2ZsYWdzOw0KLQlz dHJ1Y3Qgdm9wX2xvY2tfYXJncyBsb2NrYXJnczsNCi0Jc3RydWN0IHZvcF91 bmxvY2tfYXJncyB1bmxvY2thcmdzOw0KLQlzdHJ1Y3Qgdm5vZGUgKmR2cCwg KnZwOw0KKwlzdHJ1Y3Qgdm5vZGUgKnZwLCAqbGR2cCwgKmx2cDsNCiAJaW50 IGVycm9yOw0KIA0KLQlpZiAoKGZsYWdzICYgSVNMQVNUQ04pICYmIChhcC0+ YV9kdnAtPnZfbW91bnQtPm1udF9mbGFnICYgTU5UX1JET05MWSkgJiYNCisJ aWYgKChmbGFncyAmIElTTEFTVENOKSAmJiAoZHZwLT52X21vdW50LT5tbnRf ZmxhZyAmIE1OVF9SRE9OTFkpICYmDQogCSAgICAoY25wLT5jbl9uYW1laW9w ID09IERFTEVURSB8fCBjbnAtPmNuX25hbWVpb3AgPT0gUkVOQU1FKSkNCiAJ CXJldHVybiAoRVJPRlMpOw0KLQllcnJvciA9IG51bGxfYnlwYXNzKChzdHJ1 Y3Qgdm9wX2dlbmVyaWNfYXJncyAqKWFwKTsNCisJLyoNCisJICogQWx0aG91 Z2ggaXQgaXMgcG9zc2libGUgdG8gY2FsbCBudWxsX2J5cGFzcygpLCB3ZSds bCBkbw0KKwkgKiBhIGRpcmVjdCBjYWxsIHRvIHJlZHVjZSBvdmVyaGVhZA0K KwkgKi8NCisJbGR2cCA9IE5VTExWUFRPTE9XRVJWUChkdnApOw0KKwl2cCA9 IGx2cCA9IE5VTEw7DQorCWVycm9yID0gVk9QX0xPT0tVUChsZHZwLCAmbHZw LCBjbnApOw0KIAlpZiAoZXJyb3IgPT0gRUpVU1RSRVRVUk4gJiYgKGZsYWdz ICYgSVNMQVNUQ04pICYmDQotCSAgICAoYXAtPmFfZHZwLT52X21vdW50LT5t bnRfZmxhZyAmIE1OVF9SRE9OTFkpICYmDQorCSAgICAoZHZwLT52X21vdW50 LT5tbnRfZmxhZyAmIE1OVF9SRE9OTFkpICYmDQogCSAgICAoY25wLT5jbl9u YW1laW9wID09IENSRUFURSB8fCBjbnAtPmNuX25hbWVpb3AgPT0gUkVOQU1F KSkNCiAJCWVycm9yID0gRVJPRlM7DQorDQogCS8qDQotCSAqIFdlIG11c3Qg ZG8gdGhlIHNhbWUgbG9ja2luZyBhbmQgdW5sb2NraW5nIGF0IHRoaXMgbGF5 ZXIgYXMgDQotCSAqIGlzIGRvbmUgaW4gdGhlIGxheWVycyBiZWxvdyB1cy4g V2UgY291bGQgZmlndXJlIHRoaXMgb3V0IA0KLQkgKiBiYXNlZCBvbiB0aGUg ZXJyb3IgcmV0dXJuIGFuZCB0aGUgTEFTVENOLCBMT0NLUEFSRU5ULCBhbmQN Ci0JICogTE9DS0xFQUYgZmxhZ3MuIEhvd2V2ZXIsIGl0IGlzIG1vcmUgZXhw aWRpZW50IHRvIGp1c3QgZmluZCANCi0JICogb3V0IHRoZSBzdGF0ZSBvZiB0 aGUgbG93ZXIgbGV2ZWwgdm5vZGVzIGFuZCBzZXQgb3VycyB0byB0aGUNCi0J ICogc2FtZSBzdGF0ZS4NCisJICogUmVseSBvbmx5IG9uIHRoZSBQRElSVU5M T0NLIGZsYWcgd2hpY2ggc2hvdWxkIGJlIGNhcmVmdWxseQ0KKwkgKiB0cmFj a2VkIGJ5IHVuZGVybHlpbmcgZmlsZXN5c3RlbS4NCiAJICovDQotCWR2cCA9 IGFwLT5hX2R2cDsNCi0JdnAgPSAqYXAtPmFfdnBwOw0KLQlpZiAoZHZwID09 IHZwKQ0KLQkJcmV0dXJuIChlcnJvcik7DQotCWlmICghVk9QX0lTTE9DS0VE KGR2cCwgTlVMTCkpIHsNCi0JCXVubG9ja2FyZ3MuYV92cCA9IGR2cDsNCi0J CXVubG9ja2FyZ3MuYV9mbGFncyA9IDA7DQotCQl1bmxvY2thcmdzLmFfcCA9 IHA7DQotCQl2b3Bfbm91bmxvY2soJnVubG9ja2FyZ3MpOw0KLQl9DQotCWlm ICh2cCAhPSBOVUxMVlAgJiYgVk9QX0lTTE9DS0VEKHZwLCBOVUxMKSkgew0K LQkJbG9ja2FyZ3MuYV92cCA9IHZwOw0KLQkJbG9ja2FyZ3MuYV9mbGFncyA9 IExLX1NIQVJFRDsNCi0JCWxvY2thcmdzLmFfcCA9IHA7DQotCQl2b3Bfbm9s b2NrKCZsb2NrYXJncyk7DQorCWlmIChjbnAtPmNuX2ZsYWdzICYgUERJUlVO TE9DSykNCisJCVZPUF9VTkxPQ0soZHZwLCBMS19USElTTEFZRVIsIHApOw0K KwlpZiAoKGVycm9yID09IDAgfHwgZXJyb3IgPT0gRUpVU1RSRVRVUk4pICYm IGx2cCAhPSBOVUxMKSB7DQorCQlpZiAobGR2cCA9PSBsdnApIHsNCisJCQkq YXAtPmFfdnBwID0gZHZwOw0KKwkJCVZSRUYoZHZwKTsNCisJCQl2cmVsZShs dnApOw0KKwkJfSBlbHNlIHsNCisJCQllcnJvciA9IG51bGxfbm9kZV9jcmVh dGUoZHZwLT52X21vdW50LCBsdnAsICZ2cCk7DQorCQkJaWYgKGVycm9yID09 IDApDQorCQkJCSphcC0+YV92cHAgPSB2cDsNCisJCX0NCiAJfQ0KIAlyZXR1 cm4gKGVycm9yKTsNCiB9DQpAQCAtNDY0LDYgKzQ2NCw4IEBADQogDQogCWlm ICgoZXJyb3IgPSBudWxsX2J5cGFzcygoc3RydWN0IHZvcF9nZW5lcmljX2Fy Z3MgKilhcCkpICE9IDApDQogCQlyZXR1cm4gKGVycm9yKTsNCisNCisJYXAt PmFfdmFwLT52YV9mc2lkID0gYXAtPmFfdnAtPnZfbW91bnQtPm1udF9zdGF0 LmZfZnNpZC52YWxbMF07DQogCXJldHVybiAoMCk7DQogfQ0KIA0KQEAgLTU3 NSwxMiArNTc3LDY0IEBADQogCQlzdHJ1Y3QgcHJvYyAqYV9wOw0KIAl9ICov ICphcDsNCiB7DQorCXN0cnVjdCB2bm9kZSAqdnAgPSBhcC0+YV92cDsNCisJ aW50IGZsYWdzID0gYXAtPmFfZmxhZ3M7DQorCXN0cnVjdCBwcm9jICpwID0g YXAtPmFfcDsNCisJc3RydWN0IG51bGxfbm9kZSAqbnAgPSBWVE9OVUxMKHZw KTsNCisJc3RydWN0IHZub2RlICpsdnA7DQorCWludCBlcnJvcjsNCiANCi0J dm9wX25vbG9jayhhcCk7DQotCWlmICgoYXAtPmFfZmxhZ3MgJiBMS19UWVBF X01BU0spID09IExLX0RSQUlOKQ0KLQkJcmV0dXJuICgwKTsNCi0JYXAtPmFf ZmxhZ3MgJj0gfkxLX0lOVEVSTE9DSzsNCi0JcmV0dXJuIChudWxsX2J5cGFz cygoc3RydWN0IHZvcF9nZW5lcmljX2FyZ3MgKilhcCkpOw0KKwlpZiAoZmxh Z3MgJiBMS19USElTTEFZRVIpIHsNCisJCWlmICh2cC0+dl92bmxvY2sgIT0g TlVMTCkNCisJCQlyZXR1cm4gMDsJLyogbG9jayBpcyBzaGFyZWQgYWNyb3Nz IGxheWVycyAqLw0KKwkJZXJyb3IgPSBsb2NrbWdyKCZucC0+bnVsbF9sb2Nr LCBmbGFncyAmIH5MS19USElTTEFZRVIsDQorCQkgICAgJnZwLT52X2ludGVy bG9jaywgcCk7DQorCQlyZXR1cm4gKGVycm9yKTsNCisJfQ0KKw0KKwlpZiAo dnAtPnZfdm5sb2NrICE9IE5VTEwpIHsNCisJCS8qDQorCQkgKiBUaGUgbG93 ZXIgbGV2ZWwgaGFzIGV4cG9ydGVkIGEgc3RydWN0IGxvY2sgdG8gdXMuIFVz ZQ0KKwkJICogaXQgc28gdGhhdCBhbGwgdm5vZGVzIGluIHRoZSBzdGFjayBs b2NrIGFuZCB1bmxvY2sNCisJCSAqIHNpbXVsdGFuZW91c2x5LiBOb3RlOiB3 ZSBkb24ndCBEUkFJTiB0aGUgbG9jayBhcyBEUkFJTg0KKwkJICogZGVjb21t aXNzaW9ucyB0aGUgbG9jayAtIGp1c3QgYmVjYXVzZSBvdXIgdm5vZGUgaXMN CisJCSAqIGdvaW5nIGF3YXkgZG9lc24ndCBtZWFuIHRoZSBzdHJ1Y3QgbG9j ayBiZWxvdyB1cyBpcy4NCisJCSAqIExLX0VYQ0xVU0lWRSBpcyBmaW5lLg0K KwkJICovDQorCQlpZiAoKGZsYWdzICYgTEtfVFlQRV9NQVNLKSA9PSBMS19E UkFJTikgew0KKwkJCU5VTExGU0RFQlVHKCJudWxsX2xvY2s6IGF2b2lkaW5n IExLX0RSQUlOXG4iKTsNCisJCQlyZXR1cm4obG9ja21ncih2cC0+dl92bmxv Y2ssDQorCQkJCShmbGFncyAmIH5MS19UWVBFX01BU0spIHwgTEtfRVhDTFVT SVZFLA0KKwkJCQkmdnAtPnZfaW50ZXJsb2NrLCBwKSk7DQorCQl9DQorCQly ZXR1cm4obG9ja21ncih2cC0+dl92bmxvY2ssIGZsYWdzLCAmdnAtPnZfaW50 ZXJsb2NrLCBwKSk7DQorCX0NCisJLyoNCisJICogVG8gcHJldmVudCByYWNl IGNvbmRpdGlvbnMgaW52b2x2aW5nIGRvaW5nIGEgbG9va3VwDQorCSAqIG9u ICIuLiIsIHdlIGhhdmUgdG8gbG9jayB0aGUgbG93ZXIgbm9kZSwgdGhlbiBs b2NrIG91cg0KKwkgKiBub2RlLiBNb3N0IG9mIHRoZSB0aW1lIGl0IHdvbid0 IG1hdHRlciB0aGF0IHdlIGxvY2sgb3VyDQorCSAqIG5vZGUgKGFzIGFueSBs b2NraW5nIHdvdWxkIG5lZWQgdGhlIGxvd2VyIG9uZSBsb2NrZWQNCisJICog Zmlyc3QpLiBCdXQgd2UgY2FuIExLX0RSQUlOIHRoZSB1cHBlciBsb2NrIGFz IGEgc3RlcA0KKwkgKiB0b3dhcmRzIGRlY29taXNzaW9uaW5nIGl0Lg0KKwkg Ki8NCisJbHZwID0gTlVMTFZQVE9MT1dFUlZQKHZwKTsNCisJaWYgKGx2cCA9 PSBOVUxMKQ0KKwkJcmV0dXJuIChsb2NrbWdyKCZucC0+bnVsbF9sb2NrLCBm bGFncywgJnZwLT52X2ludGVybG9jaywgcCkpOw0KKwlpZiAoZmxhZ3MgJiBM S19JTlRFUkxPQ0spIHsNCisJCVZJX1VOTE9DSyh2cCk7DQorCQlmbGFncyAm PSB+TEtfSU5URVJMT0NLOw0KKwl9DQorCWlmICgoZmxhZ3MgJiBMS19UWVBF X01BU0spID09IExLX0RSQUlOKSB7DQorCQllcnJvciA9IFZPUF9MT0NLKGx2 cCwNCisJCQkoZmxhZ3MgJiB+TEtfVFlQRV9NQVNLKSB8IExLX0VYQ0xVU0lW RSwgcCk7DQorCX0gZWxzZQ0KKwkJZXJyb3IgPSBWT1BfTE9DSyhsdnAsIGZs YWdzLCBwKTsNCisJaWYgKGVycm9yKQ0KKwkJcmV0dXJuIChlcnJvcik7DQor CWVycm9yID0gbG9ja21ncigmbnAtPm51bGxfbG9jaywgZmxhZ3MsICZ2cC0+ dl9pbnRlcmxvY2ssIHApOw0KKwlpZiAoZXJyb3IpDQorCQlWT1BfVU5MT0NL KGx2cCwgMCwgcCk7DQorCXJldHVybiAoZXJyb3IpOw0KIH0NCiANCiAvKg0K QEAgLTU5NiwxMiArNjUwLDU2IEBADQogCQlzdHJ1Y3QgcHJvYyAqYV9wOw0K IAl9ICovICphcDsNCiB7DQotCXZvcF9ub3VubG9jayhhcCk7DQotCWFwLT5h X2ZsYWdzICY9IH5MS19JTlRFUkxPQ0s7DQotCXJldHVybiAobnVsbF9ieXBh c3MoKHN0cnVjdCB2b3BfZ2VuZXJpY19hcmdzICopYXApKTsNCisJc3RydWN0 IHZub2RlICp2cCA9IGFwLT5hX3ZwOw0KKwlpbnQgZmxhZ3MgPSBhcC0+YV9m bGFnczsNCisJc3RydWN0IHByb2MgKnAgPSBhcC0+YV9wOw0KKwlzdHJ1Y3Qg bnVsbF9ub2RlICpucCA9IFZUT05VTEwodnApOw0KKwlzdHJ1Y3Qgdm5vZGUg Kmx2cDsNCisNCisJaWYgKHZwLT52X3ZubG9jayAhPSBOVUxMKSB7DQorCQlp ZiAoZmxhZ3MgJiBMS19USElTTEFZRVIpDQorCQkJcmV0dXJuIDA7CS8qIHRo ZSBsb2NrIGlzIHNoYXJlZCBhY3Jvc3MgbGF5ZXJzICovDQorCQlmbGFncyAm PSB+TEtfVEhJU0xBWUVSOw0KKwkJcmV0dXJuIChsb2NrbWdyKHZwLT52X3Zu bG9jaywgZmxhZ3MgfCBMS19SRUxFQVNFLA0KKwkJCSZ2cC0+dl9pbnRlcmxv Y2ssIHApKTsNCisJfQ0KKwlsdnAgPSBOVUxMVlBUT0xPV0VSVlAodnApOw0K KwlpZiAobHZwID09IE5VTEwpDQorCQlyZXR1cm4gKGxvY2ttZ3IoJm5wLT5u dWxsX2xvY2ssIGZsYWdzIHwgTEtfUkVMRUFTRSwgJnZwLT52X2ludGVybG9j aywgcCkpOw0KKwlpZiAoKGZsYWdzICYgTEtfVEhJU0xBWUVSKSA9PSAwKSB7 DQorCQlpZiAoZmxhZ3MgJiBMS19JTlRFUkxPQ0spIHsNCisJCQlWSV9VTkxP Q0sodnApOw0KKwkJCWZsYWdzICY9IH5MS19JTlRFUkxPQ0s7DQorCQl9DQor CQlWT1BfVU5MT0NLKGx2cCwgZmxhZ3MsIHApOw0KKwl9IGVsc2UNCisJCWZs YWdzICY9IH5MS19USElTTEFZRVI7DQorCWFwLT5hX2ZsYWdzID0gZmxhZ3M7 DQorCXJldHVybiAobG9ja21ncigmbnAtPm51bGxfbG9jaywgZmxhZ3MgfCBM S19SRUxFQVNFLCAmdnAtPnZfaW50ZXJsb2NrLCBwKSk7DQogfQ0KIA0KIHN0 YXRpYyBpbnQNCitudWxsX2lzbG9ja2VkKGFwKQ0KKwlzdHJ1Y3Qgdm9wX2lz bG9ja2VkX2FyZ3MgLyogew0KKwkJc3RydWN0IHZub2RlICphX3ZwOw0KKwkJ c3RydWN0IHByb2MgKmFfcDsNCisJfSAqLyAqYXA7DQorew0KKwlzdHJ1Y3Qg dm5vZGUgKnZwID0gYXAtPmFfdnA7DQorCXN0cnVjdCBwcm9jICpwID0gYXAt PmFfcDsNCisNCisJaWYgKHZwLT52X3ZubG9jayAhPSBOVUxMKQ0KKwkJcmV0 dXJuIChsb2Nrc3RhdHVzKHZwLT52X3ZubG9jaywgcCkpOw0KKwlyZXR1cm4g KGxvY2tzdGF0dXMoJlZUT05VTEwodnApLT5udWxsX2xvY2ssIHApKTsNCit9 DQorDQorDQorLyoNCisgKiBUaGVyZSBpcyBubyB3YXkgdG8gdGVsbCB0aGF0 IHNvbWVvbmUgaXNzdWVkIHJlbW92ZS9ybWRpciBvcGVyYXRpb24NCisgKiBv biB0aGUgdW5kZXJseWluZyBmaWxlc3lzdGVtLiBGb3Igbm93IHdlIGp1c3Qg aGF2ZSB0byByZWxlYXNlIGxvd2V2cnANCisgKiBhcyBzb29uIGFzIHBvc3Np YmxlLg0KKyAqLw0KK3N0YXRpYyBpbnQNCiBudWxsX2luYWN0aXZlKGFwKQ0K IAlzdHJ1Y3Qgdm9wX2luYWN0aXZlX2FyZ3MgLyogew0KIAkJc3RydWN0IHZu b2RlICphX3ZwOw0KQEAgLTYwOSwyNyArNzA3LDM0IEBADQogCX0gKi8gKmFw Ow0KIHsNCiAJc3RydWN0IHZub2RlICp2cCA9IGFwLT5hX3ZwOw0KKwlzdHJ1 Y3QgcHJvYyAqcCA9IGFwLT5hX3A7DQogCXN0cnVjdCBudWxsX25vZGUgKnhw ID0gVlRPTlVMTCh2cCk7DQogCXN0cnVjdCB2bm9kZSAqbG93ZXJ2cCA9IHhw LT5udWxsX2xvd2VydnA7DQorDQorCWxvY2ttZ3IoJm51bGxfaGFzaGxvY2ss IExLX0VYQ0xVU0lWRSwgTlVMTCwgcCk7DQorCUxJU1RfUkVNT1ZFKHhwLCBu dWxsX2hhc2gpOw0KKwlsb2NrbWdyKCZudWxsX2hhc2hsb2NrLCBMS19SRUxF QVNFLCBOVUxMLCBwKTsNCisNCisJeHAtPm51bGxfbG93ZXJ2cCA9IE5VTExW UDsNCisJaWYgKHZwLT52X3ZubG9jayAhPSBOVUxMKSB7DQorCQl2cC0+dl92 bmxvY2sgPSAmeHAtPm51bGxfbG9jazsJLyogd2Ugbm8gbG9uZ2VyIHNoYXJl IHRoZSBsb2NrICovDQorCX0gZWxzZQ0KKwkJVk9QX1VOTE9DSyh2cCwgTEtf VEhJU0xBWUVSLCBwKTsNCisNCisJdnB1dChsb3dlcnZwKTsNCiAJLyoNCi0J ICogRG8gbm90aGluZyAoYW5kIF9kb24ndF8gYnlwYXNzKS4NCi0JICogV2Fp dCB0byB2cmVsZSBsb3dlcnZwIHVudGlsIHJlY2xhaW0sDQotCSAqIHNvIHRo YXQgdW50aWwgdGhlbiBvdXIgbnVsbF9ub2RlIGlzIGluIHRoZQ0KLQkgKiBj YWNoZSBhbmQgcmV1c2FibGUuDQotCSAqIFdlIHN0aWxsIGhhdmUgdG8gdGVs bCB0aGUgbG93ZXIgbGF5ZXIgdGhlIHZub2RlDQotCSAqIGlzIG5vdyBpbmFj dGl2ZSB0aG91Z2guDQotCSAqDQotCSAqIE5FRURTV09SSzogU29tZWRheSwg Y29uc2lkZXIgaW5hY3RpdmUnaW5nDQotCSAqIHRoZSBsb3dlcnZwIGFuZCB0 aGVuIHRyeWluZyB0byByZWFjdGl2YXRlIGl0DQotCSAqIHdpdGggY2FwYWJp bGl0aWVzICh2X2lkKQ0KLQkgKiBsaWtlIHRoZXkgZG8gaW4gdGhlIG5hbWUg bG9va3VwIGNhY2hlIGNvZGUuDQotCSAqIFRoYXQncyB0b28gbXVjaCB3b3Jr IGZvciBub3cuDQorCSAqIE5vdyBpdCBpcyBzYWZlIHRvIGRyb3AgcmVmZXJl bmNlcyB0byB0aGUgbG93ZXIgdm5vZGUuDQorCSAqIFZPUF9JTkFDVElWRSgp IHdpbGwgYmUgY2FsbGVkIGJ5IHZyZWxlKCkgaWYgbmVjZXNzYXJ5Lg0KIAkg Ki8NCi0JVk9QX0lOQUNUSVZFKGxvd2VydnAsIGFwLT5hX3ApOw0KLQlWT1Bf VU5MT0NLKGFwLT5hX3ZwLCAwLCBhcC0+YV9wKTsNCisJdnJlbGUgKGxvd2Vy dnApOw0KKw0KIAlyZXR1cm4gKDApOw0KIH0NCiANCisvKg0KKyAqIFdlIGNh biBmcmVlIG1lbW9yeSBpbiBudWxsX2luYWN0aXZlLCBidXQgd2UgZG8gdGhp cw0KKyAqIGhlcmUuIChQb3NzaWJsZSB0byBndWFyZCB2cC0+dl9kYXRhIHRv IHBvaW50IHNvbWV3aGVyZSkNCisgKi8NCiBzdGF0aWMgaW50DQogbnVsbF9y ZWNsYWltKGFwKQ0KIAlzdHJ1Y3Qgdm9wX3JlY2xhaW1fYXJncyAvKiB7DQpA QCAtNjM4LDIyICs3NDMsMTEgQEANCiAJfSAqLyAqYXA7DQogew0KIAlzdHJ1 Y3Qgdm5vZGUgKnZwID0gYXAtPmFfdnA7DQotCXN0cnVjdCBwcm9jICpwID0g YXAtPmFfcDsNCi0Jc3RydWN0IG51bGxfbm9kZSAqeHAgPSBWVE9OVUxMKHZw KTsNCi0Jc3RydWN0IHZub2RlICpsb3dlcnZwID0geHAtPm51bGxfbG93ZXJ2 cDsNCisJdm9pZCAqdmRhdGEgPSB2cC0+dl9kYXRhOw0KIA0KLQkvKg0KLQkg KiBOb3RlOiBpbiB2b3BfcmVjbGFpbSwgdnAtPnZfb3AgPT0gZGVhZF92bm9k ZW9wX3AsDQotCSAqIHNvIHdlIGNhbid0IGNhbGwgVk9QcyBvbiBvdXJzZWxm Lg0KLQkgKi8NCi0JLyogQWZ0ZXIgdGhpcyBhc3NpZ25tZW50LCB0aGlzIG5v ZGUgd2lsbCBub3QgYmUgcmUtdXNlZC4gKi8NCi0JeHAtPm51bGxfbG93ZXJ2 cCA9IE5VTExWUDsNCi0JbG9ja21ncigmbnVsbF9oYXNobG9jaywgTEtfRVhD TFVTSVZFLCBOVUxMLCBwKTsNCi0JTElTVF9SRU1PVkUoeHAsIG51bGxfaGFz aCk7DQotCWxvY2ttZ3IoJm51bGxfaGFzaGxvY2ssIExLX1JFTEVBU0UsIE5V TEwsIHApOw0KIAl2cC0+dl9kYXRhID0gTlVMTDsNCi0JRlJFRSh4cCwgTV9O VUxMRlNOT0RFKTsNCi0JdnJlbGUgKGxvd2VydnApOw0KKwlGUkVFKHZkYXRh LCBNX05VTExGU05PREUpOw0KKw0KIAlyZXR1cm4gKDApOw0KIH0NCiANCkBA IC03MzMsNiArODI3LDcgQEANCiAJeyAmdm9wX2dldGF0dHJfZGVzYywJCSh2 b3BfdCAqKSBudWxsX2dldGF0dHIgfSwNCiAJeyAmdm9wX2dldHZvYmplY3Rf ZGVzYywJCSh2b3BfdCAqKSBudWxsX2dldHZvYmplY3QgfSwNCiAJeyAmdm9w X2luYWN0aXZlX2Rlc2MsCQkodm9wX3QgKikgbnVsbF9pbmFjdGl2ZSB9LA0K Kwl7ICZ2b3BfaXNsb2NrZWRfZGVzYywJCSh2b3BfdCAqKSBudWxsX2lzbG9j a2VkIH0sDQogCXsgJnZvcF9sb2NrX2Rlc2MsCQkodm9wX3QgKikgbnVsbF9s b2NrIH0sDQogCXsgJnZvcF9sb29rdXBfZGVzYywJCSh2b3BfdCAqKSBudWxs X2xvb2t1cCB9LA0KIAl7ICZ2b3Bfb3Blbl9kZXNjLAkJKHZvcF90ICopIG51 bGxfb3BlbiB9LA0KSW5kZXg6IHN5cy9sb2NrLmgNCj09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT0NClJDUyBmaWxlOiAvaG9tZS9uY3ZzL3NyYy9zeXMvc3lzL2xv Y2suaCx2DQpyZXRyaWV2aW5nIHJldmlzaW9uIDEuMTcuMi4xDQpkaWZmIC11 IC1yMS4xNy4yLjEgbG9jay5oDQotLS0gc3lzL2xvY2suaAkyMDAwLzA5LzMw IDAyOjQ5OjM3CTEuMTcuMi4xDQorKysgc3lzL2xvY2suaAkyMDAxLzA2LzA2 IDA4OjUzOjQ5DQpAQCAtMTQxLDYgKzE0MSw3IEBADQogCQkJCSAgIGdldHRp bmcgbGtfaW50ZXJsb2NrICovDQogI2RlZmluZSBMS19SRVRSWQkweDAwMDIw MDAwIC8qIHZuX2xvY2s6IHJldHJ5IHVudGlsIGxvY2tlZCAqLw0KICNkZWZp bmUJTEtfTk9PQkoJMHgwMDA0MDAwMCAvKiB2Z2V0OiBkb24ndCBjcmVhdGUg b2JqZWN0ICovDQorI2RlZmluZQlMS19USElTTEFZRVIJMHgwMDA4MDAwMCAv KiB2bl9sb2NrOiBsb2NrL3VubG9jayBvbmx5IGN1cnJlbnQgbGF5ZXIgKi8N CiANCiAvKg0KICAqIEludGVybmFsIHN0YXRlIGZsYWdzIGNvcnJlc3BvbmRp bmcgdG8gbGtfc2hhcmVjb3VudCwgYW5kIGxrX3dhaXRjb3VudA0K --0-248198860-991820441=:61571-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 3:48:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dirac.th.physik.uni-bonn.de (dirac.th.physik.uni-bonn.de [131.220.161.119]) by hub.freebsd.org (Postfix) with ESMTP id 9A80237B409 for ; Wed, 6 Jun 2001 03:48:53 -0700 (PDT) (envelope-from conrad@th.physik.uni-bonn.de) Received: from merlin.th.physik.uni-bonn.de (merlin.th.physik.uni-bonn.de [131.220.161.121]) by dirac.th.physik.uni-bonn.de (Postfix) with ESMTP id 7B0C55D46; Wed, 6 Jun 2001 12:48:52 +0200 (CEST) Received: by merlin.th.physik.uni-bonn.de (Postfix, from userid 145) id 5A4D736417; Wed, 6 Jun 2001 12:48:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.th.physik.uni-bonn.de (Postfix) with ESMTP id 4AE4832605; Wed, 6 Jun 2001 12:48:48 +0200 (CEST) Date: Wed, 6 Jun 2001 12:48:48 +0200 (CEST) From: Jan Conrad To: "Karsten W. Rohrbach" Cc: Thomas Seck , Subject: Re: Strange SCSI error message In-Reply-To: <20010606034157.B97958@mail.webmonster.de> Message-ID: <20010606123550.Y7312-100000@merlin.th.physik.uni-bonn.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 Wed, 6 Jun 2001, Karsten W. Rohrbach wrote: > Thomas Seck(tmseck@web.de)@2001.06.05 12:56:35 +0000: > > On Jun 05 2001, Jan Conrad wrote: > > > Hi, > > > > > > I just got the following error message (running 4.3R) > > > > > > (snipped) > > i guess you both ran into the quite well known bad termination problem. > there were some questions a while ago concerning the freebsd vs linux > scenario where a freebsd fails with SCB timeouts while a linux runs > along with apparently no problems at all. the quick answer for this > particular behaviour in freebsd is, that the io subsystem is designed to > put more load onto the scsi devices than the implementation of other > os'es io subsystems. so, basically, what happens is, that you only see > the timeouts under freebsd, of course, since it arbits the scsi bus more > often, and with more data in the same period of time compared to other > implementations. > > terminate correctly, symmetric terminators, active, for u160. use good > cables, no vobis crap ;-) i use amphenol cables for external links and > gr-kabel (german distributor) for internal wiring. this solved most of > my scsi problems with u160. Well - let's go a bit more to the details here. As for my part, the problem occured on the secondary single ended segment of an Adaptec 29160. The (only) attached drive is an IBM DGHS09U 0350 running at 40MB/s. It is three years old, attached to the same cable since three years (68pin internal cable). The drive is operating with on drive termination. The 29160 checks for the proper termination of the drives and gives no error message. The SCSI 160 part of the system is running without any problems. We will have to install a new fan anyway, so I will have the oportunity to play around with the cableing a bit. Let's see... > > > > > Regards from Bornheim :-) > > Thomas Seck > cheers from darmstadt, > /k thanks for all your responses > > -Jan -- Physikalisches Institut der Universitaet Bonn Nussallee 12 D-53115 Bonn GERMANY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 5:48:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from public.ndh.com (public.ndh.net [195.94.90.21]) by hub.freebsd.org (Postfix) with ESMTP id AD92537B403 for ; Wed, 6 Jun 2001 05:48:16 -0700 (PDT) (envelope-from t.seck@ndh.net) Received: from basildon (port1030.duesseldorf.ndh.net [62.40.8.30]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id OAA24526 for ; Wed, 6 Jun 2001 14:48:11 +0200 (MET DST) Envelope-to: freebsd-stable@FreeBSD.ORG Received: from tmseck by basildon with local (Exim 3.22 #1) id 157cjE-0000Dp-00 for freebsd-stable@FreeBSD.ORG; Wed, 06 Jun 2001 14:48:04 +0200 Date: Wed, 6 Jun 2001 14:48:04 +0200 From: Thomas Seck To: freebsd-stable@freebsd.org Subject: Re: Strange SCSI error message Message-ID: <20010606144804.B724@basildon> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20010605123023.S4259-100000@merlin.th.physik.uni-bonn.de> <20010605125635.A1349@basildon> <20010606034157.B97958@mail.webmonster.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010606034157.B97958@mail.webmonster.de>; from karsten@rohrbach.de on Wed, Jun 06, 2001 at 03:41:57AM +0200 Organization: private site in Germany X-PGP-KeyID: DF46EE05 X-PGP-Fingerprint: A38F AE66 6B11 6EB9 5D1A B67D 2444 2FE1 DF46 EE05 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 Jun 06 2001, Karsten W. Rohrbach wrote: > there were some questions a while ago concerning the freebsd vs linux > scenario where a freebsd fails with SCB timeouts while a linux runs > along with apparently no problems at all. the quick answer for this > particular behaviour in freebsd is, that the io subsystem is designed to > put more load onto the scsi devices than the implementation of other > os'es io subsystems. so, basically, what happens is, that you only see > the timeouts under freebsd, of course, since it arbits the scsi bus more > often, and with more data in the same period of time compared to other > implementations. Yes, this might well be the problem. What bothers me is that these errors only appeared when the box had been _really_ idle for hours. > terminate correctly, symmetric terminators, active, for u160. use good > cables, no vobis crap ;-) Vobis? Hey! (Note: Vobis is a chain of computer shops in Germany notorious for selling *really* crappy HW for about 15 years now) > i use amphenol cables for external links and > gr-kabel (german distributor) for internal wiring. this solved most of > my scsi problems with u160. Well, I hope I never have to see these problems again, cross fingers. Thank you for your response and regards from the rainy rhinelands, Thomas Seck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 5:56:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from public.ndh.com (public.ndh.net [195.94.90.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F7E737B405; Wed, 6 Jun 2001 05:56:16 -0700 (PDT) (envelope-from t.seck@ndh.net) Received: from basildon (port1224.duesseldorf.ndh.net [62.40.8.224]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id OAA28278; Wed, 6 Jun 2001 14:56:11 +0200 (MET DST) Envelope-to: freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Received: from tmseck by basildon with local (Exim 3.22 #1) id 157cr1-0000EK-00; Wed, 06 Jun 2001 14:56:07 +0200 Date: Wed, 6 Jun 2001 14:56:07 +0200 From: Thomas Seck To: freebsd-stable@freebsd.org, freebsd-doc@freebsd.org Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed Message-ID: <20010606145607.C724@basildon> Mail-Followup-To: freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG References: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com>; from bmah@FreeBSD.ORG on Tue, Jun 05, 2001 at 09:23:46AM -0700 Organization: private site in Germany X-PGP-KeyID: DF46EE05 X-PGP-Fingerprint: A38F AE66 6B11 6EB9 5D1A B67D 2444 2FE1 DF46 EE05 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 Jun 05 2001, Bruce A. Mah wrote: [relnotesNG announce] Good work, Bruce. I noticed one minor problem when I tried to build them: I had DOC_LANG=en_US.ISO_8859-1 de_DE.ISO_8859-1 RELNOTES_LANG=en_US.ISO_8859-1 in my /etc/make.conf but making the docs via # cd /usr/src/release/doc # make DOC_PREFIX=/usr/doc all failed because it was trying to build the reldocs for de_DE.ISO_8859-1 too, apparently using DOC_LANG instead of RELNOTES_LANG. Regards, Thomas Seck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 6: 4:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8CABA37B401 for ; Wed, 6 Jun 2001 06:04:23 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id BB91310F411; Wed, 6 Jun 2001 08:04:24 -0500 (CDT) Date: Wed, 6 Jun 2001 08:04:24 -0500 From: "David W . Chapman Jr ." To: Jamie Norwood Cc: FreeBSD Stable Subject: Re: Any patch for fxp driver? Message-ID: <20010606080424.A25874@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: Jamie Norwood , FreeBSD Stable References: <20010605142209.C15350@leviathan.inethouston.net> <200106060148.f561mFn25570@whizzo.transsys.com> <20010605205641.A2897@leviathan.inethouston.net> <20010606090029.A2669@mushhaven.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010606090029.A2669@mushhaven.net>; from mistwolf@mushhaven.net on Wed, Jun 06, 2001 at 09:00:29AM -0400 X-Operating-System: FreeBSD 4.3-STABLE 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 > I again have to express my concerns about major changes like this being > made with little or no warning or recourse. As I stated previously, I run > FreeBSD on a box I have no access to. This means that I cannot go in and > tinker with the Bios. The colo provider would do this, but at the cost of > $200/hour, minimum one hour. This is something that is supposed to be set on installation per instructions of the handbook. > I again ask, why was it acceptable to make such a major and far-reaching > change without any warning, input from the people actually running the > system, or proper testing? Was fixing this for people with new hardware > worth breaking those with old? Have we become Linux, where we have to have > bleeding-edge support for hardware at the expense of reliability? Should > I be looking to Solaris or another system as a source of reliability? > No, but you do have to follow -stable and listen for this changes and don't upgrade when new you hear about people having problems or see anything major going into the tree. -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 6:30: 9 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id 5F00F37B405 for ; Wed, 6 Jun 2001 06:30:05 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 19647 invoked by uid 1000); 6 Jun 2001 13:30:25 -0000 Date: Wed, 6 Jun 2001 15:30:25 +0200 From: "Karsten W. Rohrbach" To: Calvin NG Cc: Mike Meyer , freebsd-stable@FreeBSD.ORG Subject: Re: building apache from /usr/ports Message-ID: <20010606153025.B19526@mail.webmonster.de> References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> <20010606034917.D97958@mail.webmonster.de> <15133.37451.23934.758674@guru.mired.org> <20010606113119.B54034@brel.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="rS8CxjVDS/+yyDmU" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010606113119.B54034@brel.com>; from calvinng@brel.com on Wed, Jun 06, 2001 at 11:31:19AM +0800 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer 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 --rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Calvin NG(calvinng@brel.com)@2001.06.06 11:31:19 +0000: > Greetings, >=20 > Correct me if I m wrong. > For in-core web server , every copy of server loaded has the perl and/o= r php > in it. For modules, its a shared library, the server is smaller size, = and only > a copy of the module is loaded in memory. >=20 > However, in-core is slightly faster then modules, IIRC.=20 >=20 > I remember reading the performance pages of mod_perl, they recommend ru= nning > mod_perl in-core servers separately as a application server. >=20 > Thats my understanding of the difference between in-core and modules. i think this is correct. /k >=20 > Regards, > /calvin >=20 > lines with :> are quotes from Mike Meyer's email > :> Karsten W. Rohrbach types: > :> > you won't recognize it until you have to implement a heavily loaded > :> > server with php or perl in-core. position independent code is know t= o be > :> > slower, but it outperforms monolithic compiles by saving a lot of ra= m. > :>=20 > :> Ok, where does the savings come from? You get one copy of the code, > :> shared by all the processes running the binary, whether or not the > :> code is in a shared library. COW for data should mean that data should > :> be shared pretty much the same. So what have I missed? > :>=20 > :> Thanx, > :> :> -- >=20 --=20 > In protocol design, perfection has been reached not when there is nothing > left to add, but when there is nothing left to take away.=20 > --Networking truth #12, Ross Callon, RFC 1925=20 KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 --rS8CxjVDS/+yyDmU 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 iD8DBQE7HjBxM0BPTilkv0YRAsUOAJ9TlSiJnBy7CFrVDZzDR9xr37cy4gCffNOA l5ycxvcDgcm+82izjr3YVP0= =wTaR -----END PGP SIGNATURE----- --rS8CxjVDS/+yyDmU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 7:29:29 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 E001737B401 for ; Wed, 6 Jun 2001 07:29:21 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id HAA30653; Wed, 6 Jun 2001 07:29:09 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda30651; Wed Jun 6 07:29:05 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.4/8.9.1) id f56ESxr25977; Wed, 6 Jun 2001 07:28:59 -0700 (PDT) Received: from UNKNOWN(10.1.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdg25975; Wed Jun 6 07:28:26 2001 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.4/8.9.1) id f56ESPk05110; Wed, 6 Jun 2001 07:28:25 -0700 (PDT) Message-Id: <200106061428.f56ESPk05110@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdQT5106; Wed Jun 6 07:27:27 2001 X-Mailer: exmh version 2.3.1 01/18/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: "Steve Coles" Cc: "FreeBSD-Stable" Subject: Re: Problems with 3COM 3C509 In-reply-to: Your message of "Tue, 05 Jun 2001 09:28:10 BST." <011201c0ed99$745d1390$9e9814ac@wolf.tripos.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Jun 2001 07:27:27 -0700 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 <011201c0ed99$745d1390$9e9814ac@wolf.tripos.com>, "Steve Coles" writ es: > FWIW: > > My experience with these cards under FreeBSD has been considerably more > favourable than under MS operating systems. > > Most problems I have seen seem to result from BIOS:NIC interaction rather > than the FreeBSD driver. I have these NICs working in PnP and wired-down > mode under 4.3 - however, I have had less problems using IRQ10 as on my > cheap PCChips MOBOs there seem to be uncooperative isa sound devices > silently grabbing IRQ 5. > > Steve I've found these cards (driver) hanging under high network transmit load under FreeBSD. The workaround was to ifconfig ep0 down; ifconfig ep0 up. I finally got fed up with 3COM cards and replaced my 3C509's and my 3C905's (for an entirely different reason) with NE2000 cards and NE2000 PCI clones. 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, ISTA Province of BC > > > -----Original Message----- > > From: owner-freebsd-stable@FreeBSD.ORG > > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Gerhard Sittig > > Sent: Monday, June 04, 2001 2:25 AM > > To: freebsd-stable@FreeBSD.ORG > > Subject: Re: Problems with 3COM 3C509 > > > > > > On Sun, Jun 03, 2001 at 21:05 +0200, Mats Dufberg wrote: > > > > > > On Sun, 3 Jun 2001, Alson van der Meulen wrote: > > > > > > > > I have problems installing 4.3-* on a machine with a 3COM > > > > > 3C509 card (built in on ISA). After some trials and errors > > > > > I've come to the conclusion that I need to give the port > > > > > address, but the device is not available to setting at boot > > > > > time (of installation). > > > > > > [ ... ] > > > > > > > try boot -c, then you should be able to modify the iobase, > > > > irq and stuff of the ep0 device > > > > > > The GENERIC kernel has support for ep, but it is strangely > > > enough not availble for setting. It is just not there. I do not > > > understand why. > > > > With (modern only? have there been cards not participating in > > this mechanism?) 3com ISA cards usually there's _no_need_ to set > > drivers to anything. AFAIK they have some identification port at > > 0x110 where their configuration can be read from and written to. > > Guess where the 3c5x9cfg gets the data from. :) > > > > >From personal experience I would check these points: > > - Make sure you turn off the card's PnP function (and do remember > > to power down the machine after throwing the switch -- I've > > seen people hunting problems for hours when they thought C-A-D > > warmboots would do ...) > > - Make sure your port 0x110 is available -- i.e. don't put other > > hardware at, say, 0x100 when its window is 0x20 bytes wide. I > > once had the problem that a 3c509 wasn't recognized correctly > > (or didn't work? don't know any longer) when I had a PnP ISDN > > card between 0x100 and 0x11f. Moving it to 0x140 worked fine > > -- I learned to love the isapnp tools (it was a Linux system)! > > > > > When I tried 3.5.1 it was available for adjustment, and then it > > > work fine when I set it to IRQ 10 and port 0x250. 4.3 thought > > > it was 5 and 0x210 respectively > > > > Well, as long as the driver "downloads" its assumed configuration > > into the card, *any* setup should work. Only when the driver > > assumes one configuration, doesn't tell the card about it, but > > still doesn't match the card's idea -- that's when things go > > wrong. So it depends on what the driver tells the card in the > > initialization phase. And whether communication via the > > identification port 0x110 is possible and works. > > > > > > 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 > > > > 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 Wed Jun 6 8:50:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from guardian.hermes.si (guardian.hermes.si [193.77.5.150]) by hub.freebsd.org (Postfix) with ESMTP id 7E01C37B406 for ; Wed, 6 Jun 2001 08:50:37 -0700 (PDT) (envelope-from mitja@lamu.hermes.si) Received: from hermes.si (primus.hermes.si [193.77.5.98]) by guardian.hermes.si (8.9.3/8.9.3) with ESMTP id RAA10294 for ; Wed, 6 Jun 2001 17:50:31 +0200 (METDST) Received: (from uucp@localhost) by hermes.si (8.9.3/8.9.3) id RAA04394 for ; Wed, 6 Jun 2001 17:50:28 +0200 Received: from lamu.hermes.si(10.17.1.230) by primus.hermes.si via smap (V2.1) id xma001652; Wed, 6 Jun 01 17:49:15 +0200 Received: (from mitja@localhost) by lamu.hermes.si (8.11.3/8.9.3) id f56FomJ00618 for freebsd-stable@freebsd.org; Wed, 6 Jun 2001 17:50:48 +0200 (CEST) Message-Id: <200106061550.f56FomJ00618@lamu.hermes.si> Content-Type: text/plain; charset="iso-8859-1" From: Mitja Horvat Organization: Hermes SoftLab To: freebsd-stable@freebsd.org Subject: 3Com 3c905B related kernel panic Date: Wed, 6 Jun 2001 17:50:47 +0200 X-Mailer: KMail [version 1.2.2] 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 Hi all, the recent change made on sys/pci/if_xl.c(from the C source: src/sys/pci/if_xl.c,v 1.72.2.5 2001/05/31 22:09:53 wpaul) seems to make my system panic under moderate network load, like downloading a 20MB+ file from a server on the local LAN. I backed out the change (basically copying the old if_xl.c from 4.3-RELEASE) and the system is now rock solid again. The panic is easily reproducible, but the most weird thing is that I didn't get only panics, but occasional hard lock-ups and also random cache corruptions; for example, few times it corrupted the in RAM cached libc, so all freshly started dynamically linked executables cored. The diff is not very large, since it includes only these three lines: + /* increase packet size to allow reception of 802.1q or ISL packets */ + if (sc->xl_type == XL_TYPE_905B) + CSR_WRITE_2(sc, XL_W3_MAXPKTSIZE, XL_PACKET_SIZE); What is this supposed to do other than panicing my machine? :) I have these options enabled, but I don't think they are the culprits: loader.conf: hw.ata.wc="1" hw.ata.tags="1" hw.ata.atapi_dma="1" sysctl: vfs.vmdirioenable=1 This is a backtrace of the kernel panic and below it you can find my dmesg output: ---------------------------------------------------------------------- GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 3559424 initial pcb at 2da160 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc0c113bd fault code = supervisor write, page not present instruction pointer = 0x8:0xc01d275b stack pointer = 0x10:0xc0298e84 frame pointer = 0x10:0xc0298e90 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x30 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01dd084 stack pointer = 0x10:0xc0298cb0 frame pointer = 0x10:0xc0298cb8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty bio cam trap number = 12 panic: page fault Uptime: 24s dumping to dev #ad/0x30001, offset 524416 dump ata0: resetting devices .. ad0: invalidating queued requests done 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 dumpsys () at ../../kern/kern_shutdown.c:469 469 if (dumping++) { (kgdb) #0 dumpsys () at ../../kern/kern_shutdown.c:469 #1 0xc013f2a7 in boot (howto=260) at ../../kern/kern_shutdown.c:309 #2 0xc013f624 in poweroff_wait (junk=0xc02795af, howto=0) at ../../kern/kern_shutdown.c:556 #3 0xc0245039 in trap_fatal (frame=0xc0298c70, eva=48) at ../../i386/i386/trap.c:951 #4 0xc0244d11 in trap_pfault (frame=0xc0298c70, usermode=0, eva=48) at ../../i386/i386/trap.c:844 #5 0xc02448f7 in trap (frame={tf_fs = 16, tf_es = -1071054832, tf_ds = -1072496624, tf_edi = 0, tf_esi = 0, tf_ebp = -1071018824, tf_isp = -1071018852, tf_ebx = -1070953412, tf_edx = 6864960, tf_ecx = -1057548275, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071787900, tf_cs = 8, tf_eflags = 66050, tf_esp = -970788628, tf_ss = 0}) at ../../i386/i386/trap.c:443 #6 0xc01dd084 in acquire_lock (lk=0xc02a8c3c) at ../../ufs/ffs/ffs_softdep.c:271 #7 0xc01e26d0 in softdep_count_dependencies (bp=0xc622f0ec, wantcount=0) at ../../ufs/ffs/ffs_softdep.c:4753 #8 0xc01e58dc in ffs_fsync (ap=0xc0298d2c) at ../../ufs/ffs/ffs_vnops.c:168 #9 0xc01e441b in ffs_sync (mp=0xc0f6ce00, waitfor=2, cred=0xc0a3b680, p=0xc02eeee0) at vnode_if.h:558 #10 0xc016e187 in sync (p=0xc02eeee0, uap=0x0) at .../../kern/vfs_syscalls.c:545 #11 0xc013f07a in boot (howto=256) at ../../kern/kern_shutdown.c:233 #12 0xc013f624 in poweroff_wait (junk=0xc02795af, howto=0) at ../../kern/kern_shutdown.c:556 #13 0xc0245039 in trap_fatal (frame=0xc0298e44, eva=3233878973) at ../../i386/i386/trap.c:951 #14 0xc0244d11 in trap_pfault (frame=0xc0298e44, usermode=0, eva=3233878973) at ../../i386/i386/trap.c:844 #15 0xc02448f7 in trap (frame={tf_fs = 6750224, tf_es = -1058275312, tf_ds = -1062797296, tf_edi = -1062850816, tf_esi = 6757394, tf_ebp = -1071018352, tf_isp = -1071018384, tf_ebx = -1062850816, tf_edx = -1063006208, tf_ecx = -1430140671, tf_eax = 1917885, tf_trapno = 12, tf_err = 2, tf_eip = -1071831205, tf_cs = 8, tf_eflags = 66054, tf_esp = -1058240740, tf_ss = -1062683392}) at ../../i386/i386/trap.c:443 #16 0xc01d275b in xl_newbuf (sc=0xc0ec8000, c=0xc0ec871c) at ../../pci/if_xl.c:1716 #17 0xc01d292c in xl_rxeof (sc=0xc0ec8000) at ../../pci/if_xl.c:1817 #18 0xc01d3004 in xl_intr (arg=0xc0ec8000) at ../../pci/if_xl.c:2036 (kgdb) ---------------------------------------------------------------------- Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-STABLE #2: Wed Jun 6 16:52:51 CEST 2001 root@lamu.hermes.si:/usr/src/sys/compile/LAMU Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 797969218 Hz CPU: Pentium III/Pentium III Xeon/Celeron (797.97-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x387f9ff real memory = 268369920 (262080K bytes) avail memory = 257945600 (251900K bytes) Preloaded elf kernel "kernel" at 0xc0346000. VESA: v2.0, 16384k memory, flags:0x1, mode table:0xc02ee682 (1000022) VESA: ATI RAGE128 Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 irq 9 pci0: at 7.3 irq 9 pcm0: port 0xdc00-0xdc3f irq 10 at device 17.0 on pci0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xe000-0xe07f mem 0xdb000000-0xdb00007f irq 11 at device 19.0 on pci0 xl0: Ethernet address: 00:01:02:e0:fe:ca miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcib1: on motherboard pci2: on pcib1 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A ad0: 14649MB [29765/16/63] at ata0-master tagged UDMA66 acd0: DVD-ROM at ata1-master using UDMA33 no devsw (majdev=0 bootdev=0xa0200000) Mounting root from ufs:/dev/ad0s1a Regards, Mitja To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 9:13:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id F128937B403; Wed, 6 Jun 2001 09:13:32 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f56G5HM61795; Wed, 6 Jun 2001 17:05:17 +0100 (BST) (envelope-from nik) Date: Wed, 6 Jun 2001 17:05:17 +0100 From: Nik Clayton To: "Bruce A. Mah" Cc: freebsd-stable@freebsd.org, freebsd-doc@freebsd.org Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed Message-ID: <20010606170516.B59765@catkin.nothing-going-on.org> References: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="61jdw2sOBCFtR2d/" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com>; from bmah@freebsd.org on Tue, Jun 05, 2001 at 09:23:46AM -0700 Organization: FreeBSD Project 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 --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 05, 2001 at 09:23:46AM -0700, Bruce A. Mah wrote: > RELNOTESng is now the default for 4-STABLE release builds. =20 Top effort. > Floppy > images get TXT renderings only, while the CDROM and FTP areas get both > TXT and HTML. The NODOC make variable (used to disable doc building) > will also disable release note building (i.e. for minimal release > builds). For more information, please see src/release/doc/README. Any thoughts about generating PDF for the CDROM and FTP cases as well? N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --61jdw2sOBCFtR2d/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjseVGsACgkQk6gHZCw343UuBQCffg7mda2cyefMw/BpVYsWivPE 8fsAn29yMG8RCDjKEAX35nAPFKTnOKEw =fqZ9 -----END PGP SIGNATURE----- --61jdw2sOBCFtR2d/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 9:24:10 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 58EAF37B405 for ; Wed, 6 Jun 2001 09:24:07 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 6 Jun 2001 17:24:06 +0100 (BST) Date: Wed, 6 Jun 2001 17:24:05 +0100 From: David Malone To: Mitja Horvat Cc: freebsd-stable@freebsd.org Subject: Re: 3Com 3c905B related kernel panic Message-ID: <20010606172405.A57743@walton.maths.tcd.ie> References: <200106061550.f56FomJ00618@lamu.hermes.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106061550.f56FomJ00618@lamu.hermes.si>; from mitja.horvat@hermes.si on Wed, Jun 06, 2001 at 05:50:47PM +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 Wed, Jun 06, 2001 at 05:50:47PM +0200, Mitja Horvat wrote: > The diff is not very large, since it includes only these three lines: > + /* increase packet size to allow reception of 802.1q or ISL packets */ > + if (sc->xl_type == XL_TYPE_905B) > + CSR_WRITE_2(sc, XL_W3_MAXPKTSIZE, XL_PACKET_SIZE); > > What is this supposed to do other than panicing my machine? :) The commit was allowing oversized frames so that VLAN tagged frames could get through. From the commit message it sounds like something on your network may be sending big frames. Bill Paul would be the best person to talk to about this - make sure you include all the info you have about the problem if you send him a message. David. Close PR #27742: allow the xl driver to receive VLAN tagged frames by setting the 'max packet size' register in window 3. This only works for cards based on the cyclone or newer chipsets (i.e. it won't work with the original 3c905/boomerang cards). There is a trick which will work with the boomerang, which is to turn on the 'large packets ok' bit in the MAC control register, however this lets the chip accept any frame up to 4K in length, which is larger than the mbuf cluster buffers we use to receive frames. If somebody sends us such a frame and the chip DMAs it to us, it could write past the end of the cluster buffer and clobber something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 9:34:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.24.11]) by hub.freebsd.org (Postfix) with ESMTP id EDE3537B40A; Wed, 6 Jun 2001 09:34:47 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-2.cisco.com (8.11.3/8.9.1) with ESMTP id f56GYoU27200; Wed, 6 Jun 2001 09:34:50 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.3) id f56GYlA90861; Wed, 6 Jun 2001 09:34:47 -0700 (PDT) (envelope-from bmah) Message-Id: <200106061634.f56GYlA90861@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 To: Nik Clayton Cc: "Bruce A. Mah" , freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed In-Reply-To: <20010606170516.B59765@catkin.nothing-going-on.org> References: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> <20010606170516.B59765@catkin.nothing-going-on.org> Comments: In-reply-to Nik Clayton message dated "Wed, 06 Jun 2001 17:05:17 +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_-260950322P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 06 Jun 2001 09:34:47 -0700 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_-260950322P Content-Type: text/plain; charset=us-ascii If memory serves me right, Nik Clayton wrote: > On Tue, Jun 05, 2001 at 09:23:46AM -0700, Bruce A. Mah wrote: > > RELNOTESng is now the default for 4-STABLE release builds. =20 > > Top effort. Thanks! Just a regular guy, working hard. > > Floppy > > images get TXT renderings only, while the CDROM and FTP areas get both > > TXT and HTML. The NODOC make variable (used to disable doc building) > > will also disable release note building (i.e. for minimal release > > builds). For more information, please see src/release/doc/README. > > Any thoughts about generating PDF for the CDROM and FTP cases as well? It'd be real easy for us to do...it's roughly a five-line change to src/ release/Makefile. In fact I almost did this for the FTP area. For the CDROM, I would like to know what the release engineer(s) think, since they may have some space constraints. I need about 500 KB for the PDF files for RELENG_4, as it stands today. Bruce. --==_Exmh_-260950322P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7Hlun2MoxcVugUsMRAqX5AJ9iKWnqQD0Y9EAnWiXEGGY+V1Wx4wCg0eS1 HPF0q45OJbLCBVx/DIyN+MQ= =yySJ -----END PGP SIGNATURE----- --==_Exmh_-260950322P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 9:54:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id F212337B406; Wed, 6 Jun 2001 09:54:49 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-1.cisco.com (8.11.3/8.9.1) with ESMTP id f56Gsn916091; Wed, 6 Jun 2001 09:54:49 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.3) id f56GsmY91205; Wed, 6 Jun 2001 09:54:48 -0700 (PDT) (envelope-from bmah) Message-Id: <200106061654.f56GsmY91205@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 To: Thomas Seck Cc: freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed In-Reply-To: <20010606145607.C724@basildon> References: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> <20010606145607.C724@basildon> Comments: In-reply-to Thomas Seck message dated "Wed, 06 Jun 2001 14:56:07 +0200." 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_-80504144P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 06 Jun 2001 09:54:48 -0700 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_-80504144P Content-Type: text/plain; charset=us-ascii If memory serves me right, Thomas Seck wrote: > Good work, Bruce. Thanks! > I noticed one minor problem when I tried to build them: I had > > DOC_LANG=en_US.ISO_8859-1 de_DE.ISO_8859-1 > RELNOTES_LANG=en_US.ISO_8859-1 > > in my /etc/make.conf but making the docs via > > # cd /usr/src/release/doc > # make DOC_PREFIX=/usr/doc all Hmmm. I originally just meant RELNOTES_LANG to be used during the release-building process. That being said, it certainly makes a lot more sense to be consistent and have it control language selection when building the release notes as you just did. I'll go fix this now. Thanks for pointing this out! Bruce. --==_Exmh_-80504144P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7HmBY2MoxcVugUsMRAmTPAKCh+vozoW/hMWe9DcLotAPapdF9PQCgteVt 7ubyMqNK2z6ZLoTboUP3dMw= =oaew -----END PGP SIGNATURE----- --==_Exmh_-80504144P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 9:57:58 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 64B9037B408; Wed, 6 Jun 2001 09:57:48 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.3) with ESMTP id f56GvOO89510; Wed, 6 Jun 2001 09:57:24 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: bmah@FreeBSD.ORG Cc: nik@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed In-Reply-To: <200106061634.f56GYlA90861@bmah-freebsd-0.cisco.com> References: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> <20010606170516.B59765@catkin.nothing-going-on.org> <200106061634.f56GYlA90861@bmah-freebsd-0.cisco.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010606095724R.jkh@osd.bsdi.com> Date: Wed, 06 Jun 2001 09:57:24 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 13 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: "Bruce A. Mah" Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed Date: Wed, 06 Jun 2001 09:34:47 -0700 > It'd be real easy for us to do...it's roughly a five-line change to src/ > release/Makefile. In fact I almost did this for the FTP area. For the > CDROM, I would like to know what the release engineer(s) think, since > they may have some space constraints. I need about 500 KB for the > PDF files for RELENG_4, as it stands today. The release engineer fully supports this idea for FTP and CDROM. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 9:59:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-smtpout4.email.verio.net (dfw-smtpout4.email.verio.net [129.250.36.44]) by hub.freebsd.org (Postfix) with ESMTP id 4B54837B61D for ; Wed, 6 Jun 2001 09:59:21 -0700 (PDT) (envelope-from manek@ghur.net) Received: from [129.250.38.63] (helo=dfw-mmp3.email.verio.net) by dfw-smtpout4.email.verio.net with esmtp id 157geO-0001AP-00; Wed, 06 Jun 2001 16:59:20 +0000 Received: from [63.180.75.194] (helo=rover) by dfw-mmp3.email.verio.net with asmtp (110210324) id 157ge8-0000Yg-00; Wed, 06 Jun 2001 16:59:07 +0000 From: "Sameer R. Manek" To: "Andrew Gordon" Cc: Subject: RE: Millie broken in 4.3 Date: Wed, 6 Jun 2001 09:58:57 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: 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 Can whoever has commit privileges please add this patch? I've been using this patch on 4.3 for quiet sometime and it seems to have fixed the problem. Thanks Andrew Sameer > -----Original Message----- > From: Andrew Gordon [mailto:arg@arg1.demon.co.uk] > Sent: Sunday, April 29, 2001 1:53 PM > To: Sameer R. Manek > Cc: freebsd-stable@freebsd.org > Subject: Re: Millie broken in 4.3 > > > On Sun, 29 Apr 2001, Sameer R. Manek wrote: > > > I've noticed a bug that appears to have recently cropped up > > > > If you attempt to play a card that puts you over 700 milestones > it produces > > this error. > > > > puts you over -1077938556 > > > > Looks like an uninitialized int, though looking at through cvsweb, looks > > like nobody has made a change in a long time, so maybe I'm just > noticing it > > for the first time. > > It's been broken for some time - presumably due to compiler changes, as > it's a varargs bug. Try this patch: > > =================================================================== > RCS file: /repository/src/games/mille/misc.c,v > retrieving revision 1.8 > diff -c -r1.8 misc.c > *** misc.c 1999/12/12 06:17:24 1.8 > --- misc.c 2001/04/29 20:50:32 > *************** > *** 65,71 **** > > va_start(arg, str); > stdscr = Score; > ! mvprintw(ERR_Y, ERR_X, str, arg); > va_end(arg); > clrtoeol(); > putchar('\07'); > --- 65,72 ---- > > va_start(arg, str); > stdscr = Score; > ! move(ERR_Y, ERR_X); > ! vw_printw(stdscr, str, arg); > va_end(arg); > clrtoeol(); > putchar('\07'); > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 10:16:58 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sj-msg-core-4.cisco.com (sj-msg-core-4.cisco.com [171.71.163.10]) by hub.freebsd.org (Postfix) with ESMTP id 1B31737B406; Wed, 6 Jun 2001 10:16:51 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-4.cisco.com (8.11.3/8.9.1) with ESMTP id f56HGvU15374; Wed, 6 Jun 2001 10:16:58 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.3) id f56HGo805173; Wed, 6 Jun 2001 10:16:50 -0700 (PDT) (envelope-from bmah) Message-Id: <200106061716.f56HGo805173@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 To: Jordan Hubbard Cc: bmah@FreeBSD.ORG, nik@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed In-Reply-To: <20010606095724R.jkh@osd.bsdi.com> References: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> <20010606170516.B59765@catkin.nothing-going-on.org> <200106061634.f56GYlA90861@bmah-freebsd-0.cisco.com> <20010606095724R.jkh@osd.bsdi.com> Comments: In-reply-to Jordan Hubbard message dated "Wed, 06 Jun 2001 09:57:24 -0700." From: bmah@FreeBSD.ORG (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_478779812P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 06 Jun 2001 10:16:50 -0700 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_478779812P Content-Type: text/plain; charset=us-ascii If memory serves me right, Jordan Hubbard wrote: > From: "Bruce A. Mah" > Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files remove > d > Date: Wed, 06 Jun 2001 09:34:47 -0700 > > > It'd be real easy for us to do...it's roughly a five-line change to src/ > > release/Makefile. In fact I almost did this for the FTP area. For the > > CDROM, I would like to know what the release engineer(s) think, since > > they may have some space constraints. I need about 500 KB for the > > PDF files for RELENG_4, as it stands today. > > The release engineer fully supports this idea for FTP and CDROM. Cool! I'm doing some tests (this patch and others) now...when the dust settles, I'll commit. Bruce. --==_Exmh_478779812P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7HmWB2MoxcVugUsMRAneiAKCLKPVgfj0yR/IDXCH2eBOP0gpWLgCeOjHf Ob54YaEz2xBIRAIskWHbaas= =qeT0 -----END PGP SIGNATURE----- --==_Exmh_478779812P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 10:32:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 6B7EC37B401 for ; Wed, 6 Jun 2001 10:32:05 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 14588 invoked by uid 100); 6 Jun 2001 17:32:02 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15134.26898.890143.63429@guru.mired.org> Date: Wed, 6 Jun 2001 12:32:02 -0500 To: Calvin NG Cc: "Karsten W. Rohrbach" , freebsd-stable@FreeBSD.ORG Subject: Re: building apache from /usr/ports In-Reply-To: <20010606113119.B54034@brel.com> References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> <20010606034917.D97958@mail.webmonster.de> <15133.37451.23934.758674@guru.mired.org> <20010606113119.B54034@brel.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ 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 Calvin NG types: > Correct me if I m wrong. > For in-core web server , every copy of server loaded has the perl and/or php > in it. For modules, its a shared library, the server is smaller size, and only > a copy of the module is loaded in memory. That's all correct. However, it wouldn't surprise me if the server + module is larger than the server with an in-core module. Since there's no reason to have more than one copy of the server loaded - even for a high-load server - there's still only one copy of the module loaded. Since everything shared in the module should also be shared with the in-core version, the total memory usage won't be very different. > However, in-core is slightly faster then modules, IIRC. > > I remember reading the performance pages of mod_perl, they recommend running > mod_perl in-core servers separately as a application server. > > Thats my understanding of the difference between in-core and modules. That indicates that there may be some large data structure that's initialized per process. The only reason it should use a lot more memory in-core than as a module is if this happens when the module is loaded, and not when it is enabled. Regards, > /calvin > > lines with :> are quotes from Mike Meyer's email > :> Karsten W. Rohrbach types: > :> > you won't recognize it until you have to implement a heavily loaded > :> > server with php or perl in-core. position independent code is know to be > :> > slower, but it outperforms monolithic compiles by saving a lot of ram. > :> > :> Ok, where does the savings come from? You get one copy of the code, > :> shared by all the processes running the binary, whether or not the > :> code is in a shared library. COW for data should mean that data should > :> be shared pretty much the same. So what have I missed? > :> > :> Thanx, > :> :> -- > -- Mike Meyer http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 10:39:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dilbert.fcg.co.uk (dilbert.firstcallgroup.co.uk [194.203.69.166]) by hub.freebsd.org (Postfix) with ESMTP id 74E0737B407 for ; Wed, 6 Jun 2001 10:39:52 -0700 (PDT) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by dilbert.fcg.co.uk with local (Exim 3.22 #1) id 157hHV-0001CF-00 for stable@FreeBSD.ORG; Wed, 06 Jun 2001 18:39:45 +0100 To: stable@FreeBSD.ORG Subject: Odd frezzes on a Compaq Proliant Message-Id: From: Pete French Date: Wed, 06 Jun 2001 18:39:45 +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 This is a problem that I thought had gone away with the latest stable, but apprently not. We have a Compaq Proliant machine, running an SMP kernel of 4.3-STABLE form shortly after 4.3-RELEASE came out. It has two Thunderlan cards, a ciuple of SCSI cards and is completel.y idle as we are not actually using it for anything just yet - I need to convince myself that it is stable before putting anythign serious onto it. The box will run fne for a period betwen a few hours and a few weeks. At this point it semi freezes. I say semi because the symptoms are very odd. Hitting return does not produce a login prompt. but you can ping the machine so something is running. In fact you can not only ping it, but yu can even open TCP connections to it and the cnnection succeds. No program on the other end ever respnds however. telnet produces the usual Trying 172.254.254.200... Connected to tixlink1. Escape character is '^]'. but nothign else, and a similar result is observed from connecting to the SMTP port or any other port on which things are listening. Examinign the logs after a reboot yields no information - theres nothing in there to indicate what has gone wrong. Sometimes a reboot arrives at exactly the same situation immediately, however. Has anybody seen anything similar ? Can anybody suggest a way of setting about debugging this ? -pcf. [it also happens on non-SMP kernels as well by the way] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 12: 5:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1]) by hub.freebsd.org (Postfix) with ESMTP id EE54937B405 for ; Wed, 6 Jun 2001 12:05:34 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: (from uucp@localhost) by isbalham.ist.co.uk (8.11.1/8.11.1) with UUCP id f56J5Me93280; Wed, 6 Jun 2001 20:05:22 +0100 (BST) (envelope-from rb@gid.co.uk) Received: from [194.32.164.2] (eccles [194.32.164.2]) by seagoon.gid.co.uk (8.9.3/8.9.3) with ESMTP id UAA68501; Wed, 6 Jun 2001 20:02:10 +0100 (BST) (envelope-from rb@gid.co.uk) X-Sender: rb@194.32.164.1 Message-Id: In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 6 Jun 2001 20:02:15 +0100 To: Pete French From: Bob Bishop Subject: Re: Odd frezzes on a Compaq Proliant Cc: 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 At 18:39 +0100 6/6/01, Pete French wrote: >... Compaq Proliant machine, running an SMP kernel of 4.3-STABLE >... >The box will run fne for a period betwen a few hours and a few weeks. At >this point it semi freezes. I say semi because the symptoms are very odd. >Hitting return does not produce a login prompt. but you can ping the machine >so something is running. In fact you can not only ping it, but yu can even >open TCP connections to it and the cnnection succeds. No program on the >other end ever respnds however. telnet produces the usual >Trying 172.254.254.200... > >Connected to tixlink1. >Escape character is '^]'. > >but nothign else, and a similar result is observed from connecting >to the SMTP port or any other port on which things are listening. > >Examinign the logs after a reboot yields no information - theres nothing >in there to indicate what has gone wrong. Sometimes a reboot arrives at >exactly the same situation immediately, however. Sounds like the disk controllers(s) have wedged. Try DDB and see what states things are in. -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 12:31:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id AE17437B403 for ; Wed, 6 Jun 2001 12:31:15 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id E2B0210F411; Wed, 6 Jun 2001 14:31:18 -0500 (CDT) Date: Wed, 6 Jun 2001 14:31:18 -0500 From: "David W . Chapman Jr ." To: btjones@dakotahdirect.com Cc: dwcjr@inethouston.net, stable@FreeBSD.org Subject: Re: Any patch for fxp driver? Message-ID: <20010606143118.C38242@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: btjones@dakotahdirect.com, dwcjr@inethouston.net, 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 btjones@dakotahdirect.com on Wed, Jun 06, 2001 at 12:21:18PM -0700 X-Operating-System: FreeBSD 4.3-STABLE 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 Wed, Jun 06, 2001 at 12:21:18PM -0700, btjones@dakotahdirect.com wrote: > > I really hate to be the stick in the mud here... and I've held my tongue > for some time -- but to be honest the level of bugs in the recent commits > to the 4.3 tree really concerns me. STABLE implies TESTED. Perhaps a > 4_3_DEV tree would be in order if we're going to continue to make changes > to the base system? > Yeah the fxp driver problem wasn't the best mfc, but things like this happen. Besides that I haven't had any problems with STABLE. There was a heads up on the list. You really shouldn't upgrade your stable without checking UPDATING anyways. -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 12:42:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tanuki.neverthere.org (tycho-165-227-58-176.tychonet.com [165.227.58.176]) by hub.freebsd.org (Postfix) with ESMTP id E35DE37B401 for ; Wed, 6 Jun 2001 12:42:43 -0700 (PDT) (envelope-from mhr@neverthere.org) Received: from tycho-165-227-58-176.tychonet.com (tycho-165-227-58-176.tychonet.com [165.227.58.176]) by tanuki.neverthere.org (8.11.3/8.11.1) with ESMTP id f56JghU01523 for ; Wed, 6 Jun 2001 12:42:43 -0700 (PDT) (envelope-from mhr@neverthere.org) Date: Wed, 6 Jun 2001 12:42:43 -0700 (PDT) From: Michael Rubin X-X-Sender: To: Subject: mail.local & qmail Message-ID: <20010606124141.D1510-100000@tanuki> 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 running FreeBSD 4.3. I just installed qmail and am loving it. Everything is great except one problem. I can get mail delivered using Maildirs. I can get mail delivered using Mailboxes. I cannot get mail delivered to my /var/mail/ directories. I read the INSTALL.vsm document and know I need to use /var/qmail/boot/binm1. But for some reason /usr/libexec/mail.local fails to deliver mail. The maillog complains about: Jun 5 23:38:23 tanuki mail.local: lockmailbox /var/mail/mhr failed; error code 75 Jun 5 23:38:23 tanuki qmail: 991809503.505219 delivery 2: deferral: mail.local:_lockmailbox_/var/mail/mhr_failed;_error_code_75_/ Anyone know what error_code 75 is? Or how I could find out for myself in the future? Thanks in advance. mhr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 13:15:21 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 B337137B407 for ; Wed, 6 Jun 2001 13:15:15 -0700 (PDT) (envelope-from dufberg@nic-se.se) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f56KDgI13500; Wed, 6 Jun 2001 22:13:42 +0200 (CEST) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Wed, 6 Jun 2001 22:13:42 +0200 (CEST) From: Mats Dufberg To: "David W . Chapman Jr ." Cc: Subject: Re: Any patch for fxp driver? In-Reply-To: <20010605142209.C15350@leviathan.inethouston.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 On Tue, 5 Jun 2001, David W . Chapman Jr . wrote: > > As have been reported in this list the driver for the fxp device is broken > > in 4.3-RELEASE and -*-STABLE. It stops with SCB timeout messages. Could > > anyone advice any patch that will solve the problem? > > > > fxp - Intel EtherExpress Pro/100B ethernet device driver > > PCI Fast Ethernet adapters based on the Intel i82557 ethernet chip. > > > > > > It is not currently broken and I don't believe it was in 4.3-RELEASE, > it broke about 3 weeks ago, but it has been fixed, do you have > PNPOS=YES in the bios? It is a Compaq Deskpro with sparse documentation... There is no setting for PNPOS in BIOS. When I check the setting of the network unit it was set to IRQ 5. The USB was also set to IRQ 5 (can PCI units share IRQ?). I tried to disable the USB unit, and then FreeBSD complain that the USB unit reported strang IRQ, and that I should unset PNPOS... Mats ----------------------------------------------------------------- Mats Dufberg +46-8-545 857 06 dufberg@nic-se.se fax: +46-8-545 857 29 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 13:47: 4 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 038EF37B403 for ; Wed, 6 Jun 2001 13:47:02 -0700 (PDT) (envelope-from dufberg@nic-se.se) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f56KjSx13682; Wed, 6 Jun 2001 22:45:28 +0200 (CEST) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Wed, 6 Jun 2001 22:45:28 +0200 (CEST) From: Mats Dufberg To: "Louis A. Mamakos" Cc: Subject: Re: Any patch for fxp driver? In-Reply-To: <200106060148.f561mFn25570@whizzo.transsys.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 Tue, 5 Jun 2001, Louis A. Mamakos wrote: > Another "failure" mode that I noticed with the new fxp driver is that > sometimes auto-negotiation doesn't work. I fixed my problem by > explicitly configuring the media type and mediaopts in rc.conf and > all is happy (for me, anyway) again. I'll try that. Exactly what mediaopts do you have for the setting? > This was with a fairly bizzare-o Motorola Pentium CompactPCI single > board computer with an fxp intergrated LAN controller. This is also an integrated LAN controller (Compaq Deskpro). Mats ----------------------------------------------------------------- Mats Dufberg +46-8-545 857 06 dufberg@nic-se.se fax: +46-8-545 857 29 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 13:47:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id DB26E37B405 for ; Wed, 6 Jun 2001 13:47:43 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f56Kla201041; Wed, 6 Jun 2001 13:47:36 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f56KlZB44913; Wed, 6 Jun 2001 13:47:35 -0700 (PDT) (envelope-from jdp) Date: Wed, 6 Jun 2001 13:47:35 -0700 (PDT) Message-Id: <200106062047.f56KlZB44913@vashon.polstra.com> To: stable@freebsd.org From: John Polstra Cc: ohartman@klima.physik.uni-mainz.de, andre.albsmeier@mchp.siemens.de Subject: Re: NIS/YP still broken! In-Reply-To: References: Organization: Polstra & Co., Seattle, WA 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 , Hartmann, O. wrote: > :>> > FreeBSD 4.3-STABLE has still a broken NIS/YP! If there are more than > :>> > one slave servers ypxfrd should spread its tables, push seems to > :>> > lock up and get a timeout. > :>> > > :>> > This was reported earlier here and I got a 'fix' for this but this fix > :>> > hasn't been merged in due it targets a sypmtome, not the cause itself. [...] > Well, this problem occurs on ALL systems running here and configured as > NIS/YP server and running the recent FreeBSD 4.3-STABLE. It should be > able to reproduce the problem! Offline I have been working with Andre Albsmeier on this problem. Andre gave me a detailed description of what he has discovered and observed, as well as a recipe for reproducing the bug. Unfortunately, the recipe didn't make the bug appear for me. I think it must fail only in Germany. :-) HOWEVER, based on what Andre told me, I inspected the relevant code in yppush_main.c. I am pretty sure I have found the bug. There is a struct sigaction on the stack which is not fully initialized; in particular, the sa_flags member is uninitialized. It contains whatever garbage was on the stack, and that garbage would be influenced by many things, including the actions of the dynamic linker. Furthermore, certain flag bits such as SA_RESETHAND, if set, would cause exactly the symptoms you guys have described. Please apply the patch below to "/usr/src/usr.sbin/yppush/yppush_main.c" and let me know if it fixes the problem. The patch is relative to -stable. Thanks, John Index: yppush_main.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/yppush/yppush_main.c,v retrieving revision 1.11 diff -u -r1.11 yppush_main.c --- yppush_main.c 1999/08/28 01:21:09 1.11 +++ yppush_main.c 2001/06/06 20:26:12 @@ -651,6 +651,7 @@ sigaddset(&sa.sa_mask, SIGALRM); sigaddset(&sa.sa_mask, SIGINT); sa.sa_handler = async_handler; + sa.sa_flags = 0; sigaction(SIGIO, &sa, NULL); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 14:32: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from subnet.sub.net (subnet.sub.net [212.227.14.21]) by hub.freebsd.org (Postfix) with ESMTP id 6856237B406 for ; Wed, 6 Jun 2001 14:31:59 -0700 (PDT) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from lyxys.ka.sub.org (uucp@localhost) by subnet.sub.net (8.8.8/8.8.8/1.2subnet-linux) with bsmtp id XAA11205; Wed, 6 Jun 2001 23:31:55 +0200 Received: from localhost (2032 bytes) by lyxys.ka.sub.org via sendmail with P:stdio/R:smart_host/T:inet_uusmtp (sender: ) (ident using unix) id for ; Wed, 6 Jun 2001 23:29:43 +0200 (CEST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Aug-23) Message-Id: From: wolfgang@lyxys.ka.sub.org (Wolfgang Zenker) Subject: Re: mail.local & qmail In-Reply-To: <20010606124141.D1510-100000@tanuki> "from Michael Rubin at Jun 6, 2001 12:42:43 pm" To: Michael Rubin Date: Wed, 6 Jun 2001 23:29:42 +0200 (CEST) Cc: freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL88 (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 Hi, > I am running FreeBSD 4.3. I just installed qmail and am loving > it. Everything is great except one problem. [..] > I cannot get mail delivered to my /var/mail/ > directories. > I read the INSTALL.vsm document and know I need to use > /var/qmail/boot/binm1. But for some reason /usr/libexec/mail.local > fails to deliver mail. > The maillog complains about: > Jun 5 23:38:23 tanuki mail.local: lockmailbox /var/mail/mhr failed; error code 75 > Jun 5 23:38:23 tanuki qmail: 991809503.505219 delivery 2: deferral: mail.local:_lockmailbox_/var/mail/mhr_failed;_error_code_75_/ > Anyone know what error_code 75 is? > Or how I could find out for myself in the future? in cases like that I would start with the assumption that the error code in question could be an errno value. errno 75 would be an NFS version conflict between client and server. If your user maildirs are on a nfs mounted file- system, forget about the version conflict and move your maildirs somewhere else. Mailspools and similar stuff on nfs mounted filesystems tend not to work; not least because file locking on nfs is generally unreliable or simply nonexistant. Assuming your maildirs are NOT nfs mounted, then the error_code in question must be an application generated error. You have two places to look for an explanation: a) the manual page or info document for your application (try "man mail.local" or "man qmail" or "info qmail" and so on). b) UTSL (= "Use the source, Luke"), look in the sourcefiles of mail.local or qmail for error codes Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 15: 2: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 7F5D937B408; Wed, 6 Jun 2001 15:01:56 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-1.cisco.com (8.11.3/8.9.1) with ESMTP id f56M1W922896; Wed, 6 Jun 2001 15:01:39 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.3) id f56M1Wd70662; Wed, 6 Jun 2001 15:01:32 -0700 (PDT) (envelope-from bmah) Message-Id: <200106062201.f56M1Wd70662@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 To: Jordan Hubbard Cc: bmah@FreeBSD.ORG, nik@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed In-Reply-To: <20010606095724R.jkh@osd.bsdi.com> References: <200106051623.f55GNkd04000@bmah-freebsd-0.cisco.com> <20010606170516.B59765@catkin.nothing-going-on.org> <200106061634.f56GYlA90861@bmah-freebsd-0.cisco.com> <20010606095724R.jkh@osd.bsdi.com> Comments: In-reply-to Jordan Hubbard message dated "Wed, 06 Jun 2001 09:57:24 -0700." From: bmah@FreeBSD.ORG (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_555822312P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 06 Jun 2001 15:01:32 -0700 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_555822312P Content-Type: text/plain; charset=us-ascii If memory serves me right, Jordan Hubbard wrote: > From: "Bruce A. Mah" > Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files remove > d > Date: Wed, 06 Jun 2001 09:34:47 -0700 > > > It'd be real easy for us to do...it's roughly a five-line change to src/ > > release/Makefile. In fact I almost did this for the FTP area. For the > > CDROM, I would like to know what the release engineer(s) think, since > > they may have some space constraints. I need about 500 KB for the > > PDF files for RELENG_4, as it stands today. Apparently, I lied when I said it was real easy. For starters, it's a seven-line patch, as I initially envisioned it. However... > The release engineer fully supports this idea for FTP and CDROM. Testing revealed a small problem I'd forgotten...during a release, we build the textproc/docproj port with JADETEX=NO, which eliminates the build of the print/jadetex port, as well as the (huge) print/teTeX port. If we want to build PDF documents, we'll have to set JADETEX=YES and consequently build three new ports at release time (one of them, teTeX, is pretty big). Just for posterity's sake, the additional ports that need to be built are: print/jadetex print/teTeX www/libwww We also need to edit /usr/local/share/texmf/web2c/texmf.cnf in the chroot area to reflect the larger memory settings required. A simple sed script can handle this part. Not rocket science to do, but it'll make releases take longer (I haven't quantified this). I think it's worth doing anyways, but I thought I'd bring this up. Bruce. --==_Exmh_555822312P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7Hqg82MoxcVugUsMRAtxqAKDvoHktuCqTxsorf9KO3a6nFGklkgCg1cZO dfd41PCIzHzQz7ryue+PJQQ= =S/XM -----END PGP SIGNATURE----- --==_Exmh_555822312P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 15:14:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id B25F837B401 for ; Wed, 6 Jun 2001 15:14:09 -0700 (PDT) (envelope-from louie@whizzo.transsys.com) Received: from whizzo.transsys.com (#6@localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.11.3/8.11.3) with ESMTP id f56ME7n27520; Wed, 6 Jun 2001 18:14:07 -0400 (EDT) (envelope-from louie@whizzo.transsys.com) Message-Id: <200106062214.f56ME7n27520@whizzo.transsys.com> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Mats Dufberg Cc: freebsd-stable@FreeBSD.ORG X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" Subject: Re: Any patch for fxp driver? References: In-reply-to: Your message of "Wed, 06 Jun 2001 22:45:28 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Jun 2001 18:14:07 -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 > On Tue, 5 Jun 2001, Louis A. Mamakos wrote: > > > Another "failure" mode that I noticed with the new fxp driver is that > > sometimes auto-negotiation doesn't work. I fixed my problem by > > explicitly configuring the media type and mediaopts in rc.conf and > > all is happy (for me, anyway) again. > > I'll try that. Exactly what mediaopts do you have for the setting? Somethingl like this: ifconfig_fxp0="inet x.x.x.x netmask 255.255.255.0 media 100baseTX mediaopt full-duplex" in my /etc/rc.conf. Note that this system is connected to a 100Base-T ethernet switch with full-duplex capable ports.. louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 15:29:58 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.10]) by hub.freebsd.org (Postfix) with ESMTP id 48BC337B405 for ; Wed, 6 Jun 2001 15:29:55 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from mail2.uniserve.com ([204.244.156.10]) by mail2.uniserve.com with esmtp (Exim 3.13 #1) id 157lnt-00051d-00; Wed, 06 Jun 2001 15:29:29 -0700 Date: Wed, 6 Jun 2001 15:29:29 -0700 (PDT) From: Tom X-Sender: tom@athena.uniserve.ca To: "Louis A. Mamakos" Cc: Mats Dufberg , freebsd-stable@FreeBSD.ORG Subject: Re: Any patch for fxp driver? In-Reply-To: <200106062214.f56ME7n27520@whizzo.transsys.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 Wed, 6 Jun 2001, Louis A. Mamakos wrote: > > On Tue, 5 Jun 2001, Louis A. Mamakos wrote: > > > > > Another "failure" mode that I noticed with the new fxp driver is that > > > sometimes auto-negotiation doesn't work. I fixed my problem by > > > explicitly configuring the media type and mediaopts in rc.conf and > > > all is happy (for me, anyway) again. > > > > I'll try that. Exactly what mediaopts do you have for the setting? > > Somethingl like this: > > ifconfig_fxp0="inet x.x.x.x netmask 255.255.255.0 media 100baseTX mediaopt > full-duplex" > > in my /etc/rc.conf. Note that this system is connected to a 100Base-T > ethernet switch with full-duplex capable ports.. > > louie > Beware though. Autonegotiation != autodetection. If you manually set any duplex settings on your switch or your NIC, autonegotiation is disabled on your switch or your NIC respectively. Autonegotiation must be set on both ends for it to work. I use autonegotiation religiously now, as I hate having to keep reprogramming switch ports. All the hardware I use works properly with auto. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 16:29:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 0B7B237B405; Wed, 6 Jun 2001 16:29:25 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.3) with ESMTP id f56NT0O91300; Wed, 6 Jun 2001 16:29:00 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: bmah@FreeBSD.ORG Cc: nik@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed In-Reply-To: <200106062201.f56M1Wd70662@bmah-freebsd-0.cisco.com> References: <200106061634.f56GYlA90861@bmah-freebsd-0.cisco.com> <20010606095724R.jkh@osd.bsdi.com> <200106062201.f56M1Wd70662@bmah-freebsd-0.cisco.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010606162900G.jkh@osd.bsdi.com> Date: Wed, 06 Jun 2001 16:29:00 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 57 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 Argh, 3 additional ports sure sounds small but then you mention bloody ** teTex **, an application which is probably larger than FreeBSD itself, and I go a funny shade of grey when I think of that getting built on the snapshot boxes. ;) Send me some diffs and I'll run a few tests to see how serious a problem it is, OK? - Jordan From: bmah@FreeBSD.ORG (Bruce A. Mah) Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed Date: Wed, 06 Jun 2001 15:01:32 -0700 > If memory serves me right, Jordan Hubbard wrote: > > From: "Bruce A. Mah" > > Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files remove > > d > > Date: Wed, 06 Jun 2001 09:34:47 -0700 > > > > > It'd be real easy for us to do...it's roughly a five-line change to src/ > > > release/Makefile. In fact I almost did this for the FTP area. For the > > > CDROM, I would like to know what the release engineer(s) think, since > > > they may have some space constraints. I need about 500 KB for the > > > PDF files for RELENG_4, as it stands today. > > Apparently, I lied when I said it was real easy. For starters, it's a > seven-line patch, as I initially envisioned it. However... > > > The release engineer fully supports this idea for FTP and CDROM. > > Testing revealed a small problem I'd forgotten...during a release, we > build the textproc/docproj port with JADETEX=NO, which eliminates the > build of the print/jadetex port, as well as the (huge) print/teTeX port. > If we want to build PDF documents, we'll have to set JADETEX=YES and > consequently build three new ports at release time (one of them, teTeX, > is pretty big). > > Just for posterity's sake, the additional ports that need to be built > are: > > print/jadetex > print/teTeX > www/libwww > > We also need to edit /usr/local/share/texmf/web2c/texmf.cnf in > the chroot area to reflect the larger memory settings required. > A simple sed script can handle this part. > > Not rocket science to do, but it'll make releases take longer (I haven't > quantified this). I think it's worth doing anyways, but I thought I'd > bring this up. > > Bruce. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 16:44:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 0E72737B403; Wed, 6 Jun 2001 16:44:32 -0700 (PDT) (envelope-from carl@xena.ipaustralia.gov.au) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f56NiKP70905; Thu, 7 Jun 2001 09:44:20 +1000 (EST) (envelope-from carl@xena.ipaustralia.gov.au) Received: from newton.aipo.gov.au(10.0.100.18) by pericles.IPAustralia.gov.au via smap (V2.1) id xma070890; Thu, 7 Jun 01 09:44:08 +1000 Received: from localhost (carl@localhost) by newton.aipo.gov.au (8.11.3/8.11.0) with ESMTP id f56Ni6567271; Thu, 7 Jun 2001 09:44:08 +1000 (EST) (envelope-from carl@xena.ipaustralia.gov.au) X-Authentication-Warning: newton.aipo.gov.au: carl owned process doing -bs Date: Thu, 7 Jun 2001 09:44:06 +1000 (EST) From: Carl Makin X-X-Sender: To: Boris Popov Cc: , Subject: Re: CFR: Fixes for nullfs in -stable 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 Hi Boris, On Wed, 6 Jun 2001, Boris Popov wrote: > I've mostly merged improvements done to nullfs in the -current to > RELENG_4 branch. Operations on mmaped files were fixed before and this > patch focused on the proper vnode locking. Is "nullfs" used by mount_null? If so, how far do these patches go towards making mount_null usable? (I'm not aware of the status of nullfs in current). Carl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 17:36:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sdmail0.sd.bmarts.com (sdmail0.sd.bmarts.com [209.247.77.155]) by hub.freebsd.org (Postfix) with ESMTP id B299137B401 for ; Wed, 6 Jun 2001 17:36:35 -0700 (PDT) (envelope-from gordont@bluemtn.net) Received: from localhost (gordont@localhost) by sdmail0.sd.bmarts.com (8.11.3/8.11.2/BMA1.1) with ESMTP id f570Y4N14547; Wed, 6 Jun 2001 17:34:04 -0700 (PDT) Date: Wed, 6 Jun 2001 17:34:03 -0700 (PDT) From: Gordon Tetlow X-X-Sender: To: "Thomas T. Veldhouse" Cc: Subject: Re: IPFilter licence update In-Reply-To: <003801c0ecf7$0d0236a0$3028680a@tgt.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 I removed Darren from the CC list as I don't think he really needs to be in on this discussion.... On Mon, 4 Jun 2001, Thomas T. Veldhouse wrote: > While meaning no disrespect to Darren with this followup. What good does a > signed memorandum with FreeBSD do if I decide at some point (which I won't) > to take the FreeBSD source and branch it into my own variant? This is how > the various BSDs came about in the first place. It does seem rather > restrictive of a license for the FreeBSD core system. Why can't this be > released under the BSD license? It's not released under a BSD license because he doesn't want to. His perogative. We have some much more restrictive licenses (ie GPL) in the base OS and no one complains about them. There, that's all I have to say about the topic. I'll go back to lurking. -gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 17:46:36 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id 9461737B407 for ; Wed, 6 Jun 2001 17:46:33 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from cascade (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with SMTP id 3AD33BA56; Wed, 6 Jun 2001 19:46:30 -0500 (CDT) Message-ID: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade> From: "Thomas T. Veldhouse" To: "Gordon Tetlow" Cc: References: Subject: Re: IPFilter licence update Date: Wed, 6 Jun 2001 19:46:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 > I removed Darren from the CC list as I don't think he really needs to be > in on this discussion.... > > > > It's not released under a BSD license because he doesn't want to. His > perogative. We have some much more restrictive licenses (ie GPL) in the > base OS and no one complains about them. > > > There, that's all I have to say about the topic. I'll go back to lurking. I agree, it is his perogative. I am glad he wrote it. It is excellent software. However, he is making a choice and other people don't have to like it, based on sound OpenSource criteria (which he never claimed IPFilter was). He can not expect anybody else to feel that it is OK to have non-open software incorporated into the base system of an open OS. I say open the source up completely under the BSD or equivalent license (as released in the FreeBSD OS) or remove it from the base OS. Tom Veldhouse veldy@veldy.net > > -gordon > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 17:56:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8F14E37B401 for ; Wed, 6 Jun 2001 17:56:13 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id B1A6F10F412; Wed, 6 Jun 2001 19:56:18 -0500 (CDT) Date: Wed, 6 Jun 2001 19:56:18 -0500 From: "David W . Chapman Jr ." To: "Thomas T. Veldhouse" Cc: Gordon Tetlow , freebsd-stable@freebsd.org Subject: Re: IPFilter licence update Message-ID: <20010606195618.C47727@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: "Thomas T. Veldhouse" , Gordon Tetlow , freebsd-stable@freebsd.org References: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade>; from veldy@veldy.net on Wed, Jun 06, 2001 at 07:46:34PM -0500 X-Operating-System: FreeBSD 4.3-STABLE 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 Wed, Jun 06, 2001 at 07:46:34PM -0500, Thomas T. Veldhouse wrote: > I agree, it is his perogative. I am glad he wrote it. It is excellent > software. However, he is making a choice and other people don't have to > like it, based on sound OpenSource criteria (which he never claimed IPFilter > was). He can not expect anybody else to feel that it is OK to have non-open > software incorporated into the base system of an open OS. I say open the > source up completely under the BSD or equivalent license (as released in the > FreeBSD OS) or remove it from the base OS. > How would you compile anything without gcc or make do without any of the gnu tools? -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 18: 0:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sdmail0.sd.bmarts.com (sdmail0.sd.bmarts.com [209.247.77.155]) by hub.freebsd.org (Postfix) with ESMTP id C65CC37B405 for ; Wed, 6 Jun 2001 18:00:20 -0700 (PDT) (envelope-from gordont@bluemtn.net) Received: from localhost (gordont@localhost) by sdmail0.sd.bmarts.com (8.11.3/8.11.2/BMA1.1) with ESMTP id f570vnE17349; Wed, 6 Jun 2001 17:57:49 -0700 (PDT) Date: Wed, 6 Jun 2001 17:57:49 -0700 (PDT) From: Gordon Tetlow X-X-Sender: To: "Thomas T. Veldhouse" Cc: Subject: Re: IPFilter licence update In-Reply-To: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade> 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, 6 Jun 2001, Thomas T. Veldhouse wrote: > I agree, it is his perogative. I am glad he wrote it. It is excellent > software. However, he is making a choice and other people don't have to > like it, based on sound OpenSource criteria (which he never claimed IPFilter > was). He can not expect anybody else to feel that it is OK to have non-open > software incorporated into the base system of an open OS. I say open the > source up completely under the BSD or equivalent license (as released in the > FreeBSD OS) or remove it from the base OS. FreeBSD never said it needed to have all Open Source criteria software (okay, I admit I'm pulling that right out of my ass, but that's the sense I get from hanging out on about 8 lists for the past 6 months). And you have to remember that for some people the GPL software is much worse in the licensing sense than the license attached to IPFilter. -gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 18: 0:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id 038EA37B405 for ; Wed, 6 Jun 2001 18:00:43 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from cascade (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with SMTP id 5E84ABAA8; Wed, 6 Jun 2001 20:00:40 -0500 (CDT) Message-ID: <003201c0eeed$47b57cb0$0101a8c0@cascade> From: "Thomas T. Veldhouse" To: "David W . Chapman Jr ." Cc: References: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade> <20010606195618.C47727@leviathan.inethouston.net> Subject: Re: IPFilter licence update Date: Wed, 6 Jun 2001 20:00:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 You don't need GCC to run the system, only build it. Thus you can install a system that is ONLY BSD licensed code -- or at least, very close. I personally wouldn't mind if the whole system was GPL, versus BSD (I prefer the latter). However, the currently licensing is BSD and as such, the base system (contrib aside) can run with the GPL tools used to build it. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "David W . Chapman Jr ." To: "Thomas T. Veldhouse" Cc: "Gordon Tetlow" ; Sent: Wednesday, June 06, 2001 7:56 PM Subject: Re: IPFilter licence update > On Wed, Jun 06, 2001 at 07:46:34PM -0500, Thomas T. Veldhouse wrote: > > I agree, it is his perogative. I am glad he wrote it. It is excellent > > software. However, he is making a choice and other people don't have to > > like it, based on sound OpenSource criteria (which he never claimed IPFilter > > was). He can not expect anybody else to feel that it is OK to have non-open > > software incorporated into the base system of an open OS. I say open the > > source up completely under the BSD or equivalent license (as released in the > > FreeBSD OS) or remove it from the base OS. > > > How would you compile anything without gcc or make do without any of > the gnu tools? > > -- > David W. Chapman Jr. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 18: 3: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id C3ED837B405; Wed, 6 Jun 2001 18:02:45 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-1.cisco.com (8.11.3/8.9.1) with ESMTP id f5712g919784; Wed, 6 Jun 2001 18:02:42 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.3) id f5712ct14598; Wed, 6 Jun 2001 18:02:38 -0700 (PDT) (envelope-from bmah) Message-Id: <200106070102.f5712ct14598@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 To: Jordan Hubbard Cc: bmah@FreeBSD.ORG, nik@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: HEADS UP: RELNOTESng now default in 4-STABLE, *.TXT files removed In-Reply-To: <20010606162900G.jkh@osd.bsdi.com> References: <200106061634.f56GYlA90861@bmah-freebsd-0.cisco.com> <20010606095724R.jkh@osd.bsdi.com> <200106062201.f56M1Wd70662@bmah-freebsd-0.cisco.com> <20010606162900G.jkh@osd.bsdi.com> Comments: In-reply-to Jordan Hubbard message dated "Wed, 06 Jun 2001 16:29:00 -0700." From: bmah@FreeBSD.ORG (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_2014525405P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 06 Jun 2001 18:02:37 -0700 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_2014525405P Content-Type: text/plain; charset=us-ascii If memory serves me right, Jordan Hubbard wrote: > Argh, 3 additional ports sure sounds small but then you mention bloody > ** teTex **, an application which is probably larger than FreeBSD > itself, and I go a funny shade of grey when I think of that getting > built on the snapshot boxes. ;) Grrr. I just discovered something that's part of teTeX: ---> xdvi <--- Yep. teTeX needs X11. Down, not across. Wait, this isn't a.s.r. > Send me some diffs and I'll run a few tests to see how serious a > problem it is, OK? Here's what I had (RELENG_4, probably applies to HEAD). The sed script hasn't been tested because the build didn't get that far before it blew up. Quite honestly, I don't feel like messing around with teTeX's build process, so anyone who wants to take it from here, well, it's all yours. Maybe we can just generate the PDF files external to the release process and slap 'em in the CDROM area before the mkisofs step? Bruce. Index: Makefile =================================================================== RCS file: /home/ncvs/src/release/Makefile,v retrieving revision 1.536.2.43 diff -u -r1.536.2.43 Makefile --- Makefile 2001/06/05 16:09:25 1.536.2.43 +++ Makefile 2001/06/07 00:42:21 @@ -691,13 +691,16 @@ @for i in ${DIST_DOCS_ARCH_INDEP}; do \ cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/article.txt ${FD}/`echo $${i} | tr 'a-z' 'A-Z'`.TXT; \ cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/article.html ${FD}/`echo $${i} | tr 'a-z' 'A-Z'`.HTM; \ + cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/article.pdf ${FD}/`echo $${i} | tr 'a-z' 'A-Z'`.PDF; \ done @for i in ${DIST_DOCS_ARCH_DEP}; do \ cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/${MACHINE_ARCH}/article.txt ${FD}/`echo $${i} | tr 'a-z' 'A-Z'`.TXT; \ cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/${MACHINE_ARCH}/article.html ${FD}/`echo $${i} | tr 'a-z' 'A-Z'`.HTM; \ + cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/${MACHINE_ARCH}/article.pdf ${FD}/`echo $${i} | tr 'a-z' 'A-Z'`.PDF; \ done @mv ${FD}/INSTALLATION.TXT ${FD}/INSTALL.TXT @mv ${FD}/INSTALLATION.HTM ${FD}/INSTALL.HTM + @mv ${FD}/INSTALLATION.PDF ${FD}/INSTALL.PDF .endif @echo "CD_VERSION = ${BUILDNAME}" > ${FD}/cdrom.inf .if !defined(NOPORTS) @@ -730,13 +733,16 @@ @for i in ${DIST_DOCS_ARCH_INDEP}; do \ cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/article.txt ${CD_DISC1}/`echo $${i} | tr 'a-z' 'A-Z'`.TXT; \ cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/article.html ${CD_DISC1}/`echo $${i} | tr 'a-z' 'A-Z'`.HTM; \ + cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/article.pdf ${CD_DISC1}/`echo $${i} | tr 'a-z' 'A-Z'`.PDF; \ done @for i in ${DIST_DOCS_ARCH_DEP}; do \ cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/${MACHINE_ARCH}/article.txt ${CD_DISC1}/`echo $${i} | tr 'a-z' 'A-Z'`.TXT; \ cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/${MACHINE_ARCH}/article.html ${CD_DISC1}/`echo $${i} | tr 'a-z' 'A-Z'`.HTM; \ + cp ${.CURDIR}/doc/${RELNOTES_LANG}/$$i/${MACHINE_ARCH}/article.pdf ${CD_DISC1}/`echo $${i} | tr 'a-z' 'A-Z'`.PDF; \ done @mv ${CD_DISC1}/INSTALLATION.TXT ${CD_DISC1}/INSTALL.TXT @mv ${CD_DISC1}/INSTALLATION.HTM ${CD_DISC1}/INSTALL.HTM + @mv ${CD_DISC1}/INSTALLATION.PDF ${CD_DISC1}/INSTALL.PDF .endif .if ${MACHINE_ARCH} == "alpha" @echo "Setting up Alpha CD disc1 for booting" @@ -760,8 +766,17 @@ doc.1: @echo "Making docs..." @for i in ${DOCPORTS}; do \ - cd /usr/ports/$$i && make all install clean JADETEX=no FORCE_PKG_REGISTER=yes; \ + cd /usr/ports/$$i && make all install clean JADETEX=yes FORCE_PKG_REGISTER=yes; \ done + @mv /usr/local/share/texmf/web2c/texmf.cnf \ + /usr/local/share/texmf/web2c/texmf.cnf.orig + @sed < /usr/local/share/texmf/web2c/texmf.cnf.orig \ + -e 's/original runtime path/runtime path/' \ + -e 's/^hash_extra =.$/hash_extra = 60000/' \ + -e 's/^pool_size =.$/pool_size = 1000000/' \ + -e 's/^max_strings =.$/max_strings = 70000/' \ + -e 's/^save_size =.$/save_size = 10000/'\ + > /usr/local/share/texmf/web2c/texmf.cnf @cd /usr/doc && make all install 'FORMATS=html html-split txt' INSTALL_COMPRESSED='' DOCDIR=${RD}/trees/bin/usr/share/doc touch doc.1 @@ -770,7 +785,7 @@ # doc.2: @echo "Making release documentation..." - @cd ${.CURDIR}/doc && make all 'FORMATS=html txt' + @cd ${.CURDIR}/doc && make all 'FORMATS=html pdf txt' touch doc.2 # Various "subroutine" and other supporting targets. Index: Makefile.inc.docports =================================================================== RCS file: /home/ncvs/src/release/Makefile.inc.docports,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 Makefile.inc.docports --- Makefile.inc.docports 2001/06/05 16:09:25 1.1.2.1 +++ Makefile.inc.docports 2001/06/07 00:42:21 @@ -20,6 +20,8 @@ ports/graphics/png \ ports/graphics/tiff \ ports/print/ghostscript6 \ + ports/print/jadetex \ + ports/print/teTeX \ ports/textproc/docbook \ ports/textproc/docbook-241 \ ports/textproc/docbook-300 \ @@ -34,5 +36,6 @@ ports/textproc/linuxdoc \ ports/textproc/mkcatalog \ ports/textproc/sgmlformat \ + ports/www/libwww \ ports/www/links \ ports/www/tidy --==_Exmh_2014525405P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7HtKt2MoxcVugUsMRAuxrAKCxoe8GegXwCGsBSkJDKNZB1D+kVACg4BMu ucVE8o2oyTmhXqHzj2mt0S8= =CZZM -----END PGP SIGNATURE----- --==_Exmh_2014525405P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 18: 3:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id BF19937B401 for ; Wed, 6 Jun 2001 18:03:24 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from cascade (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with SMTP id DBE8DBAA7 for ; Wed, 6 Jun 2001 20:03:21 -0500 (CDT) Message-ID: <004401c0eeed$a7f8e3a0$0101a8c0@cascade> From: "Thomas T. Veldhouse" To: Subject: RE: IPFilter licence update Date: Wed, 6 Jun 2001 20:03:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 > And you > have to remember that for some people the GPL software is much worse in > the licensing sense than the license attached to IPFilter. > I certainly disagree with you there. Compared to the BSD license, the GPL is more restrictive, but the goals are quite different. IPFilter however offers complete limititation. It is far more restrictive than either license if enforced. Tom Veldhouse veldy@veldy.net > -gordon > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 18: 3:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 85E8637B405 for ; Wed, 6 Jun 2001 18:03:38 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 3004810F412; Wed, 6 Jun 2001 20:03:43 -0500 (CDT) Date: Wed, 6 Jun 2001 20:03:43 -0500 From: "David W . Chapman Jr ." To: "Thomas T. Veldhouse" Cc: "David W . Chapman Jr ." , freebsd-stable@freebsd.org Subject: Re: IPFilter licence update Message-ID: <20010606200343.E47727@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: "Thomas T. Veldhouse" , "David W . Chapman Jr ." , freebsd-stable@freebsd.org References: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade> <20010606195618.C47727@leviathan.inethouston.net> <003201c0eeed$47b57cb0$0101a8c0@cascade> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003201c0eeed$47b57cb0$0101a8c0@cascade>; from veldy@veldy.net on Wed, Jun 06, 2001 at 08:00:44PM -0500 X-Operating-System: FreeBSD 4.3-STABLE 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 Wed, Jun 06, 2001 at 08:00:44PM -0500, Thomas T. Veldhouse wrote: > You don't need GCC to run the system, only build it. Thus you can install a > system that is ONLY BSD licensed code -- or at least, very close. I > personally wouldn't mind if the whole system was GPL, versus BSD (I prefer > the latter). However, the currently licensing is BSD and as such, the base > system (contrib aside) can run with the GPL tools used to build it. > I think its safe to say that gcc isn't going away anytime soon and half the gnu tools that go along with it, no matter how much more you prefer BSD license. -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 18: 5:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id CFB0637B408 for ; Wed, 6 Jun 2001 18:05:25 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from cascade (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with SMTP id 549EABA56; Wed, 6 Jun 2001 20:05:25 -0500 (CDT) Message-ID: <000801c0eeed$f18be170$0101a8c0@cascade> From: "Thomas T. Veldhouse" To: "David W . Chapman Jr ." Cc: "David W . Chapman Jr ." , References: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade> <20010606195618.C47727@leviathan.inethouston.net> <003201c0eeed$47b57cb0$0101a8c0@cascade> <20010606200343.E47727@leviathan.inethouston.net> Subject: Re: IPFilter licence update Date: Wed, 6 Jun 2001 20:05:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I don't want them to go away -- did you read my message? Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "David W . Chapman Jr ." To: "Thomas T. Veldhouse" Cc: "David W . Chapman Jr ." ; Sent: Wednesday, June 06, 2001 8:03 PM Subject: Re: IPFilter licence update > On Wed, Jun 06, 2001 at 08:00:44PM -0500, Thomas T. Veldhouse wrote: > > You don't need GCC to run the system, only build it. Thus you can install a > > system that is ONLY BSD licensed code -- or at least, very close. I > > personally wouldn't mind if the whole system was GPL, versus BSD (I prefer > > the latter). However, the currently licensing is BSD and as such, the base > > system (contrib aside) can run with the GPL tools used to build it. > > > I think its safe to say that gcc isn't going away anytime soon and > half the gnu tools that go along with it, no matter how much more you > prefer BSD license. > > -- > David W. Chapman Jr. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 19:41:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id 5C23E37B407 for ; Wed, 6 Jun 2001 19:41:15 -0700 (PDT) (envelope-from bsddiy@163.net) Received: from William ([192.168.1.98]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id KAA16034; Thu, 7 Jun 2001 10:41:23 +0800 Date: Thu, 7 Jun 2001 10:51:35 +0800 From: David Xu X-Mailer: The Bat! (v1.48f) Personal Reply-To: bsddiy@163.net Organization: Viasoft X-Priority: 3 (Normal) Message-ID: <1387163220.20010607105135@163.net> To: "Thomas T. Veldhouse" Cc: "Gordon Tetlow" , freebsd-stable@freebsd.org Subject: Re[2]: IPFilter licence update In-reply-To: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade> References: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade> 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 Hello Thomas, Thursday, June 07, 2001, 8:46:34 AM, you wrote: >> I removed Darren from the CC list as I don't think he really needs to be >> in on this discussion.... >> >> >> >> It's not released under a BSD license because he doesn't want to. His >> perogative. We have some much more restrictive licenses (ie GPL) in the >> base OS and no one complains about them. >> >> >> There, that's all I have to say about the topic. I'll go back to lurking. TTV> I agree, it is his perogative. I am glad he wrote it. It is excellent TTV> software. However, he is making a choice and other people don't have to TTV> like it, based on sound OpenSource criteria (which he never claimed IPFilter TTV> was). He can not expect anybody else to feel that it is OK to have non-open TTV> software incorporated into the base system of an open OS. I say open the TTV> source up completely under the BSD or equivalent license (as released in the TTV> FreeBSD OS) or remove it from the base OS. TTV> Tom Veldhouse TTV> veldy@veldy.net >> >> -gordon >> I agree too, remove it from base system. too pain to have very restricted license in base system, a free open source software was being compromised by a non free code. anyway, we have ipfw. -- Regards, David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 19:48:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ale.softcoin.com (ale.softcoin.com [209.11.133.210]) by hub.freebsd.org (Postfix) with ESMTP id 6E18337B40A for ; Wed, 6 Jun 2001 19:48:56 -0700 (PDT) (envelope-from mcomb@softcoin.com) Received: from softcoin.com (dyna-192.168.1.222.softcoin.com [192.168.1.222]) by ale.softcoin.com (8.11.0/8.11.0) with ESMTP id f553vHK09233 for ; Mon, 4 Jun 2001 20:57:18 -0700 Message-ID: <3B1C5989.1060504@softcoin.com> Date: Mon, 04 Jun 2001 21:01:13 -0700 From: Mike Comb User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-STABLE i386; en-US; rv:0.9) Gecko/20010525 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: umodem/Ricochet problems 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 Hi, I am not sure if this is the proper list for this. Please mail me privately if I should take this elsewhere. I am having problems with the umodem driver with a Ricochet GS USB modem under stable (built June 3). The modem is new so I don't know if this is a new problem. When the modem disconnects (ISP disconnects me or I go out of range) FreeBSD crashes with this output... ----------------------- Jun 4 19:35:14 grovelaptop /kernel: Fatal trap 12: page fault while in kernel mode Jun 4 19:35:14 grovelaptop /kernel: fault virtual address = 0x14 Jun 4 19:35:14 grovelaptop /kernel: fault code = supervisor read, page not present Jun 4 19:35:14 grovelaptop /kernel: instruction pointer = 0x8:0xc0176f87 Jun 4 19:35:14 grovelaptop /kernel: stack pointer = 0x10:0xc88f0d4c Jun 4 19:35:14 grovelaptop /kernel: frame pointer = 0x10:0xc88f0d64 Jun 4 19:35:14 grovelaptop /kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Jun 4 19:35:14 grovelaptop /kernel: = DPL 0, pres 1, def32 1, gran 1 Jun 4 19:35:14 grovelaptop /kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Jun 4 19:35:14 grovelaptop /kernel: current process = 485 (ppp) Jun 4 19:35:14 grovelaptop /kernel: interrupt mask = none Jun 4 19:35:14 grovelaptop /kernel: trap number = 12 Jun 4 19:35:14 grovelaptop /kernel: panic: page fault Jun 4 19:35:14 grovelaptop /kernel: Jun 4 19:35:14 grovelaptop /kernel: syncing disks... 10 4 Jun 4 19:35:14 grovelaptop /kernel: done Jun 4 19:35:14 grovelaptop /kernel: Uptime: 22m32s Jun 4 19:35:14 grovelaptop /kernel: Automatic reboot in 15 seconds - press a key on the console to abort ------------------- Can anyone tell me where to go from here? The kernel is basically GENERIC + umodem - NIC support. Please CC my on any replies as I am a digester. Thanks, -Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 20:26:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id AD7D837B406 for ; Wed, 6 Jun 2001 20:26:47 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.49]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010607032646.GAIE6716.mtiwmhc21.worldnet.att.net@worldnet.att.net>; Thu, 7 Jun 2001 03:26:46 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 91DF119449; Wed, 6 Jun 2001 23:30:12 -0400 (EDT) Date: Wed, 6 Jun 2001 23:30:12 -0400 From: parv To: Donn Miller Cc: FreeBSD-STABLE Subject: Re: XFree86-4.1 appears to be broken Message-ID: <20010606233012.A5967@moo.holy.cow> Mail-Followup-To: Donn Miller , FreeBSD-STABLE References: <20010604065030.A20441@johncoop> <20010604222651.A9057@moo.holy.cow> <3B1C8066.91917B89@cvzoom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3B1C8066.91917B89@cvzoom.net>; from dmmiller@cvzoom.net on Tue, Jun 05, 2001 at 02:47:02AM -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 so, Donn Miller shared this in my lifetime... > parv wrote: > > > short answer, john, is, for me, the fresh cvs tree of XFree installed > > w/o a single problem, which identified (in make logs) as > > 4.0.99.9* ... good enough for me... > > > > ...and now the whole story... > > > > something weird happened to me this morning... for some reason i > > blasted away my XFree86 4.0.3 version + assorted programs. > > Don't do that. What you should do is > > cd /usr > mv X11R6 X11R6.old > {cd to the directory containing xc and} > make install install.man yes that's what i generally do before installing new software & deinstlling old one. but i was getting low on disk space... > Then, what you could do is something like: > > find /usr/X11R6 | xargs chflags schg > > This will protect your freshly installed XFree86 from being > overwritten. Then, cp all your old files over with cp -R; chflags will > deny you from over-writing the freshly installed files. After you're > finished, just do > > chflags -R noschg /usr/X11R6 why didn't i think of it first! > > See, my experience has been that you can't just install a new version of > XFree86 over the existing one, because it always caused the "make > install" to fail. > i must be lucky then! - parv -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 20:38: 1 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 80FE737B407 for ; Wed, 6 Jun 2001 20:37:58 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (yogotech.nokia.com [4.22.66.156]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id VAA08442; Wed, 6 Jun 2001 21:37:49 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id VAA04849; Wed, 6 Jun 2001 21:37:38 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15134.63234.55520.302502@nomad.yogotech.com> Date: Wed, 6 Jun 2001 21:37:38 -0600 (MDT) To: Gordon Tetlow Cc: "Thomas T. Veldhouse" , Subject: Re: IPFilter licence update In-Reply-To: References: <003f01c0eeeb$4d03bdf0$0101a8c0@cascade> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) 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 agree, it is his perogative. I am glad he wrote it. It is excellent > > software. However, he is making a choice and other people don't have to > > like it, based on sound OpenSource criteria (which he never claimed IPFilter > > was). He can not expect anybody else to feel that it is OK to have non-open > > software incorporated into the base system of an open OS. I say open the > > source up completely under the BSD or equivalent license (as released in the > > FreeBSD OS) or remove it from the base OS. > > FreeBSD never said it needed to have all Open Source criteria software > (okay, I admit I'm pulling that right out of my ass, but that's the sense > I get from hanging out on about 8 lists for the past 6 months). And you > have to remember that for some people the GPL software is much worse in > the licensing sense than the license attached to IPFilter. I don't know anyone in the project that thinks that. Darren's current license is actually more restrictive (legally) than the GPL. I believe that his intentions are that his license is the same as the BSD license, but legally it is not. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 21:50:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id CD49237B405 for ; Wed, 6 Jun 2001 21:50:43 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f574oN526704; Thu, 7 Jun 2001 06:50:24 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id f574oM709886; Thu, 7 Jun 2001 06:50:22 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f574oMu50483; Date: Thu, 7 Jun 2001 06:50:22 +0200 From: Andre Albsmeier To: John Polstra Cc: stable@freebsd.org, ohartman@klima.physik.uni-mainz.de, andre.albsmeier@mchp.siemens.de Subject: Re: NIS/YP still broken! Message-ID: <20010607065022.A89754@curry.mchp.siemens.de> References: <200106062047.f56KlZB44913@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106062047.f56KlZB44913@vashon.polstra.com>; from jdp@polstra.com on Wed, Jun 06, 2001 at 01:47:35PM -0700 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike 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, 06-Jun-2001 at 13:47:35 -0700, John Polstra wrote: > In article , > Hartmann, O. wrote: > > :>> > FreeBSD 4.3-STABLE has still a broken NIS/YP! If there are more than > > :>> > one slave servers ypxfrd should spread its tables, push seems to > > :>> > lock up and get a timeout. > > :>> > > > :>> > This was reported earlier here and I got a 'fix' for this but this fix > > :>> > hasn't been merged in due it targets a sypmtome, not the cause itself. > [...] > > Well, this problem occurs on ALL systems running here and configured as > > NIS/YP server and running the recent FreeBSD 4.3-STABLE. It should be > > able to reproduce the problem! > > Offline I have been working with Andre Albsmeier on this problem. > Andre gave me a detailed description of what he has discovered and > observed, as well as a recipe for reproducing the bug. Unfortunately, > the recipe didn't make the bug appear for me. I think it must fail > only in Germany. :-) That's really curious... > HOWEVER, based on what Andre told me, I inspected the relevant code > in yppush_main.c. I am pretty sure I have found the bug. There > is a struct sigaction on the stack which is not fully initialized; > in particular, the sa_flags member is uninitialized. It contains > whatever garbage was on the stack, and that garbage would be > influenced by many things, including the actions of the dynamic > linker. Furthermore, certain flag bits such as SA_RESETHAND, if set, > would cause exactly the symptoms you guys have described. > > Please apply the patch below to "/usr/src/usr.sbin/yppush/yppush_main.c" > and let me know if it fixes the problem. The patch is relative to > -stable. Yes, it does :-). Only three words compared to the history this issue had now... Lots of thanks, John, -Andre > > Thanks, > John > > > Index: yppush_main.c > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/yppush/yppush_main.c,v > retrieving revision 1.11 > diff -u -r1.11 yppush_main.c > --- yppush_main.c 1999/08/28 01:21:09 1.11 > +++ yppush_main.c 2001/06/06 20:26:12 > @@ -651,6 +651,7 @@ > sigaddset(&sa.sa_mask, SIGALRM); > sigaddset(&sa.sa_mask, SIGINT); > sa.sa_handler = async_handler; > + sa.sa_flags = 0; > > sigaction(SIGIO, &sa, NULL); > -- FreeBSD-4.3: Another day closer to a Micro$oft free world To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 22: 7: 9 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by hub.freebsd.org (Postfix) with ESMTP id 57AD137B403; Wed, 6 Jun 2001 22:07:03 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.11.3/8.11.3) with ESMTP id f57571I60296; Thu, 7 Jun 2001 11:07:02 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.11.3/8.11.3) id f57571b71409; Thu, 7 Jun 2001 11:07:01 +0600 (YEKST) (envelope-from serg) Date: Thu, 7 Jun 2001 11:07:01 +0600 From: "Sergey N. Voronkov" To: freebsd-stable@freebsd.org Cc: sos@freebsd.org, phk@freebsd.org Subject: MFC request - ata drives and bootcode routines (Was: no devsw...) Message-ID: <20010607110701.A71328@sv.tech.sibitex.tmn.ru> 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, stable people! Finaly i'v found what is a source on "no devsw (majdev=0 bootdev=0xa0400000)" message! It is realy related to MFC of ata-disk.c (removing old wd (d_bmaj=0 !) compatibility entry). So, lett me explain how I undestand it works today: 1) boot2 loader pass absolutely correct from it's point of view bootdev=0xa0400000 (magic=a, adaptor=0, slise=4, type=0 == TYPE_AD). 2) sys/i386/i386/autoconf.c makes devsw(makebdev(0,0)) reference wich is completaly wrong 'cose we haven't more d_bmaj==0 entry for ata code! It is a source of the message is at line 284. This message has been removed long time ago by commit to CURRENT: ----------------------------------------- Revision 1.147 / (download) - annotate - [select for diffs], Thu Jun 15 20:30:51 2000 UTC (11 months, 3 weeks ago) by phk Branch: MAIN Changes since 1.146: +2 -4 lines Diff to previous 1.146 (colored) Add disk_enumerate() for finding names of disks. Vinum and libh will need this RSN. Remove a pointless warning in the root device locating code. Remove the "wd" compatibility name from the "ad" driver. WARNING: If you have not updated to use /dev/wd* in your /etc/fstab and modern bootblocks, it would be a very good idea to do so BEFORE you upgrade your kernel. ----------------------------------------- Do we realy have "modern bootblocks" and/or disk_enumerate() routines to find a normal rootdev without help of autoconf's setroot() routine? I see my machine is booting normaly, I think we have it already. If so, please MFC 1.147 revision changes to RELENG_4. Best Regards, Serg N. Voronkov. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 22:14:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from unix-shells.com (handi4-145-253-158-206.arcor-ip.net [145.253.158.206]) by hub.freebsd.org (Postfix) with ESMTP id BCB6437B405 for ; Wed, 6 Jun 2001 22:14:14 -0700 (PDT) (envelope-from bjoern@loenneker.com) Received: from mobile (root@localhost [127.0.0.1]) (authenticated) by unix-shells.com (8.11.3/8.11.3) with ESMTP id f575E9X99170 for ; Thu, 7 Jun 2001 07:14:11 +0200 (CEST) (envelope-from bjoern@loenneker.com) From: =?iso-8859-1?Q?Bj=F6rn_L=F6nneker?= To: Subject: Jail+NIS Date: Thu, 7 Jun 2001 07:14:09 +0200 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) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 Hi sirs, I want to implement a jail system for a shell server and have two questions: How do I correctly dublicate a jail? Is it simply a matter of making and configuring a master jail and then 'cp -pR master jail2' or isnt it that easy? Can I run multiple jails with one being a NIS master server and another one being NIS client? Thanks for your support. Bjoern Loenneker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 22:20:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from yez.hyperreal.org (dsl027-182-008.sea1.dsl.speakeasy.net [216.27.182.8]) by hub.freebsd.org (Postfix) with SMTP id 7B0B437B408 for ; Wed, 6 Jun 2001 22:20:10 -0700 (PDT) (envelope-from brian@collab.net) Received: (qmail 2464 invoked by uid 1000); 7 Jun 2001 05:21:29 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Jun 2001 05:21:29 -0000 Date: Wed, 6 Jun 2001 22:21:29 -0700 (PDT) From: Brian Behlendorf X-X-Sender: To: Gordon Tetlow Cc: "Thomas T. Veldhouse" , Subject: Re: IPFilter licence update 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 Wed, 6 Jun 2001, Gordon Tetlow wrote: > I removed Darren from the CC list as I don't think he really needs to be > in on this discussion.... > > On Mon, 4 Jun 2001, Thomas T. Veldhouse wrote: > > > While meaning no disrespect to Darren with this followup. What good does a > > signed memorandum with FreeBSD do if I decide at some point (which I won't) > > to take the FreeBSD source and branch it into my own variant? This is how > > the various BSDs came about in the first place. It does seem rather > > restrictive of a license for the FreeBSD core system. Why can't this be > > released under the BSD license? > > > It's not released under a BSD license because he doesn't want to. His > perogative. We have some much more restrictive licenses (ie GPL) in the > base OS and no one complains about them. > Wait, I'm confused. I thought the resolution was that the ipfilter code that was a part of FreeBSD was under the standard BSD license like everything else under /usr/src (aside from /usr/src/gnu), and that Darren's no-redistribution-of-modifications clause applied to non-"release" versions of the software, i.e. beta releases, etc, the implication being that once released, it'd be put under a BSD license and then integrated into FreeBSD. Is that not the case? If not, that's pretty bad - it means that you can't really say anymore that 'FreeBSD is under the BSD license, aside from some GNU bits', you have to say 'FreeBSD is under a multitude of licenses, some of them not open source, please examine all source code files for potential licenses before redistributing'. That would suck. Frankly, Darren's "no modified versions may be redistributed" "clarification" is much worse than even the GPL. But I'll avoid recrossing well-covered ground. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 6 22:59:29 2001 Delivered-To: freebsd-stable@freebsd.org Received: from femail3.rdc1.on.home.com (femail3.rdc1.on.home.com [24.2.9.90]) by hub.freebsd.org (Postfix) with ESMTP id D5C2137B403 for ; Wed, 6 Jun 2001 22:59:23 -0700 (PDT) (envelope-from willwong@samurai.com) Received: from magus ([24.156.229.139]) by femail3.rdc1.on.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010607055922.RQNB10743.femail3.rdc1.on.home.com@magus>; Wed, 6 Jun 2001 22:59:22 -0700 Message-ID: <002201c0ef16$ff0042a0$0300a8c0@anime.ca> From: "William Wong" To: "Brian Behlendorf" , "Gordon Tetlow" Cc: "Thomas T. Veldhouse" , References: Subject: Re: IPFilter licence update Date: Thu, 7 Jun 2001 01:59:20 -0400 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.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 Not sure if this was mentioned on this thread, but it looks like a commit was made recently which moved ipfilter into contrib. - Will ----- Original Message ----- From: "Brian Behlendorf" To: "Gordon Tetlow" Cc: "Thomas T. Veldhouse" ; Sent: Thursday, June 07, 2001 1:21 AM Subject: Re: IPFilter licence update > On Wed, 6 Jun 2001, Gordon Tetlow wrote: > > I removed Darren from the CC list as I don't think he really needs to be > > in on this discussion.... > > > > On Mon, 4 Jun 2001, Thomas T. Veldhouse wrote: > > > > > While meaning no disrespect to Darren with this followup. What good does a > > > signed memorandum with FreeBSD do if I decide at some point (which I won't) > > > to take the FreeBSD source and branch it into my own variant? This is how > > > the various BSDs came about in the first place. It does seem rather > > > restrictive of a license for the FreeBSD core system. Why can't this be > > > released under the BSD license? > > > > > > It's not released under a BSD license because he doesn't want to. His > > perogative. We have some much more restrictive licenses (ie GPL) in the > > base OS and no one complains about them. > > > > Wait, I'm confused. I thought the resolution was that the ipfilter code > that was a part of FreeBSD was under the standard BSD license like > everything else under /usr/src (aside from /usr/src/gnu), and that > Darren's no-redistribution-of-modifications clause applied to > non-"release" versions of the software, i.e. beta releases, etc, the > implication being that once released, it'd be put under a BSD license and > then integrated into FreeBSD. Is that not the case? > > If not, that's pretty bad - it means that you can't really say anymore > that 'FreeBSD is under the BSD license, aside from some GNU bits', you > have to say 'FreeBSD is under a multitude of licenses, some of them not > open source, please examine all source code files for potential licenses > before redistributing'. That would suck. > > Frankly, Darren's "no modified versions may be redistributed" > "clarification" is much worse than even the GPL. But I'll avoid > recrossing well-covered ground. > > Brian > > > > > 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 Jun 6 23:53:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from inetnew.ask.ru (inetnew.ask.ru [195.161.192.249]) by hub.freebsd.org (Postfix) with ESMTP id 167AE37B403 for ; Wed, 6 Jun 2001 23:53:29 -0700 (PDT) (envelope-from and@vismech.ru) Received: from vismech.ru (STEALTH [192.168.0.163]) by inetnew.ask.ru with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id MA19DRTJ; Thu, 7 Jun 2001 12:56:03 +0600 Message-ID: <3B1F33DA.A8BD4D54@vismech.ru> Date: Thu, 07 Jun 2001 13:57:14 +0600 From: Andrew Djachenko X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: stable@FreeBSD.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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 0:38:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 87B2237B401; Thu, 7 Jun 2001 00:38:19 -0700 (PDT) (envelope-from bp@butya.kz) Received: by relay.butya.kz (Postfix, from userid 1000) id B92142862D; Thu, 7 Jun 2001 14:38:12 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 8D49C285E2; Thu, 7 Jun 2001 14:38:12 +0700 (ALMST) Date: Thu, 7 Jun 2001 14:38:12 +0700 (ALMST) From: Boris Popov To: Carl Makin Cc: stable@FreeBSD.ORG, fs@FreeBSD.ORG Subject: Re: CFR: Fixes for nullfs in -stable 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 Thu, 7 Jun 2001, Carl Makin wrote: > Is "nullfs" used by mount_null? If so, how far do these patches go > towards making mount_null usable? (I'm not aware of the status of nullfs > in current). Yes, mount_null command mounts nullfs. With these patches 'make world' completes successfully on the nullfs /usr mount. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 2: 2:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.wrdp.com (harp.dublin.wrdp.net [212.147.130.131]) by hub.freebsd.org (Postfix) with ESMTP id 7992037B407 for ; Thu, 7 Jun 2001 02:02:48 -0700 (PDT) (envelope-from jraftery@wrdp.com) Received: from jraftery (jraftery.dublin.wrdp.net [172.16.4.52]) by mail.wrdp.com (Postfix) with SMTP id 763FE2D785 for ; Thu, 7 Jun 2001 09:02:46 +0000 (GMT) Message-ID: <003501c0ef30$9ee65de0$340410ac@jraftery> From: "James Raftery" To: References: Subject: Re: mail.local & qmail Date: Thu, 7 Jun 2001 10:02:46 +0100 Organization: Worldport Communications Inc 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.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 ----- Original Message ----- From: "Wolfgang Zenker" To: "Michael Rubin" Cc: Sent: Wednesday, June 06, 2001 10:29 PM Subject: Re: mail.local & qmail > in cases like that I would start with the assumption that the error code in > question could be an errno value. errno 75 would be an NFS version conflict > between client and server. If your user maildirs are on a nfs mounted file- > system, forget about the version conflict and move your maildirs somewhere > else. Line 1039 from /usr/src/contrib/sendmail/mail.local/mail.local.c is: mailerr(errcode, "lockmailbox %s failed; error code %d %s", p, off, errno > 0 ? errstring(errno) : ""); > Mailspools and similar stuff on nfs mounted filesystems tend not to > work; not least because file locking on nfs is generally unreliable or > simply nonexistant. From qmail's INSTALL.maildir: "... qmail doesn't even pretend to support mbox over NFS". Read the rest of INSTALL.maildir for more info. Regards, james To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 4:48: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pop-serv1.customersvc.com (pop-serv1.customersvc.com [208.135.116.150]) by hub.freebsd.org (Postfix) with ESMTP id 3266A37B408 for ; Thu, 7 Jun 2001 04:47:58 -0700 (PDT) (envelope-from mark@custserv.com) Received: from fw-serv1 ([172.16.208.131]) by pop-serv1.customersvc.com (Post.Office MTA v3.5.3 release 223 ID# 0-61086U500L2S100V35) with SMTP id com for ; Thu, 7 Jun 2001 07:41:09 -0400 Date: Thu, 7 Jun 2001 07:49:42 -0400 (EDT) From: "Mark.Jacobs" X-X-Sender: To: Subject: Buildworld failed / libpam Message-ID: <20010607074629.S57932-100000@bc006429.tcs.timeinc.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 After the commit by markm at 2001/06/07 02:37:14 PDT of MFC: FreeBSD PAM stuff and cleaned up modules build. New modules buildworld fails at the following location. ===> lib/libpam/modules/pam_opie ===> lib/libpam/modules/pam_permit ===> lib/libpam/modules/pam_radius ===> lib/libpam/modules/pam_rootok cd: can't cd to /usr/src/lib/libpam/modules/pam_rootok *** Error code 2 Stop in /usr/src/lib/libpam/modules. *** Error code 1 Stop in /usr/src/lib/libpam. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Mark Jacobs Time Customer Service AOL Time Warner mark.jacobs@custserv.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 5:30:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id DFCAF37B403 for ; Thu, 7 Jun 2001 05:30:49 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from cascade (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with SMTP id 8866CBA56; Thu, 7 Jun 2001 07:30:46 -0500 (CDT) Message-ID: <001801c0ef4d$b0106a80$0101a8c0@cascade> From: "Thomas T. Veldhouse" To: "William Wong" , "Brian Behlendorf" , "Gordon Tetlow" Cc: References: <002201c0ef16$ff0042a0$0300a8c0@anime.ca> Subject: Re: IPFilter licence update Date: Thu, 7 Jun 2001 07:30:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Assuming this is so -- what about the kernel based code? Granted, you can just not specify the config option, but it is still built as a module, and shouldn't be if it is not BSD licenesed IMHO. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "William Wong" To: "Brian Behlendorf" ; "Gordon Tetlow" Cc: "Thomas T. Veldhouse" ; Sent: Thursday, June 07, 2001 12:59 AM Subject: Re: IPFilter licence update > Not sure if this was mentioned on this thread, but it looks like a commit > was made recently which moved ipfilter into contrib. > > - Will > > ----- Original Message ----- > From: "Brian Behlendorf" > To: "Gordon Tetlow" > Cc: "Thomas T. Veldhouse" ; > Sent: Thursday, June 07, 2001 1:21 AM > Subject: Re: IPFilter licence update > > > > On Wed, 6 Jun 2001, Gordon Tetlow wrote: > > > I removed Darren from the CC list as I don't think he really needs to be > > > in on this discussion.... > > > > > > On Mon, 4 Jun 2001, Thomas T. Veldhouse wrote: > > > > > > > While meaning no disrespect to Darren with this followup. What good > does a > > > > signed memorandum with FreeBSD do if I decide at some point (which I > won't) > > > > to take the FreeBSD source and branch it into my own variant? This is > how > > > > the various BSDs came about in the first place. It does seem rather > > > > restrictive of a license for the FreeBSD core system. Why can't this > be > > > > released under the BSD license? > > > > > > > > > It's not released under a BSD license because he doesn't want to. His > > > perogative. We have some much more restrictive licenses (ie GPL) in the > > > base OS and no one complains about them. > > > > > > > Wait, I'm confused. I thought the resolution was that the ipfilter code > > that was a part of FreeBSD was under the standard BSD license like > > everything else under /usr/src (aside from /usr/src/gnu), and that > > Darren's no-redistribution-of-modifications clause applied to > > non-"release" versions of the software, i.e. beta releases, etc, the > > implication being that once released, it'd be put under a BSD license and > > then integrated into FreeBSD. Is that not the case? > > > > If not, that's pretty bad - it means that you can't really say anymore > > that 'FreeBSD is under the BSD license, aside from some GNU bits', you > > have to say 'FreeBSD is under a multitude of licenses, some of them not > > open source, please examine all source code files for potential licenses > > before redistributing'. That would suck. > > > > Frankly, Darren's "no modified versions may be redistributed" > > "clarification" is much worse than even the GPL. But I'll avoid > > recrossing well-covered ground. > > > > Brian > > > > > > > > > > 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 Jun 7 5:40: 0 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 0FA5937B405 for ; Thu, 7 Jun 2001 05:39:54 -0700 (PDT) (envelope-from david@catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.10.0/8.10.0) id f57CdfN61752 for freebsd-stable@FreeBSD.ORG; Thu, 7 Jun 2001 05:39:41 -0700 (PDT) Date: Thu, 7 Jun 2001 05:39:41 -0700 (PDT) From: David Wolfskill Message-Id: <200106071239.f57CdfN61752@bunrab.catwhisker.org> To: freebsd-stable@FreeBSD.ORG Subject: Re: Buildworld failed / libpam In-Reply-To: <20010607074629.S57932-100000@bc006429.tcs.timeinc.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: Thu, 7 Jun 2001 07:49:42 -0400 (EDT) >From: "Mark.Jacobs" >After the commit by markm at 2001/06/07 02:37:14 PDT of MFC: FreeBSD PAM >stuff and cleaned up modules build. New modules buildworld fails at the >following location. >===> lib/libpam/modules/pam_opie >===> lib/libpam/modules/pam_permit >===> lib/libpam/modules/pam_radius >===> lib/libpam/modules/pam_rootok >cd: can't cd to /usr/src/lib/libpam/modules/pam_rootok >*** Error code 2 Fairly similar here -- my sources certainly include that commit, and the buildworld fails in libpam (though at a slightly different point). Recent CVSup history: CVSup begin from cvsup14.freebsd.org at Tue Jun 5 03:47:01 PDT 2001 CVSup ended from cvsup14.freebsd.org at Tue Jun 5 03:52:31 PDT 2001 CVSup begin from cvsup14.freebsd.org at Wed Jun 6 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Wed Jun 6 03:52:31 PDT 2001 CVSup begin from cvsup14.freebsd.org at Thu Jun 7 03:47:01 PDT 2001 CVSup ended from cvsup14.freebsd.org at Thu Jun 7 03:52:50 PDT 2001 Running: FreeBSD dhcp-133.catwhisker.org 4.3-STABLE FreeBSD 4.3-STABLE #53: Wed Jun 6 06:21:25 PDT 2001 root@dhcp-135.catwhisker.org:/common/S1/obj/usr/src/sys/LAPTOP_30W i386 Log from "make -j4 buildworld": ===> libpam ===> libpam/modules ===> libpam/modules/pam_cleartext_pass_ok rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/lib/libpam/modules/pam_cleartext_pass_ok/pam_cleartext_pass_ok.c cd /usr/src/lib/libpam/modules/pam_cleartext_pass_ok; make _EXTRADEPEND echo pam_cleartext_pass_ok.so: /usr/obj/usr/src/i386/usr/lib/libskey.a >> .depend ===> libpam/modules/pam_deny make: don't know how to make pam_deny.c. Stop *** Error code 2 1 error Indeed: dhcp-133[6] cd /usr/src/lib/libpam dhcp-133[7] find . -name pam_deny\* ./modules/pam_deny dhcp-133[8] cd modules/pam_deny/ dhcp-133[9] ls CVS Makefile dhcp-133[10] and the Makefile looks like: # $FreeBSD: src/lib/libpam/modules/pam_deny/Makefile,v 1.1.4.2 2001/06/07 09:37:04 markm Exp $ LIB= pam_deny SHLIB_NAME= pam_deny.so SRCS= pam_deny.c .include .PATH: ${PAMDIR}/modules/pam_deny The log from yesterday's -CURRENT buildworld (from that area) reads: ===> libpam ===> libpam/modules ===> libpam/modules/pam_deny rm -f .depend mkdep -f .depend -a -I/usr/src/lib/libpam/modules/pam_deny/../../../../contri b/libpam/libpam/include -I/usr/src/lib/libpam/modules/pam_deny/../../libpam -I/u sr/obj/usr/src/i386/usr/include /usr/src/lib/libpam/modules/pam_deny/../../../. ./contrib/libpam/modules/pam_deny/pam_deny.c cd /usr/src/lib/libpam/modules/pam_deny; make _EXTRADEPEND ===> libpam/modules/pam_ftp Ideas? Thanks, 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 Thu Jun 7 5:47:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from knock.econ.vt.edu (knock.econ.vt.edu [128.173.172.240]) by hub.freebsd.org (Postfix) with ESMTP id 1CAE437B405 for ; Thu, 7 Jun 2001 05:47:52 -0700 (PDT) (envelope-from rdmurphy@knock.econ.vt.edu) Received: (from rdmurphy@localhost) by knock.econ.vt.edu (8.11.3/8.11.3) id f57ClpX17987; Thu, 7 Jun 2001 08:47:51 -0400 (EDT) (envelope-from rdmurphy) From: "Russell D. Murphy Jr." MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15135.30711.513365.633026@localhost.econ.vt.edu> Date: Thu, 7 Jun 2001 08:47:51 -0400 To: freebsd-stable@FreeBSD.ORG Subject: Re: IPFilter licence update In-Reply-To: <001801c0ef4d$b0106a80$0101a8c0@cascade> References: <002201c0ef16$ff0042a0$0300a8c0@anime.ca> <001801c0ef4d$b0106a80$0101a8c0@cascade> X-Mailer: VM 6.92 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: rdmurphy@vt.edu 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 realize some people care deeply about this, but can the discussion move elsewhere (off Stable)? According to Thomas T. Veldhouse (June 7, 2001): | Assuming this is so -- what about the kernel based code? Granted, you can | just not specify the config option, but it is still built as a module, and | shouldn't be if it is not BSD licenesed IMHO. -- Russell D. Murphy Department of Economics Virginia Polytechnic Institute and State University Blacksburg, Virginia 24061 (540) 231-4537 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 6:23:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from psychotic.aberrant.org (psychotic.aberrant.org [64.81.134.141]) by hub.freebsd.org (Postfix) with ESMTP id 8325237B401 for ; Thu, 7 Jun 2001 06:23:17 -0700 (PDT) (envelope-from seth@psychotic.aberrant.org) Received: by psychotic.aberrant.org (Postfix, from userid 1000) id 9C6C772501; Thu, 7 Jun 2001 09:23:16 -0400 (EDT) Date: Thu, 7 Jun 2001 09:23:16 -0400 From: Seth To: "Russell D. Murphy Jr." Cc: freebsd-stable@FreeBSD.ORG Subject: Re: IPFilter licence update Message-ID: <20010607092316.A14032@psychotic.aberrant.org> References: <002201c0ef16$ff0042a0$0300a8c0@anime.ca> <001801c0ef4d$b0106a80$0101a8c0@cascade> <15135.30711.513365.633026@localhost.econ.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15135.30711.513365.633026@localhost.econ.vt.edu>; from rdmurphy@vt.edu on Thu, Jun 07, 2001 at 08:47:51AM -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 Seconded. Seth. On Thu, Jun 07, 2001 at 08:47:51AM -0400, Russell D. Murphy Jr. wrote: > > I realize some people care deeply about this, but can the discussion > move elsewhere (off Stable)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 6:50:48 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 7E35B37B407 for ; Thu, 7 Jun 2001 06:50:33 -0700 (PDT) (envelope-from dufberg@nic-se.se) Received: from localhost (dufberg@localhost) by spider.nic-se.se (8.11.1/8.11.1) with ESMTP id f57DmT401060 for ; Thu, 7 Jun 2001 15:48:29 +0200 (CEST) X-Authentication-Warning: spider.nic-se.se: dufberg owned process doing -bs Date: Thu, 7 Jun 2001 15:48:29 +0200 (CEST) From: Mats Dufberg To: Subject: Re: Any patch for fxp driver? In-Reply-To: <20010605142209.C15350@leviathan.inethouston.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 My problems with the fxp are not gone, but I get even more confused when I look in the source tree. There seems to be two versions of the driver in two different places. What is what? * $FreeBSD: src/sys/dev/fxp/if_fxp.c,v 1.110.2.3 2001/05/15 18:54:12 jlemon Exp $ * $FreeBSD: src/sys/pci/if_fxp.c,v 1.77.2.9 2000/10/24 21:47:36 dg Exp $ * $FreeBSD: src/sys/dev/fxp/if_fxpreg.h,v 1.23.2.3 2001/05/15 18:54:16 jlemon Exp $ * $FreeBSD: src/sys/pci/if_fxpreg.h,v 1.18.2.2 2000/10/04 10:16:12 ps Exp $ * $FreeBSD: src/sys/dev/fxp/if_fxpvar.h,v 1.17.2.2 2001/05/14 13:20:28 jlemon Exp $ * $FreeBSD: src/sys/pci/if_fxpvar.h,v 1.9.2.2 2000/10/24 21:47:36 dg Exp $ Mats ----------------------------------------------------------------- Mats Dufberg +46-8-545 857 06 dufberg@nic-se.se fax: +46-8-545 857 29 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 7:12:36 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 5EA2237B401; Thu, 7 Jun 2001 07:12:33 -0700 (PDT) (envelope-from david@catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.10.0/8.10.0) id f57ECO061949; Thu, 7 Jun 2001 07:12:24 -0700 (PDT) Date: Thu, 7 Jun 2001 07:12:24 -0700 (PDT) From: David Wolfskill Message-Id: <200106071412.f57ECO061949@bunrab.catwhisker.org> To: freebsd-stable@FreeBSD.ORG Subject: Re: Buildworld failed / libpam Cc: markm@FreeBSD.ORG In-Reply-To: <200106071239.f57CdfN61752@bunrab.catwhisker.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 >Date: Thu, 7 Jun 2001 05:39:41 -0700 (PDT) >From: David Wolfskill >>===> lib/libpam/modules/pam_opie >>===> lib/libpam/modules/pam_permit >>===> lib/libpam/modules/pam_radius >>===> lib/libpam/modules/pam_rootok >>cd: can't cd to /usr/src/lib/libpam/modules/pam_rootok >>*** Error code 2 >Fairly similar here -- my sources certainly include that commit... >Log from "make -j4 buildworld": >===> libpam >===> libpam/modules >===> libpam/modules/pam_cleartext_pass_ok >rm -f .depend >mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/lib/libpam/modules/pam_cleartext_pass_ok/pam_cleartext_pass_ok.c >cd /usr/src/lib/libpam/modules/pam_cleartext_pass_ok; make _EXTRADEPEND >echo pam_cleartext_pass_ok.so: /usr/obj/usr/src/i386/usr/lib/libskey.a >> .depend >===> libpam/modules/pam_deny >make: don't know how to make pam_deny.c. Stop >*** Error code 2 >1 error OK; got through the "stage 4: building libraries" stage, after markm's commit at http://docs.freebsd.org/cgi/getmsg.cgi?fetch=859997+0+current/cvs-all -- thanks.... 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 Thu Jun 7 7:28:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 1C8E537B40B; Thu, 7 Jun 2001 07:28:44 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.3/8.11.3) with ESMTP id f57ES8662173; Thu, 7 Jun 2001 16:28:19 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200106071428.f57ES8662173@gratis.grondar.za> To: David Wolfskill Cc: freebsd-stable@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: Buildworld failed / libpam References: <200106071412.f57ECO061949@bunrab.catwhisker.org> In-Reply-To: <200106071412.f57ECO061949@bunrab.catwhisker.org> ; from David Wolfskill "Thu, 07 Jun 2001 07:12:24 MST." Date: Thu, 07 Jun 2001 16:30:15 +0200 From: Mark Murray 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 Sorry guys, I had a CVS problem. This is fixed according to a "make world" that has just finished here. The beer is on me :-) M > >Date: Thu, 7 Jun 2001 05:39:41 -0700 (PDT) > >From: David Wolfskill > > >>===> lib/libpam/modules/pam_opie > >>===> lib/libpam/modules/pam_permit > >>===> lib/libpam/modules/pam_radius > >>===> lib/libpam/modules/pam_rootok > >>cd: can't cd to /usr/src/lib/libpam/modules/pam_rootok > >>*** Error code 2 > > >Fairly similar here -- my sources certainly include that commit... > > >Log from "make -j4 buildworld": > >===> libpam > >===> libpam/modules > >===> libpam/modules/pam_cleartext_pass_ok > >rm -f .depend > >mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/lib/libpam/modules/pam_cleartext_pass_ok/pam_cleartext_pass_ok.c > >cd /usr/src/lib/libpam/modules/pam_cleartext_pass_ok; make _EXTRADEPEND > >echo pam_cleartext_pass_ok.so: /usr/obj/usr/src/i386/usr/lib/libskey.a >> .depend > >===> libpam/modules/pam_deny > >make: don't know how to make pam_deny.c. Stop > >*** Error code 2 > >1 error > > OK; got through the "stage 4: building libraries" stage, after markm's > commit at > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=859997+0+current/cvs-all > -- thanks.... > > 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. > -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 7:42: 9 2001 Delivered-To: freebsd-stable@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id EA70F37B405 for ; Thu, 7 Jun 2001 07:42:05 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 1580z6-000C1Y-00 for stable@freebsd.org; Thu, 7 Jun 2001 15:42:04 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.3/8.11.1) id f57Eg4P44549 for stable@freebsd.org; Thu, 7 Jun 2001 15:42:04 +0100 (BST) (envelope-from rasputin) Date: Thu, 7 Jun 2001 15:42:03 +0100 From: Rasputin To: stable@freebsd.org Subject: resettodr needs a broken header file? Message-ID: <20010607154203.A44449@dogma.freebsd-uk.eu.org> Reply-To: Rasputin Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.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 I'm playing with resettodr(9), ot set the BIOS clcok from the system time.. When I try to compile the following code blob, (*yes*, I know it's kludgy and there are all sorts of reasons to not throw the clock back an hour), I get warning about syntax errors in systm.h. (RELENG_4 built a few days ago. command line is: gcc -Wall -ansi -pedantic -o rollback rollback.c but I get the same error with a straight 'gcc rollback.c') -----------------8<--------------------------- #include #include #include struct timeval foo; struct timezone bar = { 0,1}; int main(void){ gettimeofday(&foo, &bar); foo.tv_sec -= 3600; settimeofday(&foo, &bar); resettodr(); } -----------------8<--------------------------- Any ideas? -- Behold the warranty ... the bold print giveth and the fine print taketh away. Rasputin :: Jack of All Trades - Master of Nuns :: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 8:32:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id D46FA37B401 for ; Thu, 7 Jun 2001 08:32:56 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from cascade (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with SMTP id 989A0BA56; Thu, 7 Jun 2001 10:32:53 -0500 (CDT) Message-ID: <000c01c0ef67$2105ebc0$0101a8c0@cascade> From: "Thomas T. Veldhouse" To: , References: <002201c0ef16$ff0042a0$0300a8c0@anime.ca><001801c0ef4d$b0106a80$0101a8c0@cascade> <15135.30711.513365.633026@localhost.econ.vt.edu> Subject: Re: IPFilter licence update Date: Thu, 7 Jun 2001 10:32:57 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Where should it move? It certainly appears to affect stable. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "Russell D. Murphy Jr." To: Sent: Thursday, June 07, 2001 7:47 AM Subject: Re: IPFilter licence update > > I realize some people care deeply about this, but can the discussion > move elsewhere (off Stable)? > > According to Thomas T. Veldhouse (June 7, 2001): > | Assuming this is so -- what about the kernel based code? Granted, you can > | just not specify the config option, but it is still built as a module, and > | shouldn't be if it is not BSD licenesed IMHO. > > -- > Russell D. Murphy > Department of Economics > Virginia Polytechnic Institute and State University > Blacksburg, Virginia 24061 > (540) 231-4537 > > 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 Jun 7 8:36: 0 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 6F5F637B401 for ; Thu, 7 Jun 2001 08:35:57 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f57FZsc20868; Thu, 7 Jun 2001 08:35:54 -0700 (PDT) Message-Id: <200106071535.f57FZsc20868@ptavv.es.net> To: Mats Dufberg Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Any patch for fxp driver? In-reply-to: Your message of "Thu, 07 Jun 2001 15:48:29 +0200." Date: Thu, 07 Jun 2001 08:35:54 -0700 From: "Kevin Oberman" 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: Thu, 7 Jun 2001 15:48:29 +0200 (CEST) > From: Mats Dufberg > Sender: owner-freebsd-stable@FreeBSD.ORG > > My problems with the fxp are not gone, but I get even more confused when I > look in the source tree. There seems to be two versions of the driver in > two different places. What is what? The jlemmon version is the new driver that uses the mii driver and the dg version is the old one. You can switch the one you use by editing /sys/conf/files. Comment out the dev/fxp line (at about line 173) and uncomment the pci/fxp one (at about line 953) and rebuild the kernel. This has been posted to stable several times. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 8:41:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id EEB7A37B405 for ; Thu, 7 Jun 2001 08:41:36 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 05AAF10F411; Thu, 7 Jun 2001 10:41:38 -0500 (CDT) Date: Thu, 7 Jun 2001 10:41:38 -0500 From: "David W . Chapman Jr ." To: "Thomas T. Veldhouse" Cc: rdmurphy@vt.edu, freebsd-stable@FreeBSD.ORG Subject: Re: IPFilter licence update Message-ID: <20010607104138.F88420@leviathan.inethouston.net> Reply-To: "David W . Chapman Jr ." Mail-Followup-To: "Thomas T. Veldhouse" , rdmurphy@vt.edu, freebsd-stable@FreeBSD.ORG References: <002201c0ef16$ff0042a0$0300a8c0@anime.ca><001801c0ef4d$b0106a80$0101a8c0@cascade> <15135.30711.513365.633026@localhost.econ.vt.edu> <000c01c0ef67$2105ebc0$0101a8c0@cascade> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000c01c0ef67$2105ebc0$0101a8c0@cascade>; from veldy@veldy.net on Thu, Jun 07, 2001 at 10:32:57AM -0500 X-Operating-System: FreeBSD 4.3-STABLE 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 Thu, Jun 07, 2001 at 10:32:57AM -0500, Thomas T. Veldhouse wrote: > Where should it move? It certainly appears to affect stable. Maybe chat, /dev/null :) -- David W. Chapman Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 8:46:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from Thanatos.Shenton.Org (a3.ebbed1.client.atlantech.net [209.190.235.163]) by hub.freebsd.org (Postfix) with SMTP id B713D37B406 for ; Thu, 7 Jun 2001 08:46:53 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 15182 invoked by uid 1000); 7 Jun 2001 15:46:52 -0000 To: wolfgang@lyxys.ka.sub.org (Wolfgang Zenker) Cc: Michael Rubin , freebsd-stable@FreeBSD.ORG Subject: Re: mail.local & qmail References: From: Chris Shenton Date: 07 Jun 2001 11:46:52 -0400 In-Reply-To: Message-ID: <87lmn4uwb7.fsf@thanatos.shenton.org> Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 wolfgang@lyxys.ka.sub.org (Wolfgang Zenker) writes: > If your user maildirs are on a nfs mounted file- system, forget > about the version conflict and move your maildirs somewhere > else. Mailspools and similar stuff on nfs mounted filesystems tend > not to work; not least because file locking on nfs is generally > unreliable or simply nonexistant. qmail's "Maildir" format *is* NFS-safe and was designed specifically to work around the NFS-maybe-lock problems. Works well and allows scaling. Other mailbox formats, including olde style UNIX /var/mail/username or ~username/Mail are not NFS-safe so this could be your problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 8:54:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.inorth.com (natted.inscriber.com [209.167.77.135]) by hub.freebsd.org (Postfix) with ESMTP id 06D8A37B403 for ; Thu, 7 Jun 2001 08:54:38 -0700 (PDT) (envelope-from gdunn@inscriber.com) Received: from shizuka.inorth.com ([10.0.0.29]) by mail.inorth.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id L7GG6LW4; Thu, 7 Jun 2001 11:54:38 -0400 Received: by shizuka.inorth.com (Postfix, from userid 1001) id 490E3663; Thu, 7 Jun 2001 11:54:37 -0400 (EDT) Date: Thu, 7 Jun 2001 11:54:37 -0400 From: Graham Dunn To: freebsd-stable@FreeBSD.ORG Subject: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6 Message-ID: <20010607115436.E30441@inscriber.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 X-Operating-System: FreeBSD 4.3-STABLE X-PGP-Fingerprint: 3F 56 12 9B 8A E1 77 CB F0 62 94 B0 93 06 1E 88 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 4.3-STABLE, cvsup'd last week, on a Toshiba Tecra 720cdt. Dmesg shows pcm detecting the card at 0x530 (BIOS says the card is at 0x534). Setting port 0x534 in the kernel config results in nothing being detected at all. Using the sbc0 driver in conjuntion with pcm, with the same args will result in a semi-functional (only 8-bit, 22KHz) sound output. I have had this card working at full capacity under Linux, so the hardware is functional to that extent. Any suggestions? -- gdunn@inscriber.com Graham Dunn || ||| | ||| |||| | |||| | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 9: 4:12 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 634FA37B407 for ; Thu, 7 Jun 2001 09:04:10 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: from sobek.openirc.co.uk ([62.252.8.167]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010607160408.HHHD283.mta01-svc.ntlworld.com@sobek.openirc.co.uk>; Thu, 7 Jun 2001 17:04:08 +0100 Date: Thu, 7 Jun 2001 17:04:05 +0100 (BST) From: George Reid X-Sender: greid@sobek.openirc.co.uk To: Graham Dunn Cc: freebsd-stable@FreeBSD.ORG Subject: Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6 In-Reply-To: <20010607115436.E30441@inscriber.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 Thu, 7 Jun 2001, Graham Dunn wrote: > this is 4.3-STABLE, cvsup'd last week, on a Toshiba Tecra 720cdt. > > Dmesg shows pcm detecting the card at 0x530 (BIOS says the card is at > 0x534). Setting port 0x534 in the kernel config results in nothing being > detected at all. Please send the output of 'pciconf -lv' and 'pnpinfo'. It might be there's some glue which isn't supported by newpcm. -- +-------------------+---------------------+ | George Reid | FreeBSD Committer | | +44 7740 197460 | greid@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 Jun 7 9: 5:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vilnya.demon.co.uk (vilnya.demon.co.uk [158.152.19.238]) by hub.freebsd.org (Postfix) with ESMTP id 7219A37B401 for ; Thu, 7 Jun 2001 09:05:05 -0700 (PDT) (envelope-from gandalf@vilnya.demon.co.uk) Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id 3FEEED9BC; Thu, 7 Jun 2001 17:04:34 +0100 (BST) Message-ID: <009401c0ef6b$bed05f80$0504020a@haveblue> From: "Cameron Grant" To: "Graham Dunn" , References: <20010607115436.E30441@inscriber.com> Subject: Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6 Date: Thu, 7 Jun 2001 17:04:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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 > Dmesg shows pcm detecting the card at 0x530 (BIOS says the card is at > 0x534). Setting port 0x534 in the kernel config results in nothing being > detected at all. some details (boot -v dmesg, pnpinfo, relevant bits of kernel config) would be nice... -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 9:33:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id 6D91B37B401 for ; Thu, 7 Jun 2001 09:33:38 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 65463 invoked by uid 1000); 7 Jun 2001 16:33:58 -0000 Date: Thu, 7 Jun 2001 18:33:58 +0200 From: "Karsten W. Rohrbach" To: Mike Meyer Cc: Calvin NG , freebsd-stable@FreeBSD.ORG Subject: Re: building apache from /usr/ports Message-ID: <20010607183358.N59617@mail.webmonster.de> References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> <20010606034917.D97958@mail.webmonster.de> <15133.37451.23934.758674@guru.mired.org> <20010606113119.B54034@brel.com> <15134.26898.890143.63429@guru.mired.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="b1ERR0FXR0PvNIRE" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15134.26898.890143.63429@guru.mired.org>; from mwm@mired.org on Wed, Jun 06, 2001 at 12:32:02PM -0500 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer 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 --b1ERR0FXR0PvNIRE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mike Meyer(mwm@mired.org)@2001.06.06 12:32:02 +0000: > Calvin NG types: > > Correct me if I m wrong. > > For in-core web server , every copy of server loaded has the perl and= /or php > > in it. For modules, its a shared library, the server is smaller size= , and only > > a copy of the module is loaded in memory. >=20 > That's all correct. However, it wouldn't surprise me if the server + > module is larger than the server with an in-core module. Since there's > no reason to have more than one copy of the server loaded - even for a > high-load server - there's still only one copy of the module > loaded. Since everything shared in the module should also be shared > with the in-core version, the total memory usage won't be very > different. it is, since apache is not multithreaded (1.x). so, on a heavily loaded box you got "several" process images in mem, thus more overhead. /k --=20 > ASCII Ribbon Campaign - NO HTML/RTF in e-mail - NO Word docs in e-mail KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 --b1ERR0FXR0PvNIRE 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 iD8DBQE7H6z2M0BPTilkv0YRAoduAJ4owzpzeOBxcMdn46BEspS7mN6UlQCeJoTs kkIptTrf/WWxS39CP2yaV4s= =R5j/ -----END PGP SIGNATURE----- --b1ERR0FXR0PvNIRE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 9:42:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id 546D637B405 for ; Thu, 7 Jun 2001 09:42:06 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 65740 invoked by uid 1000); 7 Jun 2001 16:42:27 -0000 Date: Thu, 7 Jun 2001 18:42:27 +0200 From: "Karsten W. Rohrbach" To: Brian Behlendorf Cc: Gordon Tetlow , "Thomas T. Veldhouse" , freebsd-stable@FreeBSD.ORG Subject: Re: IPFilter licence update Message-ID: <20010607184227.O59617@mail.webmonster.de> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="jozmn01XJZjDjM3N" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from brian@collab.net on Wed, Jun 06, 2001 at 10:21:29PM -0700 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer 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 --jozmn01XJZjDjM3N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Brian Behlendorf(brian@collab.net)@2001.06.06 22:21:29 +0000: > On Wed, 6 Jun 2001, Gordon Tetlow wrote: > > I removed Darren from the CC list as I don't think he really needs to be > > in on this discussion.... > > > > On Mon, 4 Jun 2001, Thomas T. Veldhouse wrote: > > > > > While meaning no disrespect to Darren with this followup. What good = does a > > > signed memorandum with FreeBSD do if I decide at some point (which I = won't) > > > to take the FreeBSD source and branch it into my own variant? This i= s how > > > the various BSDs came about in the first place. It does seem rather > > > restrictive of a license for the FreeBSD core system. Why can't this= be > > > released under the BSD license? > > > > > > It's not released under a BSD license because he doesn't want to. His > > perogative. We have some much more restrictive licenses (ie GPL) in the > > base OS and no one complains about them. > > >=20 > Wait, I'm confused. I thought the resolution was that the ipfilter code > that was a part of FreeBSD was under the standard BSD license like > everything else under /usr/src (aside from /usr/src/gnu), and that > Darren's no-redistribution-of-modifications clause applied to > non-"release" versions of the software, i.e. beta releases, etc, the > implication being that once released, it'd be put under a BSD license and > then integrated into FreeBSD. Is that not the case? i understood it perfectly this way. this makes sense, actually. >=20 > If not, that's pretty bad - it means that you can't really say anymore > that 'FreeBSD is under the BSD license, aside from some GNU bits', you > have to say 'FreeBSD is under a multitude of licenses, some of them not > open source, please examine all source code files for potential licenses > before redistributing'. That would suck. freebsd already has a way of being able to handle those otherwise very quirky to handle things. remember the ssecure/scrypto distributions from before rsa patent expiry? one could easily add a WITHOUT_IPFILTER toggle to /etc/make.conf and that's pretty it. >=20 > Frankly, Darren's "no modified versions may be redistributed" > "clarification" is much worse than even the GPL. But I'll avoid > recrossing well-covered ground. as with all intellectual property and the resulting code thereof, it's the choice of the author. providing source which dows not comply with the open source terms as in several other licenses covered is not a bad thing. IMHO it is better than providing binary releases or no redistributable code at all. /k --=20 > God smiles upon the little children, the alcoholics,=20 > and the permanently stoned. --Steven King KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 --jozmn01XJZjDjM3N 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 iD8DBQE7H67zM0BPTilkv0YRAtVEAKCNub79zJ4+vovqshe/pH1EgcSFAQCfSUgq lRXP62NngGF8ufpHXyZqASk= =OIbE -----END PGP SIGNATURE----- --jozmn01XJZjDjM3N-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 10:59:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from brazil.webair.com (brazil.webair.com [209.10.49.3]) by hub.freebsd.org (Postfix) with ESMTP id A405537B403 for ; Thu, 7 Jun 2001 10:59:44 -0700 (PDT) (envelope-from brianh@webair.com) Received: from localhost (brianh@localhost) by brazil.webair.com (8.11.1/8.9.3) with ESMTP id f56H7hJ33857 for ; Wed, 6 Jun 2001 13:07:43 -0400 (EDT) (envelope-from brianh@webair.com) Date: Wed, 6 Jun 2001 13:07:43 -0400 (EDT) From: Brian Hourigan To: freebsd-stable@freebsd.org Subject: 4.3-STABLE memory related boot problem (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 Hello, I have a dual xenon (intel srka4) with 2gB of memory, and 4gB swap. I need to upgrade it to 4gB and when it tries booting I get the following error: swap_zone_swap_init(): swap_zone == NULL From the vague information I've gathered searching archives so far it leads me to suspect its exhausted its KVM. The only modifications to the kernel (aside device drivers are) NMBCLUSTERS=8192, PMAP_SHPGPERPROC=250 I've tried booting the GENERIC kernel, and with NO_SWAPPING options. No change in the problem. Please let me know what steps may be taken to correct this problem. ---------------------------------------- Brian Hourigan Lead Technical Support Specialist/ Programming Development Team Webair Internet Development, Inc. Phone: 516.256.0821 Phone: 212.941.6940 Fax: 516.568.0867 http://www.webair.com ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 11:33:48 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 40C2037B406; Thu, 7 Jun 2001 11:33:41 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f57IXeq07889; Thu, 7 Jun 2001 20:33:40 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Thu, 7 Jun 2001 20:33:40 +0200 (CEST) From: "Hartmann, O." To: Cc: Subject: Strange Linux Emu behaviour 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. While preparing our systems to run KYLIX I have to patch glibc libs with special version patched by Borland. While doing this I realised a strange phenomenon on two SMP machines: I started up with a Linux shell by typing /compat/linux/bin/tcsh and then I tried to run rpm -i as I did this three times before on other machines successfully. I received this: error: failed dependencies: /sbin/ldconfig is needed by glibc-2.1.3-22B This looked like as Linux can not find its tools the right way or a mixture between Linux and FreeBSD has been tasken place. I checked with 'uname -a' what kind of environment I use and got FreeBSD (on the three successors I got Linux!). Netxt step was to figure out obvious differences between the machines, but they all use the same Linux configuration as it has been installed by the installer (linux_base). The systems of success are two UP systems with AMD CPUs and on SMP machine with two PII - so I think it is not a point of the difference in UP and SMP, maybe. Then I unmounted linprocfs on one of the unsuccessful machines and tried again. All right, after running Linux tcsh and typing uname -a I got Linux as expected. Then I cd'ed to my source directory, tried rpm again - and got the same error! Immediately after receiving this error again I typed uname -a again and got FreeBSD! It seems that Linux emulation is switching ... This happens exactly the same way on another SMP server. The strange behaviour showing uname -a (I use this to check in which 'mode' I'am actually) is shwoing up not in a deterministic way and it is really strange and surely a bug! I reported a few days ago strange things regarding to Lahey F95 compilated software. A simple Fortran prgram 'hello world' runs after compilation on these machines the first time - if it get called a second time it shows an libc error regarding to getcwd. Has anyone a suggestion? -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) 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 Thu Jun 7 11:45: 8 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 5BC0237B409; Thu, 7 Jun 2001 11:45:03 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f57Ij2q09126; Thu, 7 Jun 2001 20:45:02 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Thu, 7 Jun 2001 20:45:02 +0200 (CEST) From: "Hartmann, O." To: Cc: Subject: Linux emulation 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 anybody explain what this means: ELF binary type "0" not known. Abort trap I get this error on one of our servers after unloading and then loading linux emulation -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) 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 Thu Jun 7 12:19:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 2C13D37B401 for ; Thu, 7 Jun 2001 12:19:12 -0700 (PDT) (envelope-from Gerhard.Sittig@gmx.net) Received: (qmail 1470 invoked by uid 0); 7 Jun 2001 19:19:07 -0000 Received: from p3ee2164c.dip.t-dialin.net (HELO speedy.gsinet) (62.226.22.76) by mail.gmx.net (mail07) with SMTP; 7 Jun 2001 19:19:07 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id SAA22223 for freebsd-stable@freebsd.org; Thu, 7 Jun 2001 18:55:34 +0200 Date: Thu, 7 Jun 2001 18:55:34 +0200 From: Gerhard Sittig To: freebsd-stable@freebsd.org Subject: Re: Jail+NIS Message-ID: <20010607185534.J17514@speedy.gsinet> Mail-Followup-To: freebsd-stable@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Mutt 1.0i In-Reply-To: ; from bjoern@loenneker.com on Thu, Jun 07, 2001 at 07:14:09AM +0200 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 Thu, Jun 07, 2001 at 07:14 +0200, Bj=F6rn L=F6nneker wrote: >=20 > I want to implement a jail system for a shell server and have > two questions: >=20 > How do I correctly dublicate a jail? Is it simply a matter of > making and configuring a master jail and then 'cp -pR master > jail2' or isnt it that easy? Depends. How much of special configuration went into your jail? If you just copy the tree over, you might "inherit" configuration setting which just don't fit the second jail (rc.conf settings, inetd and sshd config, etc). I made a script of the jail(8) manpage "Setting up a Jail Directory Tree" section which gets a single parameter (the jail's tree root) and does all the rest for me. It can even distinguish between first time installs and updates. If there's interest I could publish it; with some markup it could end in some doc or could be put somewhere into /usr/share/examples/jail/ (?). Since buildworld is done once only, compilation takes some 70 minutes. Populating / updating a jail takes seven minutes per tree (including the mostly nop'ed repetitive "make buildworld" runs). Plus there's the mergemaster runs in every tree. > Can I run multiple jails with one being a NIS master server and > another one being NIS client? Don't know about NIS, but I successfully ran Samba in PDC mode in one jail while Samba in another jail used the former to auth users. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net --=20 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 Thu Jun 7 13: 7: 3 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 7A67337B403 for ; Thu, 7 Jun 2001 13:06:59 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f57KGqH02474 for ; Thu, 7 Jun 2001 13:16:57 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200106072016.f57KGqH02474@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: stable@freebsd.org Subject: proc->pstats / SIGVTALRM Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 07 Jun 2001 13:16:52 -0700 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 In fielding a question from someone regarding what appears to be SIGVTALRM sniping on their system, I noticed that the pstats structure (which holds the p_timer fields which are used to track interval timers) is outside the bzero-on-allocation region of the proc structure. Thus it seems to me that it would be possible for garbage to be present in these fields, leading to possible spurious generation of this signal. Can anyone point out where I'm mistaken here? Regards, Mike -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 13:17:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.inorth.com (natted.inscriber.com [209.167.77.135]) by hub.freebsd.org (Postfix) with ESMTP id E0C1A37B405 for ; Thu, 7 Jun 2001 13:17:33 -0700 (PDT) (envelope-from gdunn@inscriber.com) Received: from shizuka.inorth.com ([10.0.0.29]) by mail.inorth.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id L7GG63A6; Thu, 7 Jun 2001 16:17:33 -0400 Received: by shizuka.inorth.com (Postfix, from userid 1001) id 02437783; Thu, 7 Jun 2001 16:17:32 -0400 (EDT) Date: Thu, 7 Jun 2001 16:17:32 -0400 From: Graham Dunn To: Cameron Grant Cc: freebsd-stable@FreeBSD.ORG Subject: Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6 Message-ID: <20010607161729.A61368@inscriber.com> Mail-Followup-To: Cameron Grant , freebsd-stable@FreeBSD.ORG References: <20010607115436.E30441@inscriber.com> <009401c0ef6b$bed05f80$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: <009401c0ef6b$bed05f80$0504020a@haveblue>; from gandalf@vilnya.demon.co.uk on Thu, Jun 07, 2001 at 05:04:40PM +0100 X-Operating-System: FreeBSD 4.3-STABLE X-PGP-Fingerprint: 3F 56 12 9B 8A E1 77 CB F0 62 94 B0 93 06 1E 88 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 If I specify device pcm0 at isa? port 0x534 irq 7 I get: mss_detect, busy still set (0xff) pcm0 failed to probe at port 0x534-0x53b irq 7 on isa0 with device pcm0 at isa? port? irq? drq1 flags 0x15 [snip] avail memory = 77828096 (76004K bytes) bios32: Found BIOS32 Service Directory header at 0xc00f8dc0 bios32: Entry = 0xfe95b (c00fe95b) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xde53 pnpbios: Bad PnP BIOS data checksum Other BIOS signatures found: ACPI: 00000000 Preloaded elf kernel "kernel" at 0xc03c7000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03c70a8. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk Creating DISK md0 Math emulator present pci_open(1): mode 1 addr port (0x0cf8) is 0x80001850 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=06011179) apm0: on motherboard apm: found APM BIOS v1.1, connected at v1.1 npx0: on motherboard npx0: INT 16 interface i586_bzero() bandwidth = 131233595 bytes/sec bzero() bandwidth = 195045835 bytes/sec pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=06011179) pcib0: on motherboard found-> vendor=0x1179, dev=0x0601, revid=0x11 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 found-> vendor=0x102c, dev=0x00e0, revid=0x04 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base fe000000, size 24 pci0: on pcib0 pci0: (vendor=0x102c, dev=0x00e0) at 4.0 isa0: on motherboard Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x0000 ata0: mask=03 status0=50 status1=00 ata0: mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI probe a=00 b=00 ata0-slave: ATAPI probe a=00 b=00 ata0: mask=03 status0=50 status1=00 ata0-master: ATA probe a=01 b=a5 ata0: devices=01 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x0000 ata1: mask=03 status0=50 status1=00 ata1: mask=03 ostat0=50 ostat2=00 ata1-master: ATAPI probe a=14 b=eb ata1-slave: ATAPI probe a=14 b=eb ata1: mask=03 status0=00 status1=00 ata1: devices=0c ata1 at port 0x170-0x177,0x376 irq 15 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 01 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 05 f0 9c 0e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 00 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 00 01 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 05 f0 9c 0e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 00 00 00 00 00 00 10 0e 00 ff sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) mss_probe: no address given, try 0x530 mss_detect - chip revision 0x0a mss_detect() - Detected CS4232 pcm0: at port 0x530-0x537 drq 1 flags 0xa115 on isa0 device_probe_and_attach: pcm0 attach returned 6 pcic0: at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode stat is fe stat is f2 pccard0: on pcic0 pccard1: on pcic0 pcic1: not probed (disabled) sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: irq maps: 0x41 0x41 0x41 0x41 sio0: probe failed test(s): 0 1 2 4 6 7 9 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 sio1: irq maps: 0x41 0x49 0x41 0x41 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0 lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0 cs0 failed to probe at port 0x300-0x31f on isa0 sn0 failed to probe at port 0x300-0x30f irq 10 on isa0 isa_probe_children: probing PnP devices BIOS Geometries: 0:02e87f3f 0..744=745 cylinders, 0..127=128 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: ppp0 attached bpf: ppp1 attached new masks: bio 68c040, tty 63101a, net 67101a bpf: sl0 attached bpf: faith0 attached bpf: gif0 attached bpf: gif1 attached bpf: gif2 attached bpf: gif3 attached bpf: lo0 attached IPsec: Initialized Security Association Processing. IP Filter: v3.4.16 initialized. Default = pass all, Logging = enabled pccard: card inserted, slot 0 ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed [snip] pciconf -l shows: chip0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x06011179 rev=0x11 hdr=0x00 none0@pci0:4:0: class=0x030000 card=0x00000000 chip=0x00e0102c rev=0x04 hdr=0x00 pnpinfo: Checking for Plug-n-Play devices... No Plug-n-Play devices were found On Thu, Jun 07, 2001 at 05:04:40PM +0100, Cameron Grant wrote: > > Dmesg shows pcm detecting the card at 0x530 (BIOS says the card is at > > 0x534). Setting port 0x534 in the kernel config results in nothing being > > detected at all. > > some details (boot -v dmesg, pnpinfo, relevant bits of kernel config) would > be nice... > > -cg -- gdunn@inscriber.com Graham Dunn || ||| | ||| |||| | |||| | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 13:26:16 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 99AD837B401 for ; Thu, 7 Jun 2001 13:26:11 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f57KZtH02689; Thu, 7 Jun 2001 13:35:59 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200106072035.f57KZtH02689@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Graham Dunn Cc: Cameron Grant , freebsd-stable@FreeBSD.ORG Subject: Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6 In-reply-to: Your message of "Thu, 07 Jun 2001 16:17:32 EDT." <20010607161729.A61368@inscriber.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 07 Jun 2001 13:35:50 -0700 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 > > If I specify > > device pcm0 at isa? port 0x534 irq 7 > > I get: > > mss_detect, busy still set (0xff) > pcm0 failed to probe at port 0x534-0x53b irq 7 on isa0 > > with > > device pcm0 at isa? port? irq? drq1 flags 0x15 You *should* just be able to use the PnP BIOS. However: > pnpbios: Bad PnP BIOS data checksum Try ignoring the PnP BIOS checksum error (yes, believe it or not, some people either can't add, or can't be bothered to, and you wonder why PC systems have a reputation for being crap?). /sys/i386/i386/bios.c: 127 } 128 /* If checksum is OK, enable use of the entrypoint */ 129 if (ck == 0) { Change this to if (1) { 130 PnPBIOStable = pt; 131 if (bootverbose) { and just put device pcm in your kernel config, and see how that goes. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 14:26:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id BD51D37B403 for ; Thu, 7 Jun 2001 14:26:36 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id f57LQHs76254; Thu, 7 Jun 2001 14:26:27 -0700 (PDT) Date: Thu, 7 Jun 2001 14:26:17 -0700 (PDT) From: Doug White To: Stepanishev Roman Cc: Subject: Re: Oracle TNS not work In-Reply-To: <3B1DEFC7.250C01B1@swd.svznov.kemerovo.su> Message-ID: X-All-Your-Base: are belong to us 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, 6 Jun 2001, Stepanishev Roman wrote: > Hi! > > I have Oracle 8.0.5.1.0 for Linux working on FreeBSD 4.3RC > After install i have problem with starting listener. > > I got message > > Starting /usr/oracle/bin/tnslsnr: please wait... > > TNSLSNR for Linux: Version 8.0.5.0.0 - Production > System parameter file is /usr/oracle/network/admin/listener.ora > Log messages written to /usr/oracle/network/log/listener.log > Trace information written to /usr/oracle/network/trace/listener.trc > Attempted to listen on: > (DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=IPC)(KEY=ORCL))) > TNS-12546: TNS:permission denied > TNS-12560: TNS:protocol adapter error > TNS-00516: Permission denied > Linux Error: 13: Permission denied Firewall? Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | 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 Thu Jun 7 14:48:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rajma.kniveton.com (adsl-63-197-0-77.dsl.snfc21.pacbell.net [63.197.0.77]) by hub.freebsd.org (Postfix) with ESMTP id D255237B403; Thu, 7 Jun 2001 14:48:09 -0700 (PDT) (envelope-from Timothy.Kniveton@nokia.com) Received: from nokia.com (eldorado.kniveton.com [192.168.1.70]) by rajma.kniveton.com (8.11.1/8.11.1) with ESMTP id f57Lm7P61886; Thu, 7 Jun 2001 14:48:08 -0700 (PDT) Message-ID: <3B1FF697.4D9B14C8@nokia.com> Date: Thu, 07 Jun 2001 14:48:07 -0700 From: "T.J. Kniveton" Organization: NOKIA Research X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org, sos@freebsd.dk Subject: Promise controller support? Content-Type: multipart/mixed; boundary="------------5F493F03C3B78EE15433FA46" 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. --------------5F493F03C3B78EE15433FA46 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am trying to set up a software RAID system using FreeBSD 4.3's vinum, but not getting the performance I would expect. I am going to detail what I've done and maybe you could offer a suggestion of something to improve the performance. I am running on a 500 MHz P3 with an Intel motherboard UDMA33 controller/10G root filesystem. I have added two Promise Ultra100 controllers, with one Maxtor 30G UDMA100 disk on each of the four buses. When I boot this machine with the Promise controllers, the MB BIOS gives an error beep (long-short-short), and then continues to boot up fine. The disks are recognized in DMA5 mode by the controllers, and then FBSD 4.3 (GENERIC) sees the controllers as well: atapci1: port 0x1000-0x103f,0x10f0-0x10f3,0x10f8-0x10ff,0x10f4-0x10f7,0x1400-0x1407 mem 0xf4020000-0xf403ffff irq 11 at device 13.0 on pci0 ata2: at 0x1400 on atapci1 ata3: at 0x10f8 on atapci1 atapci2: port 0x1040-0x107f,0x1408-0x140b,0x1410-0x1417,0x140c-0x140f,0x1418-0x141f mem 0xf4040000-0xf405ffff irq 9 at device 14.0 on pci0 ata4: at 0x1418 on atapci2 ata5: at 0x1410 on atapci2 Next, I set up each disk with a partition covering the entire drive and made two vinum volumes. The first is a RAID5 volume using a 20G subdisk on each drive (60G storage). The second is a RAID1,0 volume using two 5G subdisks on each drive (20G storage). I ran bonnie++, and after this, I repartitioned one drive with a 10G volume (without using vinum) and ran the IO tests again. I will attach the bonnie++ results at the end, but basically I did not see very good numbers, and none of them seemed to exceed UDMA33. I don't know if I need to recompile the kernel with extra flags or what. The LINT docs seem to suggest using the wdc driver, but this doesn't seem right. Thanks!! -TJ Kniveton ------ --------------5F493F03C3B78EE15433FA46 Content-Type: text/plain; charset=us-ascii; name="bonnie_norm.out" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bonnie_norm.out" Normal (no vinum): Version 1.01 ------Sequential Output------ --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP nrcraid.iprg.n 300M 5990 27 5989 6 4984 6 17014 96 28722 17 133.5 0 ------Sequential Create------ --------Random Create-------- -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP 16 31 5 +++++ +++ 59 0 31 5 764 99 53 3 nrcraid.iprg.nokia.com,300M,5990,27,5989,6,4984,6,17014,96,28722,17,133.5,0,16,31,5,+++++,+++,59,0,31,5,764,99,53,3 --------------5F493F03C3B78EE15433FA46 Content-Type: text/plain; charset=us-ascii; name="bonnie_raid10.out" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bonnie_raid10.out" RAID 1,0: Version 1.01 ------Sequential Output------ --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP nrcraid.iprg.n 300M 5852 26 5975 6 2325 3 11601 65 14848 8 197.8 1 ------Sequential Create------ --------Random Create-------- -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP 16 25 4 +++++ +++ 59 1 23 4 764 99 56 3 nrcraid.iprg.nokia.com,300M,5852,26,5975,6,2325,3,11601,65,14848,8,197.8,1,16,25,4,+++++,+++,59,1,23,4,764,99,56,3 --------------5F493F03C3B78EE15433FA46 Content-Type: text/plain; charset=us-ascii; name="bonnie_raid5.out" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bonnie_raid5.out" RAID 5: Version 1.01 ------Sequential Output------ --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP nrcraid.iprg.n 300M 2048 9 2044 2 2066 3 14643 83 31816 20 248.8 2 ------Sequential Create------ --------Random Create-------- -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP 16 19 3 +++++ +++ 39 0 19 3 762 99 39 2 nrcraid.iprg.nokia.com,300M,2048,9,2044,2,2066,3,14643,83,31816,20,248.8,2,16,19,3,+++++,+++,39,0,19,3,762,99,39,2 --------------5F493F03C3B78EE15433FA46-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 14:51:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 5890E37B403 for ; Thu, 7 Jun 2001 14:51:26 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 56186 invoked by uid 100); 7 Jun 2001 21:51:25 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15135.63325.343370.528294@guru.mired.org> Date: Thu, 7 Jun 2001 16:51:25 -0500 To: "Karsten W. Rohrbach" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: building apache from /usr/ports In-Reply-To: <20010607183358.N59617@mail.webmonster.de> References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> <20010606034917.D97958@mail.webmonster.de> <15133.37451.23934.758674@guru.mired.org> <20010606113119.B54034@brel.com> <15134.26898.890143.63429@guru.mired.org> <20010607183358.N59617@mail.webmonster.de> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ 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 Karsten W. Rohrbach types: > Mike Meyer(mwm@mired.org)@2001.06.06 12:32:02 +0000: > > Calvin NG types: > > > Correct me if I m wrong. > > > For in-core web server , every copy of server loaded has the perl and/or php > > > in it. For modules, its a shared library, the server is smaller size, and only > > > a copy of the module is loaded in memory. > > > > That's all correct. However, it wouldn't surprise me if the server + > > module is larger than the server with an in-core module. Since there's > > no reason to have more than one copy of the server loaded - even for a > > high-load server - there's still only one copy of the module > > loaded. Since everything shared in the module should also be shared > > with the in-core version, the total memory usage won't be very > > different. > it is, since apache is not multithreaded (1.x). so, on a heavily loaded > box you got "several" process images in mem, thus more overhead. But that's also true for a shared library. A heavily loaded server will have "several" process images in memory, thus the same overhead. The question is - what part of the shared library version is going to be shared between processes that isn't also shared if the module is compiled in-core. All the code is shared in both cases. Data should be COW in both cases. What's left? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 15:10:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.wanadoo.nl (larry.euronet.nl [194.134.35.138]) by hub.freebsd.org (Postfix) with ESMTP id 7BD0537B401 for ; Thu, 7 Jun 2001 15:10:11 -0700 (PDT) (envelope-from steveo@eircom.net) Received: from ams-gw.sohara.org (p143.vcu.wanadoo.nl [194.134.200.107]) by smtp.wanadoo.nl (8.11.3/8.11.3) with SMTP id f57M9xN01348; Fri, 8 Jun 2001 00:10:01 +0200 (MEST) Date: Wed, 6 Jun 2001 08:10:33 +0200 From: "Steve O'Hara-Smith" To: Mike Meyer Cc: karsten@rohrbach.de, freebsd-stable@freebsd.org Subject: Re: building apache from /usr/ports Message-Id: <20010606081033.33f55fdf.steveo@eircom.net> In-Reply-To: <15133.37451.23934.758674@guru.mired.org> References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> <20010606034917.D97958@mail.webmonster.de> <15133.37451.23934.758674@guru.mired.org> X-Mailer: Sylpheed version 0.4.99cvs3 (GTK+ 1.2.10; i386-unknown-freebsdelf4.3) 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 On Tue, 5 Jun 2001 21:15:39 -0500 Mike Meyer wrote: MM> Ok, where does the savings come from? You get one copy of the code, MM> shared by all the processes running the binary, whether or not the Only by fork, the savings come when you have independent process trees. -- Directable Mirrors - A Better Way To Focus The Sun http://www.best.com/~sohara To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 15:18:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id AFFD237B401 for ; Thu, 7 Jun 2001 15:18:45 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 57154 invoked by uid 100); 7 Jun 2001 22:18:44 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15135.64964.736928.819294@guru.mired.org> Date: Thu, 7 Jun 2001 17:18:44 -0500 To: "Steve O'Hara-Smith" Cc: Mike Meyer , karsten@rohrbach.de, freebsd-stable@freebsd.org Subject: Re: building apache from /usr/ports In-Reply-To: <20010606081033.33f55fdf.steveo@eircom.net> References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> <20010606034917.D97958@mail.webmonster.de> <15133.37451.23934.758674@guru.mired.org> <20010606081033.33f55fdf.steveo@eircom.net> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ 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 Steve O'Hara-Smith types: > On Tue, 5 Jun 2001 21:15:39 -0500 > Mike Meyer wrote: > MM> Ok, where does the savings come from? You get one copy of the code, > MM> shared by all the processes running the binary, whether or not the > Only by fork, the savings come when you have independent process > trees. That's true for data, but not for code. That's also an unusual apache configuration. I've never known anyone that didn't start just one, and let it start the others, at least since they added virtual server support. At this point, I don't know enough about shared libraries on FBSD. Is the data segment shared COW amongst all the processes that are using it, or does each process get one of it's own? Thanx, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 15:26: 6 2001 Delivered-To: freebsd-stable@freebsd.org Received: from easynet-gw.netvalue.fr (easynet-gw.netvalue.fr [212.180.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 5E50E37B401 for ; Thu, 7 Jun 2001 15:26:03 -0700 (PDT) (envelope-from erwan@netvalue.com) Received: from mail.netvalue.fr (unknown [192.168.1.13]) by easynet-gw.netvalue.fr (Postfix) with ESMTP id D18E28C48 for ; Fri, 8 Jun 2001 00:26:01 +0200 (CEST) Received: from mail-fr.netvalue.fr ([192.168.1.18]) by mail.netvalue.fr (Netscape Messaging Server 3.6) with ESMTP id AAA5C7 for ; Fri, 8 Jun 2001 00:26:01 +0200 Received: from netvalue.com ([192.168.1.170]) by mail-fr.netvalue.fr (Netscape Messaging Server 4.01) with ESMTP id GEKZNB00.S4L; Fri, 8 Jun 2001 00:25:59 +0200 Message-ID: <3B1FFF77.38CE6CF0@netvalue.com> Date: Fri, 08 Jun 2001 00:25:59 +0200 From: Erwan Arzur Organization: NetValue Ltd. X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, fr-FR MIME-Version: 1.0 To: "Brandon S. Allbery KF8NH" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: cooked/raw ad0 References: <20010605133813.F14469@pir.net> <56850000.991763350@vpn16.ece.cmu.edu> 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 "Brandon S. Allbery KF8NH" wrote: > > Sounds to me like he's trying to use a VMware "raw disk", which is > documented to not work (it expects Linux major numbers). > Hello, My raw disk configuration used to work until all block devices were pulled out in favor of character mode ones. Knowing in advance that it was not a very brilliant solution, i tried this mknod hda c 116 0x00010002 in /usr/compat/linux/dev, to no avail. Is there any way to get back a block device interface for the ata driver, at least some kind of bridge in the linuxator ? (i guess Linux kept its block devices ... am i wrong ?) I'm not really a kernel hacker, but one could lead me to the right direction ? -- UNIX *IS* user friendly. It's just selective about who its friends are. --unknown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 15:28:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.inorth.com (natted.inscriber.com [209.167.77.135]) by hub.freebsd.org (Postfix) with ESMTP id 37EAC37B401; Thu, 7 Jun 2001 15:28:26 -0700 (PDT) (envelope-from gdunn@inscriber.com) Received: from shizuka.inorth.com ([10.0.0.29]) by mail.inorth.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id L7GG6PFA; Thu, 7 Jun 2001 18:28:26 -0400 Received: by shizuka.inorth.com (Postfix, from userid 1001) id 12F59783; Thu, 7 Jun 2001 18:28:25 -0400 (EDT) Date: Thu, 7 Jun 2001 18:28:24 -0400 From: Graham Dunn To: Mike Smith Cc: Cameron Grant , freebsd-stable@FreeBSD.ORG Subject: Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6 Message-ID: <20010607182822.A6366@inscriber.com> Mail-Followup-To: Mike Smith , Cameron Grant , freebsd-stable@FreeBSD.ORG References: <20010607161729.A61368@inscriber.com> <200106072035.f57KZtH02689@mass.dis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106072035.f57KZtH02689@mass.dis.org>; from msmith@FreeBSD.ORG on Thu, Jun 07, 2001 at 01:35:50PM -0700 X-Operating-System: FreeBSD 4.3-STABLE X-PGP-Fingerprint: 3F 56 12 9B 8A E1 77 CB F0 62 94 B0 93 06 1E 88 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 further developments: made the bios.c change, and with only device pcm in the kernel config, I get two results. 1) a kernel panic, if options PNPBIOS is present (the first dmesg output) and 2) no sign of pcm at all (if PNPBIOS is absent). Thanks, Graham Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #17: Thu Jun 7 17:50:57 EDT 2001 gdunn@muzukashii.inscriber.com:/usr/src/sys/compile/MUZUKASHII Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (132.96-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf real memory = 84017152 (82048K bytes) config> q avail memory = 77828096 (76004K bytes) Preloaded elf kernel "kernel" at 0xc03c7000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03c709c. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk apm0: on motherboard apm: found APM BIOS v1.1, connected at v1.1 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 4.0 isa0: on motherboard Fatal trap 12: page fault while in kernel mode fault virtual address = 0x5610300 fault code = supervisor read, page not present instruction pointer = 0x58:0x300 stack pointer = 0x10:0xfd0 frame pointer = 0x10:0x419 code segment = base 0x5610000, limit 0xffff, type 0x1b = DPL 0, pres 1, def32 0, gran 0 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) interrupt mask = net tty bio cam trap number = 12 panic: page fault Uptime: 0s Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot <-- Rebooting... Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #16: Thu Jun 7 16:47:31 EDT 2001 gdunn@muzukashii.inscriber.com:/usr/src/sys/compile/MUZUKASHII Calibrating clock(s) ... TSC clock: 132957077 Hz, i8254 clock: 1193205 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium/P54C (132.96-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf real memory = 84017152 (82048K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x003ed000 - 0x05017fff, 79867904 bytes (19499 pages) avail memory = 77828096 (76004K bytes) bios32: Found BIOS32 Service Directory header at 0xc00f8dc0 bios32: Entry = 0xfe95b (c00fe95b) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xde53 pnpbios: Found PnP BIOS data at 0xc00e4190 pnpbios: Entry = 45610000:300 Rev = 0.1 pnpbios: OEM ID 90 Other BIOS signatures found: ACPI: 00000000 Preloaded elf kernel "kernel.old" at 0xc03c7000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk Creating DISK md0 Math emulator present pci_open(1): mode 1 addr port (0x0cf8) is 0x80001850 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=06011179) apm0: on motherboard apm: found APM BIOS v1.1, connected at v1.1 npx0: on motherboard npx0: INT 16 interface i586_bzero() bandwidth = 131216375 bytes/sec bzero() bandwidth = 195121951 bytes/sec pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=06011179) pcib0: on motherboard found-> vendor=0x1179, dev=0x0601, revid=0x11 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 found-> vendor=0x102c, dev=0x00e0, revid=0x04 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base fe000000, size 24 pci0: on pcib0 pci0: (vendor=0x102c, dev=0x00e0) at 4.0 isa0: on motherboard Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x0000 ata0: mask=03 status0=50 status1=00 ata0: mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI probe a=00 b=00 ata0-slave: ATAPI probe a=00 b=00 ata0: mask=03 status0=50 status1=00 ata0-master: ATA probe a=01 b=a5 ata0: devices=01 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x0000 ata1: mask=03 status0=50 status1=00 ata1: mask=03 ostat0=50 ostat2=00 ata1-master: ATAPI probe a=14 b=eb ata1-slave: ATAPI probe a=14 b=eb ata1: mask=03 status0=00 status1=00 ata1: devices=0c ata1 at port 0x170-0x177,0x376 irq 15 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 01 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 06 e0 9c 0e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 00 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 00 01 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 06 e0 9c 0e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 00 00 00 00 00 00 10 0e 00 ff sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) pcic0: at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode stat is fe stat is f2 pccard0: on pcic0 pccard1: on pcic0 pcic1: not probed (disabled) sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: irq maps: 0x41 0x41 0x41 0x41 sio0: probe failed test(s): 0 1 2 4 6 7 9 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 sio1: irq maps: 0x41 0x49 0x41 0x41 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0 lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0 cs0 failed to probe at port 0x300-0x31f on isa0 sn0 failed to probe at port 0x300-0x30f irq 10 on isa0 isa_probe_children: probing PnP devices BIOS Geometries: 0:02e87f3f 0..744=745 cylinders, 0..127=128 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: ppp0 attached bpf: ppp1 attached new masks: bio 68c040, tty 63101a, net 67101a bpf: sl0 attached bpf: faith0 attached bpf: gif0 attached bpf: gif1 attached bpf: gif2 attached bpf: gif3 attached bpf: lo0 attached IPsec: Initialized Security Association Processing. IP Filter: v3.4.16 initialized. Default = pass all, Logging = enabled pccard: card inserted, slot 0 Slot 0 chg = 0x1 ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed Creating DISK ad0 Creating DISK wd0 ad0: ATA-0 disk at ata0-master ad0: 2937MB (6015744 sectors), 5968 cyls, 16 heads, 63 S/T, 512 B/S ad0: 1 secs/int, 1 depth queue, BIOSPIO ad0: piomode=4 dmamode=2 udmamode=-1 cblid=0 ad0: 2937MB [5968/16/63] at ata0-master BIOSPIO ata1-master: piomode=3 dmamode=-1 udmamode=-1 dmaflag=0 acd0: CDROM drive at ata1 as master acd0: read 1033KB/s (1033KB/s), 128KB buffer, BIOSPIO acd0: Reads: CD-DA acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm data disc loaded, unlocked Mounting root from ufs:/dev/ad0s1a ad0s1: type 0xa5, start 0, end = 6015743, size 6015744 ad0s1: C/H/S end 374/117/63 (2787749) != end 6015743: invalid start_init: trying /sbin/init xe0 at port 0x240-0x24f iomem 0xd0000-0xd0fff irq 9 slot 0 on pccard0 pcic: I/O win 0 flags 17 240-24f xe0: Xircom CE3, bonding version 0x45, 100Mbps capable xe0: DingoID = 0, RevisionID = 0, VendorID = 0 xe0: Ethernet address 00:80:c7:98:5d:c0 bpf: xe0 attached Linux-ELF exec handler installed xe0: watchdog timeout; resetting card On Thu, Jun 07, 2001 at 01:35:50PM -0700, Mike Smith wrote: > > > > If I specify > > > > device pcm0 at isa? port 0x534 irq 7 > > > > I get: > > > > mss_detect, busy still set (0xff) > > pcm0 failed to probe at port 0x534-0x53b irq 7 on isa0 > > > > with > > > > device pcm0 at isa? port? irq? drq1 flags 0x15 > > You *should* just be able to use the PnP BIOS. However: > > > pnpbios: Bad PnP BIOS data checksum > > Try ignoring the PnP BIOS checksum error (yes, believe it or not, some > people either can't add, or can't be bothered to, and you wonder why PC > systems have a reputation for being crap?). > > /sys/i386/i386/bios.c: > > 127 } > 128 /* If checksum is OK, enable use of the entrypoint */ > 129 if (ck == 0) { > > Change this to if (1) { > > 130 PnPBIOStable = pt; > 131 if (bootverbose) { > > and just put > > device pcm > > in your kernel config, and see how that goes. > > -- > ... every activity meets with opposition, everyone who acts has his > rivals and unfortunately opponents also. But not because people want > to be opponents, rather because the tasks and relationships force > people to take different points of view. [Dr. Fritz Todt] > V I C T O R Y N O T V E N G E A N C E -- gdunn@inscriber.com Graham Dunn || ||| | ||| |||| | |||| | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 15:35: 9 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 1D4A137B401 for ; Thu, 7 Jun 2001 15:35:07 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f57MikH04037; Thu, 7 Jun 2001 15:44:46 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200106072244.f57MikH04037@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Graham Dunn Cc: Cameron Grant , freebsd-stable@FreeBSD.ORG Subject: Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6 In-reply-to: Your message of "Thu, 07 Jun 2001 18:28:24 EDT." <20010607182822.A6366@inscriber.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 07 Jun 2001 15:44:45 -0700 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 > further developments: > > made the bios.c change, and with only device pcm in the kernel config, I > get two results. 1) a kernel panic, if options PNPBIOS is present (the > first dmesg output) You will have to boot verbose (-v) for this to be any use. It sounds like your PnP bios is truly hosed, though. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 15:52:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.236.200]) by hub.freebsd.org (Postfix) with ESMTP id 9798437B401 for ; Thu, 7 Jun 2001 15:52:47 -0700 (PDT) (envelope-from allbery@ece.cmu.edu) Received: from rushlight.rem.cmu.edu (ANNEX-1.ECE.CMU.EDU [128.2.136.1]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id f57Mqhg11973; Thu, 7 Jun 2001 18:52:43 -0400 (EDT) Date: Thu, 07 Jun 2001 18:52:37 -0400 From: "Brandon S. Allbery KF8NH" To: Erwan Arzur , "Brandon S. Allbery KF8NH" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: cooked/raw ad0 Message-ID: <914390000.991954357@rushlight.rem.cmu.edu> In-Reply-To: <3B1FFF77.38CE6CF0@netvalue.com> X-Mailer: Mulberry/2.0.8 (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, June 08, 2001 00:25:59 +0200, erwan@netvalue.com wrote: +---- | driver, at least some kind of bridge in the linuxator ? (i guess Linux | kept its block devices ... am i wrong ?) +--->8 Linux has only block devices, not character/raw devices. It's one of the things that keeps tripping me up as a recent convert from Linux to FreeBSD. I'm also not a kernel hacker, in either realm. -- 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 Thu Jun 7 17: 0:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from penguin-ext.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.110]) by hub.freebsd.org (Postfix) with ESMTP id 8A40A37B401 for ; Thu, 7 Jun 2001 17:00:34 -0700 (PDT) (envelope-from usenet@erix.ericsson.se) Received: from super.du.uab.ericsson.se (super.du.uab.ericsson.se [134.138.176.16]) by penguin.wise.edt.ericsson.se (8.11.0/8.10.1/WIREfire-1.3) with ESMTP id f5800WO11624 for ; Fri, 8 Jun 2001 02:00:33 +0200 (MEST) Received: from news.du.uab.ericsson.se (news [134.138.176.24]) by super.du.uab.ericsson.se (8.10.1/8.10.1/erix-1.8) with ESMTP id f5800WP12863 for ; Fri, 8 Jun 2001 02:00:32 +0200 (MET DST) Received: (from news@localhost) by news.du.uab.ericsson.se (8.9.1b+Sun/8.9.1/news-1.1) id CAA22931 for freebsd-stable@freebsd.org; Fri, 8 Jun 2001 02:00:31 +0200 (MET DST) Received: from GATEWAY by news with netnews for freebsd-stable@freebsd.org (freebsd-stable@freebsd.org) To: freebsd-stable@freebsd.org Date: 08 Jun 2001 02:00:30 +0200 From: Kent Boortz Message-ID: Organization: Ericsson Telecom AB, Stockholm, Sweden Content-Type: text/plain; charset=us-ascii Subject: No recording with AudioPCI/PCI128/128PCI/SB128/ES1370 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 recording stoped working since I moved to 4.X. I just record noise. I can boot into Windows and record sound but I prefer to work in FreeBSD. I cvsup with RELENG_4 (this is the correct tag for 4.X-STABLE, isn't it?) and rebuild the kernel from time to time but the recording is always broken. I can hear the sound during the recording and I can playback other audio files but not the files I recorded to. I get no error messages in any log files in "/var/log/". I record with "sox" that I have recompiled it several times. I use one of % rec foo.au % rec foo.wav to test the recording. So where do I go from here? Some debugging hints? Buy another card that has good low noise recording and is better supported in FreeBSD? I don't want to install Linux on a partition just to convert some old music from some old tapes to digital media :-( I'm thankful for any help you can give me, kent Some information # dmesg . FreeBSD 4.3-STABLE #0: Sat May 19 01:03:32 CEST 2001 . pcm0: port 0xd400-0xd43f irq 5 at device 10.0 on pci0 . # cat /dev/sndstat FreeBSD Audio Driver (newpcm) May 19 2001 01:02:46 Installed devices: pcm0: at io 0xd400 irq 5 (1p/1r channels duplex) # pciconf -l chip0@pci0:0:0: class=0x060000 card=0x154110b9 chip=0x154110b9 rev=0x04 hdr=0x00 pcib1@pci0:1:0: class=0x060400 card=0x000000e0 chip=0x524310b9 rev=0x04 hdr=0x01 ohci0@pci0:2:0: class=0x0c0310 card=0x00000000 chip=0x523710b9 rev=0x03 hdr=0x00 chip1@pci0:3:0: class=0x068000 card=0x710110b9 chip=0x710110b9 rev=0x00 hdr=0x00 isab0@pci0:7:0: class=0x060100 card=0x00000000 chip=0x153310b9 rev=0xc3 hdr=0x00 de0@pci0:9:0: class=0x020000 card=0x11001186 chip=0x00091011 rev=0x22 hdr=0x00 pcm0@pci0:10:0: class=0x040100 card=0x4c4c4942 chip=0x50001274 rev=0x01 hdr=0x00 de1@pci0:11:0: class=0x020000 card=0x1430146c chip=0x00191011 rev=0x41 hdr=0x00 ncr0@pci0:13:0: class=0x010000 card=0x10001000 chip=0x00011000 rev=0x23 hdr=0x00 atapci0@pci0:15:0: class=0x01018a card=0x00000000 chip=0x522910b9 rev=0xc1 hdr=0x00 none0@pci1:0:0: class=0x030000 card=0x401d1043 chip=0x011010de rev=0xa1 hdr=0x00 # ls -l /dev/ . crw-rw-rw- 1 root wheel 30, 8 Jun 5 02:18 music0 crw-rw-rw- 1 root wheel 30, 9 Jun 5 02:18 pss0 crw-rw-rw- 1 root wheel 30, 5 Jun 5 02:18 dspW0 crw-rw-rw- 1 root wheel 30, 0 Jun 5 02:18 mixer0 crw-rw-rw- 1 root wheel 30, 6 Jun 5 02:18 sndstat lrwxrwxrwx 1 root wheel 6 Jun 5 02:18 audio -> audio0 lrwxrwxrwx 1 root wheel 10 Jun 5 02:18 sequencer -> sequencer0 lrwxrwxrwx 1 root wheel 4 Jun 5 02:18 dsp -> dsp0 lrwxrwxrwx 1 root wheel 5 Jun 5 02:18 dspW -> dspW0 lrwxrwxrwx 1 root wheel 6 Jun 5 02:18 mixer -> mixer0 crw-rw-rw- 1 root wheel 30, 1 Jun 5 02:18 sequencer0 crw-rw-rw- 1 root wheel 30, 2 Jun 5 02:18 midi0 crw-rw-rw- 1 root wheel 30, 4 Jun 5 02:18 audio0 lrwxrwxrwx 1 root wheel 6 Jun 5 02:18 music -> music0 lrwxrwxrwx 1 root wheel 4 Jun 5 02:18 pss -> pss0 . # mixer Mixer vol is currently set to 75:75 Mixer synth is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 75:75 Mixer ogain is currently set to 50:50 Mixer line1 is currently set to 75:75 Mixer line2 is currently set to 0:0 Mixer line3 is currently set to 0:0 (I have tried to set all mixer channels to 75:75, didn't help) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 17: 3: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id AE5E237B405 for ; Thu, 7 Jun 2001 17:03:00 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f5802qo80210; Thu, 7 Jun 2001 17:02:52 -0700 (PDT) (envelope-from dillon) Date: Thu, 7 Jun 2001 17:02:52 -0700 (PDT) From: Matt Dillon Message-Id: <200106080002.f5802qo80210@earth.backplane.com> To: Mike Meyer Cc: "Steve O'Hara-Smith" , Mike Meyer , karsten@rohrbach.de, freebsd-stable@FreeBSD.ORG Subject: Re: building apache from /usr/ports References: <20010605140629.B15206@leviathan.inethouston.net> <20010605152718.A21889@localhost> <20010606034917.D97958@mail.webmonster.de> <15133.37451.23934.758674@guru.mired.org> <20010606081033.33f55fdf.steveo@eircom.net> <15135.64964.736928.819294@guru.mired.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 :That's true for data, but not for code. That's also an unusual apache :configuration. I've never known anyone that didn't start just one, and :let it start the others, at least since they added virtual server :support. : :At this point, I don't know enough about shared libraries on FBSD. Is :the data segment shared COW amongst all the processes that are using :it, or does each process get one of it's own? : : Thanx, : http://www.mired.org/home/mwm/ :Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. Shared libraries are mmap()'d but there's a bit of glue that must occur during startup, so for programs run separately 'most' of the shared library will be shared across the separately exec'd instances but a small amount will not. (This is verses a statically linked program where the linking occurs before the exec, allowing the entire thing to be shared across instances). For a shared library, 'small amount' in this case equates to 4-16K of unshareable memory per shared library. It can become significant. However, in a fork()ed model, where a server simply clones itself with fork(), the entire shared library including the glue pieces will be shared across all the children. So in a forking model it doesn't really matter whether the program is compiled static or shared. - Data sharing doesn't usually work quite as well as code sharing. The data segment for separately exec'd programs will be shared up until a program modifies it, after which it becomes private. This generally results in most of the data segment winding up in private hands. In a fork()ing model the data segment is again shared, but again any child that modifies a page in the data segment will get its own copy and, typically, a good portion of the data segment will wind up in private hands. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 17:31:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id C928C37B405 for ; Thu, 7 Jun 2001 17:31:22 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id RAA61084; Thu, 7 Jun 2001 17:18:06 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.3/8.11.3) id f580I7N03436; Thu, 7 Jun 2001 17:18:07 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200106080018.f580I7N03436@arch20m.dellroad.org> Subject: Re: netgraph bridge and Aironet In-Reply-To: <013401c0ed72$7bd623e0$980b8486@marble> "from Jim King at Jun 4, 2001 10:49:11 pm" To: Jim King Date: Thu, 7 Jun 2001 17:18:07 -0700 (PDT) Cc: Brooks Davis , Joe Clarke , freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (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 Jim King writes: > >> >From the bridge(4) manpage: > >> > >> Interfaces that cannot be put into promiscuous mode or that don't > >> support sending packets with arbitrary Ethernet source addresses are not > >> compatible with bridging. > >> > >> I do not believe FreeBSD is able to place the Aironet cards into > >> promiscuous mode. Therefore, bridging will not work. > > > >IIRC, that's been fixed, but you can't send packets with another MAC > >address. > > Not being able to send packets with another MAC address could explain what > I've been seeing. I'll take another look. > > (For the record, I'm using netgraph bridging, not bridge(4), but I'd guess > the promiscous mode comment still applies.) There's also the problem that in infrastructure mode, you can't hear any other node's traffic. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 17:32:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 61CDE37B403 for ; Thu, 7 Jun 2001 17:32:09 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id RAA61008; Thu, 7 Jun 2001 17:07:09 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.3/8.11.3) id f5807BA03420; Thu, 7 Jun 2001 17:07:11 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200106080007.f5807BA03420@arch20m.dellroad.org> Subject: Re: Any patch for fxp driver? In-Reply-To: <20010605142209.C15350@leviathan.inethouston.net> "from David W . Chapman Jr . at Jun 5, 2001 02:22:09 pm" To: "David W . Chapman Jr ." Date: Thu, 7 Jun 2001 17:07:11 -0700 (PDT) Cc: Mats Dufberg , freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (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 David W . Chapman Jr . writes: > > As have been reported in this list the driver for the fxp device is broken > > in 4.3-RELEASE and -*-STABLE. It stops with SCB timeout messages. Could > > anyone advice any patch that will solve the problem? > > > > fxp - Intel EtherExpress Pro/100B ethernet device driver > > PCI Fast Ethernet adapters based on the Intel i82557 ethernet chip. > > > > > > It is not currently broken and I don't believe it was in 4.3-RELEASE, > it broke about 3 weeks ago, but it has been fixed, do you have > PNPOS=YES in the bios? FYI- It is (was) broken in 4.3-RELEASE with the "SCB timeout" problem. Haven't tried -stable though. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 18:38:36 2001 Delivered-To: freebsd-stable@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 2D36637B401 for ; Thu, 7 Jun 2001 18:38:33 -0700 (PDT) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f581bsI35562; Thu, 7 Jun 2001 20:37:54 -0500 (CDT) (envelope-from jlemon) Date: Thu, 7 Jun 2001 20:37:54 -0500 (CDT) From: Jonathan Lemon Message-Id: <200106080137.f581bsI35562@prism.flugsvamp.com> To: archie@dellroad.org, stable@freebsd.org Subject: Re: Any patch for fxp driver? X-Newsgroups: local.mail.freebsd-stable In-Reply-To: References: Organization: Cc: 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 you write: > >It is (was) broken in 4.3-RELEASE with the "SCB timeout" problem. >Haven't tried -stable though. The current status on the fxp driver is this: + Adapters that are on the Intel 815 motherboard (or derivative designs) appear to be broken, and experience the "SCB timeout". Other adapters do not appear to have any problems. + This only seems to happen when the link is run at 10Mb/s, and may also be dependent on the type of hub it is connected to. + There is no difference (that I am aware of) between the old driver found in 4.3-RELEASE, and the new driver in -STABLE. Both have the same problems. + The driver in -current contains a workaround for this issue, *BUT* does not solve the problem on all boards. + Intel is in the process of getting me additional documentation (errata for these boards), which hopefully can shed some light on the issue. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 7 21:36:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web11208.mail.yahoo.com (web11208.mail.yahoo.com [216.136.131.190]) by hub.freebsd.org (Postfix) with SMTP id 8FA6937B403 for ; Thu, 7 Jun 2001 21:36:17 -0700 (PDT) (envelope-from e_chelon@yahoo.com) Message-ID: <20010608043617.45409.qmail@web11208.mail.yahoo.com> Received: from [205.252.144.24] by web11208.mail.yahoo.com; Thu, 07 Jun 2001 21:36:17 PDT Date: Thu, 7 Jun 2001 21:36:17 -0700 (PDT) From: echelon Subject: Paranoid: cvsup checksum mismatch for libpam To: Stable FreeBSD 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 got the following checksum mismatch warning when I cvsup (cvsup2.freebsd.org) 3 hours ago (01:30 GMT +0). Most of the warnings are due to libpam files. FYI -echelon (sorry for the warped lines) (incomplete listing) src/contrib/libpam/Makefile: Cannot get edited text: "d" edit command specifies line past end of base delta -- will transfer entire file Edit src/contrib/libpam/README ... Edit src/contrib/libpam/libpam/include/security/pam_appl.h Add delta 1.1.1.1.6.1 2001.06.07.09.07.34 markm src/contrib/libpam/libpam/include/security/pam_appl.h: Checksum mismatch -- will transfer entire file Edit src/contrib/libpam/libpam/include/security/pam_malloc.h Add delta 1.1.1.1.6.1 2001.06.07.09.07.34 markm src/contrib/libpam/libpam/include/security/pam_malloc.h: Checksum mismatch -- will transfer entire file Edit src/contrib/libpam/libpam/include/security/pam_modules.h Add delta 1.2.6.1 2001.06.07.09.07.34 markm src/contrib/libpam/libpam/include/security/pam_modules.h: Checksum mismatch -- will transfer entire file Edit src/contrib/libpam/libpam/pam_account.c Add delta 1.1.1.1.6.1 2001.06.07.09.07.32 markm Edit src/contrib/libpam/libpam/pam_auth.c ... Add delta 1.1.1.1.6.1 2001.06.07.09.07.32 markm src/contrib/libpam/libpam/pam_auth.c: Checksum mismatch -- will transfer entire file Edit src/contrib/libpam/libpam/pam_data.c Add delta 1.1.1.1.6.1 2001.06.07.09.07.32 markm src/contrib/libpam/libpam/pam_data.c: Checksum mismatch -- will transfer entire file Edit src/contrib/libpam/libpam/pam_delay.c Add delta 1.1.1.1.6.1 2001.06.07.09.07.32 markm src/contrib/libpam/libpam/pam_delay.c: Checksum mismatch -- will transfer entire file ... Checkout src/contrib/libpam/libpamc/test/regress/test.secret@here Edit src/contrib/libpam/modules/pam_deny/Makefile Add delta 1.3.4.1 2001.06.07.09.07.39 markm src/contrib/libpam/modules/pam_deny/Makefile: Cannot get edited text: "d" edit command specifies line past end of base delta -- will transfer entire file Edit src/contrib/libpam/modules/pam_deny/pam_deny.c Add delta 1.3.4.1 2001.06.07.09.07.39 markm src/contrib/libpam/modules/pam_deny/pam_deny.c: Checksum mismatch -- will transfer entire file ... Applying fixups for collection src-all/cvs Fixup src/contrib/libpam/Makefile Fixup src/contrib/libpam/libpam/Makefile Fixup src/contrib/libpam/libpam/include/security/pam_appl.h Fixup src/contrib/libpam/libpam/include/security/pam_malloc.h Fixup src/contrib/libpam/libpam/include/security/pam_modules.h Fixup src/contrib/libpam/libpam/pam_auth.c Fixup src/contrib/libpam/libpam/pam_data.c Fixup src/contrib/libpam/libpam/pam_delay.c Fixup src/contrib/libpam/libpam/pam_dispatch.c Fixup src/contrib/libpam/libpam/pam_end.c Fixup src/contrib/libpam/libpam/pam_env.c Fixup src/contrib/libpam/libpam/pam_item.c Fixup src/contrib/libpam/libpam/pam_malloc.c Fixup src/contrib/libpam/libpam/pam_misc.c Fixup src/contrib/libpam/libpam/pam_password.c Fixup src/contrib/libpam/libpam/pam_private.h Fixup src/contrib/libpam/libpam/pam_session.c Fixup src/contrib/libpam/libpam/pam_start.c Fixup src/contrib/libpam/libpam/pam_static.c Fixup src/contrib/libpam/libpam/pam_strerror.c Fixup src/contrib/libpam/libpam_misc/Makefile Fixup src/contrib/libpam/libpam_misc/help_env.c Fixup src/contrib/libpam/libpam_misc/misc_conv.c Fixup src/contrib/libpam/libpam_misc/xstrdup.c Fixup src/contrib/libpam/modules/pam_deny/Makefile Fixup src/contrib/libpam/modules/pam_deny/pam_deny.c Fixup src/contrib/libpam/modules/pam_permit/Makefile Fixup src/contrib/libpam/modules/pam_permit/pam_permit.c __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Thu Jun 7 21:57:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by hub.freebsd.org (Postfix) with ESMTP id 6004037B405 for ; Thu, 7 Jun 2001 21:57:34 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.11.3/8.11.3) with ESMTP id f584vVI26289; Fri, 8 Jun 2001 10:57:32 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.11.3/8.11.3) id f584vVJ03009; Fri, 8 Jun 2001 10:57:31 +0600 (YEKST) (envelope-from serg) Date: Fri, 8 Jun 2001 10:57:31 +0600 From: "Sergey N. Voronkov" To: echelon Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Paranoid: cvsup checksum mismatch for libpam Message-ID: <20010608105731.A2974@sv.tech.sibitex.tmn.ru> References: <20010608043617.45409.qmail@web11208.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010608043617.45409.qmail@web11208.mail.yahoo.com>; from e_chelon@yahoo.com on Thu, Jun 07, 2001 at 09:36:17PM -0700 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, Jun 07, 2001 at 09:36:17PM -0700, echelon wrote: > Hi, > > I got the following checksum mismatch warning when I cvsup (cvsup2.freebsd.org) > 3 hours ago (01:30 GMT +0). Most of the warnings are due to libpam files. > > FYI > > -echelon > > (sorry for the warped lines) > (incomplete listing) > > src/contrib/libpam/Makefile: Cannot get edited text: "d" edit command specifies line past end of > base delta -- will transfer entire file > Edit src/contrib/libpam/README > ... [skip] See markm's reply in today's thread "Buildworld failed / libpam". He wrote he had CVS problems... Bye, Serg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 0: 1:16 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id 82BF837B406; Fri, 8 Jun 2001 00:01:11 -0700 (PDT) (envelope-from jb3insf@pacbell.net) Received: from pacbell.net ([64.171.1.135]) by mta5.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0GEL009XMNHT4C@mta5.snfc21.pbi.net>; Fri, 8 Jun 2001 00:01:06 -0700 (PDT) Date: Fri, 08 Jun 2001 00:03:44 -0700 From: Jake Bishop Subject: Problem with Xfree86 4.1.0 To: freebsd-questions@freebsd.org Cc: freebsd-stable@freebsd.org Message-id: <3B2078D0.69C35B16@pacbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.77 [en] (Win95; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en 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 installed Freebsd 4.3 on an Athlon computer with a Asus A7A266 mb and an ATI Radeon 64 DDR video card. I updated the ports collection with cvsup and install Xfree86 4.1.When I tried to configure it with XFree86 -configure the system froze and then automaticly did a "hard" reboot with out any input from the mouse or keyboard. This motherboard has the ALI magic chip set.I tried to recompile the kernel with AGP support but that has not changed anything. Anyone using this motherboard?. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 0:12:38 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 1502137B405; Fri, 8 Jun 2001 00:12:33 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f587MEL02724; Fri, 8 Jun 2001 00:22:14 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200106080722.f587MEL02724@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Jake Bishop Cc: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Problem with Xfree86 4.1.0 In-reply-to: Your message of "Fri, 08 Jun 2001 00:03:44 PDT." <3B2078D0.69C35B16@pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Jun 2001 00:22:13 -0700 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 This sounds like a problem I'm looking at at the moment; can you send me the first line of the output of 'memcontrol list -a'? Thanks. > Hello, > I installed Freebsd 4.3 on an Athlon computer with a Asus A7A266 mb and > an ATI Radeon 64 DDR video card. > I updated the ports collection with cvsup and install Xfree86 4.1.When I > tried to configure it with XFree86 -configure > the system froze and then automaticly did a "hard" reboot with out any > input from the mouse or keyboard. > This motherboard has the ALI magic chip set.I tried to recompile the > kernel with AGP support but that has not changed anything. > Anyone using this motherboard?. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 0:47:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id 506B937B403; Fri, 8 Jun 2001 00:47:32 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (dialup-209.245.138.245.Dial1.SanJose1.Level3.net [209.245.138.245]) by harrier.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id AAA24260; Fri, 8 Jun 2001 00:47:24 -0700 (PDT) Message-ID: <3B208329.2E2BFF2B@mindspring.com> Date: Fri, 08 Jun 2001 00:47:53 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Poul-Henning Kamp Cc: Doug Denault , Greg Lehey , developers@FreeBSD.ORG, FreeBSD Stable Users , FreeBSD current users Subject: Re: The FreeBSD core team needs your help References: <50104.991592939@critter> 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 Poul-Henning Kamp wrote: > > I think you guys should write a short-and-to-the-point application > and send it to the core team. Feel free to copy mine, and send it to the core team... /* A short and sweet application */ int main() { write( 1, "Hello World!\n", 13); return( 0); } -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 0:53:15 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 99C7137B417; Fri, 8 Jun 2001 00:53:01 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from smtp.bmi.net (dsl-154.bmi.net [207.173.60.230]) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with SMTP id AAA20930; Fri, 8 Jun 2001 00:52:42 -0700 Date: Fri, 8 Jun 2001 00:52:44 -0700 From: John Merryweather Cooper To: tlambert2@mindspring.com Cc: Poul-Henning Kamp , Doug Denault , Greg Lehey , developers@FreeBSD.ORG, FreeBSD Stable Users , FreeBSD current users Subject: Re: The FreeBSD core team needs your help Message-ID: <20010608005244.A49768@johncoop> References: <50104.991592939@critter> <3B208329.2E2BFF2B@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <3B208329.2E2BFF2B@mindspring.com>; from tlambert2@mindspring.com on Fri, Jun 08, 2001 at 00:47:53 -0700 X-Mailer: Balsa 1.1.4 Lines: 31 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.06.08 00:47 Terry Lambert wrote: > Poul-Henning Kamp wrote: > > > > I think you guys should write a short-and-to-the-point application > > and send it to the core team. > > Feel free to copy mine, and send it to the core team... > > /* A short and sweet application */ > int > main() > { > write( 1, "Hello World!\n", 13); > return( 0); > } > > -- Terry > I prefer: with Ada.Text_IO; use Ada.Text_IO; procedure Short_Application is begin Put_Line ("Hello World!"); end Short_Application; although I can handle other dialects too . . . :) jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 3: 8:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from keyser.soze.com (keyser.soze.com [194.165.93.196]) by hub.freebsd.org (Postfix) with ESMTP id EFA7537B403 for ; Fri, 8 Jun 2001 03:08:10 -0700 (PDT) (envelope-from ruben@verweg.com) Received: from erg.verweg.com ([132.229.90.89]) by keyser.soze.com (8.9.1/8.9.1) with ESMTP id MAA02752 for ; Fri, 8 Jun 2001 12:04:57 +0200 (CEST) Received: (from ruben@localhost) by erg.verweg.com (8.9.3+3.2W/8.9.3) id MAA04513 for stable@freebsd.org; Fri, 8 Jun 2001 12:08:03 +0200 (CEST) Date: Fri, 8 Jun 2001 12:08:01 +0200 From: Ruben van Staveren To: stable@freebsd.org Subject: Re: No recording with AudioPCI/PCI128/128PCI/SB128/ES1370 Message-ID: <20010608120801.A3062@erg.verweg.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from kent@erix.ericsson.se on Fri, Jun 08, 2001 at 02:00:30AM +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 Fri, Jun 08, 2001 at 02:00:30AM +0200, Kent Boortz wrote: > > The recording stoped working since I moved to 4.X. I just record The second line out doesn't work either on my PCI128, running 4.3-STABLE I've heard from another person that his second line out works on his ISA card, but not on his PCI one. It could be a more generic `problem' with PCI soundcards ? Regards, Ruben -- ,-_ .------------------------------------------------------------. /() ) | Ruben van Staveren | Linux is for Microsoft Haters,|_o (__ ( | http://ruben.is.verweg.com | BSD is for Unix Lovers | #> =/ () `----------------------------+-------------------------------' 4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 3:14:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from beamer.mchh.siemens.de (beamer.mchh.siemens.de [194.138.158.163]) by hub.freebsd.org (Postfix) with ESMTP id 7524937B408; Fri, 8 Jun 2001 03:14:09 -0700 (PDT) (envelope-from Michael.Reifenberger.gp@icn.siemens.de) Received: from moody.mchh.siemens.de (mail2.mchh.siemens.de [194.138.158.226]) by beamer.mchh.siemens.de (8.9.3/8.9.3) with ESMTP id MAA05956; Fri, 8 Jun 2001 12:13:05 +0200 (MET DST) Received: from mchh274e.demchh201e.icn.siemens.de ([139.21.200.84]) by moody.mchh.siemens.de (8.9.1/8.9.1) with ESMTP id MAA03017; Fri, 8 Jun 2001 12:12:50 +0200 (MET DST) Received: by MCHH274E with Internet Mail Service (5.5.2653.19) id ; Fri, 8 Jun 2001 12:12:49 +0200 Message-ID: <67E0BE167008D31185F60008C7289DA0E1302D@MCHH218E> From: Reifenberger Michael To: "'Hartmann, O.'" , freebsd-emulation@FreeBSD.ORG Cc: freebsd-stable@FreeBSD.ORG Subject: AW: Linux emulation Date: Fri, 8 Jun 2001 12:12:48 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 Hi, try a "brandelf -t Linux wanna_run_elf_executabe"... Bye/2 ------ Michael Reifenberger - IT, UNIX, R/3-Basis Work: Michael.Reifenberger@plaut.de Proj: = Michael.Reifenberger.gp@icn.siemens.de Pers: Michael@Reifenberger.com Webspace: http://www.reifenberger.com > -----Urspr> =FCngliche Nachricht----- > Von: Hartmann, O. [SMTP:ohartman@klima.physik.uni-mainz.de] > Gesendet am: Donnerstag, 7. Juni 2001 20:45 > An: freebsd-emulation@FreeBSD.ORG > Cc: freebsd-stable@FreeBSD.ORG > Betreff: Linux emulation >=20 > Can anybody explain what this means: >=20 > ELF binary type "0" not known. > Abort trap >=20 >=20 > I get this error on one of our servers after unloading and then = loading > linux emulation >=20 > -- > MfG > O. Hartmann >=20 > ohartman@klima.physik.uni-mainz.de > ---------------------------------------------------------------- > IT-Administration des Institut fuer Physik der Atmosphaere (IPA) > ---------------------------------------------------------------- > Johannes Gutenberg Universitaet Mainz > Becherweg 21 > 55099 Mainz >=20 > Tel: +496131/3924662 (Maschinensaal) > Tel: +496131/3924144 > FAX: +496131/3923532 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" 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 Fri Jun 8 3:16:11 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 3341E37B403; Fri, 8 Jun 2001 03:16:03 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f58AFLL04867; Fri, 8 Jun 2001 12:15:21 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Fri, 8 Jun 2001 12:15:21 +0200 (CEST) From: "Hartmann, O." To: Reifenberger Michael Cc: , Subject: Re: AW: Linux emulation In-Reply-To: <67E0BE167008D31185F60008C7289DA0E1302D@MCHH218E> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ascii 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 Fri, 8 Jun 2001, Reifenberger Michael wrote: Just for the emulator itself? No, this seems to be wrong ... :>Hi, :>try a "brandelf -t Linux wanna_run_elf_executabe"... :> :>Bye/2 :>------ :>Michael Reifenberger - IT, UNIX, R/3-Basis :>Work: Michael.Reifenberger@plaut.de Proj: Michael.Reifenberger.gp@icn.siemens.de :>Pers: Michael@Reifenberger.com Webspace: http://www.reifenberger.com :> :>> -----Urspr> üngliche Nachricht----- :>> Von: Hartmann, O. [SMTP:ohartman@klima.physik.uni-mainz.de] :>> Gesendet am: Donnerstag, 7. Juni 2001 20:45 :>> An: freebsd-emulation@FreeBSD.ORG :>> Cc: freebsd-stable@FreeBSD.ORG :>> Betreff: Linux emulation :>> :>> Can anybody explain what this means: :>> :>> ELF binary type "0" not known. :>> Abort trap :>> :>> :>> I get this error on one of our servers after unloading and then loading :>> linux emulation :>> :>> -- :>> MfG :>> O. Hartmann :>> :>> ohartman@klima.physik.uni-mainz.de :>> ---------------------------------------------------------------- :>> IT-Administration des Institut fuer Physik der Atmosphaere (IPA) :>> ---------------------------------------------------------------- :>> Johannes Gutenberg Universitaet Mainz :>> Becherweg 21 :>> 55099 Mainz :>> :>> Tel: +496131/3924662 (Maschinensaal) :>> Tel: +496131/3924144 :>> FAX: +496131/3923532 :>> :>> :>> To Unsubscribe: send mail to majordomo@FreeBSD.org :>> with "unsubscribe freebsd-emulation" in the body of the message :> -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) 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 Fri Jun 8 3:31:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gorilla.mchh.siemens.de (gorilla.mchh.siemens.de [194.138.158.18]) by hub.freebsd.org (Postfix) with ESMTP id 8655237B401; Fri, 8 Jun 2001 03:31:15 -0700 (PDT) (envelope-from Michael.Reifenberger.gp@icn.siemens.de) Received: from moody.mchh.siemens.de (mail2.mchh.siemens.de [194.138.158.226]) by gorilla.mchh.siemens.de (8.9.3/8.9.3) with ESMTP id MAA24389; Fri, 8 Jun 2001 12:31:09 +0200 (MET DST) Received: from mchh274e.demchh201e.icn.siemens.de ([139.21.200.84]) by moody.mchh.siemens.de (8.9.1/8.9.1) with ESMTP id MAA10574; Fri, 8 Jun 2001 12:31:09 +0200 (MET DST) Received: by MCHH274E with Internet Mail Service (5.5.2653.19) id ; Fri, 8 Jun 2001 12:31:08 +0200 Message-ID: <67E0BE167008D31185F60008C7289DA0E1302E@MCHH218E> From: Reifenberger Michael To: "'Hartmann, O.'" Cc: freebsd-emulation@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: AW: AW: Linux emulation Date: Fri, 8 Jun 2001 12:31:08 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 Hi, it's for the ELF kernel-loader so that he knows which emulator to use. ELF binary type "0" means that this to be executed ELF-executable seems = to be - at least for our standards complient kernel executor - a SYSV executable. It's mostly caused by not branding the ELF executable during = compile-time=20 (esp. Linux doesn't seem to care about proper branding) To change the branding ito Linux, if it's clear that it's a Linux = binary, use our brandelf... As an experiment (mostly destructive) you could do a "kldload svr4" = before executing the binary and see what happens, when a SYSV emulator executes Linux syscalls :-) Bye/2 ------ Michael Reifenberger - IT, UNIX, R/3-Basis Work: Michael.Reifenberger@plaut.de Proj: = Michael.Reifenberger.gp@icn.siemens.de Pers: Michael@Reifenberger.com Webspace: http://www.reifenberger.com > -----Urspr> =FCngliche Nachricht----- > Von: Hartmann, O. [SMTP:ohartman@klima.physik.uni-mainz.de] > Gesendet am: Freitag, 8. Juni 2001 12:15 > An: Reifenberger Michael > Cc: freebsd-emulation@FreeBSD.ORG; freebsd-stable@FreeBSD.ORG > Betreff: Re: AW: Linux emulation >=20 > On Fri, 8 Jun 2001, Reifenberger Michael wrote: >=20 > Just for the emulator itself? No, this seems to be wrong ... >=20 > :>Hi, > :>try a "brandelf -t Linux wanna_run_elf_executabe"... > :> > :>Bye/2 > :>------ > :>Michael Reifenberger - IT, UNIX, R/3-Basis > :>Work: Michael.Reifenberger@plaut.de Proj: = Michael.Reifenberger.gp@icn.siemens.de > :>Pers: Michael@Reifenberger.com Webspace: = http://www.reifenberger.com > :> > :>> -----Urspr> =FCngliche Nachricht----- > :>> Von: Hartmann, O. [SMTP:ohartman@klima.physik.uni-mainz.de] > :>> Gesendet am: Donnerstag, 7. Juni 2001 20:45 > :>> An: freebsd-emulation@FreeBSD.ORG > :>> Cc: freebsd-stable@FreeBSD.ORG > :>> Betreff: Linux emulation > :>> > :>> Can anybody explain what this means: > :>> > :>> ELF binary type "0" not known. > :>> Abort trap > :>> > :>> > :>> I get this error on one of our servers after unloading and then = loading > :>> linux emulation > :>> > :>> -- > :>> MfG > :>> O. Hartmann > :>> > :>> ohartman@klima.physik.uni-mainz.de > :>> ---------------------------------------------------------------- > :>> IT-Administration des Institut fuer Physik der Atmosphaere (IPA) > :>> ---------------------------------------------------------------- > :>> Johannes Gutenberg Universitaet Mainz > :>> Becherweg 21 > :>> 55099 Mainz > :>> > :>> Tel: +496131/3924662 (Maschinensaal) > :>> Tel: +496131/3924144 > :>> FAX: +496131/3923532 > :>> > :>> > :>> To Unsubscribe: send mail to majordomo@FreeBSD.org > :>> with "unsubscribe freebsd-emulation" in the body of the message > :> >=20 > -- > MfG > O. Hartmann >=20 > ohartman@klima.physik.uni-mainz.de > ---------------------------------------------------------------- > IT-Administration des Institut fuer Physik der Atmosphaere (IPA) > ---------------------------------------------------------------- > Johannes Gutenberg Universitaet Mainz > Becherweg 21 > 55099 Mainz >=20 > Tel: +496131/3924662 (Maschinensaal) > Tel: +496131/3924144 > FAX: +496131/3923532 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" 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 Fri Jun 8 3:47: 4 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 2F96037B40B for ; Fri, 8 Jun 2001 03:47:01 -0700 (PDT) (envelope-from olli@lurza.secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.9.3/8.9.3) id MAA60733; Fri, 8 Jun 2001 12:46:59 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Date: Fri, 8 Jun 2001 12:46:59 +0200 (CEST) Message-Id: <200106081046.MAA60733@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG Reply-To: freebsd-stable@FreeBSD.ORG Subject: Re: The FreeBSD core team needs your help In-Reply-To: X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.1-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 John Merryweather Cooper wrote: > with Ada.Text_IO; use Ada.Text_IO; > > procedure Short_Application is > begin > Put_Line ("Hello World!"); > end Short_Application; #!/usr/bin/dc [Hello World!]p SCNR :) 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 Fri Jun 8 3:51:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from montgomery.accessunited.com.au (montgomery.accessunited.com.au [203.46.135.133]) by hub.freebsd.org (Postfix) with ESMTP id 4E77C37B401 for ; Fri, 8 Jun 2001 03:51:51 -0700 (PDT) (envelope-from phillip@accessunited.com.au) Received: from willie.accessunited.com.au (ernally-@willie.accessunited.com.au [203.46.135.139]) by montgomery.accessunited.com.au (8.10.1/8.10.1) with SMTP id f58Aplu17094 for ; Fri, 8 Jun 2001 20:51:47 +1000 (EST) Message-Id: <200106081051.f58Aplu17094@montgomery.accessunited.com.au> From: "Phillip" To: "freebsd-stable@FreeBSD.ORG" Date: Fri, 08 Jun 2001 20:52:33 +1100 (EDT) Reply-To: "Phillip" X-Mailer: PMMail 2.00.1500 for OS/2 Warp 4.05 In-Reply-To: <200106081046.MAA60733@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: The FreeBSD core team needs your help 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 the heck doesn't anyone code in SNOBOL any more? :) On Fri, 8 Jun 2001 12:46:59 +0200 (CEST), Oliver Fromme wrote: >John Merryweather Cooper wrote: > > with Ada.Text_IO; use Ada.Text_IO; > > > > procedure Short_Application is > > begin > > Put_Line ("Hello World!"); > > end Short_Application; > >#!/usr/bin/dc >[Hello World!]p > >SCNR :) >Regards > Oliver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 6: 2:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hotmail.com (law2-f67.hotmail.com [216.32.181.67]) by hub.freebsd.org (Postfix) with ESMTP id 8E14C37B401 for ; Fri, 8 Jun 2001 06:02:39 -0700 (PDT) (envelope-from kmays2000@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 8 Jun 2001 06:02:39 -0700 Received: from 63.252.86.12 by lw2fd.hotmail.msn.com with HTTP; Fri, 08 Jun 2001 13:02:39 GMT X-Originating-IP: [63.252.86.12] From: "Kenneth Mays" To: freebsd-stable@FreeBSD.ORG Subject: Re: The FreeBSD core team needs your help Date: Fri, 08 Jun 2001 09:02:39 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Jun 2001 13:02:39.0429 (UTC) FILETIME=[4BE27750:01C0F01B] 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 not use something truely BASIC: Print "Hello World!" But truely, what does CORE need that is missing other than robust USB v2.0 and peripheral support? Ken _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 6:12:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 12F1C37B405 for ; Fri, 8 Jun 2001 06:12:53 -0700 (PDT) (envelope-from nlsn@free.fr) Received: from asterix.local (rennes-1-a7-6-237.dial.proxad.net [213.228.6.237]) by postfix2-1.free.fr (Postfix) with ESMTP id 3D322C233 for ; Fri, 8 Jun 2001 15:12:47 +0200 (CEST) Received: (from nlsn@localhost) by asterix.local (8.11.3/8.11.3) id f58DBjT50541 for freebsd-stable@freebsd.org; Fri, 8 Jun 2001 15:11:45 +0200 (CEST) (envelope-from nlsn) Date: Fri, 8 Jun 2001 15:11:45 +0200 From: Nicolas LS To: freebsd-stable@freebsd.org Subject: Tar and -X (exclude) Message-ID: <20010608151144.A50518@asterix.local> 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 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 Tar in FreeBSD-Stable 4.3 is buggy, the -X option (exclude) doesn't work with directory, it had been fixed in gnutar 1.13.x [nlsn@asterix nlsn]$ tar --version GNU tar version 1.11.2 Thanks -- Nicolas Le Scouarnec - Slrn en français !! http://nlsn.free.fr/slrnfr.php3 - - http://nlsn.free.fr Docs Linux, divers, ... - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 6:16:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id 515E137B406 for ; Fri, 8 Jun 2001 06:16:21 -0700 (PDT) (envelope-from jandrese@mitre.org) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA16035; Fri, 8 Jun 2001 09:16:17 -0400 (EDT) Received: from MAILHUB2 (mailhub2.mitre.org [129.83.221.18]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA12609; Fri, 8 Jun 2001 09:16:16 -0400 (EDT) Received: from dhcp-105-164.mitre.org (128.29.105.164) by mailhub2.mitre.org with SMTP id 6850635; Fri, 08 Jun 2001 09:16:14 -0400 Message-ID: <3B20D01F.3A04FE17@mitre.org> Date: Fri, 08 Jun 2001 09:16:15 -0400 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: Kenneth Mays Cc: freebsd-stable@freebsd.org Subject: Re: The FreeBSD core team needs your help References: 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 Kenneth Mays wrote: > > Why not use something truely BASIC: > > Print "Hello World!" > > But truely, what does CORE need that is missing other than robust USB v2.0 > and peripheral support? A journalling FS for those people who just hate waiting for a couple of TB of slow disks to fsck? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 6:47: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web14701.mail.yahoo.com (web14701.mail.yahoo.com [216.136.224.118]) by hub.freebsd.org (Postfix) with SMTP id 308EF37B401 for ; Fri, 8 Jun 2001 06:47:05 -0700 (PDT) (envelope-from hackr_d@yahoo.com) Message-ID: <20010608134705.19635.qmail@web14701.mail.yahoo.com> Received: from [63.67.120.228] by web14701.mail.yahoo.com; Fri, 08 Jun 2001 06:47:05 PDT Date: Fri, 8 Jun 2001 06:47:05 -0700 (PDT) From: Donn Miller Subject: Re: The FreeBSD core team needs your help To: Jason Andresen , Kenneth Mays Cc: freebsd-stable@freebsd.org In-Reply-To: <3B20D01F.3A04FE17@mitre.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 --- Jason Andresen wrote: > Kenneth Mays wrote: > > But truely, what does CORE need that is missing other than robust > USB v2.0 > > and peripheral support? > > A journalling FS for those people who just hate waiting for a couple > of > TB of slow disks to fsck? Does ReiserFS work with FreeBSD? __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Fri Jun 8 6:53: 5 2001 Delivered-To: freebsd-stable@freebsd.org Received: from quarter.csl.sri.com (quarter.csl.sri.com [130.107.1.30]) by hub.freebsd.org (Postfix) with ESMTP id D1AB537B401 for ; Fri, 8 Jun 2001 06:53:03 -0700 (PDT) (envelope-from gilham@csl.sri.com) Received: from snapdragon.csl.sri.com (snapdragon.csl.sri.com [130.107.19.20]) by quarter.csl.sri.com (8.11.1/8.11.1) with ESMTP id f58Dr3110380 for ; Fri, 8 Jun 2001 06:53:03 -0700 Message-Id: <200106081353.f58Dr3110380@quarter.csl.sri.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: The FreeBSD core team needs your help In-Reply-To: Message from "Kenneth Mays" of "Fri, 08 Jun 2001 09:02:39 EDT." Date: Fri, 08 Jun 2001 06:53:03 -0700 From: Fred Gilham 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 Ken Mays writes: > Print "Hello World!" Basic is a toy language. I prefer lisp: (Print "Hello World!") :-) --- Fred Gilham gilham@csl.sri.com Jordan Hubbard: We have a crash bug. It needs to be fixed. We DO NOT need to know how to print 3000 spaces in 11 different languages! :-) Daniel Sobral: I concur. But if anyone wants to do it with loader, : 3kbl 3000 0 do bl emit loop ; 3kbl will do the trick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 6:54:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.wlcg.com (mail.wlcg.com [207.226.17.4]) by hub.freebsd.org (Postfix) with ESMTP id A6E3037B407 for ; Fri, 8 Jun 2001 06:54:29 -0700 (PDT) (envelope-from rsimmons@wlcg.com) Received: from localhost (rsimmons@localhost) by mail.wlcg.com (8.11.3/8.11.3) with ESMTP id f58DsTm43020 for ; Fri, 8 Jun 2001 09:54:30 -0400 (EDT) (envelope-from rsimmons@wlcg.com) Date: Fri, 8 Jun 2001 09:54:25 -0400 (EDT) From: Rob Simmons To: freebsd-stable@freebsd.org Subject: cvsup checksum mismatch? 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 During my cvsup session, I got the following errors when cvsup was updating src/contrib/libpam: Cannot get edited text: "d" edit command specifies line past end of base delta -- will transfer entire file Checksum mismatch -- will transfer Cannot get edited text: "a" edit command specifies line past end of base delta -- will transfer entire file This happened on a number of different files in libpam: src/contrib/libpam/Makefile src/contrib/libpam/libpam/Makefile src/contrib/libpam/libpam/include/security/pam_appl.h src/contrib/libpam/libpam/include/security/pam_malloc.h src/contrib/libpam/libpam/include/security/pam_modules.h src/contrib/libpam/libpam/pam_auth.c src/contrib/libpam/libpam/pam_data.c src/contrib/libpam/libpam/pam_delay.c src/contrib/libpam/libpam/pam_dispatch.c src/contrib/libpam/libpam/pam_end.c src/contrib/libpam/libpam/pam_env.c src/contrib/libpam/libpam/pam_item.c src/contrib/libpam/libpam/pam_malloc.c src/contrib/libpam/libpam/pam_misc.c src/contrib/libpam/libpam/pam_password.c src/contrib/libpam/libpam/pam_private.h src/contrib/libpam/libpam/pam_session.c src/contrib/libpam/libpam/pam_start.c src/contrib/libpam/libpam/pam_static.c src/contrib/libpam/libpam/pam_strerror.c src/contrib/libpam/libpam_misc/Makefile src/contrib/libpam/libpam_misc/help_env.c src/contrib/libpam/libpam_misc/misc_conv.c src/contrib/libpam/libpam_misc/xstrdup.c src/contrib/libpam/modules/pam_deny/Makefile src/contrib/libpam/modules/pam_deny/pam_deny.c src/contrib/libpam/modules/pam_permit/Makefile src/contrib/libpam/modules/pam_permit/pam_permit.c Robert Simmons Systems Administrator http://www.wlcg.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7INkUv8Bofna59hYRA+yIAJ0UyD1uDUQuGW+7+FHvHuOWKDRVEACfZYbf PMfFlXGUz5ivJkDbKcv9C+E= =fxV5 -----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 Fri Jun 8 6:56:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hercules.icarz.com (ns1.icarz.com [207.99.22.7]) by hub.freebsd.org (Postfix) with ESMTP id 63FFC37B40B for ; Fri, 8 Jun 2001 06:56:03 -0700 (PDT) (envelope-from kenm@icarz.com) Received: from newken (dhcp113.icarz.com [207.99.22.113]) by hercules.icarz.com (8.10.1/8.10.1) with SMTP id f58DtXw15027; Fri, 8 Jun 2001 09:55:33 -0400 (EDT) Message-ID: <00c801c0f022$b7a6f360$711663cf@icarz.com> From: "Ken Menzel" To: "Tom" , "Louis A. Mamakos" Cc: "Mats Dufberg" , References: Subject: auto-negotiate/auto-detect was Re: Any patch for fxp driver? Date: Fri, 8 Jun 2001 09:55:35 -0400 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.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 Hi Tom, I have noticed a problem running my Dell with fxp0: . If I use use mediaopt full-duplex, suddenly I start losing packets sometimes with ping! I don't notice mush of a problem in running except that the program "netsaint" which pings my other servers starts telling me I am losing packets (usually 1 of 5 is lost)! (It runs ping from a forked process, then in a shell (with spopen() ) . If I take out the mediaopt all runs well again (with just media 100baseTX) and it also works with full auto negotiation. The reason I was messing at all with it is a statement from another list about potential problems with auto-negotiation. So I am trying to disprove that. I learned that if you use the mediaopt full-duplex setting I had to program my switch to match (100baseTX full-duplex). It would not auto-detect the setting of the card (for duplex). This could be the root of the problem. Maybe someone else could correct me, but are there any know problems using auto negotiation with recent hardware/software? I think not! However, check the RMON stats on an intelligent switch, or run software on the client to monitor connections and errors (netstat -i, netstat -s). Hoep this helps, Ken > > > > ifconfig_fxp0="inet x.x.x.x netmask 255.255.255.0 media 100baseTX mediaopt > > full-duplex" > > > > in my /etc/rc.conf. Note that this system is connected to a 100Base-T > > ethernet switch with full-duplex capable ports.. > > > > louie > > > > Beware though. Autonegotiation != autodetection. If you manually set > any duplex settings on your switch or your NIC, autonegotiation is > disabled on your switch or your NIC respectively. Autonegotiation must be > set on both ends for it to work. I use autonegotiation religiously now, > as I hate having to keep reprogramming switch ports. All the hardware I > use works properly with auto. > > Tom > > > 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 Fri Jun 8 7: 4:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web14704.mail.yahoo.com (web14704.mail.yahoo.com [216.136.224.121]) by hub.freebsd.org (Postfix) with SMTP id 75C0937B407 for ; Fri, 8 Jun 2001 07:04:13 -0700 (PDT) (envelope-from hackr_d@yahoo.com) Message-ID: <20010608140413.98034.qmail@web14704.mail.yahoo.com> Received: from [63.67.120.228] by web14704.mail.yahoo.com; Fri, 08 Jun 2001 07:04:13 PDT Date: Fri, 8 Jun 2001 07:04:13 -0700 (PDT) From: Donn Miller Subject: Re: The FreeBSD core team needs your help To: Fred Gilham , freebsd-stable@FreeBSD.ORG In-Reply-To: <200106081353.f58Dr3110380@quarter.csl.sri.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 --- Fred Gilham wrote: > > Ken Mays writes: > > > Print "Hello World!" > > Basic is a toy language. I prefer lisp: > > (Print "Hello World!") (defun print(s) (print s)) print "Hello, world!" __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Fri Jun 8 7:18: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.wlcg.com (mail.wlcg.com [207.226.17.4]) by hub.freebsd.org (Postfix) with ESMTP id 6F64B37B405 for ; Fri, 8 Jun 2001 07:17:59 -0700 (PDT) (envelope-from rsimmons@wlcg.com) Received: from localhost (rsimmons@localhost) by mail.wlcg.com (8.11.3/8.11.3) with ESMTP id f58EHpN44085 for ; Fri, 8 Jun 2001 10:17:59 -0400 (EDT) (envelope-from rsimmons@wlcg.com) Date: Fri, 8 Jun 2001 10:17:47 -0400 (EDT) From: Rob Simmons To: freebsd-stable@freebsd.org Subject: no devsw 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 I noticed this message on all of the ide based FreeBSD boxen after the first time I did a make world etc: no devsw (majdev=0 bootdev=0xa0200000) - From what I've been reading in the archives, this message is mostly harmless. Is there a way to fix what is causing the message? Robert Simmons Systems Administrator http://www.wlcg.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7IN6Ov8Bofna59hYRA7ggAJ9iJcuSjEc8deWETjBG8GqDXFWfngCgheIC d9TtxABBlY7Lhi5uSXZ0LUQ= =1MnV -----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 Fri Jun 8 7:23:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 8874E37B407 for ; Fri, 8 Jun 2001 07:23:33 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA09747; Fri, 8 Jun 2001 16:31:41 +0200 Message-ID: <3B20E071.7E52775A@i-clue.de> Date: Fri, 08 Jun 2001 16:25:53 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: angshumand@yahoo.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Windowmaker build pains References: <20010602064533.18867.qmail@web9504.mail.yahoo.com> 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 Angshuman Dasgupta schrieb: > > Hi... > I've been trying to build Windowmaker, and afterstep, > it fails with > Imakefile.c:9: Imake.tmpl: No such file or directory > imake: Exit code 1 > stop. > > Any idea why? It would help if you'd at least specify which FreeBSd version you are using to do so. Here on FreeBSD-Stable #3: Tue Apr 24... both windowmaker and afterstep build without problems. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 7:35:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hotmail.com (law2-f61.hotmail.com [216.32.181.61]) by hub.freebsd.org (Postfix) with ESMTP id 951A937B401 for ; Fri, 8 Jun 2001 07:35:17 -0700 (PDT) (envelope-from kmays2000@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 8 Jun 2001 07:35:17 -0700 Received: from 139.76.65.132 by lw2fd.hotmail.msn.com with HTTP; Fri, 08 Jun 2001 14:35:17 GMT X-Originating-IP: [139.76.65.132] From: "Kenneth Mays" To: freebsd-stable@freebsd.org Subject: Improvements for FreeBSD v4.3.1-Release? Date: Fri, 08 Jun 2001 10:35:17 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Jun 2001 14:35:17.0574 (UTC) FILETIME=[3CCC1660:01C0F028] 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 we build a wishlist of fixes and improvements we would like to see for the next release (if not v4.3.1-R then maybe 4.4)? So far: 1. Fix tar issues 2. Journalling FS (what's the best one out there?) 3. Robust USB 2.0 and peripheral drivers Any more? Also, what ideas are out there for CORE questions and STABLE questions (what questions should we ask CORE, STABLE, or have sent elsewhere)? I know its documented, but update us on what you is the best direction moving forward. Ken The Power to Surf... _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 7:40: 8 2001 Delivered-To: freebsd-stable@freebsd.org Received: from 2ainfo.it (ppp31.2ainfo.it [151.39.235.95]) by hub.freebsd.org (Postfix) with ESMTP id 5342337B405 for ; Fri, 8 Jun 2001 07:39:57 -0700 (PDT) (envelope-from filippo@2ainfo.it) Received: (from filippo@localhost) by 2ainfo.it (8.11.3/8.11.3) id f58EjoL66043 for stable@FreeBSD.org; Fri, 8 Jun 2001 16:45:50 +0200 (CEST) (envelope-from filippo) Date: Fri, 8 Jun 2001 16:45:08 +0200 From: Filippo Moretti To: stable@FreeBSD.org Subject: error compiling XFree86-4.1.0 Message-ID: <20010608164507.B13037@2ainfo.it> 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 tried to compile from ports XFree86-4.1.0 up to build number 3 and all exit with the following error (I am in 4.3_Stable i386 arch) LD_LIBRARY_PATH=../../exports/lib cc -o appres -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -L../../exports/lib appres.o -lXt -lSM -lICE -lXext -lX11 -L /usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib ../../exports/lib/libXt.so: undefined reference to `pthread_cond_signal' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_' ../../exports/lib/libX11.so: undefined reference to `pthread_cond_broadcast' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_' ../../exports/lib/libXt.so: undefined reference to `pthread_cond_init' ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_unlock' ../../exports/lib/libXt.so: undefined reference to `pthread_self' ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_destroy' ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_lock' ../../exports/lib/libXt.so: undefined reference to `pthread_cond_wait' ../../exports/lib/libXt.so: undefined reference to `pthread_cond_destroy' ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_init' *** Error code 1 Stop in /home/ports/x11/XFree86-4/work/xc/programs/appres. *** Error code 1 Stop in /home/ports/x11/XFree86-4/work/xc/programs. *** Error code 1 Stop in /home/ports/x11/XFree86-4/work/xc. *** Error code 1 Stop in /home/ports/x11/XFree86-4/work/xc. *** Error code 1 Stop in /home/ports/x11/XFree86-4/work/xc. *** Error code 1 Stop in /home/ports/x11/XFree86-4. *** Error code 1 any help greatly appreciated Filippo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 7:44:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 1CA5137B401 for ; Fri, 8 Jun 2001 07:44:52 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.3) with ESMTP id f58EiOO03238 for ; Fri, 8 Jun 2001 07:44:24 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: freebsd-stable@FreeBSD.ORG Subject: Re: The FreeBSD core team needs your help In-Reply-To: <20010608140413.98034.qmail@web14704.mail.yahoo.com> References: <200106081353.f58Dr3110380@quarter.csl.sri.com> <20010608140413.98034.qmail@web14704.mail.yahoo.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010608074424R.jkh@osd.bsdi.com> Date: Fri, 08 Jun 2001 07:44:24 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 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 [jkh shows up in a british military uniform] OK, stop this at once, it's SILLY! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 7:46:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from flounder.jimking.net (flounder.jimking.net [209.205.176.18]) by hub.freebsd.org (Postfix) with ESMTP id D859637B401 for ; Fri, 8 Jun 2001 07:46:44 -0700 (PDT) (envelope-from jim@jimking.net) Received: from jking (jking.lgc.com [134.132.76.82]) (authenticated) by flounder.jimking.net (8.11.3/8.11.2) with ESMTP id f58EkQ166541 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO); Fri, 8 Jun 2001 09:46:28 -0500 (CDT) (envelope-from jim@jimking.net) Message-ID: <003b01c0f029$ccb62b70$524c8486@jking> From: "Jim King" To: "Kenneth Mays" , References: Subject: Re: Improvements for FreeBSD v4.3.1-Release? Date: Fri, 8 Jun 2001 09:46:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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 "Kenneth Mays" wrote: > Can we build a wishlist of fixes and improvements we would like to see for > the next release (if not v4.3.1-R then maybe 4.4)? > > So far: > > 1. Fix tar issues > 2. Journalling FS (what's the best one out there?) > 3. Robust USB 2.0 and peripheral drivers [snip] AFAIK there isn't any USB 2.0 hardware out there yet. Why the fuss? Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 7:49:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from castor.ssimicro.com (birch.ssimicro.com [199.247.51.10]) by hub.freebsd.org (Postfix) with ESMTP id 37ECB37B407 for ; Fri, 8 Jun 2001 07:49:16 -0700 (PDT) (envelope-from dmitry@ssimicro.com) Received: from 199.247.84.16 (84x16.ssimicro.com [199.247.84.16]) by castor.ssimicro.com (8.9.3/8.9.3) with ESMTP id IAA17418 for ; Fri, 8 Jun 2001 08:49:09 -0600 (MDT) Date: Fri, 8 Jun 2001 08:50:09 -0600 From: "Dmitry V. Dvoinikov" X-Blank: Reply-To: "Dmitry V. Dvoinikov" X-Priority: 3 (Normal) Message-ID: <30942575.20010608085009@ssimicro.com> To: Oliver Fromme Subject: Re[2]: The FreeBSD core team needs your help In-reply-To: <200106081046.MAA60733@lurza.secnetix.de> References: <200106081046.MAA60733@lurza.secnetix.de> 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 > #!/usr/bin/dc > [Hello World!]p : hello ." hello world" ; program hello_world; begin writeln('hello world'); end. I know, I know - "one at a time !!!" :) Best regards, Dmitry Dvoinikov mailto:dmitry@ssimicro.com Original message follows: > John Merryweather Cooper wrote: > > with Ada.Text_IO; use Ada.Text_IO; > > > > procedure Short_Application is > > begin > > Put_Line ("Hello World!"); > > end Short_Application; > #!/usr/bin/dc > [Hello World!]p > SCNR :) > Regards > Oliver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 7:51:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 73C5C37B405 for ; Fri, 8 Jun 2001 07:51:43 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.3) with ESMTP id f58EpEO03285; Fri, 8 Jun 2001 07:51:14 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: kmays2000@hotmail.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Improvements for FreeBSD v4.3.1-Release? In-Reply-To: References: X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010608075114N.jkh@osd.bsdi.com> Date: Fri, 08 Jun 2001 07:51:14 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 31 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: "Kenneth Mays" Subject: Improvements for FreeBSD v4.3.1-Release? Date: Fri, 08 Jun 2001 10:35:17 -0400 > So far: > > 1. Fix tar issues If there's a list of PRs to accompany this request, it will be far more likely to be addressed. Saying "fix tar issues" is far too vague to work with, even for volunteer engineers. :) > 2. Journalling FS (what's the best one out there?) This is never going to happen for 4.4 no matter what. A change of that magnitude would go into 5.0 first and unleashing experimental filesystem code on people is not what the -stable branch is all about. > 3. Robust USB 2.0 and peripheral drivers See above comment about citing PRs. Using "robust" in this context is tantamount to saying: "TODO: Make kernel better. Lots better." That might make a good bullet point in some general mission statement, but as a TODO list item it's again far too vague to be of much use. If there are areas where the USB code is lacking specific support for a given piece of hardware then that hardware should be enumerated in a PR somewhere. If it falls over when you plug a foo device in, that should also be a PR. Those are the kinds of thing that some engineer can come along and pick up as a project. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 7:53:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hotmail.com (law2-f18.hotmail.com [216.32.181.18]) by hub.freebsd.org (Postfix) with ESMTP id 49AD037B407 for ; Fri, 8 Jun 2001 07:53:20 -0700 (PDT) (envelope-from kmays2000@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 8 Jun 2001 07:53:20 -0700 Received: from 139.76.65.132 by lw2fd.hotmail.msn.com with HTTP; Fri, 08 Jun 2001 14:53:19 GMT X-Originating-IP: [139.76.65.132] From: "Kenneth Mays" To: freebsd-stable@FreeBSD.ORG Subject: Re: Improvements for FreeBSD v4.3.1-Release? Date: Fri, 08 Jun 2001 10:53:19 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Jun 2001 14:53:20.0166 (UTC) FILETIME=[C2128460:01C0F02A] 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 Actually, I have the Adaptec USB2 PC board that supports USB 2.0 (its mainly a USB 1.1-spec board). Its more of a wish of things to see but I'll toss that on the backburner to see TRUE improvements and fixes. I hear that CORE needs help so I'm sticking my foot out there... Ken _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 8: 4:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from o-o.org (o-o.org [216.90.196.100]) by hub.freebsd.org (Postfix) with ESMTP id 17B3737B403 for ; Fri, 8 Jun 2001 08:04:07 -0700 (PDT) (envelope-from kaila@o-o.org) Received: from localhost (kaila@localhost [127.0.0.1]) by o-o.org (8.9.3/8.9.3) with ESMTP id KAA33708; Fri, 8 Jun 2001 10:03:46 -0500 (CDT) (envelope-from kaila@o-o.org) Date: Fri, 8 Jun 2001 10:03:46 -0500 (CDT) From: Kaila To: Jordan Hubbard Cc: freebsd-stable@FreeBSD.ORG Subject: Re: The FreeBSD core team needs your help In-Reply-To: <20010608074424R.jkh@osd.bsdi.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 Fri, 8 Jun 2001, Jordan Hubbard wrote: > [jkh shows up in a british military uniform] > > OK, stop this at once, it's SILLY! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > #include #include int main() { kill(1,2); } /* sorry, I couldn't resist! */ [ Name : Christine F. Maxwell ] [ ICQ : #45010616 ] [ EMail : cfm@o-o.org ] [ IRC : Kaila ] [ Home : http://www.cfm.o-o.org/ ] [ BBS : http://www.aci.o-o.org ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 8: 5: 6 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web14708.mail.yahoo.com (web14708.mail.yahoo.com [216.136.224.125]) by hub.freebsd.org (Postfix) with SMTP id 289FC37B405 for ; Fri, 8 Jun 2001 08:05:02 -0700 (PDT) (envelope-from hackr_d@yahoo.com) Message-ID: <20010608150459.88054.qmail@web14708.mail.yahoo.com> Received: from [63.67.120.228] by web14708.mail.yahoo.com; Fri, 08 Jun 2001 08:04:59 PDT Date: Fri, 8 Jun 2001 08:04:59 -0700 (PDT) From: Donn Miller Subject: Re: error compiling XFree86-4.1.0 To: Filippo Moretti , stable@FreeBSD.org In-Reply-To: <20010608164507.B13037@2ainfo.it> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1804289383-992012699=:87790" 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 --0-1804289383-992012699=:87790 Content-Type: text/plain; charset=us-ascii Uh-oh, looks like you're trying to build XFree86 with an optimization level of -O3. I've seen this problem before, and it _is_ in fact caused by an optimizer bug. You should start over with an optimization level of -O2. -O3 causes some kind of problems linking with libc_r. Filippo Moretti wrote: I tried to compile from ports XFree86-4.1.0 up to build number 3 and all exit with the following error (I am in 4.3_Stable i386 arch) LD_LIBRARY_PATH=../../exports/lib cc -o appres -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -L../../exports/lib appres.o -lXt -lSM -lICE -lXext -lX11 -L /usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib ../../exports/lib/libXt.so: undefined reference to `pthread_cond_signal' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_' ../../exports/lib/libX11.so: undefined reference to `pthread_cond_broadcast' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_' ../../exports/lib/libXt.so: undefined reference to `pthread_cond_init' ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_unlock' ../../exports/lib/libXt.so: undefined reference to `pthread_self' ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_destroy' ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_lock' ../../exports/lib/libXt.so: undefined reference to `pthread_cond_wait' ../../exports/lib/libXt.so: undefined reference to `pthread_cond_destroy' ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_init --------------------------------- Do You Yahoo!? Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail. --0-1804289383-992012699=:87790 Content-Type: text/html; charset=us-ascii

Uh-oh, looks like you're trying to build XFree86 with an optimization level of -O3.  I've seen this problem before, and it _is_ in fact caused by an optimizer bug.  You should start over with an optimization level of -O2.  -O3 causes some kind of problems linking with libc_r.

  Filippo Moretti <gunnut@2ainfo.it> wrote:

I tried to compile from ports XFree86-4.1.0 up to build number 3 and all exit with
the following error (I am in 4.3_Stable i386 arch)


LD_LIBRARY_PATH=../../exports/lib cc -o appres -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -L../../exports/lib appres.o -lXt -lSM -lICE -lXext -lX11 -L /usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib
../../exports/lib/libXt.so: undefined reference to `pthread_cond_signal'
/usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_'
../../exports/lib/libX11.so: undefined reference to `pthread_cond_broadcast'
/usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_'
../../exports/lib/libXt.so: undefined reference to `pthread_cond_init'
../../exports/lib/libXt.so: undefined reference to `pthread_mutex_unlock'
../../exports/lib/libXt.so: undefined reference to `pthread_self'
../../exports/lib/libXt.so: undefined reference to `pthread_mutex_destroy'
../../exports/lib/libXt.so: undefined reference to `pthread_mutex_lock'
../../exports/lib/libXt.so: undefined reference to `pthread_cond_wait'
../../exports/lib/libXt.so: undefined reference to `pthread_cond_destroy'
../../exports/lib/libXt.so: undefined reference to `pthread_mutex_init



Do You Yahoo!?
Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail. --0-1804289383-992012699=:87790-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 8:12:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from 2ainfo.it (ppp31.2ainfo.it [151.39.235.95]) by hub.freebsd.org (Postfix) with ESMTP id 9E89937B405 for ; Fri, 8 Jun 2001 08:12:30 -0700 (PDT) (envelope-from filippo@2ainfo.it) Received: (from filippo@localhost) by 2ainfo.it (8.11.3/8.11.3) id f58FIi966127 for stable@FreeBSD.org; Fri, 8 Jun 2001 17:18:44 +0200 (CEST) (envelope-from filippo) Date: Fri, 8 Jun 2001 17:18:43 +0200 From: Filippo Moretti To: stable@FreeBSD.org Subject: Re: error compiling XFree86-4.1.0 Message-ID: <20010608171843.A66058@2ainfo.it> References: <20010608164507.B13037@2ainfo.it> <20010608150459.88054.qmail@web14708.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010608150459.88054.qmail@web14708.mail.yahoo.com>; from hackr_d@yahoo.com on Fri, Jun 08, 2001 at 08:04:59AM -0700 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 actually was using -O2 after seeing a similar post will go to -O and if error persist will repost sincerely Filippor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 8:17:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 4958C37B403 for ; Fri, 8 Jun 2001 08:16:11 -0700 (PDT) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f58FFSO60100; Fri, 8 Jun 2001 10:15:28 -0500 (CDT) (envelope-from jlemon) Date: Fri, 8 Jun 2001 10:15:28 -0500 (CDT) From: Jonathan Lemon Message-Id: <200106081515.f58FFSO60100@prism.flugsvamp.com> To: kenm@icarz.com, stable@freebsd.org Subject: Re: auto-negotiate/auto-detect was Re: Any patch for fxp driver? X-Newsgroups: local.mail.freebsd-stable In-Reply-To: References: Organization: Cc: 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 you write: >Hi Tom, > I have noticed a problem running my Dell with fxp0: Pro10/100B/100+ Ethernet>. If I use use mediaopt full-duplex, >suddenly I start losing packets sometimes with ping! I don't notice >mush of a problem in running except that the program "netsaint" which >pings my other servers starts telling me I am losing packets (usually >1 of 5 is lost)! (It runs ping from a forked process, then in a shell >(with spopen() ) . If I take out the mediaopt all runs well again >(with just media 100baseTX) and it also works with full auto >negotiation. This sounds like a duplex mismatch; where the other end is using half-duplex. If the autonegotiation only results in "100BaseTX", without the "" entry, then you are running half-duplex. "Autoselect" is somewhat of a misnomer, it should really be "autonegotiate". With this setting, the hardware participates in a protocol designed to get both sides to agree on a common setting. Both ends of the link are required to advertise settings they are capable of, performing and then agree on the best setting. Problems come in when: 1. One side is set for 'autonegotiate', and the other side is not. This results in the side that is doing 'autonegotiate' basically attempting to guess what the other side is doing, and possibly getting it wrong. 2. Some vendors screwing up the autonegotiate protocol and not selecting the "best" setting. A commonly seen error is where the switch decides to use half-duplex instead of full-duplex, even if both sides advertise they are full-duplex capable. The bottom line is that the settings on both sides of the link should match. If setting both sides to "auto" results in a half-duplex link, then *both* sides should be hardwired to use full-duplex instead, assuming of course, that the hardware is capable of this. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 8:24:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from Thanatos.Shenton.Org (a3.ebbed1.client.atlantech.net [209.190.235.163]) by hub.freebsd.org (Postfix) with SMTP id 677E537B405 for ; Fri, 8 Jun 2001 08:24:48 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 25615 invoked by uid 1000); 8 Jun 2001 15:24:46 -0000 To: freebsd-stable@FreeBSD.ORG Subject: Lyris/SysAdmin mag: Fastest OS for Net Apps? Linux, Windows > FreeBSD References: From: Chris Shenton Date: 08 Jun 2001 11:24:46 -0400 In-Reply-To: Message-ID: <87wv6n0zb5.fsf@thanatos.shenton.org> Lines: 30 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 Saw this on the qmail list and was intrigued. Good article, but disappointing to find that in their tests the speed winners were Linux, Solaris, Windows, and FreeBSD -- in that order. Is this due to FreeBSD's conservative disk commits/writes, or possibly thread inefficiencies, or something else? I find it hard to conceive of Windows implementations of anything being faster, but... From: John White Subject: Lyris performance and article To: qmail@list.cr.yp.to Date: Thu, 7 Jun 2001 09:42:43 -0700 SysAdmin has an article online by some of the top technical people at Lyris (remember Lyris?): Title: Which OS is Fastest for High-Performance Network Applications? http://www.sysadminmag.com/newsletters/feature/ They use their MTA as a comparison tool, and crank it up to the equvalent of a concurrencyremote of 3000, though they don't seem to get much of a performance boost past 1000 on the hardware they're using. One of their conclusions is that their asynch multi-threaded software model outperforms the process based model which qmail uses. Is their methodology convincing? Well... However, and interesting read. John White To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 8:28:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vilnya.demon.co.uk (vilnya.demon.co.uk [158.152.19.238]) by hub.freebsd.org (Postfix) with ESMTP id 4B69A37B408 for ; Fri, 8 Jun 2001 08:28:23 -0700 (PDT) (envelope-from gandalf@vilnya.demon.co.uk) Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id 377E3D9BC; Fri, 8 Jun 2001 16:28:18 +0100 (BST) Message-ID: <013e01c0f02f$d082b510$0504020a@haveblue> From: "Cameron Grant" To: "Ruben van Staveren" , References: <20010608120801.A3062@erg.verweg.com> Subject: Re: No recording with AudioPCI/PCI128/128PCI/SB128/ES1370 Date: Fri, 8 Jun 2001 16:28:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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, Jun 08, 2001 at 02:00:30AM +0200, Kent Boortz wrote: > > > > The recording stoped working since I moved to 4.X. I just record > > The second line out doesn't work either on my PCI128, running 4.3-STABLE > > I've heard from another person that his second line out works on his ISA card, > but not on his PCI one. problems with the es1370 are best discussed with Russell Cattelan , the author of that driver- however, i'm not sure he has an es1370 card and i know that i don't have one. i do know that my es1371 and ct5880 cards worked fine for recording when i last tested them, along with several other pci cards. there is not a generic problem with pci cards. as to auxilliary line outs, this kind of feature is not yet supported. we are nearing completion of newpcm phase 1- basic audio in/out support for as many cards as possible. phase 2 will consist of support for more advanced features like >2 channels etc. -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 8:31:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from globalrelay.com (h216-18-71-77.gtcust.grouptelecom.net [216.18.71.77]) by hub.freebsd.org (Postfix) with ESMTP id A23C037B407 for ; Fri, 8 Jun 2001 08:31:37 -0700 (PDT) (envelope-from lists@globalrelay.net) Received: from [10.2.0.6] (HELO hpvl4002) by globalrelay.com (CommuniGate Pro SMTP 3.4b7) with SMTP id 610396 for freebsd-stable@freebsd.org; Fri, 08 Jun 2001 08:31:38 -0700 Message-ID: <004001c0f030$36a0d3e0$0600020a@frontend> From: "Eric Parusel" To: References: <20010608134705.19635.qmail@web14701.mail.yahoo.com> Subject: Re: The FreeBSD core team needs your help Date: Fri, 8 Jun 2001 08:32:23 -0700 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 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 > --- Jason Andresen wrote: > > Kenneth Mays wrote: > > > > But truely, what does CORE need that is missing other than robust > > USB v2.0 > > > and peripheral support? > > > > A journalling FS for those people who just hate waiting for a couple > > of > > TB of slow disks to fsck? > > Does ReiserFS work with FreeBSD? From what I've read, XFS is quite good as well.... (Whether or not it could ever work with *BSD, I don't know) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 8:36:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id 45F9937B432 for ; Fri, 8 Jun 2001 08:36:37 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 5484 invoked by uid 1000); 8 Jun 2001 15:36:58 -0000 Date: Fri, 8 Jun 2001 17:36:58 +0200 From: "Karsten W. Rohrbach" To: Doug White Cc: Stepanishev Roman , freebsd-stable@FreeBSD.ORG Subject: Re: Oracle TNS not work Message-ID: <20010608173658.A5245@mail.webmonster.de> References: <3B1DEFC7.250C01B1@swd.svznov.kemerovo.su> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dwhite@resnet.uoregon.edu on Thu, Jun 07, 2001 at 02:26:17PM -0700 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer 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 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Doug White(dwhite@resnet.uoregon.edu)@2001.06.07 14:26:17 +0000: > On Wed, 6 Jun 2001, Stepanishev Roman wrote: >=20 > > Hi! > > > > I have Oracle 8.0.5.1.0 for Linux working on FreeBSD 4.3RC > > After install i have problem with starting listener. > > > > I got message > > > > Starting /usr/oracle/bin/tnslsnr: please wait... > > > > TNSLSNR for Linux: Version 8.0.5.0.0 - Production > > System parameter file is /usr/oracle/network/admin/listener.ora > > Log messages written to /usr/oracle/network/log/listener.log > > Trace information written to /usr/oracle/network/trace/listener.trc > > Attempted to listen on: > > (DESCRIPTION=3D(CONNECT_TIMEOUT=3D10)(ADDRESS=3D(PROTOCOL=3DIPC)(KEY=3D= ORCL))) ^^^^^^^^^^^^^^ looks rather like a SYSVSHM problem to me. try building a kernel with more MAXUSERS and a SHMMAX setting which is a little bit higher. i think, it is limited to 4mb at the moment in GENERIC, so bumping up that value should help. > > TNS-12546: TNS:permission denied > > TNS-12560: TNS:protocol adapter error > > TNS-00516: Permission denied > > Linux Error: 13: Permission denied >=20 > Firewall? this could also be an option, but as usual with payware[tm], the debug output does not lead us to a good viewpoint to let us know what's going on. if you want a stable server you run your rdbms under openvms, anyway ;-) /k --=20 > LET Jesus be YOUR anchor! When Satan rocks your boat, THROW Jesus overboa= rd! KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 --vtzGhvizbBRQ85DL 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 iD8DBQE7IPEaM0BPTilkv0YRAhIvAJ9FyOdjScYSZHeWvpRExXq/dJnNAgCgq1vW vVwfTQhXVxUPGGBbumvDJ/M= =tgiz -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 10:10:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 7544D37B405; Fri, 8 Jun 2001 10:10:14 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f58H9vm88303; Fri, 8 Jun 2001 10:09:57 -0700 (PDT) (envelope-from dillon) Date: Fri, 8 Jun 2001 10:09:57 -0700 (PDT) From: Matt Dillon Message-Id: <200106081709.f58H9vm88303@earth.backplane.com> To: Boris Popov Cc: Carl Makin , stable@FreeBSD.ORG, fs@FreeBSD.ORG Subject: Re: CFR: Fixes for nullfs in -stable References: 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, 7 Jun 2001, Carl Makin wrote: : :> Is "nullfs" used by mount_null? If so, how far do these patches go :> towards making mount_null usable? (I'm not aware of the status of nullfs :> in current). : : Yes, mount_null command mounts nullfs. With these patches 'make :world' completes successfully on the nullfs /usr mount. : :-- :Boris Popov :http://www.butya.kz/~bp/ Hey, great! I'm glad someone finally got nullfs fixed! In regards to MFCing it to stable, I don't see any roadblocks. The vop_sharedlock junk is only used by NFS as far as I know. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 10:18:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 8955937B406 for ; Fri, 8 Jun 2001 10:18:31 -0700 (PDT) (envelope-from scorpio@drkshdw.org) Received: (qmail 19203 invoked from network); 8 Jun 2001 17:18:29 -0000 Received: from h3u1-a2c897.elp.rr.com (HELO oemcomputer.drkshdw.org) (24.162.200.151) by user4.net011.fl.sprint-hsd.net with SMTP; 8 Jun 2001 17:18:29 -0000 Message-Id: <5.1.0.14.0.20010608111129.00a33620@jeff.isni.net> X-Sender: scorpio@jeff.isni.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 08 Jun 2001 11:12:49 -0600 To: freebsd-stable@freebsd.org From: Jeff Palmer Subject: Re: The FreeBSD core team needs your help In-Reply-To: <200106081353.f58Dr3110380@quarter.csl.sri.com> References: 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 Can't we just KISS? (Keep it simple stupid! Damn you are all a bunch of perverts. *sigh*) echo "Hello World!" At 06:53 AM 6/8/01 -0700, you wrote: >Ken Mays writes: > > > Print "Hello World!" > >Basic is a toy language. I prefer lisp: > > (Print "Hello World!") > >:-) > >--- >Fred Gilham gilham@csl.sri.com >Jordan Hubbard: We have a crash bug. It needs to be fixed. We DO NOT >need to know how to print 3000 spaces in 11 different languages! :-) >Daniel Sobral: I concur. But if anyone wants to do it with loader, >: 3kbl 3000 0 do bl emit loop ; 3kbl will do the trick. > >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 Fri Jun 8 10:24:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from 2ainfo.it (ppp06.2ainfo.it [151.39.235.70]) by hub.freebsd.org (Postfix) with ESMTP id B832137B401 for ; Fri, 8 Jun 2001 10:24:22 -0700 (PDT) (envelope-from filippo@2ainfo.it) Received: (from filippo@localhost) by 2ainfo.it (8.11.3/8.11.3) id f58HUY618984 for stable@FreeBSD.org; Fri, 8 Jun 2001 19:30:34 +0200 (CEST) (envelope-from filippo) Date: Fri, 8 Jun 2001 19:29:53 +0200 From: Filippo Moretti To: stable@FreeBSD.org Subject: Re: error compiling XFree86-4.1.0 Message-ID: <20010608192953.C66058@2ainfo.it> References: <20010608164507.B13037@2ainfo.it> <20010608150459.88054.qmail@web14708.mail.yahoo.com> <20010608171843.A66058@2ainfo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010608171843.A66058@2ainfo.it>; from gunnut@2ainfo.it on Fri, Jun 08, 2001 at 05:18:43PM +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 Fri, Jun 08, 2001 at 05:18:43PM +0200, Filippo Moretti wrote: > I actually was using -O2 after seeing a similar post will go to -O > and if error persist will repost with -O the error is still there,identical so it must be something else sincerely Filippo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 10:27:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from uno.mnl.com (uno.mnl.com [63.97.246.49]) by hub.freebsd.org (Postfix) with SMTP id 3952137B403 for ; Fri, 8 Jun 2001 10:27:18 -0700 (PDT) (envelope-from bdutton@uno.mnl.com) Received: (qmail 56979 invoked by uid 1000); 8 Jun 2001 17:27:57 -0000 Message-ID: <20010608172757.56978.qmail@uno.mnl.com> References: <3B1DEFC7.250C01B1@swd.svznov.kemerovo.su> <20010608173658.A5245@mail.webmonster.de> In-Reply-To: <20010608173658.A5245@mail.webmonster.de> From: "Bradley W. Dutton" To: Doug White Cc: "Karsten W. Rohrbach" , Stepanishev Roman , freebsd-stable@FreeBSD.ORG Subject: Re: Oracle TNS not work Date: Fri, 08 Jun 2001 17:27:57 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" 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 you logged in as the oracle user or the user that owns the Oracle installation? Brad Karsten W. Rohrbach writes: > Doug White(dwhite@resnet.uoregon.edu)@2001.06.07 14:26:17 +0000: >> On Wed, 6 Jun 2001, Stepanishev Roman wrote: >> >> > Hi! >> > >> > I have Oracle 8.0.5.1.0 for Linux working on FreeBSD 4.3RC >> > After install i have problem with starting listener. >> > >> > I got message >> > >> > Starting /usr/oracle/bin/tnslsnr: please wait... >> > >> > TNSLSNR for Linux: Version 8.0.5.0.0 - Production >> > System parameter file is /usr/oracle/network/admin/listener.ora >> > Log messages written to /usr/oracle/network/log/listener.log >> > Trace information written to /usr/oracle/network/trace/listener.trc >> > Attempted to listen on: >> > (DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=IPC)(KEY=ORCL))) > ^^^^^^^^^^^^^^ > looks rather like a SYSVSHM problem to me. > try building a kernel with more MAXUSERS and a SHMMAX setting which is a > little bit higher. i think, it is limited to 4mb at the moment in > GENERIC, so bumping up that value should help. > >> > TNS-12546: TNS:permission denied >> > TNS-12560: TNS:protocol adapter error >> > TNS-00516: Permission denied >> > Linux Error: 13: Permission denied >> >> Firewall? > > this could also be an option, but as usual with payware[tm], the debug > output does not lead us to a good viewpoint to let us know what's going > on. if you want a stable server you run your rdbms under openvms, anyway > ;-) > > /k > > -- >> LET Jesus be YOUR anchor! When Satan rocks your boat, THROW Jesus overboard! > KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie > http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.net/ > karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de > GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 BF46 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 13:27:29 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hyde.ssec.wisc.edu (hyde.ssec.wisc.edu [144.92.108.217]) by hub.freebsd.org (Postfix) with ESMTP id E980537B401 for ; Fri, 8 Jun 2001 13:27:25 -0700 (PDT) (envelope-from dglo@hyde.ssec.wisc.edu) Received: from hyde.ssec.wisc.edu (localhost [127.0.0.1]) by hyde.ssec.wisc.edu (8.9.3+Sun/8.9.3) with ESMTP id PAA02817 for ; Fri, 8 Jun 2001 15:27:13 -0500 (CDT) Message-Id: <200106082027.PAA02817@hyde.ssec.wisc.edu> X-Mailer: exmh version 2.3.1 05/02/2001 with nmh-1.0.4 To: stable@FreeBSD.ORG Subject: Two pam/ssh questions. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Jun 2001 15:27:13 -0500 From: Dave Glowacki 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 First, is there some reason why /usr/src/etc/pam.conf hasn't been updated in the RELENG_4 with the "ssh" lines from UPDATING? Second, I 'cvsup'd a couple of days ago, did a 'make world' last night and now am getting "sshd[NNN]: PAM setcred failed[6]: Permission denied" errors whenever I tried to ssh in from the outside. I've got the "ssh" lines in /etc/pam.conf and /usr/lib/libpam_ssh.so exists, but I'm not sure what else to check. Is anyone else seeing these? Or, could someone tell me what I've messed up? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 13:52:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.wlcg.com (mail.wlcg.com [207.226.17.4]) by hub.freebsd.org (Postfix) with ESMTP id 540AF37B409 for ; Fri, 8 Jun 2001 13:52:26 -0700 (PDT) (envelope-from rsimmons@wlcg.com) Received: from localhost (rsimmons@localhost) by mail.wlcg.com (8.11.3/8.11.3) with ESMTP id f58KpuK62041; Fri, 8 Jun 2001 16:51:56 -0400 (EDT) (envelope-from rsimmons@wlcg.com) Date: Fri, 8 Jun 2001 16:51:52 -0400 (EDT) From: Rob Simmons To: Dave Glowacki Cc: stable@FreeBSD.ORG Subject: Re: Two pam/ssh questions. In-Reply-To: <200106082027.PAA02817@hyde.ssec.wisc.edu> 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 src/etc/pam.conf has been updated in my copy of the tree: # $FreeBSD: src/etc/pam.conf,v 1.6.2.6 2001/05/30 20:46:45 nsayer Exp $ And this version has the lines for sshd mentioned in UPDATING. Perhaps this file has been updated, and you did not mergemaster it correctly after your make world? Robert Simmons Systems Administrator http://www.wlcg.com/ On Fri, 8 Jun 2001, Dave Glowacki wrote: > First, is there some reason why /usr/src/etc/pam.conf hasn't been > updated in the RELENG_4 with the "ssh" lines from UPDATING? > > > Second, I 'cvsup'd a couple of days ago, did a 'make world' last night > and now am getting "sshd[NNN]: PAM setcred failed[6]: Permission denied" > errors whenever I tried to ssh in from the outside. > > I've got the "ssh" lines in /etc/pam.conf and /usr/lib/libpam_ssh.so > exists, but I'm not sure what else to check. > > Is anyone else seeing these? Or, could someone tell me what I've > messed up? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7ITrsv8Bofna59hYRA1ozAJ9kLpcsuxpHaixPCM3yebAhSHnUnwCgtKZf 94bPqxvtLe5p4O1UBqfqYJs= =Ivvg -----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 Fri Jun 8 14:27:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from stlaurent.mindstep.com (stlaurent.mindstep.com [216.18.127.174]) by hub.freebsd.org (Postfix) with ESMTP id 842EC37B428 for ; Fri, 8 Jun 2001 14:27:41 -0700 (PDT) (envelope-from patrick@netzuno.com) Received: from grouch (grouch.local.mindstep.com [192.168.0.10]) by zunobox.local.mindstep.com (Postfix) with SMTP id E141C98DC for ; Fri, 8 Jun 2001 17:26:05 -0400 (EDT) From: "Patrick Bihan-Faou" To: Subject: Re: Two pam/ssh questions. Date: Fri, 8 Jun 2001 17:27:07 -0400 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.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 Hi, > > Second, I 'cvsup'd a couple of days ago, did a 'make world' last night > > and now am getting "sshd[NNN]: PAM setcred failed[6]: Permission denied" > > errors whenever I tried to ssh in from the outside. I am running in the same problem. In my setup, this occurs only when I am using RSA or DSA authentication (instead of clear-text password). Since I want password based authentication disabled, I hacked the code to not die if the setcred fails: root@zeweb# cvs -d /cvs diff -u auth-pam.c Index: auth-pam.c =================================================================== RCS file: /cvs/freebsd/src/crypto/openssh/auth-pam.c,v retrieving revision 1.2.2.1 diff -u -r1.2.2.1 auth-pam.c --- auth-pam.c 2001/01/12 04:25:54 1.2.2.1 +++ auth-pam.c 2001/06/08 21:15:05 @@ -30,7 +30,7 @@ #include "xmalloc.h" #include "servconf.h" -RCSID("$FreeBSD: auth-pam.c,v 1.2.2.1 2001/01/12 04:25:54 green Exp $"); +RCSID("$FreeBSD$"); #define NEW_AUTHTOK_MSG \ "Warning: Your password has expired, please change it now" @@ -261,7 +261,7 @@ debug("PAM establishing creds"); pam_retval = pam_setcred(pamh, PAM_ESTABLISH_CRED); if (pam_retval != PAM_SUCCESS) { - fatal("PAM setcred failed[%d]: %.200s", + debug("PAM setcred failed[%d]: %.200s", pam_retval, PAM_STRERROR(pamh, pam_retval)); } } This is not likely to be the proper thing to do, but it works for me right now. This has been broken recently (I think PAM has just been updated in -STABLE, this could be why). patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 14:30:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from epsilon.lucida.ca (epsilon.lucida.ca [209.47.215.67]) by hub.freebsd.org (Postfix) with SMTP id 3B1FD37B401 for ; Fri, 8 Jun 2001 14:30:22 -0700 (PDT) (envelope-from matt@LUCIDA.CA) Received: (qmail 35732 invoked by uid 1000); 8 Jun 2001 21:30:21 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Jun 2001 21:30:21 -0000 Date: Fri, 8 Jun 2001 17:30:19 -0400 (EDT) From: Matt Heckaman To: Subject: Re: The FreeBSD core team needs your help In-Reply-To: <200106081046.MAA60733@lurza.secnetix.de> Message-ID: <20010608172940.C35632-100000@epsilon.lucida.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 8 Jun 2001, Oliver Fromme wrote: ... : #!/usr/bin/dc : [Hello World!]p : : SCNR :) : Regards : Oliver #!/usr/local/bin/calc -S print "Hello world!" Sorry, couldn't resist :) * Matt Heckaman - mailto:matt@LUCIDA.CA http://www.lucida.ca/gpg * * GPG fingerprint - 53CA 8320 C8F6 32ED 9DDF 036E 3171 C093 4AD3 1364 * The Universe is run by the complex interweaving of three elements: energy, matter, and enlightened self-interest. -- G'Kar, "Survivors" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: http://www.lucida.ca/gpg iD8DBQE7IUPtMXHAk0rTE2QRAiaEAKC/tugMFfGa8s3SVpxG/Cka42pYvACgo+OF yGxO3ihW10kaIA79KGkJSQ4= =Q/SI -----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 Fri Jun 8 14:38:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from guardian.hermes.si (guardian.hermes.si [193.77.5.150]) by hub.freebsd.org (Postfix) with ESMTP id 9EFBA37B411 for ; Fri, 8 Jun 2001 14:38:29 -0700 (PDT) (envelope-from mitja@lamu.hermes.si) Received: from hermes.si (primus.hermes.si [193.77.5.98]) by guardian.hermes.si (8.9.3/8.9.3) with ESMTP id XAA02057 for ; Fri, 8 Jun 2001 23:38:26 +0200 (METDST) Received: (from root@localhost) by hermes.si (8.9.3/8.9.3) id XAA25616 for ; Fri, 8 Jun 2001 23:38:25 +0200 Received: from lamu.hermes.si (lamu.hermes.si [10.17.1.230]) by hermes.si (8.9.3/8.9.3) with ESMTP id XAA25530; Fri, 8 Jun 2001 23:38:24 +0200 Received: by lamu.hermes.si (8.11.3/8.9.3) id f58LdwA00746; Fri, 8 Jun 2001 23:39:58 +0200 (CEST) Message-Id: <200106082139.f58LdwA00746@lamu.hermes.si> Content-Type: text/plain; charset="iso-8859-1" From: Mitja Horvat Organization: Hermes SoftLab To: David Malone Subject: Re: 3Com 3c905B related kernel panic Date: Fri, 8 Jun 2001 23:39:57 +0200 X-Mailer: KMail [version 1.2.2] Cc: freebsd-stable@FreeBSD.ORG References: <200106061550.f56FomJ00618@lamu.hermes.si> <20010606172405.A57743@walton.maths.tcd.ie> In-Reply-To: <20010606172405.A57743@walton.maths.tcd.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.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 Hi, > The commit was allowing oversized frames so that VLAN tagged frames > could get through. From the commit message it sounds like something > on your network may be sending big frames. Bill Paul would be the > best person to talk to about this - make sure you include all the > info you have about the problem if you send him a message. I contacted Bill and sent him additional information. Strangely, I cannot reproduce the problem since I cvsupped today, so I guess it was related to some other part of the kernel code or some kind of hardware conflict. Anyway, thank you for your help. Best regards, Mitja. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 14:46:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from steeltoe.niceboots.com (steeltoe.niceboots.com [208.25.85.157]) by hub.freebsd.org (Postfix) with ESMTP id 67FD737B40A for ; Fri, 8 Jun 2001 14:46:42 -0700 (PDT) (envelope-from tenebrae@niceboots.com) Received: from localhost (tenebrae@localhost) by steeltoe.niceboots.com (8.11.3/8.11.0) with ESMTP id f58LkeM62389; Fri, 8 Jun 2001 14:46:40 -0700 (PDT) Date: Fri, 8 Jun 2001 14:46:39 -0700 (PDT) From: Tenebrae To: Dave Glowacki Cc: stable@FreeBSD.ORG Subject: Re: Two pam/ssh questions. In-Reply-To: <200106082027.PAA02817@hyde.ssec.wisc.edu> 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 Fri, 8 Jun 2001, Dave Glowacki wrote: > Second, I 'cvsup'd a couple of days ago, did a 'make world' last night > and now am getting "sshd[NNN]: PAM setcred failed[6]: Permission denied" > errors whenever I tried to ssh in from the outside. I had a problem with SSH after I cvsupped from 4.1.1 to 4.3. > I've got the "ssh" lines in /etc/pam.conf and /usr/lib/libpam_ssh.so > exists, but I'm not sure what else to check. I don't think I even HAD an /etc/pam.conf until after I upgraded. Mergemaster was confusing to me. Headache... Here's the SSH part of my pam.conf file: # New. # OpenSSH with PAM support requires similar modules. The session one is # a bit strange, though... sshd auth sufficient pam_skey.so #sshd auth sufficient pam_kerberosIV.so try_first_pass sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so # "csshd" is for challenge-based authentication with sshd (TIS auth, etc.) csshd auth required pam_skey.so Perpetually a newbie here... -Tenebrae. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 14:56: 0 2001 Delivered-To: freebsd-stable@freebsd.org Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 34A3A37B405 for ; Fri, 8 Jun 2001 14:55:57 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 765B92E45F for ; Fri, 8 Jun 2001 17:55:56 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.3) id f58LtuP61248; Fri, 8 Jun 2001 17:55:56 -0400 (EDT) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15137.18924.285947.655628@onceler.kciLink.com> Date: Fri, 8 Jun 2001 17:55:56 -0400 To: stable@freebsd.org Subject: buildworld breakage in ipmon X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" 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 I haven't seen anything in -stable or on the mailing list archives, but buildworld is breaking today. cvsup'd this morning, and again a few minutes ago. both times, I break building ipmon. I'm building on a 4.2-STABLE machine from Jan 29. I did "make cleandir; make cleandir" between the two cvsup's, so it shouldn't have any old crap lying around. Buildworld worked great two days ago on the same machine. ===> sbin/ipfw cc -O -pipe -ffast-math -mfancy-math-387 -march=pentiumpro -Wall -I/usr/obj/amd/onceler/u/onceler1/usr/src/i386/usr/include -c /amd/onceler/u/onceler1/usr/src/sbin/ipfw/ipfw.c cc -O -pipe -ffast-math -mfancy-math-387 -march=pentiumpro -Wall -I/usr/obj/amd/onceler/u/onceler1/usr/src/i386/usr/include -static -o ipfw ipfw.o gzip -cn /amd/onceler/u/onceler1/usr/src/sbin/ipfw/ipfw.8 > ipfw.8.gz /amd/onceler/u/onceler1/usr/src/sbin/ipfw/ipfw.8: 65.4% ===> sbin/ipmon cc -O -pipe -ffast-math -mfancy-math-387 -march=pentiumpro -DIPL_NAME=\"/dev/ipl\" -I- -I/amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../sys -I/amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../contrib/ipfilter -I/usr/obj/amd/onceler/u/onceler1/usr/src/i386/usr/include -c /amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c /amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:95: `TH_ECN' undeclared here (not in a function) /amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:95: initializer element is not constant /amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:95: (near initialization for `tcpfl[6].value') /amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c: In function `print_natlog': /amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:408: `NL_FLUSH' undeclared (first use in this function) /amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:408: (Each undeclared identifier is reported only once /amd/onceler/u/onceler1/usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:408: for each function it appears in.) *** Error code 1 Stop in /amd/onceler/u/onceler1/usr/src/sbin/ipmon. *** Error code 1 Stop in /amd/onceler/u/onceler1/usr/src/sbin. *** Error code 1 Stop in /amd/onceler/u/onceler1/usr/src. *** Error code 1 Stop in /amd/onceler/u/onceler1/usr/src. *** Error code 1 Stop in /amd/onceler/u/onceler1/usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 14:57:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vimfuego.saarinen.org (saarinen.org [203.79.82.14]) by hub.freebsd.org (Postfix) with ESMTP id A6F7937B403 for ; Fri, 8 Jun 2001 14:57:27 -0700 (PDT) (envelope-from juha@saarinen.org) Received: from vimfuego.saarinen.org ([192.168.1.1]) by vimfuego.saarinen.org with esmtp (Exim 3.22 #1 (Red Hack)) id 158UDc-0001zx-00; Sat, 09 Jun 2001 09:55:00 +1200 Date: Sat, 9 Jun 2001 09:55:00 +1200 (NZST) From: Juha Saarinen To: Kenneth Mays Cc: "freebsd-stable@freebsd.org" Subject: Re: Improvements for FreeBSD v4.3.1-Release? In-Reply-To: Message-ID: X-S: Always 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, 8 Jun 2001, Kenneth Mays wrote: > 2. Journalling FS (what's the best one out there?) XFS from SGI seems pretty good, and the guys could do with some support and recognition -- http://oss.sgi.com -- Regards, Juha PGP fingerprint: B7E1 CC52 5FCA 9756 B502 10C8 4CD8 B066 12F3 9544 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 15:24:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id D307537B405 for ; Fri, 8 Jun 2001 15:24:10 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 6E6AF3E0B; Fri, 8 Jun 2001 15:24:10 -0700 (PDT) To: Rob Simmons Cc: freebsd-stable@freebsd.org Subject: Re: no devsw In-Reply-To: ; from rsimmons@wlcg.com on "Fri, 8 Jun 2001 10:17:47 -0400 (EDT)" Date: Fri, 08 Jun 2001 15:24:10 -0700 From: Dima Dorfman Message-Id: <20010608222410.6E6AF3E0B@bazooka.unixfreak.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 Rob Simmons writes: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > I noticed this message on all of the ide based FreeBSD boxen after the > first time I did a make world etc: > > no devsw (majdev=0 bootdev=0xa0200000) > > - From what I've been reading in the archives, this message is mostly > harmless. Is there a way to fix what is causing the message? I fixed it a couple of days ago in -stable. If you upgrade again, it won't be there. And you are right, it is completely harmless. > > Robert Simmons > Systems Administrator > http://www.wlcg.com/ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (FreeBSD) > Comment: For info see http://www.gnupg.org > > iD8DBQE7IN6Ov8Bofna59hYRA7ggAJ9iJcuSjEc8deWETjBG8GqDXFWfngCgheIC > d9TtxABBlY7Lhi5uSXZ0LUQ= > =1MnV > -----END PGP SIGNATURE----- > > > > 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 Fri Jun 8 15:25:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from Thanatos.Shenton.Org (a3.ebbed1.client.atlantech.net [209.190.235.163]) by hub.freebsd.org (Postfix) with SMTP id 6D41437B403 for ; Fri, 8 Jun 2001 15:25:14 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 27899 invoked by uid 1000); 8 Jun 2001 22:25:13 -0000 To: "Patrick Bihan-Faou" Cc: Subject: Re: Two pam/ssh questions. References: From: Chris Shenton Date: 08 Jun 2001 18:25:13 -0400 In-Reply-To: Message-ID: <87ofryzk1i.fsf@thanatos.shenton.org> Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 "Patrick Bihan-Faou" writes: > > > Second, I 'cvsup'd a couple of days ago, did a 'make world' last night > > > and now am getting "sshd[NNN]: PAM setcred failed[6]: Permission denied" > > > errors whenever I tried to ssh in from the outside. > > I am running in the same problem. In my setup, this occurs only when I am > using RSA or DSA authentication (instead of clear-text password). Dang. I *just* posted a query to -questions on exactly this, with 4.3-STABLE built from cvsup a few minutes ago, pam.conf updated via mergemaster. I removed my ~/.ssh/authorized_keys on the server and was able to login instead of getting the PAM setcred problem on the server. At least I'm running again. But would be nice to have the RSA auth working so I don't have to ship passwords around. Thanks for the tip. I'll follow changes to pam more closely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 15:54: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id BF0FC37B405 for ; Fri, 8 Jun 2001 15:53:58 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f58MrvO98367; Fri, 8 Jun 2001 15:53:57 -0700 (PDT) (envelope-from dillon) Date: Fri, 8 Jun 2001 15:53:57 -0700 (PDT) From: Matt Dillon Message-Id: <200106082253.f58MrvO98367@earth.backplane.com> To: Jordan Hubbard Cc: freebsd-stable@FreeBSD.ORG Subject: Re: The FreeBSD core team needs your help References: <200106081353.f58Dr3110380@quarter.csl.sri.com> <20010608140413.98034.qmail@web14704.mail.yahoo.com> <20010608074424R.jkh@osd.bsdi.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 :[jkh shows up in a british military uniform] : :OK, stop this at once, it's SILLY! cat /usr/share/examples/ibcs2/README | sed -e 's/.*l //' | sed -e 's/ t.*//' -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 15:55:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hyde.ssec.wisc.edu (hyde.ssec.wisc.edu [144.92.108.217]) by hub.freebsd.org (Postfix) with ESMTP id 2B8BB37B40E for ; Fri, 8 Jun 2001 15:55:29 -0700 (PDT) (envelope-from dglo@hyde.ssec.wisc.edu) Received: from hyde.ssec.wisc.edu (localhost [127.0.0.1]) by hyde.ssec.wisc.edu (8.9.3+Sun/8.9.3) with ESMTP id RAA04275; Fri, 8 Jun 2001 17:51:25 -0500 (CDT) Message-Id: <200106082251.RAA04275@hyde.ssec.wisc.edu> To: Chris Shenton Cc: "Patrick Bihan-Faou" , freebsd-stable@FreeBSD.ORG Subject: Re: Two pam/ssh questions. In-reply-to: Your message of "08 Jun 2001 18:25:13 EDT." <87ofryzk1i.fsf@thanatos.shenton.org> Date: Fri, 08 Jun 2001 17:51:25 -0500 From: Dave Glowacki 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 Chris Shenton wrote: > "Patrick Bihan-Faou" writes: > > > > > Second, I 'cvsup'd a couple of days ago, did a 'make world' last night > > > > and now am getting "sshd[NNN]: PAM setcred failed[6]: Permission denied" > > > > errors whenever I tried to ssh in from the outside. > > > > I am running in the same problem. In my setup, this occurs only when I am > > using RSA or DSA authentication (instead of clear-text password). > > Dang. I *just* posted a query to -questions on exactly this, with > 4.3-STABLE built from cvsup a few minutes ago, pam.conf updated via > mergemaster. It has to be something from the last couple of days, because I built from up-to-date sources on Tuesday night and everything was working fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 16:25:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dell.dannyland.org (dell.dannyland.org [64.81.36.13]) by hub.freebsd.org (Postfix) with ESMTP id 4CD6637B401 for ; Fri, 8 Jun 2001 16:25:22 -0700 (PDT) (envelope-from dannyman@toldme.com) Received: by dell.dannyland.org (Postfix, from userid 1001) id C61FF5BF9; Fri, 8 Jun 2001 16:25:09 -0700 (PDT) Date: Fri, 8 Jun 2001 16:25:09 -0700 From: Danny Howard To: Matt Dillon Cc: Jordan Hubbard , freebsd-stable@FreeBSD.ORG Subject: Re: The FreeBSD core team needs your help Message-ID: <20010608162509.I9607@tellme.com> References: <200106081353.f58Dr3110380@quarter.csl.sri.com> <20010608140413.98034.qmail@web14704.mail.yahoo.com> <20010608074424R.jkh@osd.bsdi.com> <200106082253.f58MrvO98367@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106082253.f58MrvO98367@earth.backplane.com>; from dillon@earth.backplane.com on Fri, Jun 08, 2001 at 03:53:57PM -0700 X-Loop: djhoward@uiuc.edu 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 So, what help do the Core Team need? Maybe this could be posted to the web with a link from http://www.freebsd.org? :) -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 19:22:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 0475337B401 for ; Fri, 8 Jun 2001 19:22:24 -0700 (PDT) (envelope-from keramidi@otenet.gr) Received: from hades.hell.gr (patr530-a219.otenet.gr [212.205.215.219]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f592M9f01821; Sat, 9 Jun 2001 05:22:10 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.3/8.11.3) id f592M5b04955; Sat, 9 Jun 2001 05:22:05 +0300 (EEST) (envelope-from keramidi@otenet.gr) Date: Sat, 9 Jun 2001 05:22:04 +0300 (EEST) From: Giorgos Keramidas X-X-Sender: To: Donn Miller Cc: Jason Andresen , Kenneth Mays , Subject: Re: The FreeBSD core team needs your help In-Reply-To: <20010608134705.19635.qmail@web14701.mail.yahoo.com> Message-ID: <20010609052125.K4914-100000@hades.hell.gr> 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, 8 Jun 2001, Donn Miller wrote: > Does ReiserFS work with FreeBSD? Nope. ReiserFS is very Linux-specific at the moment. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 19:53:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from lowblow.svc.tds.net (lowblow.svc.tds.net [204.246.1.39]) by hub.freebsd.org (Postfix) with ESMTP id 959BE37B403 for ; Fri, 8 Jun 2001 19:53:36 -0700 (PDT) (envelope-from rpvoland@facstaff.wisc.edu) Received: from brian.tds.net ([216.170.164.19]) by lowblow.svc.tds.net with ESMTP id <20010609025335.OECB29822.lowblow@brian.tds.net> for ; Fri, 8 Jun 2001 21:53:35 -0500 Message-Id: <4.3.2.7.2.20010608215220.00af6620@facstaff.wisc.edu> X-Sender: rpvoland@facstaff.wisc.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 08 Jun 2001 21:52:59 -0500 To: freebsd-stable@freebsd.org From: "Rickie P. Voland" Subject: Re: buildworld breakage in ipmon 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 saw a similar error related to ipfilter just now when I did a "make buildworld" on sources I updated by CVSup about 5pm CDT today from CVSup5 (MIT?). The site was down yesterday. I'm trying to update from 4.2-Release to 4.3-Stable. I use the 4.2-GENERIC kernel. My make.conf file has four active lines (plus comments). CFLAGS= -O -pipe MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) COMPAT3X= yes USA_RESIDENT= YES Rick Voland rpvoland@facstaff.wisc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 8 21: 0:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 3E3D337B401 for ; Fri, 8 Jun 2001 21:00:49 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from netcom1.netcom.com (user-2iniu37.dialup.mindspring.com [165.121.120.103]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id AAA21834; Sat, 9 Jun 2001 00:00:25 -0400 (EDT) Received: by netcom1.netcom.com (Postfix, from userid 1000) id 3BE0D1141EC; Fri, 8 Jun 2001 21:00:09 -0700 (PDT) From: Mike Harding To: chris@shenton.org Cc: patrick@netzuno.com, freebsd-stable@freebsd.org In-reply-to: <87ofryzk1i.fsf@thanatos.shenton.org> (message from Chris Shenton on 08 Jun 2001 18:25:13 -0400) Subject: Re: Two pam/ssh questions. References: <87ofryzk1i.fsf@thanatos.shenton.org> Message-Id: <20010609040009.3BE0D1141EC@netcom1.netcom.com> Date: Fri, 8 Jun 2001 21:00:09 -0700 (PDT) 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. I just got locked out of a remote box I upgraded - I only use RSA/DSA mode and it bounces me. I did mergemaster - something is broken... like maybe you don't need PAM when you have an RSA key? - Mike H. Cc: From: Chris Shenton Date: 08 Jun 2001 18:25:13 -0400 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Precedence: bulk "Patrick Bihan-Faou" writes: > > > Second, I 'cvsup'd a couple of days ago, did a 'make world' last night > > > and now am getting "sshd[NNN]: PAM setcred failed[6]: Permission denied" > > > errors whenever I tried to ssh in from the outside. > > I am running in the same problem. In my setup, this occurs only when I am > using RSA or DSA authentication (instead of clear-text password). Dang. I *just* posted a query to -questions on exactly this, with 4.3-STABLE built from cvsup a few minutes ago, pam.conf updated via mergemaster. I removed my ~/.ssh/authorized_keys on the server and was able to login instead of getting the PAM setcred problem on the server. At least I'm running again. But would be nice to have the RSA auth working so I don't have to ship passwords around. Thanks for the tip. I'll follow changes to pam more closely. 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 Fri Jun 8 21: 9:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id D037C37B405 for ; Fri, 8 Jun 2001 21:09:21 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from netcom1.netcom.com (user-2iniu37.dialup.mindspring.com [165.121.120.103]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id AAA28374; Sat, 9 Jun 2001 00:09:17 -0400 (EDT) Received: by netcom1.netcom.com (Postfix, from userid 1000) id 9C8B51141EE; Fri, 8 Jun 2001 21:08:58 -0700 (PDT) From: Mike Harding To: chris@shenton.org Cc: freebsd-stable@FreeBSD.ORG In-reply-to: <87wv6n0zb5.fsf@thanatos.shenton.org> (message from Chris Shenton on 08 Jun 2001 11:24:46 -0400) Subject: Re: Lyris/SysAdmin mag: Fastest OS for Net Apps? Linux, Windows > FreeBSD References: <87wv6n0zb5.fsf@thanatos.shenton.org> Message-Id: <20010609040858.9C8B51141EE@netcom1.netcom.com> Date: Fri, 8 Jun 2001 21:08:58 -0700 (PDT) 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 looking at the article, they almost certainly did not turn on softupdates for freebsd - or mount the linux disk in a sensible way for a mail server... - Mike H. From: Chris Shenton Date: 08 Jun 2001 11:24:46 -0400 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Precedence: bulk Saw this on the qmail list and was intrigued. Good article, but disappointing to find that in their tests the speed winners were Linux, Solaris, Windows, and FreeBSD -- in that order. Is this due to FreeBSD's conservative disk commits/writes, or possibly thread inefficiencies, or something else? I find it hard to conceive of Windows implementations of anything being faster, but... From: John White Subject: Lyris performance and article To: qmail@list.cr.yp.to Date: Thu, 7 Jun 2001 09:42:43 -0700 SysAdmin has an article online by some of the top technical people at Lyris (remember Lyris?): Title: Which OS is Fastest for High-Performance Network Applications? http://www.sysadminmag.com/newsletters/feature/ They use their MTA as a comparison tool, and crank it up to the equvalent of a concurrencyremote of 3000, though they don't seem to get much of a performance boost past 1000 on the hardware they're using. One of their conclusions is that their asynch multi-threaded software model outperforms the process based model which qmail uses. Is their methodology convincing? Well... However, and interesting read. John White 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 Fri Jun 8 22:42: 2 2001 Delivered-To: freebsd-stable@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 3F42137B401 for ; Fri, 8 Jun 2001 22:41:58 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 158bVU-000BD2-00 for freebsd-stable@freebsd.org; Sat, 9 Jun 2001 06:41:57 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.3/8.11.1) id f595ftS96448 for freebsd-stable@freebsd.org; Sat, 9 Jun 2001 06:41:55 +0100 (BST) (envelope-from jcm) Date: Sat, 9 Jun 2001 06:41:55 +0100 From: j mckitrick To: freebsd-stable@freebsd.org Subject: problem with miniperl and make depend Message-ID: <20010609064154.A96339@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.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 I just cvsupped tonight, and got this error while running make depend. I have not built world lately, i've just been recompiling the kernel for some driver tests. It looks to me like the path to miniperl is wrong. It exists on my machine, but not in /usr/obj/usr/src !!! ===> gnu/usr.bin/ld ===> gnu/usr.bin/perl ===> gnu/usr.bin/perl/libperl ===> gnu/usr.bin/perl/miniperl ===> gnu/usr.bin/perl/perl Extracting config.h (with variable substitutions) Extracting cflags (with variable substitutions) Extracting writemain (with variable substitutions) Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=freebsd, osvers=4.0-current, archname=i386-freebsd uname='FreeBSD freefall.FreeBSD.org 4.0-current FreeBSD 4.0-current #0: $Dat e$' hint=recommended, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='', gccversion=2.95.2 19991024 (release) cppflags='' ccflags ='' stdchar='char', d_stdstdio=undef, usevfork=true intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags ='-Wl,-E -lperl -lm ' libpth=/usr/lib libs=-lm -lc -lcrypt libc=, so=so, useshrplib=true, libperl=libperl.so.3 Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-R/usr/lib' cccdlflags='-DPIC -fpic', lddlflags='-Wl,-E -shared -lperl -lm ' /usr/obj/usr/src/gnu/usr.bin/perl/perl/../miniperl/miniperl:No such file or dire ctory *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root:/usr/src# jonathon -- A: "Herbs don't cleanse the blood, the liver cleanses the blood." B: "Then maybe herbs cleanse the liver?" A: "No, ALCOHOL cleanses the liver." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 2: 0:29 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by hub.freebsd.org (Postfix) with ESMTP id 7A1B837B401; Sat, 9 Jun 2001 02:00:27 -0700 (PDT) (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.11.3/8.8.8) id f598xYQ27347; Sat, 9 Jun 2001 01:59:34 -0700 (PDT) (envelope-from pete) From: Pete Carah Message-Id: <200106090859.f598xYQ27347@ns.altadena.net> Subject: Re: Two pam/ssh questions. In-Reply-To: <20010609040009.3BE0D1141EC@netcom1.netcom.com> To: stable@freebsd.org Date: Sat, 9 Jun 2001 01:59:34 -0700 (PDT) Cc: markm@freebsd.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=iso8859-1 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 problem is most likely that the pam upgrade happened but the MFC for changes to pam.conf got forgotten. If you look at a pam.conf from -current it is *VERY* different. I'm going to import that from my current box once it comes on line (it's on a remote ISDN line and only comes on line when ntp decides to poll :-) and see what it does. -- Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 2:46:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by hub.freebsd.org (Postfix) with ESMTP id 8104C37B401; Sat, 9 Jun 2001 02:46:28 -0700 (PDT) (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.11.3/8.8.8) id f599jeC28852; Sat, 9 Jun 2001 02:45:40 -0700 (PDT) (envelope-from pete) From: Pete Carah Message-Id: <200106090945.f599jeC28852@ns.altadena.net> Subject: Re: Two pam/ssh questions. In-Reply-To: <200106090859.f598xYQ27347@ns.altadena.net> To: stable@freebsd.org Date: Sat, 9 Jun 2001 02:45:39 -0700 (PDT) Cc: markm@freebsd.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=iso8859-1 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 Following up on my own note: > The problem is most likely that the pam upgrade happened but the > MFC for changes to pam.conf got forgotten. That is true but isn't enough. There are also many changes (like a whole new vendor import) in openssh. I'm too tired now to deal with this. > If you look at a pam.conf from -current it is *VERY* different. I'm > going to import that from my current box once it comes on line > (it's on a remote ISDN line and only comes on line when ntp decides > to poll :-) and see what it does. Doesn't help enough. The problem appears to be that if you don't use password auth, then no pam module gets loaded. Then when setcred is called the dispatch fails. -- Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 5: 4:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 99ADE37B401; Sat, 9 Jun 2001 05:04:13 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.3/8.11.3) with ESMTP id f59C3o685805; Sat, 9 Jun 2001 14:03:53 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200106091203.f59C3o685805@gratis.grondar.za> To: Pete Carah Cc: stable@freebsd.org, markm@freebsd.org Subject: Re: Two pam/ssh questions. References: <200106090859.f598xYQ27347@ns.altadena.net> In-Reply-To: <200106090859.f598xYQ27347@ns.altadena.net> ; from Pete Carah "Sat, 09 Jun 2001 01:59:34 MST." Date: Sat, 09 Jun 2001 14:06:19 +0200 From: Mark Murray 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 most likely that the pam upgrade happened but the > MFC for changes to pam.conf got forgotten. Actually no. :-) I'm going to lag the PAMified utils behind current for a while. > If you look at a pam.conf from -current it is *VERY* different. I'm > going to import that from my current box once it comes on line > (it's on a remote ISDN line and only comes on line when ntp decides > to poll :-) and see what it does. Let me know, please! M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 6: 7:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns1.onody.net (www.u2world.org [216.218.2.237]) by hub.freebsd.org (Postfix) with SMTP id 6C6A337B405 for ; Sat, 9 Jun 2001 06:07:20 -0700 (PDT) (envelope-from dom@u2france.com) Received: (qmail 68209 invoked from network); 9 Jun 2001 15:08:05 -0000 Received: from unknown (HELO dom) (172.190.113.76) by ns1.onody.net with SMTP; 9 Jun 2001 15:08:05 -0000 Message-ID: <051801c0f0e4$9076fa20$b745fdc1@dom> From: "Dom" To: Subject: Date: Sat, 9 Jun 2001 15:00:00 +0200 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.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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 6:31: 5 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dilbert.fcg.co.uk (dilbert.firstcallgroup.co.uk [194.203.69.166]) by hub.freebsd.org (Postfix) with ESMTP id 2759A37B405 for ; Sat, 9 Jun 2001 06:31:03 -0700 (PDT) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by dilbert.fcg.co.uk with local (Exim 3.22 #1) id 158ipL-000OVy-00 for stable@FreeBSD.ORG; Sat, 09 Jun 2001 14:30:55 +0100 To: stable@FreeBSD.ORG Subject: Very odd clock problem Message-Id: From: Pete French Date: Sat, 09 Jun 2001 14:30:55 +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 One of our FreeBSD machine is starting to loose time very badly. Odd as it is running ntp from 5 different servers. Its also not a small loss, the clock jumps backwards to the year 1933 ! Anybody got any ideas or seen anything similar ? -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 7:15:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web14708.mail.yahoo.com (web14708.mail.yahoo.com [216.136.224.125]) by hub.freebsd.org (Postfix) with SMTP id D1BAB37B401 for ; Sat, 9 Jun 2001 07:15:29 -0700 (PDT) (envelope-from hackr_d@yahoo.com) Message-ID: <20010609141529.70649.qmail@web14708.mail.yahoo.com> Received: from [63.67.120.228] by web14708.mail.yahoo.com; Sat, 09 Jun 2001 07:15:29 PDT Date: Sat, 9 Jun 2001 07:15:29 -0700 (PDT) From: Donn Miller Subject: Re: Very odd clock problem To: Pete French , stable@FreeBSD.ORG In-Reply-To: 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 --- Pete French wrote: > One of our FreeBSD machine is starting to loose time very badly. Odd > as it is running ntp from 5 different servers. Its also not a small > loss, the clock jumps backwards to the year 1933 ! Anybody got any > ideas or seen anything similar ? Output from dmesg would help... __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Sat Jun 9 7:54:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 1679837B401 for ; Sat, 9 Jun 2001 07:54:33 -0700 (PDT) (envelope-from pjklist@ekahuna.com) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Sat, 9 Jun 2001 07:54:32 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: stable@FreeBSD.ORG Date: Sat, 9 Jun 2001 07:54:33 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Improvements for FreeBSD v4.3.1-Release? Reply-To: pjklist@ekahuna.com Message-ID: <3B21D639.14436.461C2A4@localhost> In-reply-to: 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 > Date: Sat, 9 Jun 2001 09:55:00 +1200 (NZST) > From: Juha Saarinen > Subject: Re: Improvements for FreeBSD v4.3.1-Release? > > On Fri, 8 Jun 2001, Kenneth Mays wrote: > > > 2. Journalling FS (what's the best one out there?) > > XFS from SGI seems pretty good, and the guys could do with some support > and recognition -- http://oss.sgi.com I thought the conclusion was that SoftUpdates which comes with FreeBSD had many advantages over typical journalling FS's. See the following postscript research paper: http://www.ece.cmu.edu/~ganger/papers/usenix2000.ps As for my pet(ty) ideas, is sysinstall in the midst of a rewrite like the source has implied for a while now? If not, I have a list of bugs/oversights somewhere that I wouldn't mind seeing addressed. (mostly user interface stuff) -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 8:30:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 27FA337B407 for ; Sat, 9 Jun 2001 08:30:36 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.3) with ESMTP id f59FU4O10933; Sat, 9 Jun 2001 08:30:04 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: pjklist@ekahuna.com Cc: stable@FreeBSD.ORG Subject: Re: Improvements for FreeBSD v4.3.1-Release? In-Reply-To: <3B21D639.14436.461C2A4@localhost> References: <3B21D639.14436.461C2A4@localhost> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010609083004T.jkh@osd.bsdi.com> Date: Sat, 09 Jun 2001 08:30:04 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 13 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: "Philip J. Koenig" Subject: Re: Improvements for FreeBSD v4.3.1-Release? Date: Sat, 9 Jun 2001 07:54:33 -0700 > As for my pet(ty) ideas, is sysinstall in the midst of a rewrite like > the source has implied for a while now? If not, I have a list of > bugs/oversights somewhere that I wouldn't mind seeing addressed. > (mostly user interface stuff) A little of both. If you want to send me this list, I'll see what I can do for the legacy code. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 8:47:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web14707.mail.yahoo.com (web14707.mail.yahoo.com [216.136.224.124]) by hub.freebsd.org (Postfix) with SMTP id 3648237B401 for ; Sat, 9 Jun 2001 08:47:53 -0700 (PDT) (envelope-from hackr_d@yahoo.com) Message-ID: <20010609154753.32846.qmail@web14707.mail.yahoo.com> Received: from [63.67.120.228] by web14707.mail.yahoo.com; Sat, 09 Jun 2001 08:47:53 PDT Date: Sat, 9 Jun 2001 08:47:53 -0700 (PDT) From: Donn Miller Subject: Re: Improvements for FreeBSD v4.3.1-Release? To: pjklist@ekahuna.com, stable@FreeBSD.ORG In-Reply-To: <3B21D639.14436.461C2A4@localhost> 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 --- "Philip J. Koenig" wrote: > I thought the conclusion was that SoftUpdates which comes with > FreeBSD had many advantages over typical journalling FS's. Which is why Sun and SGI both use Soft Updates on their filesystems. I think it's all a matter of tradeoffs. Journaling probably isn't as fast as softupdates, but otoh, really huge filesystems don't have to have the long fsck that softupdates requires. BUT, if background fsck ever gets implemented, it should help immensely even the score in that area. In general, I think journaling is better, but what happens when the journal itself gets corrupted? Another [+] for softupdates. Ok, I don't know what I'm talking about. __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Sat Jun 9 8:50:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dataloss.net (massive.dataloss.net [212.189.232.193]) by hub.freebsd.org (Postfix) with SMTP id 450C837B403 for ; Sat, 9 Jun 2001 08:50:40 -0700 (PDT) (envelope-from peter@dataloss.net) Received: (qmail 11984 invoked by uid 1000); 9 Jun 2001 15:50:02 -0000 Date: Sat, 9 Jun 2001 17:50:02 +0200 From: Peter van Dijk To: stable@FreeBSD.ORG Subject: Re: Improvements for FreeBSD v4.3.1-Release? Message-ID: <20010609175002.C8182@dataloss.net> Mail-Followup-To: stable@FreeBSD.ORG References: <3B21D639.14436.461C2A4@localhost> <20010609154753.32846.qmail@web14707.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010609154753.32846.qmail@web14707.mail.yahoo.com>; from hackr_d@yahoo.com on Sat, Jun 09, 2001 at 08:47:53AM -0700 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, Jun 09, 2001 at 08:47:53AM -0700, Donn Miller wrote: > > --- "Philip J. Koenig" wrote: > > > I thought the conclusion was that SoftUpdates which comes with > > FreeBSD had many advantages over typical journalling FS's. > > Which is why Sun and SGI both use Soft Updates on their > filesystems. Uh. SGI uses XFS, which does journalling. Duh? Greetz, Peter -- dataloss networks '/ignore-ance is bliss' - me 'Het leven is een stuiterbal, maar de mijne plakt aan t plafond!' - me To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 8:51: 5 2001 Delivered-To: freebsd-stable@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 93B3037B401 for ; Sat, 9 Jun 2001 08:51:02 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 158l0u-00046M-00; Sat, 09 Jun 2001 15:51:01 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f59FvAS20415; Sat, 9 Jun 2001 17:57:10 +0200 (CEST) (envelope-from wkb) Date: Sat, 9 Jun 2001 17:57:10 +0200 From: Wilko Bulte To: Donn Miller Cc: pjklist@ekahuna.com, stable@freebsd.org Subject: Re: Improvements for FreeBSD v4.3.1-Release? Message-ID: <20010609175710.A17052@freebie.demon.nl> References: <3B21D639.14436.461C2A4@localhost> <20010609154753.32846.qmail@web14707.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010609154753.32846.qmail@web14707.mail.yahoo.com>; from hackr_d@yahoo.com on Sat, Jun 09, 2001 at 08:47:53AM -0700 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@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 Sat, Jun 09, 2001 at 08:47:53AM -0700, Donn Miller wrote: > > --- "Philip J. Koenig" wrote: > > > I thought the conclusion was that SoftUpdates which comes with > > FreeBSD had many advantages over typical journalling FS's. > > Which is why Sun and SGI both use Soft Updates on their > filesystems. > > I think it's all a matter of tradeoffs. Journaling probably isn't as > fast as softupdates, but otoh, really huge filesystems don't have to > have the long fsck that softupdates requires. BUT, if background fsck > ever gets implemented, it should help immensely even the score in that Make that: bg fsck has been implemented (in -current at least) -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte Powered by FreeBSD/[alpha,x86] 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 Sat Jun 9 8:52:25 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 179B337B405 for ; Sat, 9 Jun 2001 08:52:21 -0700 (PDT) (envelope-from david@catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.10.0/8.10.0) id f59Fq7w72528; Sat, 9 Jun 2001 08:52:07 -0700 (PDT) Date: Sat, 9 Jun 2001 08:52:07 -0700 (PDT) From: David Wolfskill Message-Id: <200106091552.f59Fq7w72528@bunrab.catwhisker.org> To: freebsd-stable@FreeBSD.ORG, jcm@FreeBSD-uk.eu.org Subject: Re: problem with miniperl and make depend In-Reply-To: <20010609064154.A96339@dogma.freebsd-uk.eu.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 >Date: Sat, 9 Jun 2001 06:41:55 +0100 >From: j mckitrick >I just cvsupped tonight, and got this error while running make depend. >I have not built world lately, i've just been recompiling the kernel for >some driver tests. >It looks to me like the path to miniperl is wrong. It exists on my machine, >but not in /usr/obj/usr/src !!! I've been tracking -STABLE (and -CURRENT, for that matter) daily for a while now, and did not encounter that problem. In particular, I was able to build & boot today's -STABLE, and I'm in the "Building everything" phase of the -CURRENT "make buildworld" as I type. Recent CVSup history: CVSup begin from cvsup14.freebsd.org at Thu Jun 7 03:47:01 PDT 2001 CVSup ended from cvsup14.freebsd.org at Thu Jun 7 03:52:50 PDT 2001 CVSup begin from cvsup14.freebsd.org at Thu Jun 7 06:11:22 PDT 2001 CVSup ended from cvsup14.freebsd.org at Thu Jun 7 06:16:54 PDT 2001 CVSup begin from cvsup14.freebsd.org at Fri Jun 8 03:47:01 PDT 2001 CVSup ended from cvsup14.freebsd.org at Fri Jun 8 03:52:57 PDT 2001 CVSup begin from cvsup14.freebsd.org at Sat Jun 9 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Sat Jun 9 03:53:26 PDT 2001 [Had some problems Thursday; markm fixed 'em.] Recent "uname -a" for -STABLE: FreeBSD dhcp-140.catwhisker.org 4.3-STABLE FreeBSD 4.3-STABLE #54: Thu Jun 7 07:43:23 PDT 2001 root@dhcp-133.catwhisker.org:/common/S1/obj/usr/src/sys/LAPTOP_30W i386 FreeBSD dhcp-135.catwhisker.org 4.3-STABLE FreeBSD 4.3-STABLE #56: Fri Jun 8 04:14:09 PDT 2001 root@:/common/S1/obj/usr/src/sys/LAPTOP_30W i386 [Eh; I was going to show the one for this morning, but I'm running -CURRENT on the box now, and I didn't record the most recent uname -a output.] 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 Sat Jun 9 9: 2:53 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 042C937B401 for ; Sat, 9 Jun 2001 09:02:49 -0700 (PDT) (envelope-from david@catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.10.0/8.10.0) id f59G2ZZ72577 for stable@freebsd.org; Sat, 9 Jun 2001 09:02:35 -0700 (PDT) Date: Sat, 9 Jun 2001 09:02:35 -0700 (PDT) From: David Wolfskill Message-Id: <200106091602.f59G2ZZ72577@bunrab.catwhisker.org> To: stable@freebsd.org Subject: Re: Improvements for FreeBSD v4.3.1-Release? In-Reply-To: <20010609154753.32846.qmail@web14707.mail.yahoo.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: Sat, 9 Jun 2001 08:47:53 -0700 (PDT) >From: Donn Miller >I think it's all a matter of tradeoffs. Journaling probably isn't as >fast as softupdates, but otoh, really huge filesystems don't have to >have the long fsck that softupdates requires. BUT, if background fsck >ever gets implemented, it should help immensely even the score in that >area. FWIW, the "background fsck" is (at least partially) implemented in -CURRENT. And there have been a few times that I've experienced a panic in -CURRENT, and the background fsck kicked in; seemed to work as expected for me in those cases -- no surprises; no known data loss or damage. And though I'm somewhat "playing with fire" here, I was also able to mount the filesystems in question OK under -STABLE. (I boot either -STABLE or -CURRENT on my laptop.) 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 Sat Jun 9 9:54:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 4F96F37B430; Sat, 9 Jun 2001 09:54:15 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (dialup-209.245.133.57.Dial1.SanJose1.Level3.net [209.245.133.57]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id MAA07043; Sat, 9 Jun 2001 12:54:05 -0400 (EDT) Message-ID: <3B2254CA.9FB93387@mindspring.com> Date: Sat, 09 Jun 2001 09:54:34 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Daniel C. Sobral" Cc: Poul-Henning Kamp , Doug Denault , Greg Lehey , developers@FreeBSD.ORG, FreeBSD Stable Users , FreeBSD current users Subject: FORTH: Modifying loader... References: <50104.991592939@critter> <3B208329.2E2BFF2B@mindspring.com> <3B20BF6F.7060900@tcoip.com.br> 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 "Daniel C. Sobral" wrote: > Actually, > > : Short-Appplication ." Hello World!" cr ; > > might even work... :-) I've been waiting for a FORTH-geek to pop his head up; I have most of "nextboot" reimplemented... I've added "fwrite" and "flseek" verbs. I've thought about kidnapping an astronomer. 8-). The current problem is that the biosdisk.c doesn't contain "write" code, and that the libstand code wouldn't call it if it did. I'm not really interested in creating or extending files, and with those restrictions, it seems possible to do the job. Is anyone interested in helping out with the code? The basic plan is to take a file that has: "A A A B B B\n" and rewrite it as: "A A B B B A\n" (a rotor; slightly different than the original nextboot, but acceptable, given the constraint of keeping the file exactly the same length), and then use the first string "A" (might be "disk1s1a:/kernel") to set curr_dev to the "disk1s1a:" part, and then try to boot the "/kernel" part. I'll write the user space utility, and I'm willing to do the UFS code as well, but it's been 15 years since I've done FORTH, and I'm not too confident of the VM86 calls in biosboot.c for writing, either. We could guard the code against extending the file, and that's enough to ignore the allocation problems without damaging any FS to which it is applied, since we would only rewrite existing disk blocks. The "fread" verb already returns the exact length of the file, so that's not a problem, either. So do we have a BIOS write hacker and a FORTH hacker in the house? Worse comes to worse, I can find a sacrificial disk and do the BIOS write stuff myself, if I have to. Modified code for libstand to go back to CMU Mach, per the request, of course... -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 9:57:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.236.200]) by hub.freebsd.org (Postfix) with ESMTP id 6B34637B407 for ; Sat, 9 Jun 2001 09:57:44 -0700 (PDT) (envelope-from allbery@ece.cmu.edu) Received: from rushlight.rem.cmu.edu (ANNEX-1.ECE.CMU.EDU [128.2.136.1]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id f59Gveg10737; Sat, 9 Jun 2001 12:57:40 -0400 (EDT) Date: Sat, 09 Jun 2001 12:57:38 -0400 From: "Brandon S. Allbery KF8NH" To: Peter van Dijk , stable@FreeBSD.ORG Subject: Re: Improvements for FreeBSD v4.3.1-Release? Message-ID: <181360000.992105857@rushlight.rem.cmu.edu> In-Reply-To: <20010609175002.C8182@dataloss.net> References: <3B21D639.14436.461C2A4@localhost> <20010609154753.32846.qmail@web14707.mail.yahoo.com> <20010609175002.C8182@dataloss.net> X-Mailer: Mulberry/2.1.0a6 (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 Saturday, June 09, 2001 17:50:02 +0200, peter@dataloss.net wrote: +---- | On Sat, Jun 09, 2001 at 08:47:53AM -0700, Donn Miller wrote: | > | > --- "Philip J. Koenig" wrote: | > | > > I thought the conclusion was that SoftUpdates which comes with | > > FreeBSD had many advantages over typical journalling FS's. | > | > Which is why Sun and SGI both use Soft Updates on their | > filesystems. | | Uh. SGI uses XFS, which does journalling. Duh? +--->8 I think "" is supposed to mean "sarcasm".... -- 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 Sat Jun 9 10:47:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id 07DA337B407 for ; Sat, 9 Jun 2001 10:47:04 -0700 (PDT) (envelope-from tom@gottheil.com) Received: from humbaba (nelazul@h0020182d540a.ne.mediaone.net [24.128.52.27]) by chmls06.mediaone.net (8.11.1/8.11.1) with SMTP id f59Hl2826520 for ; Sat, 9 Jun 2001 13:47:02 -0400 (EDT) Message-ID: <000c01c0f10c$5ed17220$0200a8c0@humbaba> From: "Tom Gottheil" To: Subject: XFree86 Port Problems Date: Sat, 9 Jun 2001 13:48:16 -0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0009_01C0F0EA.D7133E70" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C0F0EA.D7133E70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit First of all, let me apologize if this is my second post, my e-mail has been very screwed up lately. Anyway, for some reason I deinstalled X and reinstalled it form the updated ports. The reinstall seemed to go fine, but when it was installing the Mesa libs it exited with this message: FATAL: Can't create unshared /../X86/common_x86.o: No such file or directory. (I have attached dmesg -a if that helps) ------=_NextPart_000_0009_01C0F0EA.D7133E70 Content-Type: application/octet-stream; name="dmesg" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dmesg" Copyright (c) 1992-2001 The FreeBSD Project.=0A= Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994=0A= The Regents of the University of California. All rights reserved.=0A= FreeBSD 4.3-STABLE #2: Sun May 20 13:37:48 EDT 2001=0A= nelazul@Humbaba:/usr/obj/usr/src/sys/HUMBABA=0A= Timecounter "i8254" frequency 1193182 Hz=0A= CPU: AMD Athlon(tm) Processor (1008.99-MHz 686-class CPU)=0A= Origin =3D "AuthenticAMD" Id =3D 0x642 Stepping =3D 2=0A= = Features=3D0x183f9ff=0A= AMD Features=3D0xc0440000<,AMIE,DSP,3DNow!>=0A= real memory =3D 268353536 (262064K bytes)=0A= config> di pcic0=0A= No such device: pcic0=0A= Invalid command or syntax. Type `?' for help.=0A= config> di sn0=0A= No such device: sn0=0A= Invalid command or syntax. Type `?' for help.=0A= config> di lnc0=0A= No such device: lnc0=0A= Invalid command or syntax. Type `?' for help.=0A= config> di ie0=0A= No such device: ie0=0A= Invalid command or syntax. Type `?' for help.=0A= config> di fe0=0A= No such device: fe0=0A= Invalid command or syntax. Type `?' for help.=0A= config> di cs0=0A= No such device: cs0=0A= Invalid command or syntax. Type `?' for help.=0A= config> di bt0=0A= No such device: bt0=0A= Invalid command or syntax. Type `?' for help.=0A= config> di aic0=0A= No such device: aic0=0A= Invalid command or syntax. Type `?' for help.=0A= config> di aha0=0A= No such device: aha0=0A= Invalid command or syntax. Type `?' for help.=0A= config> di adv0=0A= No such device: adv0=0A= Invalid command or syntax. Type `?' for help.=0A= config> q=0A= avail memory =3D 257789952 (251748K bytes)=0A= Preloaded elf kernel "kernel" at 0xc0373000.=0A= Preloaded userconfig_script "/boot/kernel.conf" at 0xc037309c.=0A= Pentium Pro MTRR support enabled=0A= md0: Malloc disk=0A= npx0: on motherboard=0A= npx0: INT 16 interface=0A= pcib0: on motherboard=0A= pci0: on pcib0=0A= pcib2: at device 1.0 = on pci0=0A= pci1: on pcib2=0A= pci1: at 0.0 irq 11=0A= isab0: at device 4.0 on pci0=0A= isa0: on isab0=0A= atapci0: port 0xd800-0xd80f at device 4.1 = on pci0=0A= ata1: at 0x170 irq 15 on atapci0=0A= uhci0: port 0xd400-0xd41f irq 5 at device = 4.2 on pci0=0A= usb0: on uhci0=0A= usb0: USB revision 1.0=0A= uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1=0A= uhub0: 2 ports with 2 removable, self powered=0A= uhci1: port 0xd000-0xd01f irq 5 at device = 4.3 on pci0=0A= usb1: on uhci1=0A= usb1: USB revision 1.0=0A= uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1=0A= uhub1: 2 ports with 2 removable, self powered=0A= uhub2: ALCOR Generic USB Hub, class 9/0, rev 1.10/1.00, addr 2=0A= uhub2: 4 ports with 4 removable, self powered=0A= atapci1: port = 0x9000-0x903f,0x9400-0x9403,0x9800-0x9807,0xa000-0xa003,0xa400-0xa407 = mem 0xd5800000-0xd581ffff irq 5 at device 9.0 on pci0=0A= ata2: at 0xa400 on atapci1=0A= ata3: at 0x9800 on atapci1=0A= ed0: port 0x8800-0x881f irq 10 at = device 11.0 on pci0=0A= ed0: address 00:80:c6:f4:34:61, type NE2000 (16 bit) =0A= pcm0: port 0x8400-0x841f irq 5 at device 13.0 on pci0=0A= atapci2: port = 0x6400-0x643f,0x6800-0x6803,0x7000-0x7007,0x7400-0x7403,0x7800-0x7807 = mem 0xd5000000-0xd501ffff irq 10 at device 17.0 on pci0=0A= ata4: at 0x7800 on atapci2=0A= ata5: at 0x7000 on atapci2=0A= pcib1: on motherboard=0A= pci2: on pcib1=0A= fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0=0A= fdc0: FIFO enabled, 8 bytes threshold=0A= fd0: <1440-KB 3.5" drive> on fdc0 drive 0=0A= atkbdc0: at port 0x60,0x64 on isa0=0A= atkbd0: flags 0x1 irq 1 on atkbdc0=0A= kbd0 at atkbd0=0A= psm0: irq 12 on atkbdc0=0A= psm0: model IntelliMouse, device ID 3=0A= vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0=0A= sc0: at flags 0x100 on isa0=0A= sc0: VGA <16 virtual consoles, flags=3D0x300>=0A= sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0=0A= sio0: type 16550A=0A= sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= sio1: type 16550A=0A= ppc0: at port 0x378-0x37f irq 7 on isa0=0A= ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode=0A= ppc0: FIFO with 16/16/8 bytes threshold=0A= ppbus0: IEEE1284 device found /NIBBLE=0A= Probing for PnP devices on ppbus0:=0A= ppbus0: HP ENHANCED PCL5,PJL=0A= plip0: on ppbus0=0A= lpt0: on ppbus0=0A= lpt0: Interrupt-driven port=0A= ppi0: on ppbus0=0A= ar0: 57259MB [7299/255/63] subdisks:=0A= ad4: 28629MB [58168/16/63] at ata2-master = UDMA66=0A= ad6: 29311MB [59554/16/63] at ata3-master UDMA66=0A= acd0: CDROM at ata1-master using PIO4=0A= acd1: CD-RW <6X4X32> at ata1-slave using PIO4=0A= Mounting root from ufs:/dev/ar0s2a=0A= swapon: adding /dev/ar0s2b as swap device=0A= Automatic boot in progress...=0A= /dev/ar0s2a: =0A= FILESYSTEM CLEAN; SKIPPING CHECKS=0A= /dev/ar0s2a: =0A= clean, 56999 free =0A= (615 frags, 7048 blocks, 0.6% fragmentation)=0A= /dev/ar0s2f: =0A= FILESYSTEM CLEAN; SKIPPING CHECKS=0A= /dev/ar0s2f: =0A= clean, 6500068 free =0A= (39796 frags, 807534 blocks, 0.4% fragmentation)=0A= /dev/ar0s2e: =0A= FILESYSTEM CLEAN; SKIPPING CHECKS=0A= /dev/ar0s2e: =0A= clean, 11619 free =0A= (59 frags, 1445 blocks, 0.3% fragmentation)=0A= Doing initial network setup:=0A= hostname=0A= .=0A= ed0: flags=3D8843 mtu 1500=0A= inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255=0A= ether 00:80:c6:f4:34:61 =0A= lo0: flags=3D8049 mtu 16384=0A= inet 127.0.0.1 netmask 0xff000000 =0A= add net default: gateway 192.168.0.1=0A= Additional routing options:=0A= tcp extensions=3DNO=0A= TCP keepalive=3DYES=0A= .=0A= Routing daemons:=0A= .=0A= Additional daemons:=0A= syslogd=0A= .=0A= Doing additional network setup:=0A= portmap=0A= .=0A= Starting final network daemons:=0A= .=0A= ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib=0A= a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout = /usr/X11R6/lib/aout=0A= Starting standard daemons:=0A= inetd=0A= cron=0A= sshd=0A= .=0A= Initial rc.i386 initialization:=0A= .=0A= Configuring syscons:=0A= blank_time=0A= .=0A= Additional ABI support:=0A= .=0A= Local package initialization:=0A= [Sat Jun 9 13:02:14 2001] [alert] httpd: Could not determine the = server's fully qualified domain name, using 192.168.0.2 for ServerName=0A= =0A= apache=0A= cfsd=0A= rplayd=0A= Jun 9 13:02:15 Humbaba qmail: 992106135.340486 alert: cannot start: = unable to read controls=0A= .=0A= Additional TCP options:=0A= .=0A= =0A= Sat Jun 9 13:02:15 EDT 2001=0A= Jun 9 13:09:43 Humbaba su: nelazul to root on /dev/ttyv0=0A= ------=_NextPart_000_0009_01C0F0EA.D7133E70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 10:57:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from home.cg.nu (home.cg.nu [213.196.2.115]) by hub.freebsd.org (Postfix) with ESMTP id 719B037B405 for ; Sat, 9 Jun 2001 10:57:51 -0700 (PDT) (envelope-from henk@home.cg.nu) Received: by home.cg.nu (Postfix, from userid 1004) id 55325158FB0; Sat, 9 Jun 2001 19:57:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by home.cg.nu (Postfix) with ESMTP id 4C01617FB78 for ; Sat, 9 Jun 2001 19:57:50 +0200 (CEST) Date: Sat, 9 Jun 2001 19:57:50 +0200 (CEST) From: Henk Wevers To: Subject: ssh RSA login faild! with keys HELP 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 Hi, After a make world FreeBSD cg.nu 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jun 8 21:54:05 CEST 2001 root@cg.nu:/usr/obj/usr/src/sys/BLAAT i386 I could not login anymore with private keys in the ~/.ssh/authorized_keys. Jun 9 19:56:34 f sshd[1569]: Accepted rsa for ROOT from 10.10.1.1 port 1002 Jun 9 19:56:34 f sshd[1569]: fatal: PAM setcred failed[6]: Permission denied Please HELP. Henk Wevers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 13: 2:16 2001 Delivered-To: freebsd-stable@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 5F97F37B401 for ; Sat, 9 Jun 2001 13:02:10 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 158ovx-0007sQ-00 for freebsd-stable@freebsd.org; Sat, 9 Jun 2001 21:02:09 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.3/8.11.1) id f59K28v11311 for freebsd-stable@freebsd.org; Sat, 9 Jun 2001 21:02:08 +0100 (BST) (envelope-from jcm) Date: Sat, 9 Jun 2001 21:02:08 +0100 From: j mckitrick To: freebsd-stable@freebsd.org Subject: vpo module won't unload Message-ID: <20010609210208.A11262@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.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 Could somebody with a zip drive try kldload and kldunload with the vpo module, and let me know what happens? I can load it and it works fine, but unloading gets a 'device not configured' message. jonathon -- A: "Herbs don't cleanse the blood, the liver cleanses the blood." B: "Then maybe herbs cleanse the liver?" A: "No, ALCOHOL cleanses the liver." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 14:23: 0 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 1BC7737B401; Sat, 9 Jun 2001 14:22:42 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f59LWN701157; Sat, 9 Jun 2001 14:32:23 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200106092132.f59LWN701157@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: tlambert2@mindspring.com Cc: "Daniel C. Sobral" , Poul-Henning Kamp , Doug Denault , Greg Lehey , developers@FreeBSD.ORG, FreeBSD Stable Users , FreeBSD current users Subject: Re: FORTH: Modifying loader... In-reply-to: Your message of "Sat, 09 Jun 2001 09:54:34 PDT." <3B2254CA.9FB93387@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 09 Jun 2001 14:32:23 -0700 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've been waiting for a FORTH-geek to pop his head up; I > have most of "nextboot" reimplemented... I've added "fwrite" > and "flseek" verbs. I've thought about kidnapping an > astronomer. 8-). > > The current problem is that the biosdisk.c doesn't contain > "write" code, and that the libstand code wouldn't call it > if it did. > > I'm not really interested in creating or extending files, > and with those restrictions, it seems possible to do the > job. > > Is anyone interested in helping out with the code? I've wanted someone to fix the libstand filesystems to support overwrite for some time, so yes, I'd be happy to help here. > The basic plan is to take a file that has: > > "A A A B B B\n" > > and rewrite it as: > > "A A B B B A\n" > > (a rotor; slightly different than the original nextboot, > but acceptable, given the constraint of keeping the file > exactly the same length), and then use the first string > "A" (might be "disk1s1a:/kernel") to set curr_dev to the > "disk1s1a:" part, and then try to boot the "/kernel" part. I actually had a fairly different and more generic idea in mind; an 8k "boot.variables" file in /boot, which holds variables marked with 'save '. So you would do something like: set kernel_list="kernel.new,kernel.default,kernel.emergency" set kernel_index=0 save kernel_list save kernel_index to set things up. If the format of the file was sensible, manipulating it from userspace would be trivial as well. > I'll write the user space utility, and I'm willing to do > the UFS code as well, but it's been 15 years since I've > done FORTH, and I'm not too confident of the VM86 calls > in biosboot.c for writing, either. I can't help with the FORTH, but I certainly know what needs to be done in biosdisk.c. Note that the SRM equivalent can't write to the disk, so this *won't* work for the Alpha. 8( Regards, Mike -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 14:38:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from poontang.schulte.org (poontang.schulte.org [209.134.156.197]) by hub.freebsd.org (Postfix) with ESMTP id A3F7D37B405 for ; Sat, 9 Jun 2001 14:38:41 -0700 (PDT) (envelope-from christopher@schulte.org) Received: from tarmap.schulte.org (tarmap.schulte.org [209.134.156.198]) by poontang.schulte.org (8.12.0.Beta10/8.12.0.Beta10) with ESMTP id f59LcSQO007145; Sat, 9 Jun 2001 16:38:28 -0500 (CDT) Message-Id: <5.1.0.14.0.20010609161831.0256eec0@pop.schulte.org> X-Sender: schulte@pop.schulte.org X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 09 Jun 2001 16:37:19 -0500 To: Henk Wevers , From: Christopher Schulte Subject: Re: ssh RSA login faild! with keys HELP In-Reply-To: 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 >Doesn't help enough. The problem appears to be that if you don't use >password auth, then no pam module gets loaded. Then when setcred is called >the dispatch fails. This exact issue has been discussed as of June 8th. Check the archives before posting. http://docs.freebsd.org/mail/current/freebsd-stable.html http://www.freebsd.org/search/search.html#mailinglists Seems to be a problem with recent changes to openssh in RELENG_4, which hasn't been fixed, yet(?) BTW: This is why I love the new RELENG_4_3. ;p The only thing I might suggest is offering 'critical *system* updates' rather than just 'critical security updates' via RELENG_4_x patch branch. But I know it's a sticky issue, and don't want to open this delicate can of worms again. :-> At 07:57 PM 6/9/2001 +0200, Henk Wevers wrote: >Hi, > >After a make world >FreeBSD cg.nu 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jun 8 21:54:05 CEST >2001 root@cg.nu:/usr/obj/usr/src/sys/BLAAT i386 > >I could not login anymore with private keys in the ~/.ssh/authorized_keys. > >Jun 9 19:56:34 f sshd[1569]: Accepted rsa for ROOT from 10.10.1.1 port >1002 >Jun 9 19:56:34 f sshd[1569]: fatal: PAM setcred failed[6]: Permission >denied > >Please HELP. > > >Henk Wevers -- Christopher Schulte Finger for PGP key, or for UNIX impaired: http://noc.schulte.org/cgi-bin/noc/finger.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 15: 3:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id BF21C37B409 for ; Sat, 9 Jun 2001 15:03:14 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f59M2p809657; Sat, 9 Jun 2001 15:02:51 -0700 (PDT) (envelope-from dillon) Date: Sat, 9 Jun 2001 15:02:51 -0700 (PDT) From: Matt Dillon Message-Id: <200106092202.f59M2p809657@earth.backplane.com> To: Mark Murray Cc: Christopher Schulte , Henk Wevers , Subject: Re: ssh RSA login faild! with keys HELP References: <5.1.0.14.0.20010609161831.0256eec0@pop.schulte.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 (Mark, my buildworld is as-of midnight June 7th and it still breaks for me, could you clarify the situation with libpam and sshd?) I don't see a mention of openssh being the problem. I did an upgrade myself today and hit the same problem.... pam_setcred() failed, permission denied. Fortunately though, being a programmer, I can try to track things down. What I came up with is that the 5/3 PAM import seems to have introduced some sort of 'cached error code' feature. The PAM_SETCRED command assumes that the chain has already been executed and sets the use_cached_chain variable to 1. Unfortunately, at least insofar as openssh goes, the chain being called appears to have NOT been called already, so the cached values set to the default, which is -1, which produces the error. Turning off use_cached_chain in the pam library appears to solve the problem. i.e. in /usr/src/contrib/libpam/libpam/pam_dispatch.c. THIS MAY NOT BE THE CORRECT SOLUTION! But it worked for me. Since Mark M is responsible for this import, maybe he can shed some light on the problem. I've CC'd him. -Matt Index: pam_dispatch.c =================================================================== RCS file: /home/ncvs/src/contrib/libpam/libpam/pam_dispatch.c,v retrieving revision 1.1.1.1.6.1 diff -u -r1.1.1.1.6.1 pam_dispatch.c --- pam_dispatch.c 2001/06/07 09:07:32 1.1.1.1.6.1 +++ pam_dispatch.c 2001/06/09 21:48:20 @@ -270,7 +270,7 @@ break; case PAM_SETCRED: h = pamh->handlers.conf.setcred; - use_cached_chain = 1; + use_cached_chain = 0; break; case PAM_ACCOUNT: h = pamh->handlers.conf.acct_mgmt; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 15: 7:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from c007.snv.cp.net (c007-h015.c007.snv.cp.net [209.228.33.222]) by hub.freebsd.org (Postfix) with SMTP id CC40037B405 for ; Sat, 9 Jun 2001 15:07:23 -0700 (PDT) (envelope-from niceshorts@yahoo.com) Received: (cpmta 23579 invoked from network); 9 Jun 2001 15:07:22 -0700 Received: from dsl-64-195-103-89.telocity.com (HELO boethius.yahoo.com) (64.195.103.89) by smtp.telocity.com (209.228.33.222) with SMTP; 9 Jun 2001 15:07:22 -0700 X-Sent: 9 Jun 2001 22:07:22 GMT Received: (from anthony@localhost) by boethius.yahoo.com (8.11.3/8.11.3) id f59M8of33499 for stable@freebsd.org; Sat, 9 Jun 2001 17:08:50 -0500 (CDT) (envelope-from anthony) Date: Sat, 9 Jun 2001 17:08:50 -0500 From: Anthony Kim To: stable@freebsd.org Subject: usbd.conf Message-ID: <20010609170849.A33467@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: deus ex machina 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 Is there a reason why usb ethernet doesn't follow the start_if.${DEVNAME}/ stop_if.${DEVNAME} convention? Currently I have in my usbd.conf: -attach "dhclient ${DEVNAME}" +attach "/etc/start_if.${DEVNAME}" -detach "killall dhclient" +detach "/etc/stop_if.${DEVNAME}" And the relevant scripts perform support work (start and stop fetchmail, ifconfig, route add, route flush, etc.). Are there plans to modify usbd.conf so that it acts more like pccard_ether? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 15:54: 5 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 B0E3137B403 for ; Sat, 9 Jun 2001 15:53:57 -0700 (PDT) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id PAA22190; Sat, 9 Jun 2001 15:53:51 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <200106092253.PAA22190@freeway.dcfinc.com> Subject: Re: ssh RSA login faild! with keys HELP In-Reply-To: <5.1.0.14.0.20010609161831.0256eec0@pop.schulte.org> from Christopher Schulte at "Jun 9, 1 04:37:19 pm" To: christopher@schulte.org (Christopher Schulte) Date: Sat, 9 Jun 2001 15:53:50 -0700 (MST) Cc: henk@home.cg.nu, stable@FreeBSD.ORG Reply-To: chad@DCFinc.com Organization: DCF, Inc. X-O/S: FreeBSD 2.2.8-STABLE X-Unexpected: The Spanish Inquisition X-Mailer: ELM [version 2.4ME+ PL40 (25)] 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 As I recall, Christopher Schulte wrote: > BTW: This is why I love the new RELENG_4_3. I second that. I think RELENG_4_3 is the perfect solution to the "-STABLE" vs "-RELEASE" branch trade-offs. There's been enough regular breakage in -stable to discourage me from trying to track it on production machines. And yet, security and serious bug fixes getting MFS (Merged From Stable) by yours truly in my own tree has been a bother. So let's cheer for the "-most_stable" branch! > The only thing I might suggest is offering 'critical *system* updates' > rather than just 'critical security updates' via RELENG_4_x patch > branch. I like the idea that only the Security Officer and the Release Engineer can commit to this branch. That seems about right to me. We'll see how it works in practice. As best I can tell, neither of them have found compelling reason to commit yet. -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 Sat Jun 9 17:15:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vimfuego.saarinen.org (saarinen.org [203.79.82.14]) by hub.freebsd.org (Postfix) with ESMTP id CCF6437B401 for ; Sat, 9 Jun 2001 17:15:39 -0700 (PDT) (envelope-from juha@saarinen.org) Received: from [192.168.1.10] (helo=den2) by vimfuego.saarinen.org with esmtp (Exim 3.22 #1 (Red Hack)) id 158stF-0004MC-00 for ; Sun, 10 Jun 2001 12:15:37 +1200 From: "Juha Saarinen" To: "Freebsd-Stable@Freebsd. Org" Subject: Disk geometry oddity Date: Sun, 10 Jun 2001 12:15:19 +1200 Message-ID: <00d601c0f142$6f5a0540$0a01a8c0@den2> 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.2627 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 I'm in the process of removing a concatenated vinum volume, consisting of a partition/slice on da0 plus the entire da1. The two drives are 36GB SCSI. I removed the vinum configuration with 'vinum resetconfig' and then just created a new partition etc. on da1 and mounted it. Then I wanted to reclaim the rest of the unused disk space on da0 (about 18GB) with /stand/sysinstall, but got this warning that I haven't seen before. lqqqqqqqqqqqqqqqqqqqqqqqqqqqq Message qqqqqqqqqqqqqqqqqqqqqqqqqqqqqk xWARNING: A geometry of 99565/40/18 for da0 is incorrect. Using x xa more likely geometry. If this geometry is incorrect or you x xare unsure as to whether or not it's correct, please consult x xthe Hardware Guide in the Documentation submenu or use the x x(G)eometry command to change it now. x x x xRemember: you need to enter whatever your BIOS thinks the x xgeometry is! For IDE, it's what you were told in the BIOS x xsetup. For SCSI, it's the translation mode your controller is x xusing. Do NOT use a ``physical geometry''. x tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq(100%)qqu x [ OK ] x mqqqqqqqqqqqqqqqqqqq[ Press enter to continue ]qqqqqqqqqqqqqqqqqqqqj Fdisk says: Disk name: da0 FDISK Partition Editor DISK Geometry: 4462 cyls/255 heads/63 sectors = 71682030 sectors (35000MB) Offset Size(ST) End Name PType Desc Subtype Flags 0 71687340 71687339 da0s1 3 freebsd 165 C Which is presumably the "more likely geometry". The amount of sectors in the warning message works out as 71,686,800 which is 4,770 more than what fdisk thinks. I don't get warning message with da1, however. Is this a side-effect of "dangerously dedicated mode"? I'm hesitant to make any changes to the partition table of da0 at this stage. If this is described in a FAQ/How-To/mailing list archive somewhere, apologies and please direct me to the right place... :-) Cheers, -- Juha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 17:22:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vimfuego.saarinen.org (saarinen.org [203.79.82.14]) by hub.freebsd.org (Postfix) with ESMTP id 1612C37B401 for ; Sat, 9 Jun 2001 17:22:42 -0700 (PDT) (envelope-from juha@saarinen.org) Received: from [192.168.1.10] (helo=den2) by vimfuego.saarinen.org with esmtp (Exim 3.22 #1 (Red Hack)) id 158t05-0004My-00 for ; Sun, 10 Jun 2001 12:22:41 +1200 From: "Juha Saarinen" To: "'Freebsd-Stable@Freebsd. Org'" Subject: RE: Disk geometry oddity Date: Sun, 10 Jun 2001 12:22:23 +1200 Message-ID: <00da01c0f143$6bb60e10$0a01a8c0@den2> 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.2627 In-Reply-To: <00d601c0f142$6f5a0540$0a01a8c0@den2> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 Ooops, Apologies for the terrible line wrapping in the last message... Let's try again: WARNING: A geometry of 99565/40/18 for da0 is incorrect. Using xa more likely geometry. If this geometry is incorrect or you are unsure as to whether or not it's correct, please consult the Hardware Guide in the Documentation submenu or use the (G)eometry command to change it now. Remember: you need to enter whatever your BIOS thinks the geometry is! For IDE, it's what you were told in the BIOS setup. For SCSI, it's the translation mode your controller is using. Do NOT use a ``physical geometry''. -- Juha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 17:57:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from reiters.org (reiters.org [64.40.73.246]) by hub.freebsd.org (Postfix) with ESMTP id E9A5E37B401 for ; Sat, 9 Jun 2001 17:57:08 -0700 (PDT) (envelope-from denny@reiters.org) Received: by reiters.org (Postfix, from userid 1001) id 2DB7CD633; Sat, 9 Jun 2001 19:57:08 -0500 (CDT) Date: Sat, 9 Jun 2001 19:57:08 -0500 From: Dennis Reiter To: Donn Miller Cc: stable@FreeBSD.ORG Subject: Re: Improvements for FreeBSD v4.3.1-Release? Message-ID: <20010609195708.A7667@reiters.org> References: <3B21D639.14436.461C2A4@localhost> <20010609154753.32846.qmail@web14707.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.2i In-Reply-To: <20010609154753.32846.qmail@web14707.mail.yahoo.com>; from hackr_d@yahoo.com on Sat, Jun 09, 2001 at 08:47:53AM -0700 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 Quoting Donn Miller (hackr_d@yahoo.com): > In general, I think journaling is better, but what happens when the > journal itself gets corrupted? Another [+] for softupdates. Ok, I > don't know what I'm talking about. What happens is you turn the ringer off on your phone and take a long, long nap while it does an fsck. I've had this happen on a 250gig filesystem. -- Denny Reiter | denny@reiters.org www.scapegoats.org You! Off my planet! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 18:11:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id C80B137B405 for ; Sat, 9 Jun 2001 18:11:42 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f5A1Be010403; Sat, 9 Jun 2001 18:11:40 -0700 (PDT) (envelope-from dillon) Date: Sat, 9 Jun 2001 18:11:40 -0700 (PDT) From: Matt Dillon Message-Id: <200106100111.f5A1Be010403@earth.backplane.com> To: Dennis Reiter Cc: Donn Miller , stable@FreeBSD.ORG Subject: Re: Improvements for FreeBSD v4.3.1-Release? References: <3B21D639.14436.461C2A4@localhost> <20010609154753.32846.qmail@web14707.mail.yahoo.com> <20010609195708.A7667@reiters.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 :What happens is you turn the ringer off on your phone and take a :long, long nap while it does an fsck. I've had this happen on a :250gig filesystem. : :-- :Denny Reiter | denny@reiters.org : www.scapegoats.org Depending on what you use the filesystem for, judicious use of newfs parameters when creating a filesystem can make fscks much faster. Much, much faster. See the new 'tuning' man page for more information (you need a recent -stable to get the man page). For the 128G filesystems we use to hold our databases, which hold fewer larger files rather then a large number of tiny files, fsck takes about 20 seconds. For such a filesystem I usually use something like this: newfs -i 262144 -b 16384 -f 2048 -c 107 /dev/ccd0d (which for a 128G filesystem results in around half a million inodes, i.e. files, possible.) (DON'T TRY THIS AT HOME IF YOU DO NOT KNOW WHAT NEWFS DOES!) Even a large filesystem holding many smaller files can usually benefit fsck-wise by at least increasing the cylinders/group (-c) parameter as high as newfs will let it go. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 19: 8:24 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 E947637B408 for ; Sat, 9 Jun 2001 19:08:19 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f5A25Aq09314; Sat, 9 Jun 2001 19:05:10 -0700 Date: Sat, 9 Jun 2001 19:05:10 -0700 From: Brooks Davis To: Anthony Kim Cc: stable@FreeBSD.ORG Subject: Re: usbd.conf Message-ID: <20010609190510.B6854@Odin.AC.HMC.Edu> References: <20010609170849.A33467@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="SkvwRMAIpAhPCcCJ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010609170849.A33467@yahoo.com>; from niceshorts@yahoo.com on Sat, Jun 09, 2001 at 05:08:50PM -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 --SkvwRMAIpAhPCcCJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 09, 2001 at 05:08:50PM -0500, Anthony Kim wrote: > Is there a reason why usb ethernet doesn't follow the start_if.${DEVNAME}/ > stop_if.${DEVNAME} convention? Currently I have in my usbd.conf: >=20 > -attach "dhclient ${DEVNAME}" > +attach "/etc/start_if.${DEVNAME}" > -detach "killall dhclient" > +detach "/etc/stop_if.${DEVNAME}" >=20 > And the relevant scripts perform support work (start and stop fetchmail, > ifconfig, route add, route flush, etc.). >=20 > Are there plans to modify usbd.conf so that it acts more like pccard_ethe= r? In -current, usbd.conf calls /etc/pccard_ether which is the current thing to do. I don't know why this change hasn't been MFC'd. Here's the entry: device "USB ethernet" devname "[ack]ue[0-9]+" attach "/etc/pccard_ether ${DEVNAME} start" detach "/etc/pccard_ether ${DEVNAME} stop" -- 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 --SkvwRMAIpAhPCcCJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7ItXVXY6L6fI4GtQRArqmAJ9iPkSknQW8GJ190/21XsxvOFKP3wCgt2AW 65e1dGU3zCz/boWlJRfUjBg= =7yq3 -----END PGP SIGNATURE----- --SkvwRMAIpAhPCcCJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 20:18:36 2001 Delivered-To: freebsd-stable@freebsd.org Received: from webber.innerx.net (webber.innerx.net [38.179.176.97]) by hub.freebsd.org (Postfix) with ESMTP id 5055B37B401 for ; Sat, 9 Jun 2001 20:18:32 -0700 (PDT) (envelope-from dak@SOLO.NET) Received: from [63.22.71.203] (1Cust203.tnt1.frederick.md.da.uu.net [63.22.71.203]) by webber.innerx.net (Postfix) with ESMTP id 2C595C8267 for ; Sat, 9 Jun 2001 21:04:23 -0400 (EDT) Mime-Version: 1.0 X-Sender: dak@mail.solo.net (Unverified) Message-Id: In-Reply-To: <200106092253.PAA22190@freeway.dcfinc.com> References: <200106092253.PAA22190@freeway.dcfinc.com> Date: Sat, 9 Jun 2001 23:04:39 -0400 To: stable@FreeBSD.ORG From: "David A. Koran" Subject: Re: ssh RSA login faild! with keys HELP 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 Well, besides this PAM and OpenSSH issue, certain items that depend upon SSLeay, notably webmin in my case, have broken SSL. Granted I'm not sure as to the real crossover between the dependencies, but issues keep stacking up after this recent "security" related change. (I too upgraded the system via buildworld yesterday, same result as most folks are reporting). I've reported the issue with webmin to the port maintainer, but I'm just mentioning it here on stable because of the curious relation. Anybody else notice this with any other apps? -- David A. Koran (dak@solo.net) - http://www.solo.net/~dak/ -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/CS/SS d- s+: a- C+++$ UBLHSX++++$ P+++$ L- E--- W+++ N- o-- K-? w--- O- M+++$ V-- PS++ PE- Y+>++ PGP t--@ 5 X+ R- tv b+ DI++++ D G e*>+++ h++ r y+ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 21:57:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sima.sita.kiev.ua (sima.sita.kiev.ua [193.193.223.17]) by hub.freebsd.org (Postfix) with ESMTP id 05DA637B408 for ; Sat, 9 Jun 2001 21:57:04 -0700 (PDT) (envelope-from ay@sima.sita.kiev.ua) Received: (from root@localhost) by sima.sita.kiev.ua (8.Who.Cares/8.Who.Cares) id HAA34286 for freebsd-stable@freebsd.org; Sun, 10 Jun 2001 07:56:59 +0300 (EEST) (envelope-from ay) Date: Sun, 10 Jun 2001 07:56:59 +0300 To: freebsd-stable@freebsd.org Message-ID: From: "Alexander Yeremenko" MIME-version: 1.0 Content-type: text/plain;charset=koi8-u Organization: Sita Site Subject: ipfilter broken in 4.3-STABLE#0 ??? X-Mailer: Necrosoft Outgluk Express for UNIX 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 today 4.x-STABLE, obtained from cvsup2.ua.freebsd.org, as well, as from cvsup.freebsd.org, make buildworld fails at src/contrib/ipfilter. The reason is clear : most sources includes something like #include "netinet/xxx.h" whereas directory src/contrib/ipfilter/netinet not exists, and all local headers are placed directly in src/contrib/ipfilter. > mkdir netinet ; cp *.h netinet fixes the problem. Is it bug or a feature ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 9 22:57:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id D49B637B401 for ; Sat, 9 Jun 2001 22:57:22 -0700 (PDT) (envelope-from mariodoria@yahoo.com) Received: from na-148-243-246-202.na.avantel.net.mx (HELO midgar) (148.243.246.202) by smtp.mail.vip.sc5.yahoo.com with SMTP; 10 Jun 2001 05:57:22 -0000 X-Apparently-From: Message-ID: <005301c0f172$37e0f7b0$0a00a8c0@midgar> From: "Mario Doria" To: Subject: Problem with IPFilter Date: Sun, 10 Jun 2001 00:57:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Hello, Just synchronized my sources and made world, but when I did make kernel, it stopped with this error message: cc -O -pipe -DIPV6FIREWALL -D_KERNEL -Wall -Wredundant-decls -Wnested-exte rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcas t-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/.. /include -mpreferred-stack-boundary=2 -c setdef1.c ld -Bshareable -o ip6fw.ko setdef0.o ip6fw.kld setdef1.o ===> ipfilter make: don't know how to make /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/TEC-DIGITAL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. The kernel I'm compiling enables SMP and IPFILTER, other than that, it's the same as GENERIC. Is this only happening on my box? Has anybody else experienced this problem? Thanks, Mario Doria _________________________________________________________ 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