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 w
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 soc
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 ima
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 s
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
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 particu
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,
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 wo
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 bet
+-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
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.
> >
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
> > > > s
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 wh
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:
Permi
14 matches
Mail list logo