MariaDB failes to start cause of tc.log
Solution Just remove the tc.log File and afterwards the mariadb.service will start.
Solution Just remove the tc.log File and afterwards the mariadb.service will start.
sudo: unable to load /usr/lib64/libsss_sudo.so: /usr/lib64/libsss_sudo.so: cannot open shared object file: No such file or directory Reason: ? Maybe due an Update it got broken. Solution: yum -...
Have you ever had such a problem? # reboot bash: /sbin/reboot: Input/output error # shutdown -r now bash: /sbin/shutdown: Input/output error Obviously, there is a problem with your drive....
It took me about 8 hours to paint these 64 miniatures, which were in the box of Zombicide Episode 1. Things I needed for that were out of patience: A Primer from The Army Painter - Necrotic Fle...
In my case krb5kdc ist running out of leck mich, cause the host system hasn’t realy enough system resources. The correct thing to do is adjust net.ipv4.tcp_max_syn_backlog to a high enough value th...
Currently I'am using Windows 10 Pro Buid 17134.648 and Ubuntu 18.04 within the WSL Bash. To avoid updating the /etc/resolv.conf wich is a symlink pointing to /run/resolvconf/resolv.conf the de...
on the foreman server I had to run: puppet cert clean client-certname on the client rm -rf /var/lib/puppet/ssl and puppet agent -td --server=<foremanservername> Additional Hints To fix this, ...
Easy as this virsh setmem <vmdomname> 4096M --live --config
An overview of the SSSD architecture The SSSD consists of several processes, each of them has its own function. The SSSD processes can be one of the following: the monitor The purpose of the moni...
Sometimes you'll need to setup a single point of authentification for e.g. to centralize stuff. I've found a nice Document, about Integrating Linux systems with Active Directory using Open So...