"About to fork for _user_" question!!!

walrus

Member
May 12, 2006
5
0
151
Stats stops for me...

Trying

cd /var/cpanel/users
for i in * ; do /scripts/runweblogs $i ; done

It take an hour to
=====
About to fork for anti [ALL DOMAINS: xxxxxx.com]
=====

for almost empty domain... And will take a MONTH to process a avarage user stats.
Can't see any resource consuming process while running this (via "top").

What's wrong? Please help!
 

liwiplus

Member
Jul 22, 2006
17
0
151
Hi,

Check cPanel log and copy and paste here.
 

randomuser

Well-Known Member
Jun 25, 2005
146
0
166
Do you have any users that have exceeded their disk quota? The web stats processes will hang for ages if that's the case. Would only make sense if cPanel could check the user's disk quota before running the stats to resolve that issue. It's been mentioned to them at least a year ago with no feedback.

What happens when you try running /scripts/runweblogs username
for a few different users, 1 at a time? Do they ALL take forever? If not, my guess is that your command above is hitting on a user's account that's over its quota.
 

majoosh

Well-Known Member
Feb 18, 2006
97
0
156
India
same here Please help :(









Stats stops for me...

Trying

cd /var/cpanel/users
for i in * ; do /scripts/runweblogs $i ; done

It take an hour to
=====
About to fork for anti [ALL DOMAINS: xxxxxx.com]
=====

for almost empty domain... And will take a MONTH to process a avarage user stats.
Can't see any resource consuming process while running this (via "top").

What's wrong? Please help!