Re: Programs not accepting input?

2006-03-26 Thread Peter Jeremy
On Mon, 2006-Mar-27 11:29:15 +1030, Greg 'groggy' Lehey wrote: >>> One thing that the machines have in common is that they all run x2x Can you drop this and just use a single X server? >Reminder: my final question was "how do I go about debugging this >problem?". X11 protocol tracing (eg xmon) a

Re: Programs not accepting input?

2006-03-26 Thread Greg 'groggy' Lehey
On Sunday, 26 March 2006 at 1:36:57 -0600, Rick C. Petty wrote: > On Sun, Mar 26, 2006 at 05:50:09PM +1030, Greg 'groggy' Lehey wrote: >> In the last month or two I've seen increasing occurrences of programs >> refusing keyboard input after they've been running for a while >> (between hours and da

Re: Programs not accepting input?

2006-03-26 Thread Greg 'groggy' Lehey
On Sunday, 26 March 2006 at 19:17:19 +1100, Peter Jeremy wrote: > On Sun, 2006-Mar-26 17:50:09 +1030, Greg 'groggy' Lehey wrote: >> In the last month or two I've seen increasing occurrences of programs >> refusing keyboard input after they've been running for a while >> (between hours and days). T

Re: Programs not accepting input?

2006-03-26 Thread Rick C. Petty
On Sun, Mar 26, 2006 at 07:17:19PM +1100, Peter Jeremy wrote: > > Is the problem that the clients aren't taking focus or have focus > but aren't accepting keyboard input? My problem wasn't about focus. I know the window had input focus (my settings change the border color for focused windows), b

Re: Programs not accepting input?

2006-03-26 Thread Bernd Walter
On Sun, Mar 26, 2006 at 11:16:36AM +, Robert Watson wrote: > On Sun, 26 Mar 2006, Peter Jeremy wrote: > >On Sun, 2006-Mar-26 17:50:09 +1030, Greg 'groggy' Lehey wrote: > >>In the last month or two I've seen increasing occurrences of programs > >>refusing keyboard input after they've been runnin

FreeBSD Xen 3.0

2006-03-26 Thread Ray Mihm
All, what's the status of FreeBSD Xen support? The last I heard was that it had DomU support and someone was working on Dom0 support? Has DomU support been integrated in to -current? Thanks, Ray. ___ freebsd-hackers@freebsd.org mailing list http://lists

actual status of 6.1-RELEASE ???

2006-03-26 Thread Steven Jurczyk
Does anyone know what is real deadline for 6.1-RELEASE (6.1-PR1)? Schedule on website is outdated, to-do list/status isn't updated from weeks. I can't find on mailing lists information about actual status of 6.1-RELEASE. I will be very thankful for information :) -- steve home.pl _

Re: Programs not accepting input?

2006-03-26 Thread Robert Watson
On Sun, 26 Mar 2006, Peter Jeremy wrote: On Sun, 2006-Mar-26 17:50:09 +1030, Greg 'groggy' Lehey wrote: In the last month or two I've seen increasing occurrences of programs refusing keyboard input after they've been running for a while (between hours and days). They still respond to the mouse

precompiled header

2006-03-26 Thread Divacky Roman
hi why fbsd dont use precompiled headers during buildword/buildkernel? I just did very naive test (which doesnt work for a lot of the headers) cd /sys; find . -name \*.h -exec gcc -x c-header {} \; time buildkernel and delete those compiled headers and time buildkernel again there is a speedup

Re: Programs not accepting input?

2006-03-26 Thread Peter Jeremy
On Sun, 2006-Mar-26 17:50:09 +1030, Greg 'groggy' Lehey wrote: >In the last month or two I've seen increasing occurrences of programs >refusing keyboard input after they've been running for a while >(between hours and days). They still respond to the mouse. At first >I thought it was hardware, bu