• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Server crashed after yum / CloudLinux 7.2 update

Chris1

Regular Pleskian
Did anyone have any problems after the update to CentOS 7.2 or CloudLinux 7.2?

This morning my entire server crashed, it wasn't even responding to ICMP. A full restart of the server was required to get it back up and running.
 
Cloudlinux forgot to load initrd...they replied me how to solve

Hello,

It appears this issue from our side, for some reasone "initrd16 /initramfs-3.10.0-329.7.2.lve1.3.58.el7.x86_64.img" line wasn't added to "/boot/grub2/grub.cfg" file.

Please do the following:
1) Add this line "initrd16 /initramfs-3.10.0-329.7.2.lve1.3.58.el7.x86_64.img" for debug and normal kernel in "/boot/grub2/grub.cfg"
It should something like this:

fi
linux16 /vmlinuz-3.10.0-329.7.2.lve1.3.58.el7.x86_64 root=/dev/mapper/centos-root ro rd.lvm.lv=centos/root rd.lvm.lv=centos/swap crashkernel=auto net.ifnames=0 rhgb quiet console=tty0 console=ttyS0,115200n8r rootflags=uquota systemd.log_level=debug systemd.log_target=kmsg LANG=en_US.UTF-8
----->>>>>initrd16 /initramfs-3.10.0-329.7.2.lve1.3.58.el7.x86_64.img<<<<<-----

2) Set default "1" kernel
# grub2-set-default 1

Please do that and let us know about result.

Best regards,

--
Anton Mashnin | L2 Technical Support Engineer

CloudLinux
 
Last edited by a moderator:
Back
Top