Problem with network shared storage could lead to a damaged file system or even GPT tables, so the gdisk may help in this case. Here…
Tag: error
Force losetup detach of local file after it became unavailable
Mounting a file as loop devices is simple enough operation! But what if the file just disappears because of the network storage got unreachable? In…
libelf was not found in the pkg-config search path
Building from source under CentOS the user may stumble on some compilation errors and most of them are for missing -devel packages. Here is such…
VBoxManage: error: Failed to initialize COM! NS_ERROR_FILE_TARGET_DOES_NOT_EXIST (0x80520006)
What an error! And the VirtualBox stopped loading anymore! This error: and here with the GIU, which offers a little bit more information about the…
gitlab in podman cannot create unix sockets in glusterfs because of SELinux
Installing gitlab-ee (and gitlab-ce) under CentOS 7 with enabled SELinux (i.e. enforcing mode) looped endlessly the container in restarting the installation process! There were multiple…
Copy files with read errors successfully – skipping only errors (i.e. bad sectors)
Sometimes disks have errors or an SSD disk has a bad NAND cell. Saving the whole hard disk data may not be needed and when…
Data too large, data for [] would be [] which is larger than the limit of
Rsyslog writing to Elasticsearch could lead to an error for some of the records and missing to save them in the backend: Unfortunately, such writes…
collectd nginx plugin: curl_easy_perform failed because of selinux
Enabling the Nginx plugin for collectd under CentOS (or any other system using SELinux) might be confusing for a newbie. Most sources on the Internet…
Kibana server is not ready yet – and Waiting for that migration to complete in the logs
Now, living in the cloud and big data there is a time when the admin may need to save all their logs in a central…
Cron missing path – executing docker/podman – adding network: failed to locate iptables
If you have ever happened to execute some complex scripts using the cron system you were inevitable to discover the Linux environment was different than…