Re: Programs not accepting input?

2006-03-27 Thread Frank B. Scholl
hello, i followed this discussion so far and wondered what your techniques are to have your running programs accepting input again. in my case, this phenomenon heavily depends on the windowmanager you chose. when being on fluxbox and having a running instance of firefox, it every once in a whil

Re: Programs not accepting input?

2006-03-27 Thread Alex Zbyslaw
Greg 'groggy' Lehey wrote: Same here. As mentioned in the original message, I can use the mouse to open a new window under firefox. The new window will accept keyboard input, the old one won't. It's almost as if it's deadlocking on input. Just a "me too". I used to get this with mozilla j

syslogd not draining

2006-03-27 Thread Michael W. Lucas
Hi, I've got a machine running syslogd, DNS, DHCP, flow-capture, and other assorted UDP-loving programs. Occasionally, they all stop working. The machine has been up for a couple of hours now, and I see: ns1/etc;netstat -s | grep full Warning: sysctl(net.inet6.ip6.rip6stats): No such file or dir

Re: syslogd not draining

2006-03-27 Thread Borja Marcos
I've got a machine running syslogd, DNS, DHCP, flow-capture, and other assorted UDP-loving programs. Occasionally, they all stop working. The machine has been up for a couple of hours now, and I see: ns1/etc;netstat -s | grep full Warning: sysctl(net.inet6.ip6.rip6stats): No such file or directo

Re: Programs not accepting input?

2006-03-27 Thread Rick C. Petty
On Mon, Mar 27, 2006 at 11:21:53AM +0200, Frank B. Scholl wrote: > > i followed this discussion so far and wondered what your techniques are to > have your running programs accepting input again. in my case, this phenomenon > heavily depends on the windowmanager you chose. when being on fluxbox

Re: syslogd not draining

2006-03-27 Thread Michael W. Lucas
On Mon, Mar 27, 2006 at 06:18:50PM +0200, Borja Marcos wrote: > >I've got a machine running syslogd, DNS, DHCP, flow-capture, and other > >assorted UDP-loving programs. Occasionally, they all stop working. > >The machine has been up for a couple of hours now, and I see: > > > >ns1/etc;netstat -s |

Re: syslogd not draining

2006-03-27 Thread Michael W. Lucas
On Mon, Mar 27, 2006 at 06:18:50PM +0200, Borja Marcos wrote: > >I've got a machine running syslogd, DNS, DHCP, flow-capture, and other > >assorted UDP-loving programs. Occasionally, they all stop working. > >The machine has been up for a couple of hours now, and I see: > > > >ns1/etc;netstat -s |

Re: syslogd not draining

2006-03-27 Thread Maxim Konovalov
On Mon, 27 Mar 2006, 12:38-0500, Michael W. Lucas wrote: > On Mon, Mar 27, 2006 at 06:18:50PM +0200, Borja Marcos wrote: > > >I've got a machine running syslogd, DNS, DHCP, flow-capture, and other > > >assorted UDP-loving programs. Occasionally, they all stop working. > > >The machine has been up

Re: syslogd not draining

2006-03-27 Thread Michael W. Lucas
On Mon, Mar 27, 2006 at 10:01:42PM +0400, Maxim Konovalov wrote: > On Mon, 27 Mar 2006, 12:38-0500, Michael W. Lucas wrote: > > > On Mon, Mar 27, 2006 at 06:18:50PM +0200, Borja Marcos wrote: > > > >I've got a machine running syslogd, DNS, DHCP, flow-capture, and other > > > >assorted UDP-loving p

Re: syslogd not draining

2006-03-27 Thread Maxim Konovalov
[] > > > > >ns1/etc;netstat -s | grep full > > > > >Warning: sysctl(net.inet6.ip6.rip6stats): No such file or directory > > > > >122066 dropped due to full socket buffers > > > > >ns1/etc; > > > > > > > > > >I've doubled kern.ipc.maxsockbuf a couple of times now, and yet it > > > > >sti

Re: syslogd not draining

