Re: [Coder-com] make ircd-ircu listening on localhost 127.0.0.1

2008-10-03 Thread Kevin L. Mitchell
On Fri, 2008-10-03 at 05:09 +0200, Alex Dawson wrote: > Also, won't running ircd behind stunnel mean all the clients have > 127.0.0.1 as their client IP? This may not be a problem depending on > how you're going to be using it, but it sounds like something to watch > out for. This is true. You co

Re: [Coder-com] make ircd-ircu listening on localhost 127.0.0.1

2008-10-03 Thread Alex Dawson
Also, won't running ircd behind stunnel mean all the clients have 127.0.0.1 as their client IP? This may not be a problem depending on how you're going to be using it, but it sounds like something to watch out for. On Fri, Oct 3, 2008 at 3:12 AM, Kevin L. Mitchell <[EMAIL PROTECTED]> wrote: > Plea

Re: [Coder-com] make ircd-ircu listening on localhost 127.0.0.1

2008-10-02 Thread Kevin L. Mitchell
Please send follow-up questions to [EMAIL PROTECTED] On Fri, 2008-10-03 at 02:12 +0200, franck34 wrote: > Can you give me the line and place regarding the "vhost relation" you > are speaking ? It should be easy to find in the example.conf; just search for "port {" and start reading. (You'll prob

Re: [Coder-com] make ircd-ircu listening on localhost 127.0.0.1

2008-10-02 Thread Kevin L. Mitchell
On Thu, 2008-10-02 at 19:04 +0200, franck34 wrote: > I've try many things, read the sample provided with the package, > without any luck. > Sometimes daemon can not start, sometimes it continu to listen to the > public IP. Have you looked at the documentation for the port block? The sample you in

[Coder-com] make ircd-ircu listening on localhost 127.0.0.1

2008-10-02 Thread franck34
Hi all I'm trying to make ircd-ircu listening on localhost (and nothing else), because i already have stunnel in front of the ircd and i want ircd to not be accessible without ssl. I've try many things, read the sample provided with the package, without any luck. Sometimes daemon can not start, s

[Coder-Com] Make Money With This Winner

2003-09-22 Thread Susan
STOCK BUYER'S ALERT!!! International Food Products Group, Inc. (OTCBB: IFPG) Buy At: $ .32 Sell Target: $1.25 SPECIAL ALERT...Wal-Mart Super Centers and Sam's Club Outlets stock their shelves with IFPG patented food products representing a sector of the food industry producing over $4

[Coder-Com] make config error

2003-01-15 Thread [EMAIL PROTECTED]
Hi, I've a server running on OpenBSD and when i tried to compile the ircd, BUFFERPOOL : Max size of the total of of all sendqs (bytes) [900] CLIENT_FLOOD: Max receive queue for clients (bytes) [1024] MAXCONNECTIONS : Maximum number of network connections (23 - (FD_SETSI

Re: [Coder-Com] MAKE

2002-09-04 Thread Joe 'Pilsner' Cise
On Wed, Sep 04, 2002 at 03:05:44PM -0700, Braden Temme wrote: > ircu normally installs the ircd into: > > ~/bin > ~/lib > > How would I make them install into just ~/bleh? > > Regards, > Braden > > __ > Do You Yahoo!? > Yahoo! Finance - Get real-

[Coder-Com] MAKE

2002-09-04 Thread Braden Temme
ircu normally installs the ircd into: ~/bin ~/lib How would I make them install into just ~/bleh? Regards, Braden __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com

Re: [Coder-Com] Make erros

2002-04-27 Thread Chojin
New version on automake can be found at ftp.gnu.org - Original Message - From: Inge Hagen To: [EMAIL PROTECTED] Sent: Saturday, April 27, 2002 12:07 PM Subject: [Coder-Com] Make erros I did install autoconf-2.52 but I get this error, someone how to fix

Re: [Coder-Com] Make erros

2002-04-27 Thread Chojin
Hello,   you must upgrade your automake to 1.6.1   -- Chojin - Original Message - From: Inge Hagen To: [EMAIL PROTECTED] Sent: Saturday, April 27, 2002 12:07 PM Subject: [Coder-Com] Make erros I did install autoconf-2.52 but I get this error, someone

[Coder-Com] Make erros

2002-04-27 Thread Inge Hagen
I did install autoconf-2.52 but I get this error, someone how to fix it I have try to find a new version of automake but I can’t find it. Hope someone know how to fix this.. I have tried to reinstall gnuworld but it did not work     [gnuworld@comet gnuworld]$ gmake cd . && /bin/sh /

Re: [Coder-Com] Make problem

2002-01-22 Thread Perry Lorier
On Mon, Jan 21, 2002 at 03:20:06PM -, rob wrote: > This problem (and solution) seesm to keep coming up. Is there any way of > automating the addition of those flags ? > IIRC 2.10.10 attempts to guess if needs this libraries, it appears to fail in some circumstances, I don't know why. Kev's r

Re: [Coder-Com] Make problem

2002-01-21 Thread Kev
> This problem (and solution) seesm to keep coming up. Is there any way of > automating the addition of those flags ? At least theoretically, u2.10.11 should deal *much* better at detecting the need for linking with these libraries than the old u2.10.10 configuration process. -- Kevin L. Mitche

Re: [Coder-Com] Make problem

2002-01-21 Thread rob
ent: Monday, January 21, 2002 12:45 PM Subject: Re: [Coder-Com] Make problem > > Run configuration again and make sure to append the flags -lcrypt and > -lresolv to the variable IRCDLIBS.. > > -- notnet > > On Sun, 20 Jan 2002, Ben Belletieri wrote: > > > Hello, I tryed t

Re: [Coder-Com] Make problem

2002-01-21 Thread net
Run configuration again and make sure to append the flags -lcrypt and -lresolv to the variable IRCDLIBS.. -- notnet On Sun, 20 Jan 2002, Ben Belletieri wrote: > Hello, I tryed to run a IRCu version 2.10.10-pl18 today, I got this when > I tryed to 'make' it: > > Building config... > make[1]: En

[Coder-Com] Make problem

2002-01-20 Thread Ben Belletieri
Hello, I tryed to run a IRCu version 2.10.10-pl18 today, I got this when I tryed to 'make' it: Building config... make[1]: Entering directory `/home/pico/ircu2.10/config' make[1]: Nothing to be done for `build'. make[1]: Leaving directory `/home/pico/ircu2.10/config' Building ircd... make[1]: Ent

Re: [Coder-Com] MAKE bug

2001-10-02 Thread Braden Temme
Dear Kev, I got it fixed. I dunno what was wrong. I just tried it again and it works. Scary... hehehe :c) Regards, Braden --- Kev <[EMAIL PROTECTED]> wrote: > > I did do that, but I cannot find the file confdefs.h anywhere on my system. > > Is it generated by > > ./configure? I dunno how

