Re: Update to UFS2 Superblock Format

2002-11-26 Thread Julian Elischer
On Mon, 25 Nov 2002, Kirk McKusick wrote: Date: Mon, 25 Nov 2002 01:08:30 -0800 (PST) From: Julian Elischer [EMAIL PROTECTED] To: Kirk McKusick [EMAIL PROTECTED] cc: [EMAIL PROTECTED], Robert Watson [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re:

Re: Call for testers: acpica-unix-20021118.tar.gz

2002-11-26 Thread Christian Brueffer
On Tue, Nov 26, 2002 at 09:48:27AM +0900, Mitsuru IWASAKI wrote: Hi, the new snapshot boots fine here. However, I still get the message acpi0: AcpiGetSleepTypeData failed - AE_NOT_FOUND OK, never mind. This is normal because your DSDT doesn't have _S1_ object. Name(\_S0_,

MD broken in current

2002-11-26 Thread Vladimir B.
Hi # mdconfig -a -t vnode ./bootimg.bin mdconfig: ioctl(/dev/mdctl): Bad address # truss mdconfig -a -t vnode ./bootimg.bin open(/dev/mdctl,0x2,00)= 3 (0x3) ioctl(3,MDIOCATTACH,0x8058c00) ERR#14 'Bad address' # ls -l /dev/mdctl crw---

Re: MD broken in current

2002-11-26 Thread Bruce Evans
On 26 Nov 2002, Vladimir B. Grebenschikov wrote: # mdconfig -a -t vnode ./bootimg.bin mdconfig: ioctl(/dev/mdctl): Bad address This should be ... -t vnode -f ./bootimg.bin. The bug is just low quality option parsing. ./bootimg.bin is garbage when it is not preceded by -f, and garbage args

ACPI problem with laptop?

2002-11-26 Thread John Angelmo
Hello If I choose to make world under -CURRENT the laptop gets hotter (well the processor/hd and so on gets used and causes heat) now, the fan starts to spin faster and so on, but the computer never gets cooler even a day after a build it still is hot and the fan never stops spinning, is

Re: ACPI problem with laptop?

2002-11-26 Thread Mitsuru IWASAKI
Hi, If I choose to make world under -CURRENT the laptop gets hotter (well the processor/hd and so on gets used and causes heat) now, the fan starts to spin faster and so on, but the computer never gets cooler even a day after a build it still is hot and the fan never stops spinning, is

Re: I'm impressed, but ...

2002-11-26 Thread Robert Drehmel
On Mon, Nov 25, 2002 at 10:04:23PM +0100, Philip Paeps wrote: Before it is a few megs of the same. Basically Mutt reading my mailbox. Anything else I can do to help? You could give the attached patch a try. Were you by any chance using truss(1) just before mutt started to hang? ciao, -robert

alpha tinderbox failure

2002-11-26 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Kernel broken

2002-11-26 Thread Jan Stocker
CVSuped (2 mins ago) -current kernel is broken: cc1: warnings being treated as errors /usr/src/sys/dev/sound/isa/ad1816.c: In function `ad1816_lock': /usr/src/sys/dev/sound/isa/ad1816.c:81: warning: dereferencing `void *' pointer /usr/src/sys/dev/sound/isa/ad1816.c:81: request for member

Re: cvs commit: src/sys/dev/sound/pcm buffer.c channel.c feeder.c feeder_fmt.c feeder_rate.c sndstat.c sound.c sound.h vchan.c

2002-11-26 Thread Ray Kohler
On Tue, Nov 26, 2002 at 06:19:41AM +, cameron grant wrote: I have no idea why, but this commit broke kernel building: cc -c -O -pipe -mcpu=athlon -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions

Re: I'm impressed, but ...

2002-11-26 Thread Philip Paeps
On 2002-11-26 12:37:25 (+0100), Robert Drehmel [EMAIL PROTECTED] wrote: On Mon, Nov 25, 2002 at 10:04:23PM +0100, Philip Paeps wrote: Before it is a few megs of the same. Basically Mutt reading my mailbox. Anything else I can do to help? You could give the attached patch a try. Okay.

RE: cvs commit: src/sys/dev/sound/pcm buffer.c channel.c feeder.c feeder_fmt.c feeder_rate.c sndstat.c sound.c sound.h vchan.c

2002-11-26 Thread Jan Stocker
First: sorry for sending same error i'ven't seen this thread I've the same prob on a freshly installed system with /usr/src only from CVS repository and /usr/obj clean (It is a minimum installed -current from a 2 days onld snapshot CD). Jan -Original Message- From: [EMAIL

Re: Kernel broken

2002-11-26 Thread Ray Kohler
On Tue, Nov 26, 2002 at 12:53:39PM +0100, Jan Stocker wrote: CVSuped (2 mins ago) -current kernel is broken: cc1: warnings being treated as errors /usr/src/sys/dev/sound/isa/ad1816.c: In function `ad1816_lock': /usr/src/sys/dev/sound/isa/ad1816.c:81: warning: dereferencing `void *' pointer

Re: Kernel broken

2002-11-26 Thread Mark Santcroos
Changing the locks from void * to struct mtx * seems to fix the problem. Mark diff -u -r ../../../../vendor/sys/dev/sound/isa/ad1816.c ./isa/ad1816.c --- ../../../../vendor/sys/dev/sound/isa/ad1816.c Thu Nov 14 17:00:39 2002 +++ ./isa/ad1816.c Tue Nov 26 13:03:17 2002 @@ -53,7 +53,7

RE: cvs commit: src/sys/dev/sound/pcm buffer.c channel.c feeder.c feeder_fmt.c feeder_rate.c sndstat.c sound.c sound.h vchan.c

2002-11-26 Thread Jan Stocker
Okay here a detailed description... a) Install a minumum -current from snapshot CD (2 days old). b) Add a cvsup-package without gui (i made before with pkg_create -b blah). c) Get -current fom cvs repo (with cvsup...). d) cd /usr/src make buildworld (works fine) e) copying my kernel-conf. f)

