Re: 5.1-R: rcNG - 'mountall' missing?

2003-06-17 Thread Mike Makonnen
On Tue, 17 Jun 2003 13:14:08 +1000 Johny Mattsson [EMAIL PROTECTED] wrote: I'm not sure what the best approach would be, so I'd like some feedback on this. Would it be acceptable to introduce another dummy target (like FILESYSTEMS)? From a purely FreeBSD perspective I would probably find

cvs commit: src/sys/kern sched_ule.c (fwd)

2003-06-17 Thread Jeff Roberson
My last few commits, including this one, went a long way towards improving ULE's interactive responsiveness under heavy load. I was just able to do a make -j32 of my kernel while browsing the web with mozilla and commiting this change. Mozilla, my shell, cvs, etc. were all as responsive as they

Re: ULE nice bugs are fixed.

2003-06-17 Thread Jeff Roberson
On Mon, 16 Jun 2003, Wiktor Niesiobedzki wrote: On Fri, Apr 11, 2003 at 04:40:17PM -0400, Jeff Roberson wrote: On Fri, 11 Apr 2003, Steve Kargl wrote: I started to recompile the kernel and while sitting here decided to load linux-mozilla. The system rebooted before linux-mozilla

Re: ULE nice bugs are fixed.

2003-06-17 Thread Jeff Roberson
On Mon, 16 Jun 2003, Wiktor Niesiobedzki wrote: I'm seeing quite similar panic, when I do renice to lower (negative) value: (Negative nice count.) (kgdb) bt #0 doadump () at ../../../kern/kern_shutdown.c:240 #1 0xc018b374 in boot (howto=260) at ../../../kern/kern_shutdown.c:372 #2

Problems tuning kmem_map on 5.1-REL box.

