pcm exclusive sleep mutex with Oct19 CURRENT

2003-10-20 Thread Paolo Pisati
from my dmesg: [snip] pcm0: ESS Technology Allegro-1 port 0xb800-0xb8ff irq 5 at device 1.0 on pci2 pcm0: failed to enable memory mapping! pcm0: ESS Technology ES1988 AC97 Codec malloc() of 64 with the following non-sleepable locks held: exclusive sleep mutex pcm0:mixer (pcm mixer) r = 0

Re: pcm exclusive sleep mutex with Oct19 CURRENT

2003-10-20 Thread Paolo Pisati
On Mon, Oct 20, 2003 at 10:37:00AM -0700, Kris Kennaway wrote: Unfortunately none of the sound developers have been interested in looking at the locking problems in the code. =( acquiring duplicate lock of same type: pcm channel 1st pcm0:record:0 @ /usr/src/sys/dev/sound/pcm/sound.c:195

LOR in yesterday CURRENT

2003-10-19 Thread Paolo Pisati
...lock order reversal 1st 0xc3142a68 vm object (vm object) @ /usr/src/sys/vm/vm_object.c:433 2nd 0xc102f110 system map (system map) @ /usr/src/sys/vm/vm_kern.c:328 Stack backtrace: backtrace(c083e674,c102f110,c0851116,c0851116,c0850fb1) at backtrace+0x17 witness_lock(c102f110,8,c0850fb1,148,0)

msgbuf cksum mismatch (read 933e3, calc 93fbe)

2003-06-05 Thread Paolo Pisati
What does it mean? It's the first row in my today's kernel. -- Paolo Italian FreeBSD User Group: http://www.gufi.org ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

What's happened to bpf?

2003-03-11 Thread Paolo Pisati
Added device bpf to my kernel config file, make a buildkenelinstallkernel, rebooted but there's not bpf in /dev: [EMAIL PROTECTED] flag]$ grep bpf /usr/src/sys/i386/conf/SOUTHCROSS device bpf # Berkeley packet filter [EMAIL PROTECTED] flag]$ uname -a FreeBSD

What's happened to bpf?

2003-03-11 Thread Paolo Pisati
Added device bpf to my kernel config file, make a buildkenelinstallkernel, rebooted but there's not bpf in /dev: [EMAIL PROTECTED] flag]$ grep bpf /usr/src/sys/i386/conf/SOUTHCROSS device bpf # Berkeley packet filter [EMAIL PROTECTED] flag]$ uname -a FreeBSD

What's happened to bpf?

2003-03-11 Thread Paolo Pisati
Added device bpf to my kernel config file, make a buildkenelinstallkernel, rebooted but there's not bpf in /dev: [EMAIL PROTECTED] flag]$ grep bpf /usr/src/sys/i386/conf/SOUTHCROSS device bpf # Berkeley packet filter [EMAIL PROTECTED] flag]$ uname -a FreeBSD

What's happened to CPUSTATES in /usr/include/devstat.h?

2003-03-02 Thread Paolo Pisati
As the subject says, i noticed it while i was compiling kdebase-3, cause ksysguard failed. Add #include sys/resource.h to devstat.h to fix it. I hope i did it right... =P -- Paolo To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

ACPI error

2003-02-16 Thread Paolo Pisati
from my dmesg: [snip] acpi0: ASUS L8L on motherboard ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15 ACPI-0625: *** Info: GPE Block1 defined as GPE16 to GPE31 Using $PIR table, 6 entries at 0xc00f1a70 acpi0: power button is handled as a fixed feature programming model.

UFS/SOFTUPDATE inconsistency

2003-02-16 Thread Paolo Pisati
[root@southcross root]# fsck /dev/ad0s1e ** /dev/ad0s1e (NO WRITE) ** Last Mounted on /usr ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames MISSING '.' I=667872 OWNER=root MODE=40755 SIZE=512 MTIME=Feb 10 16:54 2003 DIR=/ports/cad/gwave UNEXPECTED SOFT UPDATE INCONSISTENCY

Where is NOTES?

2003-01-20 Thread Paolo Pisati
I've just installed a fresh 5.0-RELEASE, and i found a rather odd surprise: the NOTES files (both!!!) vanished Instead of NOTES i found the old LINT in /usr/src/sys/i386/conf/, and nothing in /usr/src/sys/conf/. Any idea? -- Paolo Italian FreeBSD User Group: http://www.gufi.org To

Where is NOTES?

2003-01-20 Thread Paolo Pisati
I've just installed a fresh 5.0-RELEASE, and i found a rather odd surprise: the NOTES files (both!!!) vanished Instead of NOTES i found the old LINT in /usr/src/sys/i386/conf/, and nothing in /usr/src/sys/conf/. Any idea? -- Paolo Italian FreeBSD User Group: http://www.gufi.org To

Where is NOTES?

2003-01-20 Thread Paolo Pisati
I've just installed a fresh 5.0-RELEASE, and i found a rather odd surprise: the NOTES files (both!!!) vanished Instead of NOTES i found the old LINT in /usr/src/sys/i386/conf/, and nothing in /usr/src/sys/conf/. Any idea? -- Paolo Italian FreeBSD User Group: http://www.gufi.org To

Re: 5.0-RC1: X server crash

2002-12-16 Thread Paolo Pisati
On Mon, Dec 16, 2002 at 10:08:55AM +0100, Marc Fonvieille wrote: I use the same machine under 5.0-CURRENT (RC etc.). I used to have hangs under X, but since I removed Load dri from /etc/X11/XF86Config, it is OK. Please, try to run the memtest program (it's in the ports tree): i had a

Re: 5.0-RC1: X server crash

2002-12-16 Thread Paolo Pisati
On Mon, Dec 16, 2002 at 09:55:09PM +0100, Marc Fonvieille wrote: We talked about a problem between X and -CURRENT, we had no problem with -STABLE. A problem that MAYBE is still present even in CURRENT, don't you think? As i said, i don't have my laptop right now, so i couldn't test CURRENT

pcm0:play:0: play interrupt timeout, channel dead

2002-12-08 Thread Paolo Pisati
Form a -CURRENT of yesterday: flag@newluxor$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: SB16 DSP 4.16 (ViBRA16X) at io 0x220 irq 5 drq 1 bufsz 4096d (1p/1r/0v c hannels duplex default) flag@newluxor$ but when i try to play any song i get this msg: cm0:play:0: play

panic: lockmgr: locking against myself

2002-12-08 Thread Paolo Pisati
flag@newluxor$ uname -a FreeBSD newluxor.skynet.org 5.0-RC FreeBSD 5.0-RC #6: Sun Dec 8 13:45:45 CET 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NEWLUXOR i386 flag@newluxor$ i get a panic everytime i launch tin to read the newsgroup: panic: lockmgr: locking against myself syncing disks,

Re: panic: lockmgr: locking against myself

2002-12-08 Thread Paolo Pisati
On Sun, Dec 08, 2002 at 02:05:41PM +0100, Paolo Pisati wrote: flag@newluxor$ uname -a FreeBSD newluxor.skynet.org 5.0-RC FreeBSD 5.0-RC #6: Sun Dec 8 13:45:45 CET 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NEWLUXOR i386 flag@newluxor$ i get a panic everytime i launch tin to read

When do you plan 5.0-RELEASE?

2002-11-15 Thread Paolo Pisati
if i remember correctly, 5.0-release was supposed to ship somewhen in november, isn't it? any news on this? thank you p.s. i work for an italian magazine and we are planning a special issue dedicated to freebsd-5.0, a tiny manual (64pages) with an installation guide step-by-step, a prime-time

Current on PPC

2002-11-02 Thread Paolo Pisati
What's the status of FreeBSD-CURRENT on PPC (mainly PowerMac stuff)? the ppc page/ml seems to be dead to me. thanks -- Paolo Italian FreeBSD User Group: http://www.gufi.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message