RE: more make release

2000-11-30 Thread Bruce Evans
On Wed, 29 Nov 2000, John Baldwin wrote: > On 29-Nov-00 Gray, David W. wrote: > > Hmmm, I'm specifically talking about when you have MAKEOBJDIRPREFIX set to > > something other than /usr/obj - it *almost* works, but /bin/sh uses files > > generated on-the-fly that get put in the wrong places (i

Re: [jhb@FreeBSD.org: RE: Panic in -current]

2000-11-30 Thread Andrea Campi
> > Bad callout handler: c_func = 0xc025ad3c, c_arg=0xc0338460, c_flags=7 > > > > First I tried a > > > > db> x/i,10 0xc025ad3c > > scrn_timer: pushl %ebp > > [...] > > > > nm just confirmed this, so it definitely looks like scrn_timer is to blame > > here. Any other instructions? ;-) For t

Re: your mail

2000-11-30 Thread David O'Brien
On Wed, Nov 29, 2000 at 07:41:14PM -0600, Mike Meyer wrote: > Hmm - what's the stupidity? I have a test machine running both > -current and -stable Do you have the two FreeBSD installations on the same disk? If so, I'd love to hear how you did it. I spoke with others and they also had problems

Re: your mail

2000-11-30 Thread Mike Meyer
David O'Brien <[EMAIL PROTECTED]> types: > On Wed, Nov 29, 2000 at 07:41:14PM -0600, Mike Meyer wrote: > > Hmm - what's the stupidity? I have a test machine running both > > -current and -stable > Do you have the two FreeBSD installations on the same disk? If so, I'd > love to hear how you did it

USB modem?

2000-11-30 Thread Mark Huizer
Hi, Does anyone here have experience on tryuing to add USB devices? I have a USB modem here, (Siemens), that I would like to get to work under FreeBSD, but I can't even find the right tools to get vendor and product ID's to add to usbdevs :-( Mark -- Nice testing in little China... To Unsubsc

Re: Patch for current on LCA based alphas

2000-11-30 Thread Bernd Walter
On Wed, Nov 29, 2000 at 02:47:54PM -0500, Andrew Gallatin wrote: > > Bernd Walter writes: > > > > trap entry = 0x2 (memory management fault) > > a0 = 0xfbf1e018 > > a1 = 0x1 > > a2 = 0x0 > > pc = 0xfc557a10 > > ra

Re: RFC: /dev/console -> /var/log/messages idea/patch

2000-11-30 Thread Michael C . Wu
On Sat, Nov 25, 2000 at 07:39:33AM -0800, Cy Schubert - ITSD Open Systems Group scribbled: | In message <1050.974925641@critter>, Poul-Henning Kamp writes: | > | > The attached patch is a "proof-of-concept" on which I would like | > to get some comments: | > | > It bugs me big time that the outpu

Re: USB modem?

2000-11-30 Thread Mike Meyer
Mark Huizer <[EMAIL PROTECTED]> types: > Does anyone here have experience on tryuing to add USB devices? I do. > I have a USB modem here, (Siemens), that I would like to get to work > under FreeBSD, but I can't even find the right tools to get vendor and > product ID's to add to usbdevs :-( Try

Re: Syscons flag to turn off random_harvest in scmouse?

2000-11-30 Thread Doug Barton
On Mon, 27 Nov 2000, Mark Murray wrote: > > I wasn't screaming for a backout, I asked for a way to turn off harvesting > > from the mouse code. You're the one that started in, I just responded in > > the same condescending manner you used with me. > > If I was condescending, then I apologise. >

environment variable for resolv.conf anyone?

2000-11-30 Thread Lars Fredriksen
Hi, I find myself connected to multiple networks and domains all the time, and was wondering if anyone has solved (without using a chroot environment) using a different resolv.conf for different shells? One solution I thought off was to change the resolver library to look for an environment vari

Re: environment variable for resolv.conf anyone?

2000-11-30 Thread Andrea Campi
This is my only message in this thread, it's out of topic. On Thu, Nov 30, 2000 at 01:58:59PM -0600, Lars Fredriksen wrote: > Hi, > > I find myself connected to multiple networks and domains all the time, > and was wondering if anyone has solved (without using a chroot > environment) using a dif

Re: environment variable for resolv.conf anyone?

2000-11-30 Thread Lars Fredriksen
Hi, Yes I have thought of that. I ran into a few issues that I thought made the solution cumbersome. Perhaps you solved these in a way that makes them dissapear? 1) Need to always use fully qualified names (only a problem when there are duplicates) 2) Need to bounce named a lot to avoid h

Weird ffs panic

2000-11-30 Thread John Baldwin
I got this weird panic a few days ago on one of my SMP testboxes, but I don't think it is SMPng related: Fatal trap 12: page fault while in kernel mode cpuid = 1; lapic.id = 0100 fault virtual address = 0x7c fault code = supervisor read, page not present ... current process

Re: -current on ibm tp a20p?

2000-11-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> Archie Cobbs writes: : One thing I noticed is that /etc/defaults/pccard.conf says: : # Available memory slots : memory 0xd4000 96k : while /etc/rc.pccard says: : case ${pccard_mem} in : [Dd][Ee][Ff][Aa][Uu][Ll][Tt]) : pcc

Re: Lucent Orinoco Gold PCCard?

2000-11-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> Sascha Luck writes: : has anyone got the Lucent Orinoco Gold (11MBit/s) PC-Card working : with the wi driver in -CURRENT? Yes. I'm running one right now. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the

Re: Lucent Orinoco Gold PCCard?

2000-11-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> John Baldwin writes: : I'm sending this e-mail over a WaveLAN Gold, and from my : understanding the Orinoco card is the same card with a different : name and a different sticker, so it should work fine. I'm doing the same thing. It is the same card with a different

Re: your mail

2000-11-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> "David O'Brien" writes: : Except for stupidity in libdisk(I believe) and thus sysinstall, there is : no, none, zero reason why one cannot have two installations of FreeBSD in : two different slices on the same disk. I've done make buildworld/installworld of both -cu

Re: your mail

2000-11-30 Thread Mike Meyer
Warner Losh <[EMAIL PROTECTED]> types: > In message <[EMAIL PROTECTED]> "David O'Brien" writes: > : Except for stupidity in libdisk(I believe) and thus sysinstall, there is > : no, none, zero reason why one cannot have two installations of FreeBSD in > : two different slices on the same disk. > I'

RE: cvs commit: src/sys/sys mutex.h src/sys/kern kern_mutex.c

2000-11-30 Thread John Baldwin
On 01-Dec-00 John Baldwin wrote: > jhb 2000/11/30 16:11:00 PST > > Modified files: > sys/sys mutex.h > sys/kern kern_mutex.c > Log: > Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not > depend on MUTEX_DEBUG. The MUTEX_DE