Sea-River

2001-07-24 Thread Sea-River
Title: Untitled Document Bonjour, vous aimez la pêche et le milieu aquatique ? Hi, you like the fishing and the environment ? Gratuit, chaque semaine en français : La Lettre de Sea-River Gratuit, chaque mois : La Lettre européenne de Sea-River Free, every month : The

Death sentence to KLD screen savers? Comments?

2001-07-24 Thread Kazutaka YOKOTA
This is to propose to abolish KLD screen saver modules. KLD screen savers have the following problems/deficiencies. - It is too easy to abuse the power of being run in the kernel mode. The screen saver is invoked periodically once the console becomes idle. It should not spend long time to dr

Re: Death sentence to KLD screen savers? Comments?

2001-07-24 Thread Steve Roome
Hi, a friend of mine just forwarded this to me. I've just been looking at writing graphical stuff, firstly screen savers for the console using vgl. In fact we were talking about this exact idea just last week. (As my code doesn't like being run in the kernel - because while it's in devel it still

$B:#$N@83h!"JQ$($F$_$^$;$s$+!)(B

2001-07-24 Thread ts-net
“Ë‘R‚̃[ƒ‹Ž¸—ç’v‚µ‚Ü‚·B ‚±‚̃[ƒ‹‚ÍDMNŽÐ‚É‚æ‚è”zM‚³‚ê‚Ä‚¨‚è‚Ü‚·B ”zM‰ðœ‚Í‚±‚±‚©‚炨Šè‚¢’v‚µ‚Ü‚·B http://dmn.tripod.com/?[EMAIL PROTECTED] ‚±‚̃[ƒ‹‚ÉŠÖ‚·‚é‹êî“™‚́A‚±‚̃[ƒ‹‚ɕԐM‚¹‚¸A [EMAIL PROTECTED] ‚Ü‚Å‚¨Šè‚¢’v‚µ‚Ü‚·B ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡

build problem ?

2001-07-24 Thread Olivier Cortes
hi ! i cvsuped 20 minutes ago. when i try to build (-j 6), it says: -- lex -t -I /usr/build/src/usr.sbin/pcvt/kbdio/lex.l > lex.c yacc: 2 shift/reduce conflicts cp y.tab.c kbdio.c rm -f .depend mkdep -f .depend -a -nostdinc -I/usr/build/obj/usr/build/

Re: build problem ?

2001-07-24 Thread Scot W. Hetzel
From: "Olivier Cortes" <[EMAIL PROTECTED]> > i cvsuped 20 minutes ago. > > when i try to build (-j 6), it says: > > > i couln't find the exact error point... i have a full make.out (make > -j 6 buildworld) at http://www.deep-ocean.net/~olive/files/make.out if > you want to look at it. > > i know

Re: Death sentence to KLD screen savers? Comments?

2001-07-24 Thread Larry Baird
In standard FreeBSD the moving of screen savers to userland may not be a big deal. In Embedded applications it is nice to be able to create very lightweight (read size) screen savers. Hopefully this new mechanism will still allow this. (-; Larry -- ---

device.hints

2001-07-24 Thread Beech Rintoul
I want to experiment with current. All went well on the build, but when I try and install the kernel it stops telling me to install a "device.hints" file. What do I need to do? I tried re-compiling the kernel with the "static" line uncomented, but same problem on install. TIA, Beech -- Micro

Re: device.hints

2001-07-24 Thread Vincent Poy
On Tue, 24 Jul 2001, Beech Rintoul wrote: > I want to experiment with current. All went well on the build, but when I try > and install the kernel it stops telling me to install a "device.hints" file. > What do I need to do? I tried re-compiling the kernel with the "static" line > uncomented, but

Re: device.hints

2001-07-24 Thread Brooks Davis
On Tue, Jul 24, 2001 at 11:23:16AM -0800, Beech Rintoul wrote: > I want to experiment with current. All went well on the build, but when I try > and install the kernel it stops telling me to install a "device.hints" file. > What do I need to do? I tried re-compiling the kernel with the "static" l

Re: device.hints

2001-07-24 Thread Wilko Bulte
On Tue, Jul 24, 2001 at 11:23:16AM -0800, Beech Rintoul wrote: > I want to experiment with current. All went well on the build, but when I try > and install the kernel it stops telling me to install a "device.hints" file. > What do I need to do? I tried re-compiling the kernel with the "static" l

Re: device.hints

2001-07-24 Thread Beech Rintoul
On Tuesday 24 July 2001 11:23 am, Beech Rintoul wrote: > I want to experiment with current. All went well on the build, but when I > try and install the kernel it stops telling me to install a "device.hints" > file. What do I need to do? I tried re-compiling the kernel with the > "static" line unc

Re: Re: build problem ?

2001-07-24 Thread Olivier Cortes
On Tue, Jul 24, 2001 at 01:47:07PM -0500, Scot W. Hetzel wrote: > When you have a build failure using -j x (x > 1), you need to restart the > build without -j in order to get any meaningful info from the build failure. fool, fool, fool am i. here it is : -- mkdep -f .de

This look familiar to anyone? (bug in 4.11 maybe)

2001-07-24 Thread Julian Elischer
I know this is not a -current problem, but if it was fixed by someone they are likely to be reading here, and not in -stable.. We have a hybrid (4.11+patches) kernel that sometimes crashes. The crash always has teh same symptoms and I'm hoping that they look familiar to someone... The message

RE: This look familiar to anyone? (bug in 4.11 maybe)

2001-07-24 Thread John Baldwin
On 24-Jul-01 Julian Elischer wrote: > > In a VFS operation, %ecx get's corrupted (maybe from an interrupt?) > betweeen the instruction where it's loaded with a constant, > and the instruction where it's used... It'always the same instruction, > though often in DIFFERENT VFS instructions (fsync,

Re: build problem ?

2001-07-24 Thread Assar Westerlund
Olivier Cortes <[EMAIL PROTECTED]> writes: > fool, fool, fool am i. here it is : > > -- > mkdep -f .depend -a -nostdinc -DDISASSEMBLER -DNO_X -I/usr/obj/usr/build/src/i >386/usr/include Make sure you have usr.bin/doscmd/Makefile version 1.28 (or higher). /assar To Uns

Re: device.hints

2001-07-24 Thread David O'Brien
On Tue, Jul 24, 2001 at 12:51:39PM -0800, Beech Rintoul wrote: > > I want to experiment with current. All went well on the build, but when I > > try and install the kernel it stops telling me to install a "device.hints" You should have also read UPDATING. Please start a habit of checking this do

-current logjammed?

2001-07-24 Thread Julian Elischer
I sent a message to here this morning and didn't see it, then again this afternoon. Still haven't seen it come back to me (and no answers) I wonder if I'll see this? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: acpica malfunctions

2001-07-24 Thread Mike Smith
> > > 1. Acpica modules hangs in > > > AcpiRsCalculateByteStreamLength() called from > > > AcpiRsCreateByteStream() called from > > > AcpiRsSetSrsMethodData() called from > > > AcpiSetCurrentResources() from somewhere in acpi_pcib.c . > > > > > > The hang itself occurs at Linke

Re: Death sentence to KLD screen savers? Comments?

2001-07-24 Thread Andrey A. Chernov
On Tue, Jul 24, 2001 at 21:07:40 +0900, Kazutaka YOKOTA wrote: > I propose to have user-land screen savers instead of KLD > screen savers. Good idea. > We shall provide the "screen saver daemon" and a set of "screen saver > programs." The screen saver daemon will run in the background and > p

Re: Death sentence to KLD screen savers? Comments?

2001-07-24 Thread Kazutaka YOKOTA
>> We shall provide the "screen saver daemon" and a set of "screen saver >> programs." The screen saver daemon will run in the background and >> periodically checks if the console is idle. When it finds no >> activity in the console, it will launch a specified "screen saver >> program." > >No "

Re: Death sentence to KLD screen savers? Comments?

2001-07-24 Thread Andrey A. Chernov
On Tue, Jul 24, 2001 at 21:34:40 +0900, Kazutaka YOKOTA wrote: > > >> We shall provide the "screen saver daemon" and a set of "screen saver > >> programs." The screen saver daemon will run in the background and > >> periodically checks if the console is idle. When it finds no > >> activity in t

This look familiar to anyone? (bug in 4.11 maybe)

2001-07-24 Thread Julian Elischer
I know this is not a -current problem, but if it was fixed by someone they are likely to be reading here, and not in -stable.. We have a hybrid (4.11+patches) kernel that sometimes crashes. The crash always has teh same symptoms and I'm hoping that they look familiar to someone... The messag

Re: Progress report: KSEs.

2001-07-24 Thread Julian Elischer
David O'Brien wrote: > > On Mon, Jul 23, 2001 at 12:42:49AM -0700, Julian Elischer wrote: > > step 1: get proc structure broken up, with system still running: done (twice) > > Can you post your diff to the proc structure? > > ... > > > -random_ioctl(dev_t dev, u_long cmd, caddr_t addr, int fl

RE: mutex blocking queues..

2001-07-24 Thread Julian Elischer
this strikes me as avoidable. I'll think about it.. Until then I guess I'll just have two lists in the thread.. one for sleep and one for mutexes. On Mon, 23 Jul 2001, John Baldwin wrote: > > On 23-Jul-01 Julian Elischer wrote: > > Why does the mutex not link blocked processes though the > >

Re: mutex blocking queues..

2001-07-24 Thread Julian Elischer
Jake Burkholder wrote: > > > Why does the mutex not link blocked processes though the > > sleep queue linked list entry? Why does it use the run queue entry? > > Because in some cases its necessary for a process to acquire > mutexes while its on the sleep queue. If they used the same > linkage

Re: -current logjammed?

2001-07-24 Thread Julian Elischer
never mind.. found a logjam in an intermediate host.. On Tue, 24 Jul 2001, Julian Elischer wrote: > > I sent a message to here this morning and didn't see it, > then again this afternoon. Still haven't seen it come back to me > (and no answers) I wonder if I'll see this? > > > > To Unsubsc

Suspend/resume + pccard

2001-07-24 Thread John Baldwin
A while back there was a thread on one of the lists (-developers maybe?) about someone's laptop having issues with newcard and suspend/resume. Today I tested a patch to fix suspend/resume for ACPI and went ahead and tested all the combinations. All of the following worked perfectly fine on my In

Re: acpi malfunctions

2001-07-24 Thread [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Mon, Jul 23, 2001 at 01:37:59PM -0700 On Mon, Jul 23, 2001 at 01:37:59PM -0700, Mike Smith wrote: > > > > 1. Acpica modules hangs in > > > > AcpiRsCalculateByteStreamLength() called from > > > > AcpiRsCreateByteStream() called f