RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

Newsletter script
error when try to add extra file server

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
sherayusuf3



Joined: 18 Jan 2009
Posts: 82
Location: Jakarta Indonesia

PostPosted: Jan 18, 2009 5:20 am    Post subject: error when try to add extra file server Reply with quote

when i try to add download2 extra file server, i got error

Quote:
File Server tests:
api.cgi: OK
temp dir exist: OK
temp dir mkdir: OK
temp dir rmdir: OK
upload dir exist: OK
upload dir mkdir: OK
upload dir rmdir: OK
htdocs dir exist: OK
htdocs dir mkdir: OK
htdocs dir symlink: OK
htdocs dir symlink del: OK
htdocs dir rmdir: OK
config read: OK
config write: OK
fs.cgi: OK
upload.cgi: OK
upload_status.cgi: OK
htdocs URL accessibility: ERROR (should see XFS on link)



i have 3 extra file server n when i test one by one i got :
http://download2.domain.com/files/index.html = cannot show XFS / not working
http://download3.domain.com/files/index.html = cannot show XFS / not working
http://beta.domain.com/files/index.html = can show XFS / working properly
http://download4.domain.com/files/index.html = can show XFS / working properly

then when i try Run DB-to-File + File-to-DB consistancy check & fix
the result :


Quote:
Starting consistancy check...

Server beta.gilaupload.com (ID=2)
++++
Found & fixed bad files1: 0
Reverse test: OK. Found & fixed bad files2: 0


Server Download3 (ID=14)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Found & fixed bad files1: 0
Reverse test: Error: 500 read timeout

Server nginx-test-server-downlaod4 (ID=15)
+
Found & fixed bad files1: 0
Reverse test: OK. Found & fixed bad files2: 0


DONE.

Back to site


how to fixed my extra file server
thnks for help

note :
1. beta.domain.com = main server apache http server
2. download3.domain.com = apache2 http server
3. download4.domain.com = nginx http server
4. planning add new server with apache2 http server


if u need my lisense xfilesharing pro
Pm me please
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
PilgrimX182



Joined: 22 Mar 2006
Posts: 1901
Location: UFO Lab

PostPosted: Jan 19, 2009 7:12 am    Post subject: Reply with quote

1) Then FIX your /files/index.html file. Should be XFS there.

2) Try this: in api.cgi find
Code:
my $ua = LWP::UserAgent->new(agent => "XFS-FSAgent",timeout => 180,);

and replace 180 with 360
Back to top
View user's profile Send private message Visit poster's website
sherayusuf3



Joined: 18 Jan 2009
Posts: 82
Location: Jakarta Indonesia

PostPosted: Jan 19, 2009 7:44 am    Post subject: Reply with quote

hello PilgrimX182
thnks for your reply fast

this my file/index.html permisson, owner and content
Quote:
root@gilaupload:~/hardisk1/htdocs/files# ls -lah
total 2.3M
drwxrwxrwx 14 www-data www-data 4.0K 2009-01-19 14:10 .
drwxr-xr-x 3 www-data www-data 4.0K 2008-11-12 14:55 ..
drwxrwxrwx 6070 www-data www-data 228K 2009-01-19 14:20 0
drwxrwxrwx 6045 www-data www-data 216K 2009-01-19 13:58 1
drwxrwxrwx 5997 www-data www-data 232K 2009-01-19 14:19 2
drwxrwxrwx 6017 www-data www-data 212K 2009-01-19 14:18 3
drwxrwxrwx 6047 www-data www-data 200K 2009-01-19 13:49 4
drwxrwxrwx 6064 www-data www-data 232K 2009-01-19 14:14 5
drwxrwxrwx 6126 www-data www-data 244K 2009-01-19 14:18 6
drwxrwxrwx 6146 www-data www-data 204K 2009-01-19 14:06 7
drwxrwxrwx 6079 www-data www-data 220K 2009-01-19 14:20 8
drwxrwxrwx 6080 www-data www-data 216K 2009-01-19 14:12 9
drwxrwxrwx 2 www-data www-data 4.0K 2009-01-06 11:05 g4u2wvmwtoc57o
-rw-r--r-- 1 www-data www-data 933 2008-09-01 16:07 .htaccess
-rw-r--r-- 1 www-data www-data 3 2008-09-01 16:07 index.html
root@gilaupload:~/hardisk1/htdocs/files# more index.html
XFS

i think nothing wrong with index.html file

i change
Code:
my $ua = LWP::UserAgent->new(agent => "XFS-FSAgent",timeout => 90,);


to
Code:
my $ua = LWP::UserAgent->new(agent => "XFS-FSAgent",timeout => 360,);


then i run DB-to-File + File-to-DB consistancy check & fix
the result :
Quote:
Starting consistancy check...

Server beta.gilaupload.com (ID=2)
++++
Found & fixed bad files1: 0
Reverse test: OK. Found & fixed bad files2: 0


Server Download3 (ID=14)
+++++++++++++++++++++++++++++++++++++++++x+++++++++++++++++++++++++
Found & fixed bad files1: 1
Reverse test: Error: 500 read timeout

Server nginx-test-server-downlaod4 (ID=15)
+
Found & fixed bad files1: 1
Reverse test: OK. Found & fixed bad files2: 0


DONE.

Back to site


i think this error in my apache
i will try to fixed and report the result after it

thnks
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
PilgrimX182



Joined: 22 Mar 2006
Posts: 1901
Location: UFO Lab

PostPosted: Jan 19, 2009 11:31 am    Post subject: Reply with quote

yea, maybe. Check connectivity from fileserver to mainserver. Cause reverse test do requests from api.cgi to fs.cgi on Main server.
Back to top
View user's profile Send private message Visit poster's website
sherayusuf3



Joined: 18 Jan 2009
Posts: 82
Location: Jakarta Indonesia

PostPosted: Jan 19, 2009 8:17 pm    Post subject: Reply with quote

PilgrimX182 wrote:
yea, maybe. Check connectivity from fileserver to mainserver. Cause reverse test do requests from api.cgi to fs.cgi on Main server.


done...
thread closed

Thnks
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group