gentoo | python-exec | no python-exec wrapped executable found in /usr/lib/python-exec

Do some to set current version. Check /usr/lib/python-exec subdirs for content. The python version you had selected should have a lot of binaries like emerge in his dir. If there is no such stuff you will have to re-emerge portage. Btw you can check your current status with emerge –info. If calling emerge produces the […]

OpenDKIM | gentoo | warning: connect to Milter service unix:/var/run/opendkim/opendkim.sock: No such file or directory

On Gentoo some postfix processes run chroot’ed but others do not. In result these processes need different sock locations, but this is impossible. Solution: # mkdir -p /var/run/postfix/var/run/opendkim # chmod milter:milter /var/run/postfix/var/run/opendkim # usermod -a -G milter postfix # mount –rbind /var/run/opendkim /var/run/postfix/var/run/opendkim