Tuesday, June 6, 2023

How to

How to fix Ceph error states “oldest is osd_failure(failed timeout osd.xx)

Hi, If your Ceph cluster encounters a slow/blocked operation it will log it and set the cluster health into...

Monitor site to site tunneling health for Cisco ASA using Zabbix

Requirement : - Zabbix server ( Zabbix 2.4 in this post)- Cisco ASA with tunnel site to site configured-...

How to Backup view and events only in MariaDB/MySQL

As a part of a migration, We need to export MySQL events from a MariaDB 10.2 and import them to another MariaDB...

How to Resize tmpfs on Linux

tmpfs is a temporary file system that stores data in virtual. It does not create an file or directory on your hard...

Proxmox 6.0 Bug, hung kernel and how to fix it.

We have been running Proxmox 6.0 in some servers and after a few weeks, they were having a hung issue. one-by-one all...

Delete OLD data from Zabbix database

If you are using Zabbix for a long time, then you might notice that the database size of Zabbix is increasing every day. Then...

Unable to start MySQL on Ubuntu: AVC apparmor=”DENIED” operation=”open”

MySQL on Ubuntu fails to start. The following error messages are shown in the output of the journalctl -xecommand: AVC...

Converting between image formats

qemu-img convert: raw, qcow2, qed, vdi, vmdk, vhd The qemu-img convert command can do conversion between multiple formats, including qcow2, qed, raw, vdi, vhd, and vmdk.

Migrate MyISAM tables to INNODB using mysqldump

In this article you will find information how to convert MyISAM tables to INNODB.  The procedure here is an...

Test TCP Port 25 (smtp) access with telnet

In this article I show you how to use telnet to test the access to a mail server on TCP port 25.

Configure Disk Quota on Ubuntu Server

Scenario: Disk quotas can be used to limit the amount of disk space or the number of files allocated...

Zimbra Server Status shows all failed services

Step by step guide to solve problem zimbra some services are not running the following: To fix this issue:Check...
- Advertisment -

Most Read

Please install all available updates for your release before upgrading

The Problem: While upgrading the Ubuntu OS version, I faced the following issue with the do-release-upgrade command. Even all the current...

How To Import QCOW2 Image Into Proxmox

In this guide, we will see how to import QCOW2 into Proxmox hypervisor and how to create a virtual machine using the QCOW2 image...

Remove frozen emails from mail queue – Exim

Emails can build up for a variety of different reasons but mainly results from emails which were undelivered.  When...

Safe Reboot Of Linux Using Magic SysRq Key

If you are working on kernel development, or device drivers, or running a code that could cause a kernel panic, the SysRq...