Issues upgrading to Litespeed 4.2.7

#1
Currently we have Litespeed 4.2.6 installed on our cPanel server, however we'd like to upgrade to 4.2.7. Running the '/usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.7' over SSH to upgrade to the latest stable version has worked fine on all of our servers except for one.

This is the error we're receiving and it appears that the upgrade script is trying to retrieve the 'Standard' version rather than the 'Enterprise' version. You can see the output below and any help is much appreciated. Thanks :)


2014-02-05 16:17:05.592 [NOTICE] [AutoUpdate] Checking for new releases..., pid=846151
/usr/bin/wget -nv -O /usr/local/lsws/autoupdate/lsws-4.2.7-std-x86_64-linux.tar.gz http://www.litespeedtech.com/packages/4.0/lsws-4.2.7-std-x86_64-linux.tar.gz
http://www.litespeedtech.com/packages/4.0/lsws-4.2.7-std-x86_64-linux.tar.gz:
2014-02-05 16:17:06 ERROR 404: Not Found.
/usr/local/lsws/admin/misc/update.sh 4.2.7 std x86_64-linux

gzip: /usr/local/lsws/autoupdate/lsws-4.2.7-std-x86_64-linux.tar.gz: unexpected end of file
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
/usr/local/lsws/admin/misc/update.sh: line 70: cd: /usr/local/lsws/autoupdate/lsws-4.2.7: No such file or directory
Restarting LSWS
[OK] Send SIGUSR1 to 842539
Done
 

NiteWave

Administrator
#2
check
/usr/local/lsws/autoupdate/platform
/usr/local/lsws/autoupdate/release

it may be wrong ... delete the wrong one or delete everything under /usr/local/lsws/autoupdate
#rm -rf /usr/local/lsws/autoupdate/*
and run the script again
 
Top