2003-06-17 Thread Peter Losher
Hi - If this sort of question is better asked on a more specialized list @freebsd.org, please let me know. (Since 5.1 is still considered a developmental release, one doesn't know if either -current or -stable would be more appropriate. So I am sending it to -current. So, I recently put a

fdrop_locked() and FILE_LOCK() vs. Giant

2003-06-17 Thread Don Lewis
The FILE_LOCK() implementation uses pool mutex under the hood, which means it should only be used as a leaf level mutex. The fdrop_locked() code wants to be called with FILE_LOCK() held, but the fdrop_locked() implementation calls mtx_lock(Giant) before calling FILE_UNLOCK(). In addition to

Problem with wi in CURRENT (and 5.1)

2003-06-17 Thread Robert Hulme
Hi, I'm having some problems with wi in 5-CURRENT and 5.1 in general. I'm using a Proxim Skyline 802.11b PC Card (which I believe uses the Prism 2 chipset). The PC Card is using the 0.3.0 primary and 0.8.3 secondary firmware (which I believe is the latest). I have a Dell Inspiron 8200. The

Re: -E flag in /etc/rc.d/ipfilter causes warnings

2003-06-17 Thread Fred Souza
I believe it's harmless, and while not aesthetically pleasing, it's a necessary work-around. The stop command to rc.d/ipfilter uses -D to disable ipfilter, so it's necessary to use -E with the start command because there's no way to know how/when/why/in-what-environment it's being called. If

Re: ULE nice bugs are fixed.

2003-06-17 Thread Wiktor Niesiobedzki
On Tue, Jun 17, 2003 at 02:53:36AM -0400, Jeff Roberson wrote: I'm seeing quite similar panic, when I do renice to lower (negative) value: (Negative nice count.) (kgdb) bt #0 doadump () at ../../../kern/kern_shutdown.c:240 #1 0xc018b374 in boot (howto=260) at

Re: Problem with wi in CURRENT (and 5.1)

2003-06-17 Thread Oliver Brandmueller
Hello. On Tue, Jun 17, 2003 at 11:48:13AM +0100, Robert Hulme wrote: I'm having some problems with wi in 5-CURRENT and 5.1 in general. The problem came up between June 7 and June 15 in -CURRENT. I'm using a Proxim Skyline 802.11b PC Card (which I believe uses the Prism 2 chipset). The PC

Re: Patch review

2003-06-17 Thread M. Warner Losh
There's no need to add an extra parameter. I like Matt Dodd's proposed patch better. Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Christian Laursen [EMAIL PROTECTED] writes: : pccard0: unknown card (manufacturer=0x, product=0x) at function 0 : pccard0:CIS info: FREECOM, PCCARD-IDE, REV836 Looks like we need another entry in ata-card.c for this device. I've added

Re: Problem on installing BSD 5.x on laptop ...

2003-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Damien Touraine [EMAIL PROTECTED] writes: : How could I get my 3CCFEM556BI work during the install process of FreeBSD ? I don't think that you can. I've not been able to get that card working locally on a non-install kernel (well, a similar card).

Re: Need acpi-event-d?

2003-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Simon L. Nielsen [EMAIL PROTECTED] writes: : On 2003.06.16 07:07:36 -0400, David Gilbert wrote: : First, I must say that it's cool that ACPI code can be examined and : rewritten. In my laptop's case, this was key to make things fairly : happy. : :

Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread M. Warner Losh
: I've tried an awful hack of forcing a minimum size of 0x1000 for all : resource allocations made by cardbus devices to make sure they're : page-aligned and it seems to be working. There are occasional : watchdog timeouts on the xl device, but it is at least functioning at : the same time as the

Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread M. Warner Losh
Does the following, untested, patch help any better than your gross kludges? It forces 12 bit aligment of the allocations for CardBus devices as well as for 'R2' 16-bit devices (which were already forced). One might be able to share the 4k range between devices if one had, say, two xl cards (I'd

Re: LG 5350 cell phone

2003-06-17 Thread Sean Welch
Are you volunteering? ;-) Honestly, I'm not entirely sure. I did try to add entry but it is certainly possible I botched it somehow (due to unfamiliarity). The behavior I saw suggested to me that usbdevs was assigning a generic driver to the phone. As long as I didn't also have the umodem

ACPI problems on 5.1

2003-06-17 Thread Antony T Curtis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On a Compaq Armada V300 notebook, if I load the acpi module, boot fails after the kernel prints about half a dozen acpi_bus_number: can't get _ADR, fails to detect any of the hardware and panics because of failure to mount root. With the acpi

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-17 Thread Christian Laursen
M. Warner Losh [EMAIL PROTECTED] writes: In message: [EMAIL PROTECTED] Christian Laursen [EMAIL PROTECTED] writes: : pccard0: unknown card (manufacturer=0x, product=0x) at function 0 : pccard0:CIS info: FREECOM, PCCARD-IDE, REV836 Looks like we need another

Re: ACPI testing/debugging guide?

2003-06-17 Thread Dan Nelson
In the last episode (Jun 17), Scott Lambert said: Is there some list of actions to preform and data to collect that would assist with getting the ACPI stuff lined out? I've read the acpiconf man page but don't know that it gives me any way to test for any specific functionality. I've been

Re: ACPI testing/debugging guide?

2003-06-17 Thread Barney Wolff
On Tue, Jun 17, 2003 at 01:16:49PM -0500, Dan Nelson wrote: My resume from suspend doesn't work and I don't know how to tell where that is going wrong. I have no serial interface so I can't use a serial console when the LCD doesn't come on. I can live without suspend/resume

ACPI testing/debugging guide?

2003-06-17 Thread Scott Lambert
Is there some list of actions to preform and data to collect that would assist with getting the ACPI stuff lined out? I've read the acpiconf man page but don't know that it gives me any way to test for any specific functionality. I've been gradually piecing together the meaning of S1, S2, S3,

Linksys Wireless USB adapter

2003-06-17 Thread administrator
Anyone know if Linksys wireless usb adapter works under Freebsd 5.1? I see a msg saying it recognizes the adapter but it uses ugen0, how do you get an ip or have it work? Alex ___ [EMAIL PROTECTED] mailing list

Re: fxp0: device timeout with 5.1BETA2

2003-06-17 Thread Kirill Ponomarew
Hi, On Fri, Jun 13, 2003 at 10:37:26AM +0200, Markus Wennrich wrote: UPDATE: If I make an SMP-kernel this issue is completely solved for me. Everythings works as before, both fxp's share the same irq (together with uhci), both are working, with sio, usb, etc ... like as before the evil cvsup

Gdk-Warning

2003-06-17 Thread Blaise Takoudjou
Hello, how can i resolv this warning ? Gdk-WARNING **: Missing charsets in FontSet creation i have starting and reciving message with gaim thanks ! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: Linksys Wireless USB adapter

2003-06-17 Thread Brooks Davis
On Tue, Jun 17, 2003 at 02:42:30PM +, administrator wrote: Anyone know if Linksys wireless usb adapter works under Freebsd 5.1? I see a msg saying it recognizes the adapter but it uses ugen0, how do you get an ip or have it work? USB wireless adaptors are not supported. -- Brooks -- Any

Re: Gdk-Warning

2003-06-17 Thread Joe Marcus Clarke
On Tue, 2003-06-17 at 14:48, Blaise Takoudjou wrote: Hello, how can i resolv this warning ? Gdk-WARNING **: Missing charsets in FontSet creation i have starting and reciving message with gaim This really isn't appropriate to the current@ mailing list. However, this might be fixed by

Re: Giant pushdown in kern_descrip.c rev 1.128

2003-06-17 Thread Alfred Perlstein
* Don Lewis [EMAIL PROTECTED] [030617 12:00] wrote: It's not legal to attempt to aquire Giant in fdrop_locked(), while FILE_LOCK() is held. The problem is that FILE_LOCK uses the mutex pool, which should only be used for leaf mutexes. It also looks like there is a potential for a lock order

Broken make release

2003-06-17 Thread John Polstra
Make release using sources from yesterday (June 16) seems to be broken. These two commands are failing: umount: unmount of /mnt failed: Device busy umount: unmount of /dev failed: Device busy I'll include a bigger snippet of the output below. My src/release/Makefile is standard except

Xft-2.1.2 fails to build under 5.1 release

2003-06-17 Thread Eli K. Breen
Xft-2.1.2 fails to build under 5.1 release - Any hints or should I try and get a hold of the Xft port maintainer? cd /usr/ports/x11-fonts/Xft make ...results in... [...] cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include/freetype2

Re: Xft-2.1.2 fails to build under 5.1 release

2003-06-17 Thread Joe Marcus Clarke
On Tue, 2003-06-17 at 15:31, Eli K. Breen wrote: Xft-2.1.2 fails to build under 5.1 release - Any hints or should I try and get a hold of the Xft port maintainer? You need XFree86-4.3.0 to build Xft-2.1.2. If you don't want to upgrade X, then don't upgrade Xft. The older version should get

Re: Xft-2.1.2 fails to build under 5.1 release

2003-06-17 Thread Jeremy Messenger
On 17 Jun 2003 12:31:58 -0700, Eli K. Breen [EMAIL PROTECTED] wrote: Xft-2.1.2 fails to build under 5.1 release - Any hints or should I try and get a hold of the Xft port maintainer? I installed Xft/XFree86-4 on the very fresh 5.1-CURRENT (/usr/local/ and /usr/X11R6/ were empty) and they built

Re: ULE nice bugs are fixed.

2003-06-17 Thread Jeff Roberson
On Tue, 17 Jun 2003, Wiktor Niesiobedzki wrote: On Tue, Jun 17, 2003 at 02:53:36AM -0400, Jeff Roberson wrote: The sources are from today. I also noticed, that 5.1-BETA (build around 9th of May) is working correctly. Also: I've noticed a strange behaviour - if I do nice -n -15

Re: fdrop_locked() and FILE_LOCK() vs. Giant

2003-06-17 Thread Robert Watson
On Tue, 17 Jun 2003, Don Lewis wrote: The FILE_LOCK() implementation uses pool mutex under the hood, which means it should only be used as a leaf level mutex. The fdrop_locked() code wants to be called with FILE_LOCK() held, but the fdrop_locked() implementation calls mtx_lock(Giant)

Re: Giant pushdown in kern_descrip.c rev 1.128

2003-06-17 Thread Don Lewis
On 17 Jun, Alfred Perlstein wrote: * Don Lewis [EMAIL PROTECTED] [030617 12:00] wrote: It's not legal to attempt to aquire Giant in fdrop_locked(), while FILE_LOCK() is held. The problem is that FILE_LOCK uses the mutex pool, which should only be used for leaf mutexes. It also looks like

Re: fdrop_locked() and FILE_LOCK() vs. Giant

2003-06-17 Thread Don Lewis
On 17 Jun, Robert Watson wrote: On Tue, 17 Jun 2003, Don Lewis wrote: The FILE_LOCK() implementation uses pool mutex under the hood, which means it should only be used as a leaf level mutex. The fdrop_locked() code wants to be called with FILE_LOCK() held, but the fdrop_locked()

ACPI mailling list?

2003-06-17 Thread Jesse Guardiani
Howdy list, Is there an ACPI mailling list I can join to help debug/test ACPI? I'm a decent C programmer, and I'd really like to get ACPI support working on my IBM Thinkpad A30p. Unfortunately, no-one has responded to my questions about ACPI on this laptop. Is anyone actively working on ACPI

Re: ACPI mailling list?

2003-06-17 Thread David Wolfskill
To: [EMAIL PROTECTED] From: Jesse Guardiani [EMAIL PROTECTED] Date: Tue, 17 Jun 2003 16:42:22 -0400 Subject: ACPI mailling list? Reply-To: [EMAIL PROTECTED] [I will Cc: -current despite that request.] Is there an ACPI mailling list I can join to help debug/test ACPI? See

ATA DMA broken/kernel panic with 5.1-R/5.1-C and VIA 82C586B

2003-06-17 Thread Nicolai E M Plum
Hi I installed 5.1-RELEASE from the CD images, and have problems using DMA on my ATA discs. I get the same problem on several discs, both several years old and brand new, across several vendors. 4.6-RELEASE handles the discs fine. Relevant excepts from the boot messages are below, the entire

Re: ULE nice bugs are fixed.

2003-06-17 Thread Wiktor Niesiobedzki
On Tue, Jun 17, 2003 at 03:51:32PM -0400, Jeff Roberson wrote: I am still not able to reproduce this. Can you update your sources? I commited some code just now that removed an external dependency from sched_nice(). This should make it more robust. Got it - its LAZY_SWITCH, without it -

Re: ATA DMA broken/kernel panic with 5.1-R/5.1-C and VIA 82C586B

2003-06-17 Thread Soeren Schmidt
It seems Nicolai E M Plum wrote: Hi I installed 5.1-RELEASE from the CD images, and have problems using DMA on my ATA discs. I get the same problem on several discs, both several years old and brand new, across several vendors. 4.6-RELEASE handles the discs fine. Relevant excepts from the

Re: ATA DMA broken/kernel panic with 5.1-R/5.1-C and VIA 82C586B

2003-06-17 Thread F. Senault
Tuesday, June 17, 2003, 11:24:53 PM, you wrote: Hi I installed 5.1-RELEASE from the CD images, and have problems using DMA on my ATA discs. I get the same problem on several discs, both several years old and brand new, across several vendors. 4.6-RELEASE handles the discs fine. Relevant

Re: Giant pushdown in kern_descrip.c rev 1.128

2003-06-17 Thread Alfred Perlstein
* Don Lewis [EMAIL PROTECTED] [030617 13:06] wrote: On 17 Jun, Alfred Perlstein wrote: * Don Lewis [EMAIL PROTECTED] [030617 12:00] wrote: It's not legal to attempt to aquire Giant in fdrop_locked(), while FILE_LOCK() is held. The problem is that FILE_LOCK uses the mutex pool, which

Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread Craig Boston
On Tue, 2003-06-17 at 08:21, M. Warner Losh wrote: Does the following, untested, patch help any better than your gross kludges? Hrm, actually it seems to have made it worse... Now they don't attach at all. xl0: 3Com 3c575B Fast Etherlink XL port 0x1000-0x107f mem

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Christian Laursen [EMAIL PROTECTED] writes: : M. Warner Losh [EMAIL PROTECTED] writes: : : In message: [EMAIL PROTECTED] : Christian Laursen [EMAIL PROTECTED] writes: : : pccard0: unknown card (manufacturer=0x, product=0x)

Re: ACPI testing/debugging guide?

2003-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Dan Nelson [EMAIL PROTECTED] writes: : In the last episode (Jun 17), Scott Lambert said: : Is there some list of actions to preform and data to collect that : would assist with getting the ACPI stuff lined out? : : I've read the acpiconf man page but

Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Craig Boston [EMAIL PROTECTED] writes: : On Tue, 2003-06-17 at 08:21, M. Warner Losh wrote: : Does the following, untested, patch help any better than your gross : kludges? : : Hrm, actually it seems to have made it worse... Now they don't attach : at

__thread support in -current..

2003-06-17 Thread Julian Elischer
Ok, so having thrashed out what is required on the threads list (and severely strained (but hopefully not permanently) our relations with the OpenGL folks) we've figured out that we do need to support __thread (if we don't we'll miss out on alot). I have basicaly worked out what we need to do

Re: ACPI testing/debugging guide?

2003-06-17 Thread Barney Wolff
On Tue, Jun 17, 2003 at 04:29:59PM -0600, M. Warner Losh wrote: : : ACPI records temperature in tenths of a Kelvin, if you can believe it :) I don't believe that. 369.2K is 96.2C, which is over 200F. That seems to hot to me. My laptop says 2982, which is either about 30C or 15.2C. Given

