Package: ircd-ircu
Version: 2.10.12.10.dfsg1-1
Followup-For: Bug #578038
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I suggest patching the configure script:
- --- configure.in.orig 2005-12-14 04:01:38.000000000 +0100
+++ configure.in 2011-05-30 22:20:40.889749973 +0200
@@ -701,6 +701,9 @@
if test x"$unet_maxcon" = xunlimited; then
unet_maxcon=`ulimit -Sn`
fi
+if test $unet_maxcon -gt 1024; then
+ unet_maxcon=1024
+fi
unet_maxcon=`expr $unet_maxcon - 4`
AC_MSG_CHECKING([max connections])
AC_ARG_WITH([maxcon],
- --- configure.orig 2005-12-14 04:03:09.000000000 +0100
+++ configure 2011-05-30 22:19:22.452257436 +0200
@@ -10732,6 +10732,9 @@
if test x"$unet_maxcon" = xunlimited; then
unet_maxcon=`ulimit -Sn`
fi
+if test $unet_maxcon -gt 1024; then
+ unet_maxcon=1024
+fi
unet_maxcon=`expr $unet_maxcon - 4`
echo "$as_me:$LINENO: checking max connections" >&5
echo $ECHO_N "checking max connections... $ECHO_C" >&6
- -- 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 [not included]
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFN4/yx5q/seprH4LwRAuQ3AJ9hHg8QTofTRzFJxyhie7Vw6HfgOQCfRNCD
7H1w3SRd+G8VEH6O6d5b0Fk=
=C/99
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]