Im running 7.4.0-STABLE 61 and I just did a new install of version 5. Now I have done the following....
Now only 22 domains are showing (still missing a ton) in urchin but NONE of them can access urchin from cpanel. Anyone find a fix for this?
cPanel.net Support Ticket Number:
and ran /scripts/runstatsonce a million times.This procedure will allow you to set it so Urchin starts up at boot time,
assuming install of /usr/local/urchin/:
cp /usr/local/urchin/util/urchin_daemons /etc/rc.d/init.d/urchin
chmod 755 /etc/rc.d/init.d/urchin
Open /etc/rc.d/rc.local with your favorite text editor, examples:
pico -w /etc/rc.d/rc.local
vi /etc/rc.d/rc.local
The file will look like this:
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
At the very end of the file add:
/etc/rc.d/init.d/urchin start
Now only 22 domains are showing (still missing a ton) in urchin but NONE of them can access urchin from cpanel. Anyone find a fix for this?
cPanel.net Support Ticket Number: