anoncvs.freebsd.org broken?

2005-09-10 Thread R. Tyler Ballance
I was trying to get the most recent RELENG_6 code from one of the AnonCVS servers here in America, so I was using the USA mirrors, and they don't seem to be properly configured anymore... %sudo cvs co -rRELENG_6 -P src cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags:

RE: Smart Hubs

2005-09-10 Thread Rob MacGregor
On Friday, September 09, 2005 3:40 PM, Ryan P. Sommers unleashed the infinite monkeys and produced: PS If anyone knows of a hub that's easy to find and still is an actuall good 'ol hub, let me know. Not a hub, but a different solution - a network tap. They're designed to do exactly what

Re: FreeBSD 6.0-BETA4 panics when when configuring pfsync0

2005-09-10 Thread Dominic Marks
On Saturday 10 September 2005 00:00, Max Laier wrote: On Friday 09 September 2005 19:19, Max Laier wrote: On Friday 09 September 2005 15:05, Dominic Marks wrote: Dominic Marks wrote: Hello, I am setting up a redundant firewall setup for our company, the systems are

Re: Software suspend on FreeBSD

2005-09-10 Thread Bruno Ducrot
On Fri, Sep 09, 2005 at 07:25:31PM -0400, Bill Vermillion wrote: Earlier in the linear time track, on approximately Fri, Sep 09, 2005 at 23:01 , [EMAIL PROTECTED] divulged this public information: From: Bruno Ducrot [EMAIL PROTECTED] Subject: Re: Software suspend on FBSD. To: Pranav

Re: anoncvs.freebsd.org broken?

2005-09-10 Thread Mathieu Arnold
+-le 10/09/2005 02:15 -0500, R. Tyler Ballance écrivait : | I was trying to get the most recent RELENG_6 code from one of the AnonCVS | servers here in America, so I was using the USA mirrors, and they don't | seem to be properly configured anymore... | | | %sudo cvs co -rRELENG_6 -P src | cvs

clock software interrupt

2005-09-10 Thread Zlatan Ibrahimovic
Hi folks, I've seen clock software interrupt thread (referring to clk_ithd in kern/kern_intr.c); watching to manpages I read that priority is used as vector for that thread. My question is how can I call this software handler? There's no track in the IDT for the associated handler... (ia32, for

Re: status of ufsj and gjournal

2005-09-10 Thread Brian Wilson
On 9/9/05, Eric Anderson [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi list, I wonder whats the status of those summer of code projects. From gjournal we heard that it has been completed but then nothing happens, any further information about this? Is somebody working on ufsj?

Forcing boot to seek for files on other parition then `a'

2005-09-10 Thread Daniel Gerzo
Hello hackers, I'm in the step when I need your help. Let me describe the situation. I've ordered the dedicated server where was installed FreeBSD by default. The main problem was that they created only 4gB swap and one partition mounted under '/'. Well, of course, I didn't liked it,

Re: Forcing boot to seek for files on other parition then `a'

2005-09-10 Thread Mike Meyer
In [EMAIL PROTECTED], Daniel Gerzo [EMAIL PROTECTED] typed: How to force boot procedure to automatically seek boot images on other partition then `a', let's say on `e' one. If you google the archives at FreeBSD, you'll find that this is a PITA, assuming it's possible at all. No particular

Re[2]: Forcing boot to seek for files on other parition then `a'

2005-09-10 Thread Daniel Gerzo
Ahoj omyl Mike, Sunday, September 11, 2005, 12:19:20 AM, si odoslal: Daniel Gerzo [EMAIL PROTECTED] typed: How to force boot procedure to automatically seek boot images on other partition then `a', let's say on `e' one. If you google the archives at FreeBSD, you'll find that this is a

Re: Re[2]: Forcing boot to seek for files on other parition then `a'

2005-09-10 Thread Mike Meyer
In [EMAIL PROTECTED], Daniel Gerzo [EMAIL PROTECTED] typed: Ahoj omyl Mike, Sunday, September 11, 2005, 12:19:20 AM, si odoslal: Daniel Gerzo [EMAIL PROTECTED] typed: How to force boot procedure to automatically seek boot images on other partition then `a', let's say on `e' one.

Re[4]: Forcing boot to seek for files on other parition then `a'

2005-09-10 Thread Daniel Gerzo
Re Mike, Sunday, September 11, 2005, 12:56:18 AM, you wrote: Daniel Gerzo [EMAIL PROTECTED] typed: Ahoj omyl Mike, Sunday, September 11, 2005, 12:19:20 AM, si odoslal: Daniel Gerzo [EMAIL PROTECTED] typed: How to force boot procedure to automatically seek boot images on other

setsockopt 228K fails with ERR#55 'No buffer space available'

2005-09-10 Thread Steven Hartland
The following fails with ERR#55 'No buffer space available' int buf_size = (228*1024); int ret = setsockopt( s, SOL_SOCKET, SO_SNDBUF, (void*) buf_size, sizeof( buf_size ) ); This appears like its controlled by kern.ipc.maxsockbuf which is default of 256k so the above should work if its per

Re: setsockopt 228K fails with ERR#55 'No buffer space available'

2005-09-10 Thread Dan Nelson
In the last episode (Sep 11), Steven Hartland said: The following fails with ERR#55 'No buffer space available' int buf_size = (228*1024); int ret = setsockopt( s, SOL_SOCKET, SO_SNDBUF, (void*) buf_size, sizeof( buf_size ) ); This appears like its controlled by kern.ipc.maxsockbuf which