sebsauvage.net

Ce site n'est pas le site officiel.
C'est un blog automatisé qui réplique les articles automatiquement

Update

Updating database... Please wait.

Plantage d'unbound

Friday 10 March 2017 at 03:09

Si depuis la dernière mise à jour de Linux unbound ne semble plus fonctionner:
>nslookup google.fr 127.0.0.1
** server can't find google.fr: SERVFAIL

C'est un soucis au niveau des clés root DNS (probablement le fichier /var/lib/unbound/root.key qui a disparu, ou alors il ne correspond pas aux serveurs DNS vers lesquels vous forwardez).
Vous devriez voir dans syslog:
   Mar 08 08:50:12 mycomputer unbound: [2060:0] info: failed to prime trust anchor -- DNSKEY rrset is not secure . DNSKEY IN

Solution bourrin: désactiver DNSSEC.

Dans votre conf unbound, dans la section "server:", ajoutez une ligne:
domain-insecure: *

Et dans /etc/unbound/unbound.conf.d/root-auto-trust-anchor-file.conf, commentez la ligne:
   #auto-trust-anchor-file: "/var/lib/unbound/root.key"

Puis un petit:
sudo service unbound restart

et ça devrait être reparti...
(Permalink)

Source: http://sebsauvage.net/links/?NrJkNg


Error happened ! 0 - SQLite3::exec(): database disk image is malformed In: /home/dotmanacac/dotmana/streisand/sebsauvage/index.php:341 http://www.dotmana.com/streisand/sebsauvage/?Plantage-d-unbound #0 [internal function]: exception_error_handler(2, 'SQLite3::exec()...', '/home/dotmanaca...', 341, Array) #1 /home/dotmanacac/dotmana/streisand/sebsauvage/index.php(341): SQLite3->exec('UPDATE search S...') #2 /home/dotmanacac/dotmana/streisand/sebsauvage/index.php(440): VroumVroum_Blog->insertOrUpdateArticle('https://sebsauv...', 'Elon Musk's USA...', 'https://www.the...', 1782715400, 'Rappel : Les mi...') #3 /home/dotmanacac/dotmana/streisand/sebsauvage/index.php(792): VroumVroum_Blog->update() #4 {main}