bktr: /dev/vdi0 - no data?

2004-02-11 Thread Oliver Lehmann
Hello, I hope, I've chosen the right list. I'm trying to get scantv (a tool shipped with xawtv) working on FreeBSD. It sets well known frequencies, calls then TVTUNER_GETSTATUS to see if there is a signal or not. After that it calles a function out of libzvbi to get the station-name. At this poi

Re: the new send-pr web interface

2004-02-11 Thread Ceri Davies
On Wed, Feb 11, 2004 at 01:14:46PM +0100, Friedemann Becker wrote: > hello, > > I sent a new bugreport via the web interface and noticed two things I > wondered about: > > - in the multiline forms it seems like there would be linebreaking > when typing in the report, but on the website it show

Re: select, sendto and ENOBUFS

2004-02-11 Thread Andre Oppermann
Mike Silbersack wrote: On Tue, 10 Feb 2004, Andrew wrote: The conclusion being that send, sendto and select will never block on a UDP socket and the man page just doesn't make it too clear. I'm assuming it is the same for raw sockets. UNPv1 section 6.3 seems to say that select should work for UDP

Questions about kern.threads.max_{threads_per_proc,groups_per_proc)

2004-02-11 Thread Dung Patrick
Hi If kern.threads.max_threads_per_proc is set to 25000, what should be the corresponding value for kern.threads.max_groups_per_proc? Also I would like to know if both parameters would consume memory, or other effects of setting too high. Thank you. Patrick

Re: [PATCH] make BOOTP not panic working PXE configs

2004-02-11 Thread Dirk-Willem van Gulik
On 11/02/2004, at 2:00 AM, Brooks Davis wrote: When using the PXE loader and a stock kernel you can specify the root path as with "option root-path" with a path like "/usr/diskless/5.2-CURRENT". The server is then derived from the value of next-server (the siaddr entry in the dhcp packet). If yo

Re: TTCP/RFC1644 problem

2004-02-11 Thread Karim Fodil-Lemelin
Hi, Your problem here is that your TTCP connection times out and the data is retransmitted (loosing all the benefits of TTCP) see my other email for why this happens. Karim. Danny Braniss wrote: hi, im running some experiments, and it seems to me that setting net.inet.tcp.rfc1644 h

Re: Zombie processes not clearing (solution)

2004-02-11 Thread Steven Hartland
The patch does indeed work fine here thanks Don. We have it deployed across over 50 machines without issue. The ftp has been busy recently but seems available now. If you have any more trouble getting on drop me a mail and I'll put it elsewhere. Steve - Original Message - From: "Don L

the new send-pr web interface

2004-02-11 Thread Friedemann Becker
hello, I sent a new bugreport via the web interface and noticed two things I wondered about: - in the multiline forms it seems like there would be linebreaking when typing in the report, but on the website it shows as one long line. It's not very nice when you have to scroll around for every

Re: select, sendto and ENOBUFS

2004-02-11 Thread Mike Silbersack
On Tue, 10 Feb 2004, Andrew wrote: > The conclusion being that send, sendto and select will never block on a > UDP socket and the man page just doesn't make it too clear. I'm assuming > it is the same for raw sockets. > > UNPv1 section 6.3 seems to say that select should work for UDP...Part 2 > u