XFileSharing Pro - Downloads not counting after Nginx install and 100% Download

Message
Author
bee199
Posts: 36
Joined: Aug 18, 2012 4:40 pm

Downloads not counting after Nginx install and 100% Download

#1 Postby bee199 » Oct 17, 2012 3:34 pm

Hello

Yesterday sibsoft install nginx and 100% download mod for me, Now downloads are not counting.

How can I fix this please? i am really desperate, users are complaining saying I cheat and stuff.

Please help me

Thanks!

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#2 Postby afdah » Oct 17, 2012 4:11 pm

is nginx_logs.sh cronjob running?

bee199
Posts: 36
Joined: Aug 18, 2012 4:40 pm

#3 Postby bee199 » Oct 17, 2012 4:35 pm

afdah wrote:is nginx_logs.sh cronjob running?
Can you tell me how to check that please?

bee199
Posts: 36
Joined: Aug 18, 2012 4:40 pm

#4 Postby bee199 » Oct 17, 2012 5:00 pm

Please can anyone help me?

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#5 Postby afdah » Oct 17, 2012 5:20 pm

crontab -l

tell me what you see

bee199
Posts: 36
Joined: Aug 18, 2012 4:40 pm

#6 Postby bee199 » Oct 17, 2012 5:21 pm

afdah wrote:crontab -l

tell me what you see
On fileservers or main?

bee199
Posts: 36
Joined: Aug 18, 2012 4:40 pm

#7 Postby bee199 » Oct 17, 2012 5:23 pm

bee199 wrote:
afdah wrote:crontab -l

tell me what you see
On fileservers or main?
On fileserver i see this message

*/1 * * * * cd cd /var/www/cgi-bin/ && ./nginx_logs.sh 2>&1 >/dev/null

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#8 Postby afdah » Oct 17, 2012 5:32 pm

your cronjob is not running due to typo error.

crontab -e

change

Code: Select all

*/1 * * * * cd cd /var/www/cgi-bin/ && ./nginx_logs.sh 2>&1 >/dev/null
to

Code: Select all

*/1 * * * * cd /var/www/cgi-bin/ && ./nginx_logs.sh 2>&1 >/dev/null

bee199
Posts: 36
Joined: Aug 18, 2012 4:40 pm

#9 Postby bee199 » Oct 17, 2012 5:40 pm

afdah wrote:your cronjob is not running due to typo error.

crontab -e

change

Code: Select all

*/1 * * * * cd cd /var/www/cgi-bin/ && ./nginx_logs.sh 2>&1 >/dev/null
to

Code: Select all

*/1 * * * * cd /var/www/cgi-bin/ && ./nginx_logs.sh 2>&1 >/dev/null
Thank you, I have changed this on all 3 fileservers, but still not counting downloads :(

bee199
Posts: 36
Joined: Aug 18, 2012 4:40 pm

#10 Postby bee199 » Oct 17, 2012 5:45 pm

Thank you so much afdah!

You have saved my life :) I owe you big time!

Thanks

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#11 Postby afdah » Oct 17, 2012 5:51 pm

bee199 wrote:Thank you so much afdah!

You have saved my life :) I owe you big time!

Thanks
feel free to email me by pressing the email icon below for help if sibsoft support is too busy... :-)