cardbus network problem with -current

2003-06-28 Thread Kenneth D. Merry
I have a cardbus fxp card (loaned by scottl) that doesn't get probed if it is plugged in at boot on my Dell 8500. If I pull it out and re-insert it after boot, it gets probed. Here's what happens on the initial boot: cardbus0: Resource not specified in CIS: id=10, size=2000 cardbus0: at device

gdb: apropos core dump

2003-06-28 Thread Galen Sampson
Hello all, I was recently playing around with gdb. I do not use it much but I found that it had an apropos command. I hoped that apropos would make it quicker for me to find information about gdb's commands so I wouldn't have to go hunting in info. Turns out there is a bug in gdb on current whe

/compat/linux not working correctly in -CURRENT

2003-06-28 Thread Vincent Poy
Greetings everyone: It seems the /compat/linux is not working correctly in -CURRENT. With the -current packages of linux_base-7.1_5 and 5.1-release package of linux_base-7.1_4, it's showing the following: [EMAIL PROTECTED] [7:19pm][/usr/ports/net/net-snmp] >> /compat/linux/bin/ls ELF int

Re: HEADS UP: new KSE signal code

2003-06-28 Thread David Leimbach
No problem... I still should have watched my mouth and not shot it off at the other David when he had a valid question. Its amazing how much of an "attitude" one can read into another person's email. Sometimes I think we project how we are feeling at that moment in time into what we read in o

latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-28 Thread Vincent Poy
[EMAIL PROTECTED] [5:57pm][/usr/src] >> make buildworld -- >>> Rebuilding the temporary build tree -- rm -rf /usr/obj/usr/src/i386 mkdir -p /usr/obj/usr/src/i386/legacy/usr/bin m

Re: HEADS UP: new KSE signal code

2003-06-28 Thread David Xu
David Leimbach, Thank you for your reply and explain the reason for me, I normally won't reply such complain. At that time, I was very tire and sick, after one week of hardwork and sleep late at night for KSE signal code, I think nothing is important than committing the code and let it be tested w

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Gregory P. Smith
On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote: > My work to support the Atheros 802.11 hardware is now entirely in the tree > and enabled for use. The ath driver supports all Atheros hardware devices > and makes FreeBSD the first open source system to support 802.11a and > 802.11g

Re: HEADS UP: new KSE signal code

2003-06-28 Thread David Leimbach
On Saturday, June 28, 2003, at 3:18PM, David Schultz wrote: On Sat, Jun 28, 2003, David Leimbach wrote: Because we aren't working on anything and need something to do... so we find ways to think about how we can enforce quality without understanding how stuff works first maybe? Umm...no, but than

HEADS UP: libthr broken (was Re: HEADS UP: new KSE signal code)

2003-06-28 Thread Mike Makonnen
David's signal changes broke libthr. This is not his fault. The original implementation of sigtimedwait was broken and jdp (John Polstra) had worked up patches to fix it, but David beat him to it :-). Libthr depended on the old "broken" semantics of sigtimedwait, so any applications using libthr wi

Re: something wrong with fxp driver ?

2003-06-28 Thread Ying-Chieh Liao
On Fri, Jun 27, 2003 at 15:40:22 -0700, Doug White wrote: > On Fri, 27 Jun 2003, Ying-Chieh Liao wrote: > > On Fri, Jun 27, 2003 at 09:28:31 -0400, Robert Watson wrote: > > > You might compare the dmesg output from before/after and see if there are > > > any obvious changes in IRQ allocation, share

qmail

2003-06-28 Thread Alejandro Ayala
Thanks to all for helping me with my email server, installed Qmail-mysql and is working awsome :) Alex ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 3D graphic cards

2003-06-28 Thread Kevin Oberman
> Date: Sat, 28 Jun 2003 09:13:45 -0700 > From: Andy Sparrow <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > --==_Exmh_-1760729268P > Content-Type: text/plain; charset=us-ascii > > > > > You might want to try the Gatos drivers from http://gatos.sourceforge.net/ . > > > With this driver, I g

