Sending emails from web applications like PHP may result in rejecting the emails from some servers. Fighting spam emails results in too strict filters and…
Tag: error
Dracut boot failed with missing device – exit and continue normal booting!
This issue deserves a much more article, in fact, a straightforward tip: You may be able to continue a normal boot only by typing “exit”…
podman – Error adding network: failed to allocate for range 0: 10.88.0.46 has been allocated after server reboot
We’ve just stumbled on the following error with one of our podman CentOS 8 servers after restart: Apparently, something got wrong, because the two containers…
firewalld and podman (or docker) – no internet in the container and could not resolve host
If you happen to use CentOS 8 you have already discovered that Red Hat (i.e. CentOS) switch to podman, which is a fork of docker….
Q_WEBENGINECORE_EXPORT QWebEngineFindTextResult has initializer but incomplete type
In addition to one of the cstdlib fix here – Gentoo building qtgui error – g++-v8/cstdlib:75:15: fatal error: stdlib.h: No such file or directory we…
env python3.5: no such file or directory
The dependency conflicts may require a lot of time to resolve. On the contrary, uninstalling old software is easy, but it might lead to multiple…
gentoo emerge resume – Invalid resume list and clean the list
Under Gentoo and emerge it will eventually end up using “–resume” paired with “–skipfirst” emerge command, which should resume last list of packages to build…
meson.build – ERROR: Dependency “x11” not found, tried pkgconfig and cmake
Another day and another major update exposed an error of missing the “x11” library. Apparently, the pkg-config got corrupted for X11 library. Most of the…
libselinux – undefined reference to pcre_version
Emerging the “sys-libs/libselinux-2.9-r1” failed with this link errors of undefined references The solution was to rebuild the dev-libs/libpcre and dev-libs/libpcre2 libraries. if you encounter the…
aplty – unable to find control.tar.gz part in package – change deb package compression from xz to gzip
We upgraded to a new version of Ubuntu and our CI (continuous integration) scripts began to throw errors when uploading packages to out aptly repository:…