Re: ACPI problem with laptop?

2002-11-26 Thread John Angelmo
Terry Lambert wrote: Is this a Dell Lattitude? They are known to have heat problems. There's also the possibility that the CPU is a desktop CPU in the laptop; people aren't supposed to do that, either, but it can crank up the heat. -- Terry Hello No it's a Evo N114 with an Athlon 4 in it,

Re: snd_pcm module not usable ... ?

2002-11-26 Thread Marc G. Fournier
perfect, thanks ... worked like a charm ... On Mon, 25 Nov 2002, Daniel C. Sobral wrote: Marc G. Fournier wrote: Maybe i'm missing something that i need to load, but I took the pcm device out of my kernel config, figuring that I could use the snd_pcm module ... loaded it, but still

Re: ACPI problem with laptop?

2002-11-26 Thread Terry Lambert
John Angelmo wrote: Terry Lambert wrote: Is this a Dell Lattitude? They are known to have heat problems. There's also the possibility that the CPU is a desktop CPU in the laptop; people aren't supposed to do that, either, but it can crank up the heat. No it's a Evo N114 with an

Re: ACPI problem with laptop?

2002-11-26 Thread Terry Lambert
Terry Lambert wrote: Have you applied the most recent ACPI patches, and turned on debugging output (at least hw.acpi.verbose=1) to see if it fixes the problem (and if it doesn't, at least report what's going on)? It looks like the author of the ACPI code has already replied to your post;

Re: Call for testers: acpica-unix-20021118.tar.gz

2002-11-26 Thread Matthew Emmerton
ACPI stiil fails miserably on my Thinkpad T23 with these patches. I've attached the ASL and DSDT data in tar.gz format. Output from boot -v (transcribed by hand, so forgive any obvious typos) Note -- the 'o' character in 'So' below is really o with an umlat. I suspect the space in 'T ' is a