Re: ULE problems on HTT SMP

2003-06-28 Thread Jeff Roberson
On Fri, 27 Jun 2003, John Baldwin wrote: > > On 27-Jun-2003 Andrew Gallatin wrote: > > > > Jeff Roberson writes: > > > > > > Can you call kseq_print(0) and kseq_print(1) from ddb? > > > > > > > I found a different problem which is nearly as interesting. > > Note that ps thinks sysctl is on cpu

linux-mozilla not exiting properly (KSE signal fallout?)

2003-06-28 Thread Steven G. Kargl
David, Julian, I updated my system today after David's KSE signal changes. I'm sure if this is the cause of my problem, but linux-mozilla no longer exits. % linux-mozilla ... browse ... crtl-q % ps | grep mozilla 6032 v0 SL 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin 6037 v0 SL

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Maxime Henrion
Sergey A. Osokin wrote: > On Sat, Jun 28, 2003 at 04:41:13PM +0200, Maxime Henrion wrote: > > Sergey A. Osokin wrote: > > > On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote: > > > > This is what I did for a quick fix: > > > > > > > > In sys/dev/ray/if_ray.c, comment out the line: > > > >

Re: HEADS UP: new KSE signal code

2003-06-28 Thread David Schultz
On Sat, Jun 28, 2003, David Leimbach wrote: > Because we aren't working on anything and need something to do... so we > find > ways to think about how we can enforce quality without understanding > how stuff > works first maybe? Umm...no, but thanks for the insult. How about: Because we are wor

Re: HEADS UP: new KSE signal code

2003-06-28 Thread David Leimbach
Because we aren't working on anything and need something to do... so we find ways to think about how we can enforce quality without understanding how stuff works first maybe? :) Just a guess. Dave On Saturday, June 28, 2003, at 02:20 PM, Julian Elischer wrote: he means that between the time th

Re: HEADS UP: new KSE signal code

2003-06-28 Thread David Schultz
On Sat, Jun 28, 2003, Julian Elischer wrote: > he means that between the time the commits start and finish there may be > an inconsistant period.. Why is everyone so eager to jump down everyone > else's throat these days? The statement that ``libkse will be broken for a while'' gave me the impress

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Sergey A. Osokin
On Sat, Jun 28, 2003 at 04:41:13PM +0200, Maxime Henrion wrote: > Sergey A. Osokin wrote: > > On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote: > > > This is what I did for a quick fix: > > > > > > In sys/dev/ray/if_ray.c, comment out the line: > > > > > > #include > > > > > > and ad

Re: HEADS UP: new KSE signal code

2003-06-28 Thread Julian Elischer
he means that between the time the commits start and finish there may be an inconsistant period.. Why is everyone so eager to jump down everyone else's throat these days? On Sat, 28 Jun 2003, David Schultz wrote: > On Sat, Jun 28, 2003, David Xu wrote: > > I begin to commit KSE signal code, libk

[-CURRENT tinderbox] failure on i386/i386

2003-06-28 Thread Tinderbox
TB --- 2003-06-28 18:06:27 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-06-28 18:06:27 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-28 18:08:10 - building world TB --- cd /home

[-CURRENT tinderbox] failure on amd64/amd64

2003-06-28 Thread Tinderbox
TB --- mkdir /home/des/tinderbox/CURRENT/amd64 TB --- mkdir /home/des/tinderbox/CURRENT/amd64/amd64 TB --- 2003-06-28 17:26:49 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2003-06-28 17:26:49 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/amd64/amd64 TB --- /usr/bin

Re: 3D graphic cards

2003-06-28 Thread Andy Sparrow
> > You might want to try the Gatos drivers from http://gatos.sourceforge.net/ . > > With this driver, I got the ATi chipset in my laptop working with Xv support. > > I've just visited the page. Looks promising, indeed, but I'm a bit puzzled. One > binary release for FreeBSD _and_ Linux? Yes,

