Month: December 2016
-
[FIX] Puppet Failed to load feature test for posix: can’t find user for 0
Dec 29 14:35:37 tesnia.company.local systemd[1]: Stopping puppetserver Service… Dec 29 14:35:37 tesnia.company.local systemd[1]: Starting puppetserver Service… Dec 29 14:35:58 tesnia.company.local java[3704]: io/console on JRuby shells out to stty for most operations Dec 29 14:36:02 tesnia.company.local java[3704]: Failed to load feature test for posix: can’t find user for 0 Dec 29 14:36:02 tesnia.company.local java[3704]: Cannot run…
-
Fedora Nemo disable background/desktop rendering (on awesomewm)
gsettings set org.nemo.desktop show-desktop-icons false
-
Failed to initialize credentials using keytab
Server was giving that error, and the ones below Check ipa servers, server was not there add server in ipa ipa-client-install –uninstall ipa-client-install ??? All works again! Dec 20 13:39:40 cosla.karlo.local [sssd[ldap_child[65497]]][65497]: Failed to initialize credentials using keytab [MEMORY:/etc/krb5.keytab]: Client ‘host/karlo.karlo.local@karlo.LOCAL’ not found in Kerberos database. Unable to create GSSAPI-encrypted LDAP connection. Dec 20 13:39:40…
-
Connect to Slack using a znc bouncer
Have an admin enable IRC Go to https://my.slack.com/account/gateways Open the webadmin, go to your settings, add a network I chose my team name as the network name Nickname is my slack username Alt is garbage ident my slack user name server: TEAMNAME.irc.slack.com +6667 TEAMNAME.PASSWORD
-
Let’s Encrypt AttributeError: ‘X509’ object has no attribute ‘_x509’
While doing the let’s encrypt thing for one of my boxes, I got an annoying error. Fix by: sudo yum remove python-requests python-urllib3 sudo pip install requests==2.11.1 urllib3 sudo yum install python-certbot-apache Yes it is ugly.
-
Howto: let’s encrypt for znc irc certs
Free SSL certs for your znc instance? Follow the steps: 30 */12 * * * /usr/bin/letsencrypt renew >> /var/log/le-renew.log; cat /etc/letsencrypt/live/srv08.karloluiten.nl/privkey.pem /etc/letsencrypt/live/srv08.karloluiten.nl/cert.pem /etc/letsencrypt/live/srv08.karloluiten.nl/chain.pem /etc/letsencrypt/dhparam.pem > /home/user/.znc/znc.pem
-
Howto: stand alone let’s encrypt on centos7 (certs only)
If you want certs only, do this: sudo yum install epel-release sudo yum install certbot sudo letsencrypt certonly -a standalone -d srv08.karloluiten.nl crontab -e add: 30 */12 * * * /usr/bin/letsencrypt renew >> /var/log/le-renew.log (add the previous logfile in /etc/logrotate.d/syslog for example, or make your own) certs are now in /etc/letsencrypt/live/srv08.karloluiten.nl/cert.pem
-
Could not complete SSL handshake. – BUT YOU TRIED EVERYTHING!
No, it is NOT the allowed_hosts. You already checked it 5 times. It is NOT the acl. Some of the log: [root@hackbox plugins]# time ./check_nrpe -H 127.0.0.1 12:00:01.138458 IP 127.0.0.1.42830 > 127.0.0.1.5666: Flags [S], seq 288814041, win 43690, options [mss 65495,sackOK,TS val 864077668 ecr 0,nop,wscale 10], length 0 13:48:47.032618 IP 127.0.0.1.5666 > 127.0.0.1.42830: Flags [S.],…