Re: SMP CPU_SUSP_HLT

2003-06-21 Thread Bruno Van Den Bossche
On Sat, 21 Jun 2003 02:47:42 +0100 (BST) RMH [EMAIL PROTECTED] wrote: Hello gentlemen, it seems CPU_SUSP_HLT does nothing for SMP kernels. i386/i386/machdep.c: #ifdef SMP static int cpu_idle_hlt = 0; #else static int cpu_idle_hlt = 1; #endif It's noted that when enabled

WARNING: ttyname(3)/sshd breakage fixed.

2003-06-21 Thread Poul-Henning Kamp
If you reinstalled libc with the previous version of ttyname.c your sshd will likely get confused and refuse access. Apologies... Poul-Henning In message [EMAIL PROTECTED], Poul-Henning Kamp writes: phk 2003/06/21 01:16:12 PDT FreeBSD src repository Modified files:

cardbus and xircom ethernet problem

2003-06-21 Thread Matt
Hi, I have just got hold of an old laptop which has a xircom creditcard ethernet 10/100+ modem 56 card in it (CEM56-100). I installed FreeBSD 5.1-RELEASE on the laptop with no problems at all. Everything is detected and working fine except this ethernet card. This is obviously a really big

Re: acpi patch for dell laptop?

2003-06-21 Thread Danny Braniss
On Fri, Jun 20, 2003 at 05:29:30PM -0400, Mike Sturdee wrote: Where can I find the latest, greatest patch that fixes this? Try this URL: http://sandcat.nl/~stijn/freebsd/dell.php and let me know if it works. --Stijn just to confirm that it works on a Dell Latitude C800 danny

Re: locking problems in IPv6 code

2003-06-21 Thread Hiten Pandya
On Thu, Jun 19, 2003 at 03:17:03PM -0700, John-Mark Gurney wrote: I am running FreeBSD 5.1-R on a sparc64 machine, and am getting warnings about mallocing data w/ a lock aquired. dmesg output: malloc() of 64 with the following non-sleepablelocks held: exclusive sleep mutex netisr lock r = 0

Is DRI on FreeBSD unmaintained?

2003-06-21 Thread Lefteris Chatzibarbas
Hello, I believe that the web page related to DRI on BSD (FreeBSD and NetBSD) is: http://people.freebsd.org/~anholt/dri/index.html I have mailed both this mailing list and [EMAIL PROTECTED] (contact address as stated in the aforementioned web page), about a problem with DRI on FreeBSD and

Re: Software watchdog patch

2003-06-21 Thread Hiten Pandya
On Fri, Jun 20, 2003 at 09:47:07PM -0500, Sean Kelly wrote: Greetings. I look forward to any feedback, whether positive or negative. Hello Sean, this stuff looks really promising. Anyways, I can't comment about the code as I have had no time to read it, but here are a

Re: locking problems in IPv6 code

2003-06-21 Thread Terry Lambert
Hiten Pandya wrote: On Thu, Jun 19, 2003 at 03:17:03PM -0700, John-Mark Gurney wrote: I am running FreeBSD 5.1-R on a sparc64 machine, and am getting warnings about mallocing data w/ a lock aquired. dmesg output: malloc() of 64 with the following non-sleepablelocks held: exclusive

Re: Current kernel Fatal Trap 12

2003-06-21 Thread Manfred Antar
At 12:21 PM 6/20/2003 -0400, Robert Watson wrote: If you have a version of the kernel in question on disk and with debugging symbols, could you attach gdb -k to it and send us the results of: l *0xc01f6212 That will provide a bit more information about where the panic is occuring. This is

Re: Email accounts on FreeBSD 5.1-RELEASE

2003-06-21 Thread Paul Richards
On Fri, Jun 20, 2003 at 05:16:11PM -0400, Alex Ayala wrote: Ok, maybe...yes I read what I wrote and didn't quite explain what I really wanted to say. I want to setup accounts on my box so users can retrieve emails by accessing my pop server. Do I need to setup user accounts on my box with

RE: Email accounts on FreeBSD 5.1-RELEASE

2003-06-21 Thread Eirik Oeverby
Hi, Your language is not the problem, I think everyone here understands what you're saying, just not what you mean. I assume you want to give people e-mail accounts and nothing more. No SSH, no FTP, nothing. In that case, creating a full-blown system account is not only a waste of resources, it's

Re: Is DRI on FreeBSD unmaintained?

2003-06-21 Thread Adam
On Sat, 2003-06-21 at 09:12, Lefteris Chatzibarbas wrote: Hello, I believe that the web page related to DRI on BSD (FreeBSD and NetBSD) is: http://people.freebsd.org/~anholt/dri/index.html I have mailed both this mailing list and [EMAIL PROTECTED] (contact address as stated in the

Re: Wi driver has WEP issues on both 5.0 and 5.1

2003-06-21 Thread Robert Watson
I've seen this on my older Wavelan card, but not my more recent PRISM card. If I run with WITNESS compiled in, I don't see it, which suggests a timing issue. This came up at USENIX a couple of times and I know Scott and Warner were discussing potential sources and fixes; Scott noticed there were

