XFileSharing Pro - error when try to add extra file server

Message
Author
sherayusuf3
Posts: 94
Joined: Jan 18, 2009 4:29 am

error when try to add extra file server

#1 Postby sherayusuf3 » Jan 18, 2009 5:20 am

when i try to add download2 extra file server, i got error
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 :

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

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

#2 Postby PilgrimX182 » Jan 19, 2009 7:12 am

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

2) Try this: in api.cgi find

Code: Select all

my $ua = LWP::UserAgent->new(agent => "XFS-FSAgent",timeout => 180,);
and replace 180 with 360

sherayusuf3
Posts: 94
Joined: Jan 18, 2009 4:29 am

#3 Postby sherayusuf3 » Jan 19, 2009 7:44 am

hello PilgrimX182
thnks for your reply fast

this my file/index.html permisson, owner and content
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: Select all

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

Code: Select all

my $ua = LWP::UserAgent->new(agent => "XFS-FSAgent",timeout => 360,);
then i run DB-to-File + File-to-DB consistancy check & fix
the result :
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

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

#4 Postby PilgrimX182 » Jan 19, 2009 11:31 am

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

sherayusuf3
Posts: 94
Joined: Jan 18, 2009 4:29 am

#5 Postby sherayusuf3 » Jan 19, 2009 8:17 pm

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