LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Install/Configuration > Wordpress BackupBuddy and LiteSpeed

Reply
 
Thread Tools Display Modes
  #21  
Old 12-03-2012, 09:35 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
It is recommended to update 4.2.1 installation to the latest build, either force reinstall from web console, or from command line, do

/usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.1

With the latest build, you may need to explicitly set "Auto Start" to "Through CGI daemon" for lsphp5 external app to make BackupBuddy work properly.
Reply With Quote
  #22  
Old 12-03-2012, 11:00 PM
kirkm kirkm is offline
New Member
 
Join Date: Nov 2012
Posts: 5
Hi,
After more testing, transfers are still not working reliably. Seems to work maybe once out of every ten attempts.

I have updated to v4.2.1 and changed the Auto Start option to "Through CGI daemon" and that hasn't helped.

It might be a problem on the server I am using at VPS.net, but when I switch back to Apache, transfers work fine, which points to a LiteSpeed issue.

FTP transfers with BackupBuddy seemed to be more reliable, but transfers to Amazon S3 or Rackspace Files... are always unreliable.

Do you have any other suggestions that I could try?

Thanks,
Kirk.
Reply With Quote
  #23  
Old 12-04-2012, 05:27 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
I think should strace the lsphp5 doing the backup to find out exactly what happened.

strace -tt -T -p <pid_of_lsphp5_doing_backup>

whether it is killed by LSWS, or due to PHP internal limit.
Reply With Quote
  #24  
Old 12-06-2012, 04:25 PM
kirkm kirkm is offline
New Member
 
Join Date: Nov 2012
Posts: 5
Ok thanks. I'll try and diagnose the issue and let you know what I find.
Reply With Quote
  #25  
Old 12-06-2012, 05:43 PM
Jesse Jesse is offline
Member
 
Join Date: May 2012
Posts: 12
Quote:
Originally Posted by mistwang View Post
With the latest build, you may need to explicitly set "Auto Start" to "Through CGI daemon" for lsphp5 external app to make BackupBuddy work properly.
This isn't feasible under a shared environment as it will stop user php.ini's being called.
Reply With Quote
  #26  
Old 02-26-2013, 03:16 PM
dwalsh0 dwalsh0 is offline
New Member
 
Join Date: Feb 2013
Posts: 3
Does anyone have any more information on this problem?

We're still trying to find the root cause.

I've ran a strace on the process:

Process 166598 attached - interrupt to quit
10:13:26.697084 select(5, [4], NULL, NULL, {0, 415000}) = 0 (Timeout) <0.419247>
10:13:27.116602 getppid() = 166110 <0.000053>
10:13:27.116752 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <1.000359>
10:13:28.117272 getppid() = 166110 <0.000053>
10:13:28.117420 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <1.000788>
10:13:29.118418 getppid() = 166110 <0.000096>
10:13:29.118635 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <1.000378>
10:13:30.119164 getppid() = 166110 <0.000052>
10:13:30.119306 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <0.999900>
10:13:31.119526 munmap(0x2af8d2cd5000, 1126176) = 0 <0.000085>
10:13:31.119778 munmap(0x2af8d2a46000, 2681400) = 0 <0.000057>
10:13:31.119936 munmap(0x2af8d282f000, 2189400) = 0 <0.000051>
10:13:31.120063 munmap(0x2af8d25e7000, 2391008) = 0 <0.000047>
10:13:31.120236 munmap(0x2af8d0954000, 2133160) = 0 <0.000025>
10:13:31.120353 munmap(0x2af8d0b5d000, 3059536) = 0 <0.000042>
10:13:31.120478 munmap(0x2af8d0e48000, 9292800) = 0 <0.000067>
10:13:31.120629 munmap(0x2af8d1725000, 2152872) = 0 <0.000022>
10:13:31.120735 munmap(0x2af8d1933000, 2619808) = 0 <0.000033>
10:13:31.120850 munmap(0x2af8d1bb3000, 4057800) = 0 <0.000051>
10:13:31.120984 munmap(0x2af8d1f92000, 2273208) = 0 <0.000023>
10:13:31.121089 munmap(0x2af8d21bd000, 2114984) = 0 <0.000021>
10:13:31.121235 munmap(0x2af8d0747000, 2149128) = 0 <0.000023>
10:13:31.121367 munmap(0x2af8d0544000, 2107704) = 0 <0.000021>
10:13:31.121499 munmap(0x2af8d033d000, 2125488) = 0 <0.000021>
10:13:31.121649 munmap(0x2af8d00eb000, 2432000) = 0 <0.000034>
10:13:31.121799 munmap(0x2af8cfed3000, 2194408) = 0 <0.000026>
10:13:31.122464 fcntl(3, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0 <0.000017>
10:13:31.122593 fcntl(3, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 <0.000012>
10:13:31.166471 shmdt(0x2af8d2de8000) = 0 <0.007365>
10:13:31.174114 shmctl(1468301324, IPC_RMID, 0) = -1 EINVAL (Invalid argument) <0.000013>
10:13:31.174288 close(3) = 0 <0.000013>
10:13:31.174386 unlink("/tmp/session_mm_litespeed531.sem") = 0 <0.000049>
10:13:31.174952 brk(0x1642f000) = 0x1642f000 <0.001085>
10:13:31.176142 brk(0x1617d000) = 0x1617d000 <0.000426>
10:13:31.177453 munmap(0x2af8cfcd8000, 2075016) = 0 <0.000062>
10:13:31.177840 brk(0x15280000) = 0x15280000 <0.002537>
10:13:31.180564 munmap(0x2af8cfc89000, 323584) = 0 <0.000022>
10:13:31.181177 exit_group(0) = ?
Process 166598 detached
Reply With Quote
  #27  
Old 02-26-2013, 05:07 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,390
have you tried 4.2.2?
Reply With Quote
  #28  
Old 02-26-2013, 05:27 PM
dwalsh0 dwalsh0 is offline
New Member
 
Join Date: Feb 2013
Posts: 3
Quote:
Originally Posted by webizen View Post
have you tried 4.2.2?
I don't see version 4.2.2 as option to upgrade (only up to 4.2.1 which we are currently running).

Last edited by dwalsh0; 02-26-2013 at 05:31 PM..
Reply With Quote
  #29  
Old 02-26-2013, 07:03 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,390
4.2.2 is released (beta) but not yet enabled in autoupdate. you can upgrade from command line as follows:

Quote:
/usr/local/lsws/admin/misc/lsup.sh -v 4.2.2
Reply With Quote
  #30  
Old 02-27-2013, 10:26 PM
dwalsh0 dwalsh0 is offline
New Member
 
Join Date: Feb 2013
Posts: 3
Quote:
Originally Posted by webizen View Post
4.2.2 is released (beta) but not yet enabled in autoupdate. you can upgrade from command line as follows:
Updated, but the script still does not work.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 11:17 PM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.