Re: [arch-general] Unbound

2018-11-01 Thread Ralph Corderoy
Hi, Ismael wrote: > > Find changed configurations: > > > > sudo find /etc -type f -regextype egrep -regex '.*(pacnew|pacsave)' > > > > Diff them (individually): > > > > sudo vimdiff /path/to/original /path/to/original.pacnew > > Note that pacdiff (from pacman-contrib package) does that in a

Re: [arch-general] Unbound

2018-11-01 Thread David Runge
On 2018-11-01 10:51:31 (+0100), Ismael Bouya wrote: > > Find changed configurations: > > > > sudo find /etc -type f -regextype egrep -regex '.*(pacnew|pacsave)' > > > > Diff them (individually): > > > > sudo vimdiff /path/to/original /path/to/original.pacnew > > Note that pacdiff (from pacm

Re: [arch-general] Unbound

2018-11-01 Thread Ismael Bouya
Hey there, > Find changed configurations: > > sudo find /etc -type f -regextype egrep -regex '.*(pacnew|pacsave)' > > Diff them (individually): > > sudo vimdiff /path/to/original /path/to/original.pacnew Note that pacdiff (from pacman-contrib package) does that in a more "friendly" manner.

Re: [arch-general] Unbound

2018-11-01 Thread David Runge
On 2018-10-31 21:41:10 (+0100), siefke_lis...@web.de wrote: > Hello, > > when I start unbound Nameserver via shell then all work fine. But > since few weeks it start not with systemd anymore. You do want to check your configuration changes on update. Updates are not unattended processes! Find ch