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

Re: [arch-general] Unbound

2018-10-31 Thread Genes Lists via arch-general
Yeh the defaults were changed a while ago ... Try add this to your unbound.conf do-daemonize: no See if that fixes things. On 10/31/18 4:41 PM, siefke_lis...@web.de wrote:

Re: [arch-general] Unbound

2018-10-31 Thread Joan Figueras via arch-general
On 31/10/18 21:41, 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. When I start with systemd in netstat -tulpe saw only the SSH Service. From shell the name service also see in netstat -tulp