XFileSharing Pro - error after uploading

Message
Author
hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

error after uploading

#1 Postby hscorp » Jun 28, 2009 11:36 am

the story

yesterday i activated clamav and it worked fine test on more than 10 files both file upload and remote
today i woke up on my server down
after 2 hours it return to work and i didnt know what was wrong
after 4 hours i tried to upload but i got error

Image

i stopped clamav from the config file
and i tried but i still get the same message both remote and normal upload

when i tried to run cron.pl it freezed at Deleting symlinks for SRV=1... and didn't go to next step

also it doesn't generate the links for download

please help :(

hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

#2 Postby hscorp » Jun 28, 2009 3:26 pm

this is cron.pl error
Deleting symlinks for SRV=1...Error when deleting syms. SRV=1.
500 Can't connect to www.maishare.com:80 (connect: Connection timed out)

Generating Google Sitemap...
-----------------------
ALL DONE

Back to server management
and generating links error is
Error happened when generating Download Link.
Please try again or Contact administrator.
(500 Can't connect to www.maishare.com:80 (connect: Connection timed out) )

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#3 Postby ankurs » Jun 28, 2009 5:01 pm

your resolver is down & cant resolve to your domain

had a similar problem myself

hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

#4 Postby hscorp » Jun 28, 2009 6:49 pm

thanks for your reply but what's the solution?

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#5 Postby ankurs » Jun 28, 2009 6:58 pm

hscorp wrote:thanks for your reply but what's the solution?
i dont know, my server admin fixed it

i am not good with linux as such ;)

hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

#6 Postby hscorp » Jun 28, 2009 7:04 pm

thanks man waiting for support to tell me what can i do :(

or what to tell my server support it's not managed :s

hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

#7 Postby hscorp » Jun 29, 2009 10:31 am

hello PilgrimX182 are you there?


i got another error message now in the cron.pl
Deleting symlinks for SRV=1...Error when deleting syms. SRV=1.
500 Can't connect to www.maishare.com:80 (Bad hostname 'www.maishare.com')

Generating Google Sitemap...
-----------------------
ALL DONE

Back to server management
please help 3 days my site is not working

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#8 Postby ankurs » Jun 29, 2009 10:46 am

hscorp wrote:hello PilgrimX182 are you there?


i got another error message now in the cron.pl
Deleting symlinks for SRV=1...Error when deleting syms. SRV=1.
500 Can't connect to www.maishare.com:80 (Bad hostname 'www.maishare.com')

Generating Google Sitemap...
-----------------------
ALL DONE

Back to server management
please help 3 days my site is not working
i would suggest getting yourself a server admin, its a server issue and nothing related to script

its something related dns server failing

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#9 Postby PilgrimX182 » Jun 29, 2009 2:06 pm

Yes, looks DNS problem.
You can try puttin Domain-to-IP alias to /etc/hosts file. Or just wait till domain will be resolved on local server.

hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

#10 Postby hscorp » Jun 29, 2009 3:08 pm

so you think if i waited it will be ok after while?

how many days?

hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

#11 Postby hscorp » Jun 30, 2009 5:58 pm

someone help me even if for money :( I'm distressed

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#12 Postby ankurs » Jun 30, 2009 7:11 pm

hscorp wrote:someone help me even if for money :( I'm distressed
hire some1 to manage your server, that's the only way to have least down times if your not skilled with linux

List of companies that provide server management

http://www.webhostingtalk.com/wiki/Server_management

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#13 Postby PilgrimX182 » Jul 01, 2009 6:57 am

PM me your SSH details, will help.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#14 Postby PilgrimX182 » Jul 27, 2009 12:51 pm

For all of you who have this problem here goes the solution:
from root console run 2 commands:

Code: Select all

echo "111.222.333.444 mysite.com" >> /etc/hosts
echo "111.222.333.444 www.mysite.com" >> /etc/hosts
This will help to resolve domain locally.