Re: 5.1 on a production box with some small problems (su, linux emu7)

2003-06-28 Thread Karl M. Joch
arno, thanks. i already found that patch posted somewhere on people.freebsd.org. but it hasnt helped. but thanks anyway. i had that : --- su.c.orig Sat Jun 28 17:52:21 2003 +++ su.cSat Jun 28 17:57:13 2003 @@ -359,6 +359,8 @@ child_pid = fork(); switch (child_pid) {

Re: 3D graphic cards

2003-06-28 Thread Julian St.
On Sat, 28 Jun 2003 17:32:51 +0200 "Julian St." <[EMAIL PROTECTED]> wrote: > On Sat, 28 Jun 2003 15:19:55 +0200 > Arjan van Leeuwen <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > You might want to try the Gatos drivers from http://gatos.sourceforge.net/ . > > With this driver, I got the ATi chips

Re: 3D graphic cards

2003-06-28 Thread Julian St.
On Sat, 28 Jun 2003 15:19:55 +0200 Arjan van Leeuwen <[EMAIL PROTECTED]> wrote: > Hi, > > You might want to try the Gatos drivers from http://gatos.sourceforge.net/ . > With this driver, I got the ATi chipset in my laptop working with Xv support. I've just visited the page. Looks promising, in

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Maxime Henrion
Sergey A. Osokin wrote: > On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote: > > This is what I did for a quick fix: > > > > In sys/dev/ray/if_ray.c, comment out the line: > > > > #include > > > > and add the lines > > > > #include > > #include > > > > Just like Sam did

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Sergey A. Osokin
On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote: > This is what I did for a quick fix: > > In sys/dev/ray/if_ray.c, comment out the line: > > #include > > and add the lines > > #include > #include > > Just like Sam did with the 'wi' and the 'an' drivers. > sys/ne

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Justin Ma
This is what I did for a quick fix: In sys/dev/ray/if_ray.c, comment out the line: #include and add the lines #include #include Just like Sam did with the 'wi' and the 'an' drivers. sys/net/if_iee80211.h was removed from the tree, I think. On Sat, 28 Jun 2003, Arjan

Re: Anyone is working in the msdosfs

2003-06-28 Thread Andreas Klemm
On Sat, Jun 28, 2003 at 12:23:56AM -0700, Jun Su wrote: > Hi All, > > Who is working on importing the msdosfs of darwin into > main tree? Please make sure this fix from Tim Robbins <[EMAIL PROTECTED]> comes in just for the case someone imports something ... http://perforce.freebsd.org/chv.cgi?C

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Arjan van Leeuwen
Same here. On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote: > On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote: > > My work to support the Atheros 802.11 hardware is now entirely in the > > tree and enabled for use. The ath driver supports all Atheros hardware > > devices and ma

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Sam Leffler <[EMAIL PROTECTED]> writes: : My work to support the Atheros 802.11 hardware is now entirely in the tree : and enabled for use. The ath driver supports all Atheros hardware devices : and makes FreeBSD the first open source system to support

Re: HEADS UP: new wlan code

2003-06-28 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Sam Leffler <[EMAIL PROTECTED]> writes: : Please report any new problems to me (not Warner). Especially since Warner's response time will be measured in weeks until the end of July. This does kind of imply that Sam is now on the hook for the Lucent stuf

Re: 3D graphic cards

2003-06-28 Thread Arjan van Leeuwen
Hi, You might want to try the Gatos drivers from http://gatos.sourceforge.net/ . With this driver, I got the ATi chipset in my laptop working with Xv support. 3D acceleration is not tied to Xv support, in fact, there are many video drivers that support Xv but not 3D (open source nv drivers, ne

Re: 3D graphic cards

2003-06-28 Thread Thierry Herbelot
Le Saturday 28 June 2003 14:28, Julian St. a écrit : > Hello, > > is there any list that provides information about what graphic cards on > FreeBSD have supported 3D acceleration? (I need only X-Video support in > particular, but it seems tied to 3D acceleration). Hello, you may want to have a lo

Re: HEADS UP: new KSE signal code

2003-06-28 Thread David Leimbach
I don't think you understand what I believe he was trying to say. Commits to CVS are NOT atomic therefore getting a copy of FBSD in between David's start and finish of commits would be broken. When he says he is finished.. I bet it will work again. Now if we were all using Perforce this would b

3D graphic cards

2003-06-28 Thread Julian St.
Hello, is there any list that provides information about what graphic cards on FreeBSD have supported 3D acceleration? (I need only X-Video support in particular, but it seems tied to 3D acceleration). I just learned that the following card is unsupported: :) [EMAIL PROTECTED]:0:0: class=0x030

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Sergey A. Osokin
On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote: > My work to support the Atheros 802.11 hardware is now entirely in the tree > and enabled for use. The ath driver supports all Atheros hardware devices > and makes FreeBSD the first open source system to support 802.11a and > 802.11g

