Re: Multiple hpet messages during boot

2010-09-17 Thread M. Warner Losh
In message: <20100917055953.gf1...@pluto.vnode.local> Joel Dahl writes: : On 16-09-2010 8:28, John Baldwin wrote: : > On Wednesday, September 15, 2010 2:32:33 am Joel Dahl wrote: : > > I noticed this during boot (HEAD from yesterday): : > > : > > hpet0: [FILTER] : > > hpet0: [FILTER]

Re: Multiple hpet messages during boot

2010-09-17 Thread M. Warner Losh
In message: <201009160828.35520@freebsd.org> John Baldwin writes: : On Wednesday, September 15, 2010 2:32:33 am Joel Dahl wrote: : > I noticed this during boot (HEAD from yesterday): : > : > hpet0: [FILTER] : > hpet0: [FILTER] : > hpet0: [FILTER] : > hpet0: [FILTER] : > hpet0: [FI

Re: DHCP server in base

2010-09-17 Thread M. Warner Losh
In message: <4c91100c.5060...@freebsd.org> Doug Barton writes: : > Most of the code is there anyway, and it isn't evolving as fast as : > BIND. : : That is actually a more rational argument, even if I don't agree with : it. FWIW, part of the reason that I don't agree with it is that a

Re: Multiple hpet messages during boot

2010-09-17 Thread M. Warner Losh
In message: <4c911214.7060...@freebsd.org> Alexander Motin writes: : Joel Dahl wrote: : > I noticed this during boot (HEAD from yesterday): : > : > hpet0: [FILTER] : > hpet0: [FILTER] : > hpet0: [FILTER] : > hpet0: [FILTER] : > hpet0: [FILTER] : > hpet0: [FILTER] : > hpet0: [FILTER] :

Re: DHCP server in base

2010-09-15 Thread M. Warner Losh
In message: David DEMELIER writes: : 2010/9/11 Doug Barton : : > On 9/10/2010 1:48 PM, Aleksandr Rybalko wrote: : >> : >> Hi, : >> : >> another argument about hostapd :) if have access point we must have : >> way to assign IP for AP clients. : > : > To start with, your assumption is w

Re: {arch}/conf/DEFAULTS and uart

2010-09-12 Thread M. Warner Losh
In message: <20100912170344.ga58...@freebsd.org> Alexander Best writes: : also i noticed that after keywords like "device" there're two tabs, : whereas after the keyword "options" there's one space and a : tab. since i don't know, if this was done on purpose i didn't change : it. It i

Re: Official request: Please make GNU grep the default

2010-08-18 Thread M. Warner Losh
In message: <4c6c1cfe.6060...@freebsd.org> Gabor Kovesdan writes: : When reply, please remove core@ from CC, let's not bother them with : this, I just wanted to let them know that I'm not neglecting this : issue but if still demanded for a good reason, I'll switch back to : default GNU

Re: Official request: Please make GNU grep the default