Re: locking problems in IPv6 code

2003-06-21 Thread Robert Watson
On Sat, 21 Jun 2003, Hiten Pandya wrote: On Thu, Jun 19, 2003 at 03:17:03PM -0700, John-Mark Gurney wrote: I am running FreeBSD 5.1-R on a sparc64 machine, and am getting warnings about mallocing data w/ a lock aquired. dmesg output: malloc() of 64 with the following

Re: Current kernel Fatal Trap 12

2003-06-21 Thread Manfred Antar
At 12:21 PM 6/20/2003 -0400, Robert Watson wrote: If you have a version of the kernel in question on disk and with debugging symbols, could you attach gdb -k to it and send us the results of: l *0xc01f6212 That will provide a bit more information about where the panic is occuring. This is

Re: Software watchdog patch

2003-06-21 Thread Sean Kelly
On Sat, Jun 21, 2003 at 06:33:41AM -0700, Hiten Pandya wrote: On Fri, Jun 20, 2003 at 09:47:07PM -0500, Sean Kelly wrote: Hello Sean, this stuff looks really promising. Anyways, I can't comment about the code as I have had no time to read it, but here are a few mdoc nitpicks

Problems booting install cd of both 4.x and 5.1 on SMP PPRO machine!

2003-06-21 Thread Arnvid Karstad
Hi I yet again tried to install FreeBSD on one of my older smp computer's since I want to use it as a secondary ns. But both 4.7/8 and 5.1 seems to freeze nicely at the Waiting 15 seconds for SCSI devices to settle. The machine is an older IBM PC Server 325. It does however boot other os's. Is

Re: Is DRI on FreeBSD unmaintained?

2003-06-21 Thread Kris Kennaway
On Sat, Jun 21, 2003 at 04:12:48PM +0300, Lefteris Chatzibarbas wrote: Hello, I believe that the web page related to DRI on BSD (FreeBSD and NetBSD) is: http://people.freebsd.org/~anholt/dri/index.html I have mailed both this mailing list and [EMAIL PROTECTED] (contact address as

Re[2]: Problems booting install cd of both 4.x and 5.1 on SMP PPROmachine!

2003-06-21 Thread Arnvid Karstad
Hi. Uhm. I'm not really sure there's any ide in that machine itself. Linux lspci reports: Host bridge: Intel 440FX - 82441FX PMC (Natoma) rev 02 Vga : CL GD 5436 Alpine PCI Bridge: IBM IBM27-82351 (rev 01) SCSI Storage: AIC-7880U AMD 79c970 ethernet adapter.. No ide active atleast. On Sat,

nfs_getpages: error 13

2003-06-21 Thread Kris Kennaway
I have 3 machines running off of a 5.1-CURRENT NFS server (updated on June 19), and the 5.1-BETA clients are all getting the following under load: Jun 20 21:24:35 dalki kernel: nfs_getpages: error 13 Jun 20 21:24:35 dalki kernel: vm_fault: pager read error, pid 82331 (cp) Any ideas? Kris

Re: nfs_getpages: error 13

2003-06-21 Thread Robert Watson
On Sat, 21 Jun 2003, Kris Kennaway wrote: I have 3 machines running off of a 5.1-CURRENT NFS server (updated on June 19), and the 5.1-BETA clients are all getting the following under load: Jun 20 21:24:35 dalki kernel: nfs_getpages: error 13 Jun 20 21:24:35 dalki kernel: vm_fault: pager

Re: nfs_getpages: error 13

2003-06-21 Thread Kris Kennaway
On Sat, Jun 21, 2003 at 11:04:20PM -0400, Robert Watson wrote: On Sat, 21 Jun 2003, Kris Kennaway wrote: I have 3 machines running off of a 5.1-CURRENT NFS server (updated on June 19), and the 5.1-BETA clients are all getting the following under load: Jun 20 21:24:35 dalki kernel:

Re: nfs_getpages: error 13

2003-06-21 Thread Kris Kennaway
On Sat, Jun 21, 2003 at 08:14:22PM -0700, Kris Kennaway wrote: On Sat, Jun 21, 2003 at 11:04:20PM -0400, Robert Watson wrote: On Sat, 21 Jun 2003, Kris Kennaway wrote: I have 3 machines running off of a 5.1-CURRENT NFS server (updated on June 19), and the 5.1-BETA clients are all

Re: cardbus and xircom ethernet problem

2003-06-21 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Matt [EMAIL PROTECTED] writes: : pccard0: Card has no functions! This means that there are problems reading the CIS. Warner ___ [EMAIL PROTECTED] mailing list

Re: Is DRI on FreeBSD unmaintained?

2003-06-21 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Lefteris Chatzibarbas [EMAIL PROTECTED] writes: : Is DRI on FreeBSD unmaintained? Am I sending my problem report to the : wrong place? What should I do or who should I contact about this? anholt is currently on vacation... Warner