kernel panic at boot with error: Unable to mount root fs on unknown-block(0,0)

kernel panic

After you install or update CentOS/AlmaLinux on a server or a kernel update, the system may fail to boot with the following error. VFS: Cannot open root device XXX or unknown-block(0,0)Please append a correct "root=" boot option; here are the available partitions:Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)...Call Trace:[<ffffffff81527213>] …

Read more

How to change the LiteSpeed connection timeout?

If you see errors like the following you need to change the LiteSpeed connection timeout setting. 2021-09-01 03:33:04.222931 [INFO] [12071] [198.51.100.2:11313#APVH_domain.tld:lsapi] Lsapi connection state: 3, watching event: 25, respState: 1, m_iTotalPending:0, m_iPacketLeft:0, m_iCurRespHeader:12, req sent for 121 seconds,Total processing time: 121. Login to the cPanel server as root and access the LiteSpeed WebAdmin console. You …

Read more

How to update composer on cPanel server?

It is usually recommended to download Composer to a local user home directory and use a local version that skips workarounds as required by using a root-level version. Only root is able to update system-level Composer. Local users can update Composer only if they install Composer locally and are not using the root-level Composer provided …

Read more

Disable and enable ceilometer in OpenStack

Stop telemetry on the overcloud controllers. systemctl stop openstack-aodh-evaluator openstack-aodh-listener openstack-aodh-notifier openstack-ceilometer-central openstack-ceilometer-collector openstack-ceilometer-notification openstack-gnocchi-metricd openstack-gnocchi-statsd Next stop the mongod service. systemctl stop mongod You should now backup MongoDB files. tar Jcf /tmp/mongodb-backup-$HOSTNAME-$(date +%F_%H%M%S).tar.xz /var/lib/mongodb Delete the content of /var/lib/mongodb folder as follows: rm -r /var/lib/mongodb/* Run mongodb on all controllers. systemctl start mongod Create …

Read more

Risks of leaving older kernels installed

Are you concerned when some security software flags older kernels as security threats due to known bugs and vulnerabilities? Does leave those outdated kernels installed on a server opens a door for malicious attacks? After upgrading the server or updating the Linux kernel, leaving old kernels installed likely does not open an attacking threat against …

Read more

can’t find command `multiboot2′ – TBOOT fails in UEFI system

In a UEFI system, after installing TBOOT, the TBOOT GRUB menu entries fail to boot the kernel. The following error message will be output on the screen. error: ../../grub-core/fs/fshelp.c:218:file`/EFI/centos/x86_64-efi/multiboot2.mod' not found.Loading tboot 1.10.2 ... error: ../../grub-core/script/function.c:120:can't find command `multiboot2'.Loading Linux 4.18.0-305.10.2.el8_4.x86_64 ...error: ../../grub-core/script/function.c:120:can't find command `module2'.Loading initial ramdisk ...error: ../../grub-core/script/function.c:120:can't find command `module2'. Press any …

Read more

What is Bitcoin? History & Technical details – Blockchain, Hash, Wallet & Investment

bitcoin

Introduction In January 2009, a decentralized digital currency called Bitcoin was created that allows users to buy, sell, and exchange its value without the use of a middleman, such as a bank. Unlike other online payment methods, Bitcoin is based on peer-to-peer software, protocols, cryptography, and the lowest transaction fees. The market capitalization of Bitcoin …

Read more

Cryptocurrency Mining Explained

Bitcoin

What is Cryptocurrency mining Cryptocurrency mining or crypto mining uses computational power to generate new cryptocurrency units by solving complex mathematical problems or algorithms. The cyber currency transactions are verified, and the miners (like auditors) distributed globally are rewarded with a small percentage of cyber currency. e.g., Bitcoin, Etherium, BTC, Dogecoin, etc. Cryptomining can be …

Read more