Re: Re: Kernel broken

2002-11-26 Thread Dheeraj
I too could compile successfully last night without any problems.. it fixes the pcm lock problems when using witness and invariant options ... atleast for me. dheeraj -Original Message- From: Ray Kohler [EMAIL PROTECTED] To: Jan Stocker [EMAIL PROTECTED] Date: Tue, 26 Nov 2002

Re: Kernel broken

2002-11-26 Thread Gary Jennejohn
-Original Message- From: Ray Kohler [EMAIL PROTECTED] To: Jan Stocker [EMAIL PROTECTED] Date: Tue, 26 Nov 2002 07:12:37 -0500 Subject: Re: Kernel broken On Tue, Nov 26, 2002 at 12:53:39PM +0100, Jan Stocker wrote: CVSuped (2 mins ago) -current kernel is broken: =20 cc1:

jdk 1.3.1_6 linux compilation.

2002-11-26 Thread Marcin Dalecki
During a compile of the openoffice-pl package I have just noticed, that 1. Well it depends on java... 2. java depends on the Linux emulation stuff. 3. The automatic fetching of the linux stuff is still looking for RedHat 7.1 files at the ftp.redhat.com FTP site. Well I could live with using

Re: jdk 1.3.1_6 linux compilation.

2002-11-26 Thread David Holm
On Tuesday 26 November 2002 18:19, Marcin Dalecki wrote: During a compile of the openoffice-pl package I have just noticed, that 1. Well it depends on java... 2. java depends on the Linux emulation stuff. 3. The automatic fetching of the linux stuff is still looking for RedHat 7.1 files at

Re: ACLs on the boot partition?

2002-11-26 Thread Bruno Miguel
On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote... How do I enable ACLs on the boot partition? tunefs -a enable /dev/ad0s1a indicates it got set (in single user mode with / mounted readonly). But I still can't set anything with setfacl(1). I tried booting to the fixit floppy, hoping to set

Re: jdk 1.3.1_6 linux compilation.

2002-11-26 Thread Marcin Dalecki
David Holm wrote: On Tuesday 26 November 2002 18:19, Marcin Dalecki wrote: During a compile of the openoffice-pl package I have just noticed, that 1. Well it depends on java... 2. java depends on the Linux emulation stuff. 3. The automatic fetching of the linux stuff is still looking for RedHat

Re: Call for testers: acpica-unix-20020815

2002-11-26 Thread Lars Eggert
Mark Santcroos wrote: On Mon, Aug 26, 2002 at 03:01:48AM +0900, Mitsuru IWASAKI wrote: How about this one? http://people.freebsd.org/~iwasaki/acpi/vga_pci-20020228.tar.gz This simply set PCI_POWERSTATE_D0 for VGA device on wakeup. This didn't work unfortunately. The problem is actually a bit

Re: jdk 1.3.1_6 linux compilation.

