Sorry for delayed answer, but i did install a fresh ubuntu hardy with a fresh new ispcp (first thing i did modify libperl5.10 in libperl5.8). I could not reproduce your problem, but what I did modify /etc/hosts because hostname was truncated
Code:
127.0.0.1 eu.bogus.local localhost
192.168.1.2 eu.bogus e
::ffff:192.168.1.2 eu.bogus e
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
instead
Code:
127.0.0.1 eu.bogus.local localhost
192.168.1.2 eu.bogus eu
::ffff:192.168.1.2 eu.bogus eu
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
check this (maybe this is triggering segfaults problem)
Quote:eu:/_backup/var/log# cat syslog | grep ispcp
Jul 1 14:23:14 eu ispcp_daemon[30644]: ispCP daemon v1.1 started!
Jul 1 14:28:09 eu ispcp_daemon[30727]: child 30727 started !
Jul 1 14:28:09 eu ispcp_daemon[30727]: Aeee! SIG_PIPE was received ! Will we survive ?
Jul 1 14:28:09 eu ispcp_daemon[30727]: send_line(): socket write error: Broken pipe
Jul 1 14:28:10 eu ispcp_daemon[30644]: EINTR was received ! continue;
it is the normal output when a domain is added (I have 2 in my logs
)