Fail2ban v0.9.6

Fail2ban v0.9.6
ERROR Failed to execute ban jail ‚postfix-sasl‘ action ‚iptables-multiport‘ info ‚CallingMap({‚ipjailmatches‘: . at 0x7efed51bcae8>, ‚ip‘: ‚xxxxxxxx‘, ‚ipmatches‘: . at 0x7efed51bca60>, ‚ipfailures‘: . at 0x7efed51bc9d8>

invalid port/service `imap3′ specified fail2ban.action [11572]: ERROR iptables -w -N f2b-postfix-sasl fail2ban.actions [11572]: ERROR Failed to start jail ‚postfix-sasl‘ action ‚iptables-multiport‘: Error starting action

Lösung
root@planet ~ # vim /etc/services
imap3 143/tcp
systemctl restart fail2ban

bugs.debian.org

duply v1.11.3

duply v1.11.3
Test – Encrypt to ‚xxxxxxxx‘ & Sign with ‚xxxxxxxx‘ (FAILED)
Sorry. A fatal ERROR occured: Encryption failed (Code 2).
gpg: using „xxxxxxxx“ as default secret key for signing
[GNUPG:] KEY_CONSIDERED
[GNUPG:] KEY_CONSIDERED
[GNUPG:] KEY_CONSIDERED
[GNUPG:] BEGIN_SIGNING H8
[GNUPG:] PINENTRY_LAUNCHED 14496 gtk2:curses 1.0.0 ? ? ?
gpg: signing failed: Inappropriate ioctl for device
[GNUPG:] BEGIN_ENCRYPTION 2 9
[GNUPG:] FAILURE sign-encrypt
gpg: /usr/bin/duply: sign+encrypt failed: Inappropriate ioctl for device

Lösung
root@planet ~ # vim /etc/duply/conf
GPG_OPTS=“–pinentry-mode loopback“
root@planet ~ # /usr/bin/duply /etc/duply incr
[ Backup Statistics ]
Errors 0

OpenSSH_7.4

sshd_config
Deprecated option KeyRegenerationInterval
Deprecated option ServerKeyBits
Deprecated option RSAAuthentication
Deprecated option RhostsRSAAuthentication
Lösung
sed -i ‚/KeyRegenerationInterval/d‘ /etc/ssh/sshd_config
sed -i ‚/ServerKeyBits/d‘ /etc/ssh/sshd_config
sed -i ‚/RSAAuthentication/d‘ /etc/ssh/sshd_config
sed -i ‚/RhostsRSAAuthentication/d‘ /etc/ssh/sshd_config
systemctl restart sshd