Re: __thread support in -current..

2003-06-17 Thread Alexander Kabaev
On Tue, 17 Jun 2003 15:34:15 -0700 (PDT) Julian Elischer [EMAIL PROTECTED] wrote: I guess the support is in gcc as Linux and solaris use it, but is our linker close enough to what they use to be able to benefit at all from them? The __thread support is available in GCC 3.3+ only. The new

Re: __thread support in -current..

2003-06-17 Thread Marcel Moolenaar
On Tue, Jun 17, 2003 at 03:34:15PM -0700, Julian Elischer wrote: Ok, so having thrashed out what is required on the threads list (and severely strained (but hopefully not permanently) our relations with the OpenGL folks) we've figured out that we do need to support __thread (if we don't

Re: ACPI testing/debugging guide?

2003-06-17 Thread Hiten Pandya
On Tue, Jun 17, 2003 at 04:29:59PM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Dan Nelson [EMAIL PROTECTED] writes: : In the last episode (Jun 17), Scott Lambert said: : Is there some list of actions to preform and data to collect that : would assist with getting

Re: ACPI testing/debugging guide?

2003-06-17 Thread Kevin Oberman
Date: Tue, 17 Jun 2003 18:40:26 -0400 From: Barney Wolff [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] On Tue, Jun 17, 2003 at 04:29:59PM -0600, M. Warner Losh wrote: : : ACPI records temperature in tenths of a Kelvin, if you can believe it :) I don't believe that. 369.2K is 96.2C,