2010-08-15 Thread M. Warner Losh
In message: <894c8953-7f2f-486f-8701-a3dff65d7...@kientzle.com> Tim Kientzle writes: : : On Aug 15, 2010, at 1:56 AM, Alban Hertroys wrote: : : > On 15 Aug 2010, at 3:12, Doug Barton wrote: : > : >> (And before anyone bothers to reply saying "Use pkg_info -O for that" : >> I'll save

Re: Official request: Please make GNU grep the default

2010-08-14 Thread M. Warner Losh
In message: <4c66c0a4.3000...@freebsd.org> Gabor Kovesdan writes: : Yes, I'm sorry for my slow reaction, I got a flu some time ago and : that prevented me from fixing the bugs earlier. I have several fixes : in my working copy, which are being discussed with my : mentor. Probably, toda

Re: Can't make distribution TARGET_ARCH=... after r209510

2010-07-18 Thread M. Warner Losh
In message: <20100718.171610.338707487962422543@bsdimp.com> "M. Warner Losh" writes: : In message: <20100718210154.ga94...@laptop.levsha.me> : Mykola Dzham writes: : : Hi! : : Attemt to make jail with different target arch on tinderbox (i386

Re: Can't make distribution TARGET_ARCH=... after r209510

2010-07-18 Thread M. Warner Losh
In message: <20100718210154.ga94...@laptop.levsha.me> Mykola Dzham writes: : Hi! : Attemt to make jail with different target arch on tinderbox (i386 jail : on amd64 host) exits with error: : : ERROR: distribution failed - see /usr/local/tinderbox/jails/9-HEAD.i386/distribution.tmp :

Re: Can't make distribution TARGET_ARCH=... after r209510

2010-07-18 Thread M. Warner Losh
In message: <20100718210154.ga94...@laptop.levsha.me> Mykola Dzham writes: : Hi! : Attemt to make jail with different target arch on tinderbox (i386 jail : on amd64 host) exits with error: : : ERROR: distribution failed - see /usr/local/tinderbox/jails/9-HEAD.i386/distribution.tmp :

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-29 Thread M. Warner Losh
In message: <86r5jqdz9w@ds4.des.no> Dag-Erling Smørgrav writes: : "M. Warner Losh" writes: : > + /* : > +* Close the PID file, and all other open descriptors. : > +* Inh

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-28 Thread M. Warner Losh
In message: Garrett Cooper writes: : > This patch is wrong.  The problems with it: : > : > (1) You don't need to unlink the pipe.  If you can't unlink it, then : >    you won't remove the pid file. : : The reason why my previous patch deleted `PIPE' file was because it's : not a true

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-28 Thread M. Warner Losh
In message: Garrett Cooper writes: : On Sun, Jun 27, 2010 at 3:08 PM, M. Warner Losh wrote: : > In message: : >            Garrett Cooper writes: : > : On Sat, Jun 26, 2010 at 1:45 PM, Garrett Cooper wrote: : > : > On Sat, Jun 26, 2010 at 1:29 PM, Hans Petter

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-28 Thread M. Warner Losh
In message: <86iq537egy@ds4.des.no> Dag-Erling Smørgrav writes: : "M. Warner Losh" writes: : > Maybe the real problem is that devd locks the file, then dies. The : > file remains locked, so the flopen is failing with EWOULDBLOCK. : : The lock is released

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-28 Thread M. Warner Losh
In message: <86mxuf7eli@ds4.des.no> Dag-Erling Smørgrav writes: : "M. Warner Losh" writes: : > Why not fix pidfile_open to not return a file handle when the PID : > doesn't match? : : It doesn't. If it can't lock the file, or if fstat(2) fai

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-27 Thread M. Warner Losh
In message: Garrett Cooper writes: : On Sun, Jun 27, 2010 at 3:08 PM, M. Warner Losh wrote: : > In message: : >            Garrett Cooper writes: : > : On Sat, Jun 26, 2010 at 1:45 PM, Garrett Cooper wrote: : > : > On Sat, Jun 26, 2010 at 1:29 PM, Hans Petter

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-27 Thread M. Warner Losh
In message: Garrett Cooper writes: : On Sat, Jun 26, 2010 at 1:45 PM, Garrett Cooper wrote: : > On Sat, Jun 26, 2010 at 1:29 PM, Hans Petter Selasky wrote: : >> Hi, : >> : >> Sometimes utilities that are started by devd require libraries outside : >> /usr/lib. One example is the we

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-27 Thread M. Warner Losh
In message: Garrett Cooper writes: : On Sat, Jun 26, 2010 at 1:45 PM, Garrett Cooper wrote: : > On Sat, Jun 26, 2010 at 1:29 PM, Hans Petter Selasky wrote: : >> Hi, : >> : >> Sometimes utilities that are started by devd require libraries outside : >> /usr/lib. One example is the we

Fw: svn commit: r209554 - in head/usr.sbin/pc-sysinstall: . pc-sysinstall

2010-06-27 Thread M. Warner Losh
If you updated after pc-sysinstall was committed, but before this commit, you'll have a stray /pc-sysinstall. It can and should be deleted. Warner --- Begin Message --- Author: imp Date: Sun Jun 27 17:14:04 2010 New Revision: 209554 URL: http://svn.freebsd.org/changeset/base/209554 Log: Prope

HEADS-UP: object directory name change

2010-06-25 Thread M. Warner Losh
I recently committed a change that changes the name of the object tree where things are built to if you are cross compiling. Rather than /usr/obj/$TARGET_ARCH, it is now /usr/obj/$TARGET.$TARGET_ARCH. The reason for the change is so that embedded platforms with multiple endians can compile into t

Re: devd and/or ACPI not reporting a heat problem

2010-06-17 Thread M. Warner Losh
In message: <4c187778.9060...@freebsd.org> Doug Barton writes: : Howdy, : : I thought my heat problems were over with this laptop thanks to all : the great suggestions I've received about powerd, no stepping, etc. (I : also propped up both the back and the front to make a nice big air

Re: How to disable CLANG & co build in buildworld?

2010-06-12 Thread M. Warner Losh
In message: <4c13f53f.3050...@freebsd.org> Doug Barton writes: : On 06/12/10 08:10, M. Warner Losh wrote: : > In message:<4c1315f9.6000...@freebsd.org> : > Doug Barton writes: : > : On 06/11/10 14:18, M. Warner Losh wrote: : > :> "Thi

Re: How to disable CLANG & co build in buildworld?

2010-06-12 Thread M. Warner Losh
In message: <4c1315f9.6000...@freebsd.org> Doug Barton writes: : On 06/11/10 14:18, M. Warner Losh wrote: : > "This" is building the proper set of tools for the target. It is easy : > to do, and only a couple lines of Makefile foo in Makefile.inc1 : > instead

Re: How to disable CLANG & co build in buildworld?

2010-06-11 Thread M. Warner Losh
In message: <20100611225844.gc1...@hoeg.nl> Ed Schouten writes: : Hi Warner, : : * M. Warner Losh wrote: : > "This" is building the proper set of tools for the target. It is easy : > to do, and only a couple lines of Makefile foo in Makefile.inc1 : > inst

Re: How to disable CLANG & co build in buildworld?

2010-06-11 Thread M. Warner Losh
In message: <4c129ece.8040...@freebsd.org> Doug Barton writes: : On 06/11/10 13:35, Ed Schouten wrote: : > * M. Warner Losh wrote: : >> Except that clang isn't quite disabled when cross-building, due to the : >> issue I pointed out when the com

Re: How to disable CLANG & co build in buildworld?

2010-06-11 Thread M. Warner Losh
In message: <20100611203544.ga1...@hoeg.nl> Ed Schouten writes: : It should be noted that tblgen is not the only tool that may get built : for nothing. Another example is aicasm, which is always built, even if : ahc is not placed in the kernel configuration file. That's another one I'

Re: How to disable CLANG & co build in buildworld?

2010-06-11 Thread M. Warner Losh
In message: <20100611.132052.271446115462387749@bsdimp.com> "M. Warner Losh" writes: : In message: <20100611185237.gl56...@hoeg.nl> : Ed Schouten writes: : : Hello Andreas, : : : : * Andreas Tobler wrote: : : > I have a sparc64 machine whi

Re: How to disable CLANG & co build in buildworld?

2010-06-11 Thread M. Warner Losh
In message: <20100611185237.gl56...@hoeg.nl> Ed Schouten writes: : Hello Andreas, : : * Andreas Tobler wrote: : > I have a sparc64 machine which is quite slow. And for my purpose I : > do not need CLANG etc. atm. : : Clang is not enabled on sparc64, so there is no need to disable :

Re: RFC: New event timers infrastructure

2010-06-10 Thread M. Warner Losh
In message: <4c0e5646.1060...@freebsd.org> Alexander Motin writes: : Brandon Gooch wrote: : > Alexander, do you feel that the code is at a stage where meaningful : > user testing can occur? : : I think yes. I've touched a lot of legacy code, so it would be nice to : know what I may ha

Re: Importing clang/LLVM into FreeBSD HEAD

2010-05-31 Thread M. Warner Losh
In message: Garrett Cooper writes: : On Mon, May 31, 2010 at 11:33 AM, M. Warner Losh wrote: : > In message: <20100531161713.ga60...@freebsd.org> : : [...] : : > There's more context here too.  To improve the support of various : > architectures, we're pla

Re: Importing clang/LLVM into FreeBSD HEAD

2010-05-31 Thread M. Warner Losh
In message: <20100531161713.ga60...@freebsd.org> Roman Divacky writes: : On Mon, May 31, 2010 at 09:14:09AM -0700, Bakul Shah wrote: : > On Mon, 31 May 2010 09:52:48 +0200 Roman Divacky wrote: : > > : > > I would like to propose to integrate clang/LLVM into FreeBSD HEAD : > > in th

Re: config(8) dumps core

2010-04-29 Thread M. Warner Losh
In message: <2010043016.ga90...@darkthrone.kvedulv.de> Michael Moll writes: : On Thu, Apr 29, 2010 at 05:07:00PM -0600, M. Warner Losh wrote: : > Do you have a small, reproducible sequence of events that will : > recreate this problem? I've seen no problems at

Re: config(8) dumps core

2010-04-29 Thread M. Warner Losh
In message: <20100429224938.gi90...@darkthrone.kvedulv.de> Michael Moll writes: : Hi, : : On Thu, Apr 29, 2010 at 11:30:06PM +0100, Bruce Cran wrote: : > /boot/kernel/kernel". It looks like it thinks there's more data available : > than there is. : > : > config/main.c gets the size

Re: Switchover to CAM ATA?

2010-04-26 Thread M. Warner Losh
In message: <20100426181209.gb3...@garage.freebsd.pl> Pawel Jakub Dawidek writes: : On Mon, Apr 26, 2010 at 10:33:27AM -0600, M. Warner Losh wrote: : > I've read most of this thread. I think this is cool technology. : > However, before we move forward with this,

Re: Switchover to CAM ATA?

2010-04-26 Thread M. Warner Losh
I've read most of this thread. I think this is cool technology. However, before we move forward with this, we need to have a plan for the various issues that have come up. The plan needs to be specific, have owners for key items, warnings about ownerless == obsoleted, and target dates. I think t

Re: HEADS UP: COMPAT_IA32 renamed COMPAT_FREEBSD32

2010-03-22 Thread M. Warner Losh
P.S. I think that there's much traction to the idea of moving from COMPAT_FREEBSDx to some other variable called, for example, COMPAT_FREEBSD_BACK_TO=x, which will give compatibility for binaries as old as FreeBSD x.0, and have all the other magic handled behind the scenes. This would render the

Re: HEADS UP: COMPAT_IA32 renamed COMPAT_FREEBSD32

2010-03-22 Thread M. Warner Losh
In message: <20100322185331.ga88...@dragon.nuxi.org> "David O'Brien" writes: : On Fri, Mar 12, 2010 at 12:50:32PM -0700, M. Warner Losh wrote: : > : On Thu, Mar 11, 2010 at 07:24:23PM -0700, M. Warner Losh wrote: : > So the issue isn't as cut and dr

Re: Increasing MAXPHYS

2010-03-22 Thread M. Warner Losh
In message: Scott Long writes: : I'd like to go in the opposite direction. The queue-dispatch-queue : model of GEOM is elegant and easy to extend, but very wasteful for : the simple case, where the simple case is one or two simple : partition transforms (mbr, bsdlabel) and/or a simpl

Re: [PATCH] newvers.sh

2010-03-15 Thread M. Warner Losh
In message: <4b9ee1ad.9080...@freebsd.org> Doug Barton writes: : > I believe the latter can be simplified to not require it. : : When I last looked at it I vaguely recall thinking that not needing : newvers.sh for that purpose was a good goal, but ENOTIME. Right now it is required to

Re: [PATCH] newvers.sh

2010-03-15 Thread M. Warner Losh
In message: <4b9edb05.4020...@freebsd.org> Doug Barton writes: : On 03/15/10 17:41, David O'Brien wrote: : > I'd rather not introduce yet more special things that have to be done : > before invoking newvers.sh. : : David, : : Trying to understand what you're getting at here. What's

Re: [PATCH] newvers.sh

2010-03-15 Thread M. Warner Losh
David In message: <20100316004117.gb36...@dragon.nuxi.org> "David O'Brien" writes: : On Sat, Mar 13, 2010 at 09:13:03PM -0700, M. Warner Losh wrote: : > The Makefile already knows where the kernel src is located. Let's use : > that knowledge to mak

Re: [PATCH] newvers.sh

2010-03-15 Thread M. Warner Losh
In message: <20100316002939.ga36...@dragon.nuxi.org> "David O'Brien" writes: : On Mon, Mar 15, 2010 at 08:44:26AM -0600, M. Warner Losh wrote: : > In message: <20100315142806.ga5...@dragon.nuxi.org> : > "David O'Brien"

Re: [PATCH] newvers.sh

2010-03-15 Thread M. Warner Losh
In message: <20100315142806.ga5...@dragon.nuxi.org> "David O'Brien" writes: : On Sat, Mar 13, 2010 at 09:13:03PM -0700, M. Warner Losh wrote: : > In message: <20100312171206.ga31...@dragon.nuxi.org> : > "David O'Brien"

Re: [PATCH] newvers.sh

2010-03-13 Thread M. Warner Losh
In message: <20100312171206.ga31...@dragon.nuxi.org> "David O'Brien" writes: : * Simplify SRCDIR calculation by directly finding the kernel sources : based directly on one of them. : : Reviewed by: dhw : : This change does not increase the kernel build time. It also continues :

Re: HEADS UP: COMPAT_IA32 renamed COMPAT_FREEBSD32

2010-03-12 Thread M. Warner Losh
In message: <20100312171758.gb31...@dragon.nuxi.org> "David O'Brien" writes: : On Thu, Mar 11, 2010 at 07:24:23PM -0700, M. Warner Losh wrote: : > In message: <7d6fde3d1003111720g7dccf93w1f51db88758a5...@mail.gmail.com> : > Garrett Coo

Re: HEADS UP: COMPAT_IA32 renamed COMPAT_FREEBSD32

2010-03-11 Thread M. Warner Losh
In message: <7d6fde3d1003111720g7dccf93w1f51db88758a5...@mail.gmail.com> Garrett Cooper writes: : On Thu, Mar 11, 2010 at 5:14 PM, Scot Hetzel wrote: : > On Thu, Mar 11, 2010 at 10:36 AM, Mike Jakubik : > wrote: : >> On 3/11/2010 9:50 AM, Nathan Whitehorn wrote: : >>> : >>> As a resu

Re: propose: all arch move into a separate dir

2010-03-07 Thread M. Warner Losh
In message: <20100308000203.ga70...@dragon.nuxi.org> "David O'Brien" writes: : On Sun, Mar 07, 2010 at 02:49:04PM -0700, M. Warner Losh wrote: : > In message: <20100307054423.ge70...@dragon.nuxi.org> : > "David O'Brien"

Re: propose: all arch move into a separate dir

2010-03-07 Thread M. Warner Losh
In message: <20100307054423.ge70...@dragon.nuxi.org> "David O'Brien" writes: : On Fri, Mar 05, 2010 at 09:41:40AM +, Robert Watson wrote: : > On Fri, 5 Mar 2010, Poul-Henning Kamp wrote: : >> In message , Robert : >> Watso n writes: : >>> Doing that kind of rearrangement [...] wou

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-03-07 Thread M. Warner Losh
In message: <261c29701003040928h7aa70b3fm37611f974e0b9...@mail.gmail.com> Miki writes: : Rising FIRMWARE_MAX from 30 to 60 did the trick ! thanks ! : Are there any reasons to have such a "low" default value ? I thought I'd committed this change already :) Warner

Re: propose: all arch move into a separate dir

2010-03-07 Thread M. Warner Losh
In message: <20100307052949.gb70...@dragon.nuxi.org> "David O'Brien" writes: : On Sat, Mar 06, 2010 at 01:28:24AM -0800, Garrett Cooper wrote: : > FWIW, NetBSD's charter has been to run their OS on a number of : > architectures, not just a primary set of architectures; OpenBSD's :

Re: propose: all arch move into a separate dir

2010-03-04 Thread M. Warner Losh
In message: <401095.35021...@web59107.mail.re1.yahoo.com> paradox writes: : iam propose all the architecture move in a separate directory : as is done in openbsd and netbsd : : ie : #mkdir /usr/src/sys/arch : #mv -R /usr/src/sys/{amd64,arm,i386,ia64,mips,pc98,powerpc,sparc64,sun4v,x

Re: newfs failure on -current

2010-03-04 Thread M. Warner Losh
In message: <98a59be81003040504x6e97fbaeqeb10f8ea7bedb...@mail.gmail.com> "C. Jayachandran" writes: : I'm testing this on the mips platform, but I think there is an issue : with change that made sectorsize int64_t, because the ioctl : DIOCGSECTORSIZE used to read sector size seems to

Re: [head tinderbox] failure on mips/mips

2010-02-20 Thread M. Warner Losh
Maybe a forgotten svn add for mipsfbsd-nat.c? Warner In message: <201002210405.o1l45ggx008...@freebsd-current.sentex.ca> FreeBSD Tinderbox writes: : TB --- 2010-02-21 03:38:18 - tinderbox 2.6 running on freebsd-current.sentex.ca : TB --- 2010-02-21 03:38:18 - starting HEAD tinderbox

Re: ATA_CAM-ed mvsata(4) on OpenRD-client

2010-02-19 Thread M. Warner Losh
In message: <4b7ef63c.7030...@freebsd.org> Alexander Motin writes: : Hi. : : Norikatsu Shigemura wrote: : > I got a OpenRD-client (Marvell 88F6281 SoC), and I'm tring to : > make mvsata(4) ATA_CAM, like following: : > : > But I got following panic, my I help you? : >

Re: bind fails with sig11 on start / pthread failure on ARM?

2010-02-18 Thread M. Warner Losh
In message: <20100219033000.gz43...@cicely7.cicely.de> Bernd Walter writes: : Warner - it names you in the copyright, so very likely you know this code. : I will build a debug version of bind, but as usual it will take some : time... Make sure that the code matches our current atomics

Re: bind fails with sig11 on start / pthread failure on ARM?

2010-02-18 Thread M. Warner Losh
In message: <20100219033000.gz43...@cicely7.cicely.de> Bernd Walter writes: : On Fri, Feb 19, 2010 at 04:12:00AM +0100, Bernd Walter wrote: : > On Thu, Feb 18, 2010 at 03:10:10PM +0200, Kostik Belousov wrote: : > > On Thu, Feb 18, 2010 at 01:49:07PM +0100, Bernd Walter wrote: : > > > O

Re: bind fails with sig11 on start / pthread failure on ARM?

2010-02-18 Thread M. Warner Losh
In message: <20100219031200.gy43...@cicely7.cicely.de> Bernd Walter writes: : On Thu, Feb 18, 2010 at 03:10:10PM +0200, Kostik Belousov wrote: : > On Thu, Feb 18, 2010 at 01:49:07PM +0100, Bernd Walter wrote: : > > On Tue, Feb 16, 2010 at 07:39:51PM +0100, Bernd Walter wrote: : > > > O

Re: lang/perl5.10 broken

2010-02-17 Thread M. Warner Losh
In message: <20100217152557.gw43...@cicely7.cicely.de> Bernd Walter writes: : Not sure if this is ARM related or not. ... : *** Signal 11 Silly question: do you have enough swap space enabled? Warner ___ freebsd-current@freebsd.org mailing

Re: bind fails with sig11 on start / pthread failure on ARM?

2010-02-16 Thread M. Warner Losh
In message: <20100216123646.fc741643.s...@freebsd.org> Stanislav Sedov writes: : On Tue, 16 Feb 2010 19:39:51 +0100 : Bernd Walter mentioned: : : > : > Do we have a general threading problem on ARM? : > : : I don't think so. I used a lot of threaded applications on arm, and they

Re: PCMCIA CDROM drives

2003-12-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Justin Smith <[EMAIL PROTECTED]> writes: : Does the generic kernel have drivers for these. I got such a cdrom drive : for my Portege 3500 tablet PC and it appeared to be able to boot the 5.2 : beta mini-install CD. I wasn't ready to proceed with a comp

Re: How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Wilko Bulte <[EMAIL PROTECTED]> writes: : On Tue, Dec 02, 2003 at 11:11:48AM -0700, M. Warner Losh wrote: : > In message: <[EMAIL PROTECTED]> : > Scott Long <[EMAIL PROTECTED]> writes: : > : However, having

Re: How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : However, having a general mechanism for disabling newbus devices would be : really nice. Agreed. But today and 5.2 you lose. However, it isn't easy. What does disabled mean? Don't attach? Don't even probe? I

Re: 4 -> 5 Problem

2003-12-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Kris Kennaway <[EMAIL PROTECTED]> writes: : On Tue, Dec 02, 2003 at 04:33:42PM -, Lawrence Farr wrote: : > : > I've just tried this again, and noticed an error message that I'd : > missed: : : > install -p -m 555 -o root -g wheel kernel /boot/kernel

Re: How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Rudolf Cejka <[EMAIL PROTECTED]> writes: : : Hello, : I'm trying to boot 5.2-BETA with aac, which panics as has been : reported here and I can confirm panics too. I would like to try : boot with aac disabled for now, but it does not work for me. : Ther

Re: MAJOR number

2003-11-30 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> John-Mark Gurney <[EMAIL PROTECTED]> writes: : There are still major numbers for a few devices that may are standard : (such as zero/null), but not common... I've already assigned him one. : > I've read that FreeBSD doesn't use them any more. : > But we

Re: 5.2-BETA and related ports issues

2003-11-30 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andreas Klemm <[EMAIL PROTECTED]> writes: : I have a better idea, then we perhaps need something like a : wrapper script that is part of the FreeBSD basic system under /etc/rc.d : that checks for the start script under $LOCALBASE/etc/rc.d : and starts it

Re: Fix for 5.2-BETA lockup problems

2003-11-28 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andre Oppermann <[EMAIL PROTECTED]> writes: : "M. Warner Losh" wrote: : > : > In message: <[EMAIL PROTECTED]> : > Andre Oppermann <[EMAIL PROTECTED]> writes: : > : Please try the attached patch

Re: Anybody using gp driver?

2003-11-28 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Gerrit Kühn <[EMAIL PROTECTED]> writes: : > but it certainly won't be based on this driver! : : Oops, is it /that/ bad? I can't convince myself that it would have any chance of working. That's why I asked. : > The questions here are only 'does this dri

Re: panic inserting CF card.

2003-11-27 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Don Lewis <[EMAIL PROTECTED]> writes: : Offhand I'd guess that adp->heads and/or adp->sectors is zero. If : you've got a core file, try backtracking from there with gdb, otherwise : sprinkle some printf's around. Either this calculation is new, or some

Re: Fix for 5.2-BETA lockup problems

2003-11-27 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andre Oppermann <[EMAIL PROTECTED]> writes: : Please try the attached patch which should fix it. I've been having crashes all the time since the hostcache went into the tree. I've been running a few hours with this patch (in which time I should have had

Re: requesting vinum help

2003-11-27 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Terry Lambert <[EMAIL PROTECTED]> writes: : There is no such thing as "bit rot"; there is only code that : is unmaintained by the people who change interfaces out from : under it. Actually, there is such a thing as code rot. Over time the fundamental as

Anybody using gp driver?

2003-11-27 Thread M. Warner Losh
I'm wondering if anybody is using, or even able to use, the gpib driver. It uses the old ISA shims, and is one of the drivers that no one has acked working in when I ask about the old isa shim drivers. So, I'm wondering if anybody is actually using the gp driver on a current machine (or even a 4.

Re: 40% slowdown with dynamic /bin/sh

2003-11-27 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Bruce Evans <[EMAIL PROTECTED]> writes: : What are people doing to make buildworld so slow? using gcc 3 :-) Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current T

Re: Announcing 5.2-BETA

2003-11-26 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : Please help us make 5.2 the best FreeBSD release ever! Well Done! Thanks for all your (both personally and the whole re@ team) efforts in making this happen! Warner __

Re: 40% slowdown with dynamic /bin/sh

2003-11-26 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Michael Edenfield <[EMAIL PROTECTED]> writes: : time make -j 4 buildworld Hmmm, more jobs. : They were on a single CPU Athlon 500 with 320MB of RAM. 320MB is not enough RAM not to swap. I did some preliminary testing last night (which I lost due to a

Re: 40% slowdown with dynamic /bin/sh

2003-11-25 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Michael Edenfield <[EMAIL PROTECTED]> writes: : * M. Warner Losh <[EMAIL PROTECTED]> [031125 12:07]: : > In message: <[EMAIL PROTECTED]> : > "boyd, rounin" <[EMAIL PROTECTED]> writes: : > :

Re: Modem(PCMCIA) works on 4.8, hangs machine on 5.2-BETA

2003-11-25 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Larry Rosenman <[EMAIL PROTECTED]> writes: : sio2 at port 0x2f8-0x2ff irq 11 flags 0x4 slot 0 on pccard0 : sio2: type 16550A : sio2: unable to activate interrupt in fast mode - using normal mode : The SIO2 is my Toshiba 3CXM056-BNW modem, and is what

Re: How to fix this in 5.1-REL??

2003-11-25 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> walt <[EMAIL PROTECTED]> writes: : > ...Because changes are applied that will allow smooth upgrades : > when the kernel is built after the new system is built, but before it is : > installed, "make world" is increasingly unlikely to work... : : The recen

Re: 40% slowdown with dynamic /bin/sh

2003-11-25 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "boyd, rounin" <[EMAIL PROTECTED]> writes: : i see that there some doubt about whether running lots of : shell scripts ever happens. what happens when you : use make? lots of shells get run and they run small : (one line?) scripts. make buildworld slow

Re: 40% slowdown with dynamic /bin/sh

2003-11-25 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Peter Jeremy <[EMAIL PROTECTED]> writes: : On Mon, Nov 24, 2003 at 11:16:07PM -0700, M. Warner Losh wrote: : >H, It looks like the hit is less than 10% in the fork intensive : >test I just wrote: : > : >#!/bin/sh : >for i

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread M. Warner Losh
> And I just did a "make clean" run in /usr/ports/archivers (by manually > mv'ing a static and dynamic sh to /bin in turn): > > static: 96.63 real53.45 user39.27 sys > dynamic: 112.42 real55.51 user51.62 sys > > The wall clock is bad (16% worse) and the sys

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andrew Gallatin <[EMAIL PROTECTED]> writes: : 1) Microbenchmark:40% worse : 2) Bootstone(*): 25% worse : 3) Ports: 16% worse Thanks for the real numbers. Warner ___ [EMAIL PROTECTED] maili

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "David O'Brien" <[EMAIL PROTECTED]> writes: : What qualifies as a "concrete, real benchmark"? I take it you don't : think Drew's qualifies. No. forkbomds are realworld. Warner ___ [EMAIL PROTECTED] mailing l

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andrew Gallatin <[EMAIL PROTECTED]> writes: : : M. Warner Losh writes: : > In message: <[EMAIL PROTECTED]> : > Andrew Gallatin <[EMAIL PROTECTED]> writes: : > : I'll bet a larger percentage of

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andrew Gallatin <[EMAIL PROTECTED]> writes: : I'll bet a larger percentage of our users build ports than need nss or : ldap. I'll bet a larger percentage of the people are ignoring this thread than reading it since it has been so devoid of concrete numbe

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Dan Nelson <[EMAIL PROTECTED]> writes: : In the last episode (Nov 25), Daniel O'Connor said: : > On Tuesday 25 November 2003 06:45, Andrew Gallatin wrote: : > > So.. forking a dynamic sh is roughly 40% more expensive than : > > forking a static copy of sh

Re: USB 1.0 IDE to ATAPI drive enclosure failure

2003-11-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Barney Wolff <[EMAIL PROTECTED]> writes: : Why hasn't anything been committed? Code freeze? Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, s

Re: [PATCH] libc_r bug: successful close(2) sets errno to ENOTTY

2003-11-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Stefan Farfeleder <[EMAIL PROTECTED]> writes: : On Mon, Nov 24, 2003 at 07:05:02PM +0100, boyd, rounin wrote: : > From: "Jacques A. Vidrine" <[EMAIL PROTECTED]> : > > The application is broken. You must only check errno if you get an : > > error indicati

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Richard Coleman <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : : > : I agree. termcap.small is amazingly uncurrent. However, perhaps some : > : merging and reducing is in order. Why is a full cons25 or vt2xx needed? : >

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Bruce Evans <[EMAIL PROTECTED]> writes: : > Mine is better because it has a more representative slice of currently : > used terminal types. Maybe we should replace termcap.small with mine : > (maybe with the copyright notice). : : I agree. termcap.smal

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Bruce Evans <[EMAIL PROTECTED]> writes: : On Sat, 22 Nov 2003, M. Warner Losh wrote: : : > In message: <[EMAIL PROTECTED]> : > Bruce M Simpson <[EMAIL PROTECTED]> writes: : > : On Thu, Nov 20, 2003 at 04:

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Bruce M Simpson <[EMAIL PROTECTED]> writes: : On Thu, Nov 20, 2003 at 04:31:10PM -0800, Tim Kientzle wrote: : > * /rescue/vi is currently unusable if /usr is missing because : >the termcap database is in /usr. One possibility : >would be to buil

Re: MAJOR number

2003-11-21 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Roman Kurakin <[EMAIL PROTECTED]> writes: : ??? ce Cronyx Tau-32 E1 adapter I've checked -stable and -current. You may have: 185 ce Cronyx Tau-32 E1 adapeter <[EMAIL PROTECTED]> for your adapter. Sorry for the hassles in getting

Re: Unfortunate dynamic linking for everything

2003-11-20 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "boyd, rounin" <[EMAIL PROTECTED]> writes: : Yes, working fine here. What should the problem be? : : the day /lib gets smashed. /rescue/sh Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.or

Re: Unfortunate dynamic linking for everything

2003-11-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Garance A Drosihn <[EMAIL PROTECTED]> writes: : At 9:02 PM -0500 11/18/03, [EMAIL PROTECTED] wrote: : > Of course, there was a development resource limitation, : >but the decision (discussion) was made approx 6months ago? : >(Enough time to solve the pro

Re: Recovery? recent "make world" rendered system unusable (64 bit change)

2003-11-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Chris Shenton <[EMAIL PROTECTED]> writes: : I'm looking for recommendations on how to recover, hopefully without : trashing my critical system files like /etc/passwd. Ideally, I guess : I'd like a way to replace all the broken binaries and any related :

Re: Unfortunate dynamic linking for everything

2003-11-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: : It really doesn't make sense to arbitrarily cut-off a : discussion especially when a decision might be incorrect. I'd say that good technical discussion about why this is wrong would be good. However, emotional on

Re: Help getting Realtek 8129-based NIC recognized?

2003-11-17 Thread M. Warner Losh
Have you tried re? Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

  1   2   3   4   5   6   7   8   >