2006-03-27 Thread Michael W. Lucas
On Mon, Mar 27, 2006 at 10:35:11PM +0400, Maxim Konovalov wrote: > [] > > > > > >ns1/etc;netstat -s | grep full > > > > > >Warning: sysctl(net.inet6.ip6.rip6stats): No such file or directory > > > > > >122066 dropped due to full socket buffers > > > > > >ns1/etc; > > > > > > > > > > > >

Re: syslogd not draining

2006-03-27 Thread Maxim Konovalov
[...] > > ~100 datagrams per second, not a lot. Perhaps they are huge. > > Not that I've noticed. It's syslogd, DHCP, DNS, and flow-capture > from a variety of devices, all generally small packets. I know nothing about your netflow setup but it can generate a huge amount of udp traffic. Check '

Re: syslogd not draining

2006-03-27 Thread Michael W. Lucas
On Mon, Mar 27, 2006 at 10:59:16PM +0400, Maxim Konovalov wrote: > [...] > > > ~100 datagrams per second, not a lot. Perhaps they are huge. > > > > Not that I've noticed. It's syslogd, DHCP, DNS, and flow-capture > > from a variety of devices, all generally small packets. > > I know nothing abou

Direct access to hadware

2006-03-27 Thread Eder
Hi all, I would like to know if exite some header ".h" in FreeBSD so that I can make a direct access to hadware in machine with C. Thanks, Eder -- Linux is for people who hate Windows, BSD is for people who love UNIX" ___ freebsd-hackers@freebsd.org ma

Re: Direct access to hadware

2006-03-27 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Eder <[EMAIL PROTECTED]> writes: : I would like to know if exite some header ".h" in FreeBSD so : that I can make a direct access to hadware in machine with C. Yes. There is. However, without knowing what you want to do, it is impossible to recommend w

Re: cloning a FreeBSD HDD

2006-03-27 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Vasil Dimov <[EMAIL PROTECTED]> typed: > On Fri, Mar 24, 2006 at 06:19:13PM +0100, Dirk GOUDERS wrote: > Without reading it, I would first try this, it's quite straightforward > > * boot into single user mode (enter "boot -s" at loader prompt) > * make sure filesystems are

Re: cloning a FreeBSD HDD

2006-03-27 Thread Daniel O'Connor
On Saturday 25 March 2006 04:42, Mike Meyer wrote: > One thing: 1m is a bit small for modern systems. Or for not-so-modern > systems. Since nothing else is running, you might as well use all the > memory you've got, or as big as you can get a process to be. 128m or > more is perfectly reasonable.

Re: Re: Programs not accepting input?

2006-03-27 Thread Greg 'groggy' Lehey
On Monday, 27 March 2006 at 7:03:23 -0600, Sergey Babkin wrote: >> Same here. As mentioned in the original message, I can use the mouse >> to open a new window under firefox. The new window will accept >> keyboard input, the old one won't. It's almost as if it's deadlocking >> on input. >> >> R

Re: Re: Programs not accepting input?

2006-03-27 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Greg 'groggy' Lehey <[EMAIL PROTECTED]> typed: > > The focus management and the highlighting of the window manager > > decoration are not physically connected in any way, so a bug in the > > window manager might cause it to do the highlighting but forget to > > give the focu

Re: Re: Programs not accepting input?

2006-03-27 Thread Greg 'groggy' Lehey
On Monday, 27 March 2006 at 20:30:52 -0500, Mike Meyer wrote: > In <[EMAIL PROTECTED]>, Greg 'groggy' Lehey <[EMAIL PROTECTED]> typed: >>> The focus management and the highlighting of the window manager >>> decoration are not physically connected in any way, so a bug in the >>> window manager might

Re: cloning a FreeBSD HDD

2006-03-27 Thread soralx
> On Saturday 25 March 2006 04:42, Mike Meyer wrote: > > One thing: 1m is a bit small for modern systems. Or for not-so-modern > > systems. Since nothing else is running, you might as well use all the > > memory you've got, or as big as you can get a process to be. 128m or > > more is perfectly re