Re: ACPI testing/debugging guide?

2003-06-17 Thread Scott Lambert
On Tue, Jun 17, 2003 at 06:40:26PM -0400, Barney Wolff wrote: On Tue, Jun 17, 2003 at 04:29:59PM -0600, M. Warner Losh wrote: : : ACPI records temperature in tenths of a Kelvin, if you can believe it :) I don't believe that. 369.2K is 96.2C, which is over 200F. That seems to hot to

Re: ACPI testing/debugging guide?

2003-06-17 Thread Barney Wolff
On Tue, Jun 17, 2003 at 03:54:34PM -0700, Kevin Oberman wrote: I am also seeing the same thing on my T30 when I run ACPI. It's the temperature, not any of the others. It was reading 3186 and that seems about right for centi-degrees C. (31.86C) Kelvin simply does not compute. According to

Re: ACPI testing/debugging guide?

2003-06-17 Thread Scott Lambert
On Tue, Jun 17, 2003 at 03:54:13PM -0700, Hiten Pandya wrote: On Tue, Jun 17, 2003 at 04:29:59PM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Dan Nelson [EMAIL PROTECTED] writes: : ACPI records temperature in tenths of a Kelvin, if you can believe it :) I

Re: __thread support in -current..

2003-06-17 Thread Julian Elischer
see my answer to you there.. On Tue, 17 Jun 2003, Marcel Moolenaar wrote: On Tue, Jun 17, 2003 at 03:34:15PM -0700, Julian Elischer wrote: Ok, so having thrashed out what is required on the threads list (and severely strained (but hopefully not permanently) our relations with the

Re: Nvidia, TLS and __thread keyword -- an observation

2003-06-17 Thread Julian Elischer
On Tue, 17 Jun 2003, Marcel Moolenaar wrote: On Tue, Jun 17, 2003 at 03:02:20PM -0700, Julian Elischer wrote: On Tue, 17 Jun 2003, Marcel Moolenaar wrote: Guys, In short: Don't bash Nvidia. What they do is not uncommon. Well, maybe in Open Source environments. So please

mount_ntfs causes panic

2003-06-17 Thread NAKAJI Hiroyuki
I updated my laptop kernel to 5.1-CURRENT and got into trouble. FreeBSD mebius 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Tue Jun 17 09:36:21 JST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 This laptop also runs Windows 2000 whose filesystem is NTFS and this NTFS part is mounted from

where is rogue?

2003-06-17 Thread Guy Middleton
What happened to /usr/games/rogue in 5.1-RELEASE? It's not in /usr/ports/games either. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: where is rogue?

2003-06-17 Thread Kris Kennaway
On Tue, Jun 17, 2003 at 09:11:16PM -0400, Guy Middleton wrote: What happened to /usr/games/rogue in 5.1-RELEASE? It's not in /usr/ports/games either. Install the freebsd-games port. This is documented in the release notes. Kris pgp0.pgp Description: PGP signature

Re: where is rogue?

2003-06-17 Thread Guy Middleton
On Tue, Jun 17, 2003 at 06:17:01PM -0700, Kris Kennaway wrote: On Tue, Jun 17, 2003 at 09:11:16PM -0400, Guy Middleton wrote: What happened to /usr/games/rogue in 5.1-RELEASE? It's not in /usr/ports/games either. Install the freebsd-games port. This is documented in the release notes.

Re: qmail uses 100% cpu after FreeBSD-5.0 to 5.1 upgrade

2003-06-17 Thread Chris Shenton
Don Lewis [EMAIL PROTECTED] writes: Thanks for doing the testing. I just committed this patch. Seems fine here too -- many thanks. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any

Re: where is rogue?

2003-06-17 Thread Guy Middleton
On Tue, Jun 17, 2003 at 06:17:01PM -0700, Kris Kennaway wrote: On Tue, Jun 17, 2003 at 09:11:16PM -0400, Guy Middleton wrote: What happened to /usr/games/rogue in 5.1-RELEASE? It's not in /usr/ports/games either. Install the freebsd-games port. This is documented in the release notes.

Re: 5.1-CURRENT hangs on disk i/o? sysctl_old_user() non-sleepablelocks

2003-06-17 Thread Chris Shenton
Don Lewis [EMAIL PROTECTED] writes: I doubt it. I checked in a fix for this problem today so you should get the fix when you next cvsup. Yup, many thanks. Can you break into ddb and do a ps to find out what state all the processes are in? I'm a newbie to ddb. Was able to get a ps from a

Re: 5.1-CURRENT hangs on disk i/o? sysctl_old_user() non-sleepablelocks

2003-06-17 Thread Chris Shenton
Oh, FWIW, I did a cvsup and rebuilt the OS and kernel then did a mergemaster about 30 minutes ago in order to get your fix to my qmail issue. So I'm running about as CURRENT as possible. ___ [EMAIL PROTECTED] mailing list

Re: where is rogue?

2003-06-17 Thread Kris Kennaway
On Tue, Jun 17, 2003 at 09:31:39PM -0400, Guy Middleton wrote: On Tue, Jun 17, 2003 at 06:17:01PM -0700, Kris Kennaway wrote: On Tue, Jun 17, 2003 at 09:11:16PM -0400, Guy Middleton wrote: What happened to /usr/games/rogue in 5.1-RELEASE? It's not in /usr/ports/games either. Install

Re: where is rogue?

2003-06-17 Thread Guy Middleton
On Tue, Jun 17, 2003 at 06:52:26PM -0700, Kris Kennaway wrote: On Tue, Jun 17, 2003 at 09:31:39PM -0400, Guy Middleton wrote: On Tue, Jun 17, 2003 at 06:17:01PM -0700, Kris Kennaway wrote: On Tue, Jun 17, 2003 at 09:11:16PM -0400, Guy Middleton wrote: What happened to /usr/games/rogue in

SCSI CD mount problems

2003-06-17 Thread Guy Middleton
I have a Yamaha CRW4416S CD drive as /dev/cd0. When I try to mount a disk, it says cd9660: /dev/cd0: Invalid argument, and this in the log file: (cd0:ahc0:0:3:0): READ(10). CDB: 28 0 0 0 0 10 0 0 1 0 (cd0:ahc0:0:3:0): CAM Status: SCSI Status Error (cd0:ahc0:0:3:0): SCSI Status: Check Condition

Re: 5.1-CURRENT hangs on disk i/o? sysctl_old_user() non-sleepablelocks

2003-06-17 Thread Don Lewis
On 17 Jun, Chris Shenton wrote: Don Lewis [EMAIL PROTECTED] writes: I doubt it. I checked in a fix for this problem today so you should get the fix when you next cvsup. Yup, many thanks. Can you break into ddb and do a ps to find out what state all the processes are in? I'm a

EHCI USB on _top_ of UHCI?

2003-06-17 Thread David Gilbert
I'm running 5.1-RELEASE and have USB2.0 ports in my Dell D800 laptop. I also have a USB2.0 drive encloseure with a 120G drive in it... so I'm very motivated to get this to work :). To start, I posted briefly about this before... and some people suggested that this may have a bad interaction with

