From: shuri_at_mail.eboxw.net
Date: Mon 22 Jul 2002 - 17:15:44 BST
HI
i got identd problems in vserver it seam each vserver need to run his own
identd deamon for identd to work running indetd on the root server do not
affect vserver
is it possible to start a deamon with a script to bound this deamon
on many ips
exemple
!/bin/sh
# chkconfig: - 56 50
# description: Wrapper to start identd bound to on many IPS
IP=x.x.x.11 x.x.x.12
exec /usr/sbin/chbind --ip $IP /etc/init.d/VSERVICE/identd $*
or any way to run identd in each vserver without this error
Jul 23 07:09:16 X inetd[20472]: auth/tcp: bind: Address already in use
thx
shuri