Transfer texi files into info files makes warnings.

2003-06-28 Thread jmchen
Howdy, I dont know if these warnings are important to us. So I send it to the list. Hope someone can fix that. If these warnings had fixed, please tell me to update my source. OS: FreeBSD 5.1-CURRENT #0: Sat Jun 21 15:17:58 CST 2003 /home/ncvs/src/contrib/texinfo/makeinfo When I make gtk12 toda

Re: 5.1 on a production box with some small problems (su, linux emu7)

2003-06-28 Thread arno
Karl, > i run 5.1 on one of the inhouse production boxes successful. there are > only 2 small points witch are a pain and i found no solution. box was > fresh setup with 5.0 then cvsuped to 5.1. > > 1. when starting some scripts su doesnt return from the shell and > hangs on boot. when starting m

Re: HEADS UP: new KSE signal code

2003-06-28 Thread David Xu
Finished! - Original Message - From: "David Xu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 28, 2003 2:56 PM Subject: HEADS UP: new KSE signal code I begin to commit KSE signal code, libkse will be broken for a while. David Xu _

Re: HEADS UP: new KSE signal code

2003-06-28 Thread David Schultz
On Sat, Jun 28, 2003, David Xu wrote: > I begin to commit KSE signal code, libkse will > be broken for a while. Umm...if it's known to be broken, then why did you commit it? If you want people to test KSE and report bugs, the version in the tree needs to be of consistently good quality. __

Re: Hyperthreading

2003-06-28 Thread David Schultz
On Fri, Jun 27, 2003, Brooks Davis wrote: > On Fri, Jun 27, 2003 at 06:39:12PM -0500, Glenn Johnson wrote: > > Thanks. I had read the smp manual page. I know _how_ to enable HTT; I > > was wondering whether I _should_ enable it. It seems the answer is that > > it is not beneficial in its current

[-CURRENT tinderbox] failure on ia64/ia64

2003-06-28 Thread Tinderbox
TB --- 2003-06-28 08:18:35 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2003-06-28 08:18:35 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-28 08:24:47 - building world TB --- cd /home

Re: Hyperthreading

2003-06-28 Thread Terry Lambert
Glenn Johnson wrote: > Thanks. I had read the smp manual page. I know _how_ to enable HTT; I > was wondering whether I _should_ enable it. It seems the answer is that > it is not beneficial in its current state because the scheduler does not > yet differentiate between physical and logical proce

RE: nss_ldap

2003-06-28 Thread Andrey Nepomnyaschih
Thanks everyone who replied, That clears some things for me. Andrey Nepomnyaschih -Original Message- From: Tim Kientzle [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:50 PM To: Andrey Nepomnyaschih Cc: [EMAIL PROTECTED] Subject: Re: nss_ldap Andrey Nepomnyaschih wrote: > Hell

Anyone is working in the msdosfs

2003-06-28 Thread Jun Su
Hi All, Who is working on importing the msdosfs of darwin into main tree? Jun __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.or