Re: __thread support in -current..

2003-06-17 Thread Matthew N. Dodd
On Tue, 17 Jun 2003, Julian Elischer wrote: I guess the support is in gcc as Linux and solaris use it, but is our linker close enough to what they use to be able to benefit at all from them? We'll need an updated GCC at the very least; I see some stuff in binutils regarding TLS. I think we're

ACPI suspending.

2003-06-17 Thread David Gilbert
I have a Dell D800 laptop (as I've mentioned a few times here) and I've gone so far as to upgrade the BIOS to A03 and fetch new ACPI DSDT code from the linux site. Before fetching the code, most ACPI functions were broken ... including the amount of battery remaining. After updating, most

Re: 5.1-CURRENT hangs on disk i/o? sysctl_old_user() non-sleepablelocks

2003-06-17 Thread Chris Shenton
Don Lewis [EMAIL PROTECTED] writes: If you have another machine and a null modem cable you can redirect the system console of the machine to be debugged to a serial port and run some comm software on the other machine so that you can capture all the output from ddb. OK, I'll give that a

Re: Giant pushdown in kern_descrip.c rev 1.128

2003-06-17 Thread Don Lewis
On 17 Jun, Alfred Perlstein wrote: * Don Lewis [EMAIL PROTECTED] [030617 13:06] wrote: On 17 Jun, Alfred Perlstein wrote: * Don Lewis [EMAIL PROTECTED] [030617 12:00] wrote: It's not legal to attempt to aquire Giant in fdrop_locked(), while FILE_LOCK() is held. The problem is that

Re: 5.1-CURRENT hangs on disk i/o? sysctl_old_user() non-sleepablelocks

2003-06-17 Thread Don Lewis
On 17 Jun, Chris Shenton wrote: Don Lewis [EMAIL PROTECTED] writes: If you have another machine and a null modem cable you can redirect the system console of the machine to be debugged to a serial port and run some comm software on the other machine so that you can capture all the output

Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread Craig Boston
: xl0: 3Com 3c575B Fast Etherlink XL port 0x1000-0x107f mem : 0x8800-0x887f,0x8880-0x88ff irq 11 at device 0.0 on : cardbus0 That's not 4k! :-( Ok, if I'm reading this right: rman_reserve_resource: I/O memory addresses request: [0x8880, 0x88ff], length 0x80, flags