Re: [Coder-Com] MAKE bug

2001-10-02 Thread Kev
> I did do that, but I cannot find the file confdefs.h anywhere on my system. > Is it generated by > ./configure? I dunno how to solve the problem, but I will keep trying. confdefs.h is a temporary file generated by ./configure while it is running. It basically contains the precursor to config.h

Re: [Coder-Com] MAKE bug

2001-10-01 Thread Braden Temme
Dear Kev, I did do that, but I cannot find the file confdefs.h anywhere on my system. Is it generated by ./configure? I dunno how to solve the problem, but I will keep trying. Regards, Braden --- Kev <[EMAIL PROTECTED]> wrote: > > I found this bug while trying to make the latest compile of

Re: [Coder-Com] MAKE bug

2001-10-01 Thread Kev
> I found this bug while trying to make the latest compile of ircu2.10. I trie > d it on 2 different > boxes and got the same result so I know its not my comp. > > checking whether make sets ${MAKE}... sed: can't read confdefs.h: No such fil > e or directory um, that's not from make--that's from

[Coder-Com] MAKE bug

2001-10-01 Thread Braden Temme
Kev or Isomer, I found this bug while trying to make the latest compile of ircu2.10. I tried it on 2 different boxes and got the same result so I know its not my comp. checking whether make sets ${MAKE}... sed: can't read confdefs.h: No such file or directory Regards, Braden ___

Re: [Coder-Com] make error

2001-05-11 Thread Kev
> ircu2.10.10, got it from coder.undernet.org, read the install file and did > as it said.. ./configure, make config, cant run make because i get that > compile error. You really need to be emailing the list, especially given that I don't generally read email on the weekends. We need more speci

Re: [Coder-Com] make error

2001-05-10 Thread Kev
First, go into your mailer configuration and turn off the obnoxious misfeature that makes it send two copies of each email, with one in unreadable HTML format. > Hi, I'm trying to compile ircu2.10 and when I run make i see this = > error: > > ~/ircu2.10 >make > Building config... > Building i

[Coder-Com] make error

2001-05-10 Thread Harry & Wanda
 Hi, I'm trying to compile ircu2.10 and when I run make i see this error:   ~/ircu2.10 >make Building config... Building ircd... make:: don't know how to make build. Stop *** Error code 2 Stop in /usr/home/beachbum/ircu2.10.   Can you help, please? Thank you