Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Tom Rons
On 10 Dec 2007, at 17:49, Tom Rons wrote: > Now it reports 2048 for currrent and max and guess what, ircd runs... > How peculiar that you first have to raise the FD limit manually to fix > the max limit, at least to me it seems. :) OK, last run. I have tried everything again from scratch with the

Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Tom Rons
On 10 Dec 2007, at 15:04, Tom Rons wrote: > On 10 Dec 2007, at 06:03, Michael Poole wrote: >> One early step would be to change line 185 in s_bsd.c (the "error >> setting max fd's" line) to something like this: >> fprintf(stderr, "error setting max fds to %d: %s\n", limit, >> strerror(errno)); >> T

Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Tom Rons
On 10 Dec 2007, at 06:03, Michael Poole wrote: > One early step would be to change line 185 in s_bsd.c (the "error > setting max fd's" line) to something like this: > fprintf(stderr, "error setting max fds to %d: %s\n", limit, > strerror(errno)); > That would at least give the error message, alt

Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Michael Poole
Richard writes: > Actually they can set up a sandbox, since the under-pinnings of OS X > is Darwin, which is freely available for download, and is all that is > needed for ircu. The only thing I could find after almost an hour of searching was a list of 300 downloadable packages of source code, w

Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Richard
Actually they can set up a sandbox, since the under-pinnings of OS X is Darwin, which is freely available for download, and is all that is needed for ircu. On 12/10/07, Holland Rhodes <[EMAIL PROTECTED]> wrote: > Some time ago I submitted a patch to compile ircu on OS X (which I > believe it or so

Re: [Coder-com] IRCu on OS X

2007-12-09 Thread Holland Rhodes
Some time ago I submitted a patch to compile ircu on OS X (which I believe it or some variant of it was used). I don't have time to write one for 10.5 but I can provide a shell on a 10.5.1Server if that would be of any use. On Dec 9, 2007, at 9:03 PM, Michael Poole wrote: > Tom Rons write

Re: [Coder-com] IRCu on OS X

2007-12-09 Thread Michael Poole
Tom Rons writes: > Hello, > > I am running into an error when trying to start u2.10.12.12 on MacOS X > 10.5.1. I got the latest release through cvs and it compiled > flawlessly. However, after I create an ircd.conf in the "new syntax", > when I try to start the daemon I get the following err

[Coder-com] IRCu on OS X

2007-12-09 Thread Tom Rons
Hello, I am running into an error when trying to start u2.10.12.12 on MacOS X 10.5.1. I got the latest release through cvs and it compiled flawlessly. However, after I create an ircd.conf in the "new syntax", when I try to start the daemon I get the following error: "error setting max fd'