Inappropriate ioctl for device (CDIOCREADAUDIO)

2003-08-31 Thread Peter Kostouros
Hi I am using cd2mp3 (which uses dagrab) to copy an audio file. Unfortunately I receive the following message: dagrab: read raw ioctl failed at lba 33 length 12: Inappropriate ioctl for device I hope the following snippet of code from dagrab might be useful: void cd_read_audio(int lba,int

libthr: Blocked signal nesting level must be 1!

2003-08-30 Thread Peter Kostouros
Hi I received the following message while running mplayer: Blocked signal nesting level must be 1! Abnormal termination, file: /mnt/cvs/FreeBSD/usr/src/libthr/thread/thr_kern.c, line: 88 I am running with SCHED_ULE, and have mapped libc_r to libthr in libmap.conf. The program runs fine when

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread Peter Kostouros
Hi I had a similar problem when running mplayer with recent kernels. My problem was that although I was executing mplayer with -dvd-device /dev/acd0, the program was trying to open /dev/racd0. I modified main/libmpdvdkit2/dvd_reader.c and sure enough everything is OK. I hope the following

panic: improper umtx access

2003-07-19 Thread Peter Kostouros
Hi I received a panic: improper umtx access from a system cvsup'ed about 8 hours ago. It occurred when executing mcs (mono C# compiler). Note /etc/libmap.conf had libc_r.so* pointing to libthr.so* for mono/mcs. I am also running the SCHED_ULE scheduler. I hope the attached backtrace is

Re: world build fails since yesterday

2003-06-27 Thread Peter Kostouros
FYI I was able to build world by reverting to a kernel cvsup'ed and built on 30/05/2003; I could not do so with a kernel cvsup'ed and built on 06/06/2003. Christoph P. Kukulies wrote: On Thu, Jun 26, 2003 at 01:10:09PM +0200, Tobias Roth wrote: Overheating/powermanagement - maybe. I have

KSE test code (src/tools/KDE/ksetest) panic

2003-03-22 Thread Peter Kostouros
Hi I receive panics when running this test program. The system was cvsup'ed and built on Mar 21. I hope the attached trace is helpful. -- Regards Peter As always the organisation disavows knowledge of this email To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread Peter Kostouros
Hi The problem I have is with designer, Qt's IDE. It was working well until a cvsup a few days ago. I hope the attached can help. Alexander Kabaev wrote: On Sun, 16 Feb 2003 02:09:24 +0800 leafy [EMAIL PROTECTED] wrote: I rebuilt and installed world on Friday and reinstalled ALL my ports

Question regarding LOR in vfs_mount.c

2003-02-08 Thread Peter Kostouros
Hi The LOR detected in /usr/src/sys/kern/vfs_mount.c (process lock on line 1144, and filedesc structure on line 1151) has been previously reported: I have noticed it upon shutdown. An LOR fix was presented recently for a similar LOR arising in kern_descrip.c , see

Re: Fatal trap 12: page fault while in kernel mode

2003-01-23 Thread Peter Kostouros
Hi I recompiled the official nv driver with debugging symbols: X works as expected. My apologies if I alarmed anyone. John Baldwin wrote: On 22-Jan-2003 Peter Kostouros wrote: Hi I am having a similar problem to what has been reported previously regarding X. Basically I get a fatal trap 12

Fatal trap 12: page fault while in kernel mode

2003-01-22 Thread Peter Kostouros
Hi I am having a similar problem to what has been reported previously regarding X. Basically I get a fatal trap 12. (cvsup'ed about one hour ago.) I have attached a backtrace I hope is useful. When I started X within gdb, I received the following: Program received signal SIGUSR1. User defined

Re: VOP_STRATEGY on VCHR?

2003-01-05 Thread Peter Kostouros
Hi I received a similar problem during booting into single user mode upon startup. I hope the following helps: mounting root from ufs:/dev/ad2s1a start_init: trying /sbin/init VOP_STRATEGY on VCHR :0xc189a00: tag none, type VCHR, usecount 5, write count 0, refcount 6, flags (VV_OBJBUF)

Re: Trouble building X on fresh 5.0-RC2 install?

2002-12-30 Thread Peter Kostouros
Hi It has been mentioned a few times, though not specifically for RC2. Check the archives for subjects X server - undefined symbols and XFree 4.2.1 doesn't work with last CURRENT. walt wrote: I've installed RC2 on my new ASUS A7V8X/AthlonXP and the whole thing went very well except for

Re: XFree 4.2.1 doesn't work with last CURRENT

2002-12-22 Thread Peter Kostouros
Hi Aurelien I was able to get X running once I recompiled (the server) with -fno-merge-constants. Unfortunately, I do not know if it has anything to do with the GCC ABI issue. Aurelien Nephtali wrote: Hi, I've upgraded from 4.2.0 to 4.2.1 and now X11 doesn't want to start :/ I've attached

X server problem - undefined symbols

2002-12-14 Thread Peter Kostouros
Hi After building a system from yesterday's sources (14/12/02), I rebuild my X server from ports. Upon invoking startx the X server terminated with the following messages: Symbol from module /usr/X11R6/lib/modules/fonts/libbitmap.a is unresolved. ... ... /var/log/XFress86.0.log has

nVidia drivers revisited

2002-12-07 Thread Peter Kostouros
Hi My system was dumping core when I tried to invoke X with the recently released nVidia drivers installed (similar to Kris's problem?). Upon creating a kernel without INVARIANTS and INVARIANT_SUPPORT options, X runs well. My question is, of the X/nVidia success stories, were kernels built

panic: Most recently used by kqueue

2002-07-30 Thread Peter Kostouros
Hi System was generated Sunday evening (without INET6 option in kernel config). At the time of the panic I was running mozilla, xmms, and gkrellm. I hope the attachment is of some use. -- Regards Peter As always the organisation disavows knowledge of this email To Unsubscribe: send mail

Re: About the recent kernel crashes.

2002-07-26 Thread Peter Kostouros
Hi I got something similar after cvsup'ing and generating a system earlier today (4hrs ago) and running mozilla. Unlike other times, I have a coredump. I hope the following helps: GNU gdb 5.2.0 (FreeBSD) 20020627 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the