If you want to mirror repositories from your current aptly server to a new server you must import the GPG key from your old server…
Tag: error
ansible making a link: error – refusing to convert from file to symlink
A quick notice for your ansible scripts and as a reminder the right syntax for making a link with ansible is: src must be existing…
using portage eix for the first time – cannot open database file
Installing “app-portage/eix” in Gentoo to manage your portage updates you might encounter this error, when trying to use “eix” for the first time: The chances…
MariaDB/MySQL replication error – Error during XID COMMIT: failed to update GTID state in mysql.gtid_slave_pos
When in aggressive parallel mode MariaDB/MySQL replication could fail with: This table is used for tracking the replication process and you might probably just do:…
Gentoo kde-frameworks/kdewebkit failed compilation with Qt5WebKit could not be found because dependency is required
Updating the KDE Plasma Desktop in our Gentoo workstations this time failed with It was strange because the previous emerge included the QT upgrade from…
megacli – FW error description: The current operation is not allowed … offline or missing virtual drives
Probably everyone who has ever touched LSI controllers and the megacli tool has had this error or he is going to have it for sure!…
PHP missing xml extension – Fatal error: Uncaught Error: Class DOMDocument not found
We upgraded one of our servers and at first did not notice this error. Soon logs began to fill with this error: Apparently, we missed…
mysql – Error ‘Column count of mysql.user is wrong. Expected 45, found 43. The table is probably corrupted’ on query.
If you upgraded your MySQL server (from 5.6 to 5.7 or above) or imported a MySQL dump SQL file from older version than your current…
Gentoo building qtgui error – g++-v8/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
Most cases this error happens after you updated the GNU GCC (this update triggers the error, but it might be not the problem)! This was…
pycurl.h: fatal error: openssl/ssl.h: No such file or directory
If you encounter this error trying to install a pip module or compile a program under the console you surely miss OpenSSL development packages! pip…