2002-11-26 Thread Andrew Kenneth Milton
+---[ Marcin Dalecki ]-- | | (I'm still fetching the whole Linux emulation environment just | to get openoffice up and running again... g...) make -DNATIVE_BOOTSTRAP install for /usr/ports/java/jdk13 should avoid needing the Linux Emu just to get Java running... I

Re: MD broken in current

2002-11-26 Thread Hiten Pandya
On Tue, Nov 26, 2002 at 09:00:37PM +1100, Bruce Evans wrote the words in effect of: On 26 Nov 2002, Vladimir B. Grebenschikov wrote: # mdconfig -a -t vnode ./bootimg.bin mdconfig: ioctl(/dev/mdctl): Bad address This should be ... -t vnode -f ./bootimg.bin. The bug is just low

Re: ACLs on the boot partition?

2002-11-26 Thread bsdc
On Tue, 26 Nov 2002, Bruno Miguel wrote: On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote... How do I enable ACLs on the boot partition? tunefs -a enable /dev/ad0s1a indicates it got set (in single user mode with / mounted readonly). But I still can't set anything with setfacl(1). I tried

Re: PATCH - changing libc_r to use *context()

2002-11-26 Thread Marc Recht
I'd like some feedback on whether some heavy threaded apps (GNOME, OpenOffice, Java, etc) have any problems with this patch before asking re@ for commit permission. BTW, it also needs testing on alpha. I tried it on i386 (athon-xp) and every app I've tried stalled/locked or crashed right away.

Re: ACLs on the boot partition?

2002-11-26 Thread Hiten Pandya
On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in effect of: On Tue, 26 Nov 2002, Bruno Miguel wrote: On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote... How do I enable ACLs on the boot partition? tunefs -a enable /dev/ad0s1a indicates it got set (in

Re: [acpi-jp 1950] Call for testers: acpica-unix-20021118.tar.gz

2002-11-26 Thread Mark Santcroos
Hi Mitsuru, Tried your patch today and S3 still doesn't work for me. It does seem to suspend but resumes back immediately after suspending. (The same behaviour as with other acpica snapshots) This is the register dump on suspend and resume. Does this make sense to you or someone else? (As in is

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Martijn Pronk
Martijn Pronk wrote: Robert Watson wrote: The build of netncp is currently broken on 5.0-CURRENT, and I'd like to see this fixed before 5.0-RELEASE. Unfortunately, we're having a lot of trouble finding a test environment, which is the natural and immediate follow-on to the compile fixes :-).

PANIC: Most recently used by bus

2002-11-26 Thread Aurelien Nephtali
Hi, I've got a panic by unplugging my NIC then plugging it again and then doing a dhclient interface. I've attached some informations about the panic. -- Aurélien Script started on Tue Nov 26 20:17:13 2002 nebula# /sys/i386/compile/NEBULAggdb -k GNU gdb 5.2.1

RE: [acpi-jp 1982] Re: Call for testers: acpica-unix-20021118.tar.gz

2002-11-26 Thread Moore, Robert
You'll need to enable the ACPI debug output and send this out so we can get a better idea of what is going on. Thanks, Bob -Original Message- From: Matthew Emmerton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 5:54 AM To: [EMAIL PROTECTED]; Mitsuru IWASAKI Cc: [EMAIL

Re: [acpi-jp 1940] Re: ACPI errors and then panic - fixed!

2002-11-26 Thread Nate Lawson
On Thu, 21 Nov 2002, Mitsuru IWASAKI wrote: On Sat, 5 Oct 2002, Mitsuru IWASAKI wrote: From: Nate Lawson [EMAIL PROTECTED] Subject: ACPI errors and then panic Date: Fri, 4 Oct 2002 17:14:31 -0700 (PDT) Message-ID: [EMAIL PROTECTED] My laptop appears to work ok without ACPI

panic from acpiconf -s 4

2002-11-26 Thread Nate Lawson
While trying to suspend my IBM T23, I ran into a panic. acpiconf -s for values 1,2,3 does nothing (failing with acpi0: AcpiGetSleepTypeData failed - AE_NOT_FOUND). But acpiconf -s 4 panics. scsuspend(c3352600,c32cf058,c03f4d6c,c3335d80,0) at scsuspend+0x17

Re: ACLs on the boot partition?

2002-11-26 Thread bsdc
On Tue, 26 Nov 2002, Hiten Pandya wrote: On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in effect of: On Tue, 26 Nov 2002, Bruno Miguel wrote: On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote... How do I enable ACLs on the boot partition? tunefs -a

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Hiten Pandya
On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of: Martijn Pronk wrote: Robert Watson wrote: The build of netncp is currently broken on 5.0-CURRENT, and I'd like to see this fixed before 5.0-RELEASE. Unfortunately, we're having a lot of trouble finding

Re: jdk 1.3.1_6 linux compilation.

2002-11-26 Thread Marcin Dalecki
Daniel Flickinger wrote: I just brought up ooo-1.0.l without the java. I had IBM's latest and greatest Linux-java, but it did not want to recognize it so I left the box checked for no java in setup. Everything runs as advertised on openoffice --it looks good. I tried a

Re: panic: mtx_lock() of spin mutex

2002-11-26 Thread Lars Eggert
John Baldwin wrote: On 18-Oct-2002 Lars Eggert wrote: John Baldwin wrote: What is line 488 of src/sys/kern/kern_descrip.c? fhold(fp) in do_dup(). Still see this issue on today's -current. It's easily reproducible with a simple cd ~sunhee in a tcsh, where ~sunhee is on NFS: panic:

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Nate Lawson
On Tue, 26 Nov 2002, Hiten Pandya wrote: On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of: In file included from /home/src/sys/netncp/ncp_conn.c:46: /home/src/sys/netncp/ncp_conn.h:174: field `nc_lock' has incomplete type

Re: sk (miibus) driver won't attach

2002-11-26 Thread Doug White
On Mon, 25 Nov 2002, Robert Faulds wrote: I have a Tyan K7 dual AMD MP200+ system running CURRENT and can not get my SysKonnect 9843 GigE to work. I've tried several different methods of loading the driver (static in the kernel, loaded from /boot/loader.conf, and kldload after booting to

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Martijn Pronk
Nate Lawson wrote: On Tue, 26 Nov 2002, Hiten Pandya wrote: On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of: In file included from /home/src/sys/netncp/ncp_conn.c:46: /home/src/sys/netncp/ncp_conn.h:174: field `nc_lock' has incomplete type

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Julian Elischer
On Tue, 26 Nov 2002, Nate Lawson wrote: On Tue, 26 Nov 2002, Hiten Pandya wrote: On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of: In file included from /home/src/sys/netncp/ncp_conn.c:46: /home/src/sys/netncp/ncp_conn.h:174: field `nc_lock' has

Re: PATCH - changing libc_r to use *context()

2002-11-26 Thread Daniel Eischen
On Tue, 26 Nov 2002, Marc Recht wrote: I'd like some feedback on whether some heavy threaded apps (GNOME, OpenOffice, Java, etc) have any problems with this patch before asking re@ for commit permission. BTW, it also needs testing on alpha. I tried it on i386 (athon-xp) and every app

Re: sk (miibus) driver won't attach

2002-11-26 Thread Robert Faulds
=coraegis1# kldload if_sk =skc0: SysKonnect Gigabit Ethernet port 0x1400-0x14ff mem =0xf400-0xf4003fff = irq 3 at device 12.0 on pci0 =skc0: SysKonnect SK-NET Gigabit Ethernet Adapter SK-9843 SX =sk0: XaQti Corp. XMAC II on skc0 =sk0: Ethernet address:

Re: panic: mtx_lock() of spin mutex

2002-11-26 Thread John Baldwin
On 26-Nov-2002 Lars Eggert wrote: John Baldwin wrote: On 18-Oct-2002 Lars Eggert wrote: John Baldwin wrote: What is line 488 of src/sys/kern/kern_descrip.c? fhold(fp) in do_dup(). Still see this issue on today's -current. It's easily reproducible with a simple cd ~sunhee in a

Re: ACLs on the boot partition?

2002-11-26 Thread Robert Watson
On Tue, 26 Nov 2002 [EMAIL PROTECTED] wrote: On Tue, 26 Nov 2002, Hiten Pandya wrote: On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in effect of: On Tue, 26 Nov 2002, Bruno Miguel wrote: On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote... How

rc_ng breakage introduced with src/etc/rc.d/Makefile 1.5

2002-11-26 Thread Sergey Mokryshev
Hello. In the revision 1.5 of src/etc/rc.d/Makefile Gordon introduces the following breakage into rc_ng scripts (didn't find it early, because installed boxes works as expected and the bug introduce itself a) only with a new installations; b) when rcorder run manually) root@girvas-gw:/etc/rc.d#

sound problems

2002-11-26 Thread Jan Srzednicki
Hello there, I have -CURRENT from Saturday on my box. I have SB 128PCI on my board, the module detects it without problems and seems to work fine. But the problem is that the sound is not clear; there happen to be some itchy noises from time to time, when I push up the system load. I wonder

Re: rc_ng breakage introduced with src/etc/rc.d/Makefile 1.5

2002-11-26 Thread Mike Makonnen
These are benign. Those scripts are used by NetBSD only. You don't see the errors on boot because of a 2/dev/null in /etc/rc. Cheers. -- Mike Makonnen [EMAIL PROTECTED] GPG Key-ID: 0xDBCC68B9 GPG-KEY: http://www.identd.net/~mtm/mtm.asc Key fingerprint = D228 1A6F C64E 120A A1C9 A3AA DAE1

Re: panic: mtx_lock() of spin mutex

2002-11-26 Thread Lars Eggert
John, John Baldwin wrote: On 26-Nov-2002 Lars Eggert wrote: #12 0xc02a93e6 in do_dup (td=0xc60a2a80, type=DUP_FIXED, old=-1, new=4, retval=0xc60a2b18) at /usr/src/sys/kern/kern_descrip.c:485 Hmm, old = -1, this might be fixed by a patch I committed today to fix bugs in do_dup(). Please

Re: cvs commit: src/sys/dev/sound/isa ad1816.c mss.c sbc.c src/sys/dev/sound/pci aureal.c cmi.c ds1.c emu10k1.c maestro.c t4dwave.c src/sys/dev/sound/pcm ac97.c channel.h mixer.c sound.c

2002-11-26 Thread Ray Kohler
On Tue, Nov 26, 2002 at 10:16:28AM -0800, Cameron Grant wrote: cg 2002/11/26 10:16:28 PST Modified files: sys/dev/sound/isaad1816.c mss.c sbc.c sys/dev/sound/pciaureal.c cmi.c ds1.c emu10k1.c maestro.c t4dwave.c sys/dev/sound/pcm

Re: rc_ng breakage introduced with src/etc/rc.d/Makefile 1.5

2002-11-26 Thread Sergey Mokryshev
On Tue, 26 Nov 2002, Mike Makonnen wrote: These are benign. Those scripts are used by NetBSD only. You don't see the errors on boot because of a 2/dev/null in /etc/rc. Cheers. Yes, I don't see these errors. But some scripts can change execution order without anchors like mountall For

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Nate Lawson
On Tue, 26 Nov 2002, Julian Elischer wrote: On Tue, 26 Nov 2002, Nate Lawson wrote: On Tue, 26 Nov 2002, Hiten Pandya wrote: On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of: In file included from /home/src/sys/netncp/ncp_conn.c:46:

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Hiten Pandya
On Tue, Nov 26, 2002 at 01:10:45PM -0800, Julian Elischer wrote the words in effect of: On Tue, 26 Nov 2002, Nate Lawson wrote: On Tue, 26 Nov 2002, Hiten Pandya wrote: On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of: In file included from

Re: PATCH - changing libc_r to use *context()

2002-11-26 Thread Marc Recht
Damn, I think I found a problem. Perhaps it might be what's causing your problem. Do you have I686_CPU defined in your kernel? If so can you either try it with a kernel without I686_CPU or with CPU_DISABLE_SSE? Yes, I've I686_CPU and CPU_ENABLE_SSE in my kernel. Trying it without could take a

[PATCH] Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Terry Lambert
Nate Lawson wrote: It's not so much that I volunteered as I said that I'd help with thread/proc issues.. The trouble was that there are places where it used a proc in the old code, but in some cases it needs to be a proc, and in other cases it now needs to be a thread. But all they

alpha tinderbox failure

2002-11-26 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: [PATCH] Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Terry Lambert
Terry Lambert wrote: I'll take a whack at it and send it out by tomorrow, working or not. Don't bother. 8-). The attached patch makes it compile, and takes a shot at doing the right thing. Just a followup... select definitely won't work (IMO), but needs someone who is threads-savvy

Re: 5.0-DP2 ACLs on UFS2

2002-11-26 Thread Robert Watson
On Mon, 25 Nov 2002 [EMAIL PROTECTED] wrote: I've recently installed FreeBSD 5.0-DP2 to get myself familiar with the upcoming ACLs present in -CURRENT before the release itself. I've setup a test machine with one 45gb ide drive with one slice and two partitions (/ and swap) and installed

Re: 5.0-DP2 ACLs on UFS2

2002-11-26 Thread Juli Mallett
* De: Robert Watson [EMAIL PROTECTED] [ Data: 2002-11-26 ] [ Subjecte: Re: 5.0-DP2 ACLs on UFS2 ] ACLs should work fine on any UFS2 partition where ACLs are enabled. I'm wondering if it's actually UFS2, or if dumpfs is lying to you. Could you libufs stores the UFS version in

Re: Kernel broken

2002-11-26 Thread Giorgos Keramidas
On 2002-11-26 16:33, Gary Jennejohn [EMAIL PROTECTED] wrote: Ray Kohler [EMAIL PROTECTED] wrote: On Tue, Nov 26, 2002 at 12:53:39PM +0100, Jan Stocker wrote: CVSuped (2 mins ago) -current kernel is broken: cc1: warnings being treated as errors /usr/src/sys/dev/sound/isa/ad1816.c: In

Re: mbuf header bloat ?

2002-11-26 Thread Bosko Milekic
On Mon, Nov 25, 2002 at 08:13:46PM -0500, Andrew Gallatin wrote: It is not out of date. The code means: If you've given me a counter then I'll use it otherwise I'll try to allocate one with malloc(). Ah, duh. Thanks. I'd better start providing one in my driver then..

Re: Kernel broken

2002-11-26 Thread Ray Kohler
On Wed, Nov 27, 2002 at 02:02:12AM +0200, Giorgos Keramidas wrote: On 2002-11-26 16:33, Gary Jennejohn [EMAIL PROTECTED] wrote: Ray Kohler [EMAIL PROTECTED] wrote: On Tue, Nov 26, 2002 at 12:53:39PM +0100, Jan Stocker wrote: CVSuped (2 mins ago) -current kernel is broken: cc1:

Re: Kernel broken

2002-11-26 Thread Giorgos Keramidas
On 2002-11-26 19:21, Ray Kohler [EMAIL PROTECTED] wrote: On Wed, Nov 27, 2002 at 02:02:12AM +0200, Giorgos Keramidas wrote: $FreeBSD: src/sys/dev/sound/isa/ad1816.c,v 1.24 2002/06/09 14:20:17 hm Exp $ [...] cg's latest commit (Tuesday) makes the above change and fixes these errors. I

Re: ISA probe failure (ed0)

2002-11-26 Thread Fred Condo
On Tuesday, November 26, 2002, at 02:09 PM, Andy Farkas wrote: On Mon, 25 Nov 2002, Fred Condo wrote: I have a system whose ethernet card is at ISA irq 9, port 0x280, iomem 0xd8000. FreeBSD 4.7-R correctly detects and uses this card with those settings; FreeBSD 5.0-DP2 does not. Please

Fw: Call for testers: acpica-unix-20021118.tar.gz

2002-11-26 Thread Matthew Emmerton
As Nate kindly pointed out, my laptop needed a BIOS upgrade. With the upgrade, I can boot fine with ACPI enabled, although some sleep/suspend/resume stuff doesn't work right. Nate's already reported that. Thanks, Matt - Original Message - From: Matthew Emmerton [EMAIL PROTECTED] To:

Re: [PATCH] Searching for users of netncp and nwfs to help debug5.0 problems

2002-11-26 Thread Julian Elischer
some comments: firstly: ncp_conn_locklist(int flags, struct proc *p) { ! struct thread *td = TAILQ_FIRST(p-p_threads); /* XXX */ ! ! return lockmgr(listlock, flags | LK_CANRECURSE, 0, td); } can't you use unidifs? :-) ok there is a Macro to find the first thread

Re: make.conf and make.conf(5)

2002-11-26 Thread Tom Rhodes
I'll look into this ;) -- Tom Rhodes On Tue, 26 Nov 2002 10:44:29 +1100 (EST) Andy Farkas [EMAIL PROTECTED] wrote: On Tue, 19 Nov 2002, Carl Schmidt wrote: The following PR has two patches attached which address the lack of some documentation of make.conf in the manual page. It also

Re: [PATCH] Searching for users of netncp and nwfs to help debug5.0 problems

2002-11-26 Thread Terry Lambert
First of all, the patch was just to get to the point of compilability, which other prople said they would take it from there. I don't have a NetWare server to test against in my apartment. I'd be just as happy to _let_ the other people who wanted to take it from there do do, now that I made it

Re: [PATCH] Searching for users of netncp and nwfs to help debug5.0 problems

2002-11-26 Thread Terry Lambert
Terry Lambert wrote: Did you want me to update the patch to use your FIRST_THREAD_IN_PROC macro and resend it? OK; here it is, whether you wanted it or not. -- Terry smbfs_thr.diff.gz Description: GNU Zip compressed data

join

2002-11-26 Thread Reuben Brown
subscribe freebsd-current To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: [PATCH] Searching for users of netncp and nwfs to help debug5.0problems

2002-11-26 Thread Julian Elischer
On Tue, 26 Nov 2002, Terry Lambert wrote: Uh, how exactly is that less obnoxious, given it's the same code with a different name and an obnoxious inline instead of a macro? 8-). it's shorter .. You can always get from a thread to a single process but the reverse always presents

Re: [PATCH] Searching for users of netncp and nwfs to help debug5.0problems

2002-11-26 Thread Terry Lambert
Julian Elischer wrote: The answer is that the code doesn't care what thread; it would prefer to not have to think in terms of threads at all, but if you want to force it to, then it's going to think in terms of blocking contexts for the benefit of FreeBSD code it calls, and nothing else.

Re: MD broken in current

2002-11-26 Thread Bruce Evans
On Tue, 26 Nov 2002, Hiten Pandya wrote: There is also a problem, when the md(4) driver is passed a 0 byte file, i.e. mdconfig -a -t -vnode -f /tmp/mdimage.zero. It simply hangs the process in the `mddestroy' state, making it unkillable. David Wolfskill tested a patch, which I made. It

Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-26 Thread Andrew Kenneth Milton
+---[ Daniel Flickinger ]-- | Every program in ooo-1.0.1 I have tried seems to be working | correctly, but syslog is logging copious quantities of: | | cmd soffice.bin pid 817 tried to use non-present sched_get_priority_min | cmd soffice.bin pid 817 tried to

Re: PANIC: Most recently used by bus

2002-11-26 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Aurelien Nephtali [EMAIL PROTECTED] writes: : I've got a panic by unplugging my NIC then plugging it again and then doing : a dhclient interface. I've attached some informations about the panic. Kill the dhclient after you unplug the interface, but before

Re: PANIC: Most recently used by bus

2002-11-26 Thread M. Warner Losh
In message: [EMAIL PROTECTED] M. Warner Losh [EMAIL PROTECTED] writes: : In message: [EMAIL PROTECTED] : Aurelien Nephtali [EMAIL PROTECTED] writes: : : I've got a panic by unplugging my NIC then plugging it again and then doing : : a dhclient interface. I've attached some

Re: [PATCH] Searching for users of netncp and nwfs to help

2002-11-26 Thread Julian Elischer
debug5.0problems In-Reply-To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 26 Nov 2002, Terry Lambert wrote: Julian Elischer wrote: The answer is that the code doesn't care what thread; it would prefer to not have