update 4.2.16

cornish

Well-Known Member
#1
Hi

just had your email and run the command below but in WHM still says 4.2.14


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

cornish

Well-Known Member
#3
I get this below after running the command

gzip: /usr/local/lsws/autoupdate/lsws--4.2.16-ent-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.16: No such file or directory
 

PSS

Well-Known Member
#4
Same here.

Meanwhile, better update your bash ASAP.

You can test for the vulnerability: in shell enter the command

env X="() { :;} ; echo busted" /bin/sh -c "echo stuff"

if you get "busted" back, you are vulnerable. If you get something like

/bin/sh: warning: X: ignoring function definition attempt
/bin/sh: error importing function definition for `X'
stuff


Then your'e fine.
 

PSS

Well-Known Member
#5
The update log:

# ./lsup.sh -f -v -4.2.16
2014-09-25 17:46:30.646 [NOTICE] [AutoUpdate] Checking for new releases..., pid=29427
/usr/bin/wget -nv -O /opt/lsws/autoupdate/lsws--4.2.16-ent-x86_64-linux.tar.gz http://www.litespeedtech.com/packages/.0/lsws--4.2.16-ent-x86_64-linux.tar.gz
http://www.litespeedtech.com/packages/.0/lsws--4.2.16-ent-x86_64-linux.tar.gz:
2014-09-25 17:46:31 ERROR 404: Not Found.
/opt/lsws/admin/misc/update.sh -4.2.16 ent x86_64-linux

gzip: /opt/lsws/autoupdate/lsws--4.2.16-ent-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
/opt/lsws/admin/misc/update.sh: line 70: cd: /opt/lsws/autoupdate/lsws--4.2.16: No such file or directory
Restarting LSWS
[OK] Send SIGUSR1 to 4523
Done
 

Michael

Well-Known Member
Staff member
#6
Hi guys,

In the mass email I wrote the command wrong. It should be: /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.16

Michael
 
Top