Report this

What is the reason for this report?

OpenLiteSpeed WordPress Not Launching Installer

Posted on May 14, 2019

So, if I create an OpenLiteSpeed WordPress instance and associate an SSH key, I’d expect to login via Putty using my SSH key, enter the associated private key and immediately be prompted to enter my domain > Configure Let’s Encrypt > etc.

Instead, on a brand new instance with 0 configuration, I’m not asked to configure the WordPress instance whatsoever.

What am I missing here? Is there a way to manually kick off the initial installer?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
0

Accepted Answer

LiteSpeed’s Images have all been updated and published on DigitalOcean’s Marketplace. The updates include the latest version and a patch for the Intel CPU MDS vulnerability issue. If you previously encountered a WordPress 404 issue, please launch and try again. Thank you.

Hi, we have received similar reports from last week, the issue is due to auto update hanging in the background and cause implement script failed to finish. We have a fixed version immediately right after the issue happened and submitted. Please wait until it get updated on the marketplace.

Welcome to join LiteSpeed community for more information https://goo.gl/FG9S4N

Best, Eric

Hello! I just fixed this issue by forcing a reconfigure on dpkg. Thanks to @eleu, I killed the hang update processing

ps aux | grep [a]pt

kill -9 [pids]

apt-get update

dpkg --configure -a

exit (only if needed)

It fix the 404 issue with OpenLiteSpeed, but wordpress can’t connect to Database again

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.