Package: ircd-ircu Version: 2.10.12.10.dfsg1-1 Followup-For: Bug #578038 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I also tried the "ulimit -H -n 1048572" on my system and it then proceeds to spit out the next error: nukunuku:# ulimit -H -n 1048572 nukunuku:# su irc -c '/usr/sbin/ircd-ircu -n -x 999 -f /etc/ircd/ircd.conf' MAXCLIENTS (or MAXCONNECTIONS) is (at least) 786432 too large ! Please decrease this value. Which is an internal sanity check: | /* | * Sanity checks | */ | if (max_clients > NN_MAX_CLIENT) { | fprintf(stderr, "MAXCLIENTS (or MAXCONNECTIONS) is (at least) %d " | "too large ! Please decrease this value.\n", | max_clients - NN_MAX_CLIENT); | exit(-1); | } Apparently there is a configure option "--with-maxcon=${NUMBER}": | --with-maxcon=maxcon Maximum number of connections server will accept The configure script itselfs looks at the ulimit output to determine this value if the parameter was not given. |unet_maxcon=`ulimit -Hn` |if test x"$unet_maxcon" = xunlimited; then | unet_maxcon=`ulimit -Sn` |fi |unet_maxcon=`expr $unet_maxcon - 4` - -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38.2 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ircd-ircu depends on: ii libc6 2.13-2 Embedded GNU C Library: Shared lib ircd-ircu recommends no packages. ircd-ircu suggests no packages. - -- Configuration Files: /etc/ircd/ircd.conf changed: General { name = "localhost.localdomain"; description = "Debian's ircd default configuration at localhost"; numeric = 1; }; Admin { Location = "Debian's ircd default configuration at localhost"; Location = "Please edit your ircd.conf file"; Contact = "root@localhost"; }; Class { name = "Local"; pingfreq = 1 minutes 30 seconds; sendq = 160000; maxlinks = 100; usermode = "+iw"; }; Class { name = "Other"; pingfreq = 1 minutes 30 seconds; sendq = 160000; maxlinks = 400; }; Client { host = "*@*"; ip = "*@*"; class = "Other"; }; motd { host = "*"; file = "ircd.motd"; }; Jupe { nick = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,{,|,},~,-,_,`"; nick = "EuWorld,UWorld,UWorld2"; nick = "login,undernet,protocol,pass,newpass,org"; nick = "StatServ,NoteServ"; nick = "ChanSvr,ChanSaver,ChanServ"; nick = "NickSvr,NickSaver,NickServ"; nick = "LPT1,LPT2,COM1,COM2,COM3,COM4,AUX"; }; Port { port = 6667; }; features { "LOG" = "SYSTEM" "FILE" "ircd.log"; "LOG" = "SYSTEM" "LEVEL" "CRIT"; "MAXCONNECTIONS" = "512"; "MAXCLIENTS" = "512"; }; - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iD8DBQFN4/qe5q/seprH4LwRAvENAJwPAPj/NmYIZDO58+xLjJBhiC1iZACfeURY gNgSfdPJ8oFez7YHg1vx/dU= =/vrl -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org