Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-03-06 Thread Dag-Erling Smørgrav
"Rodney W. Grimes" writes: > "Dag-Erling Smørgrav writes: > > No. Unbound knows it's chrooted, knows _where_ it's chrooted, and > > adjusts config paths accordingly, cf. e4c53d3bf00a. > We disagree then, rather strongly, about this issue. It should not > know it is chrooted, and it especially s

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-03-03 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > "Rodney W. Grimes" writes: > > I've read a few of the linux how to's on running unbound chrooted and > > it leads me to belive that /etc/unbound/unbound.conf is the correct > > value of the path to the config file. > > > > I'll also spend some ENOTIME

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-03-03 Thread Dag-Erling Smørgrav
"Rodney W. Grimes" writes: > I've read a few of the linux how to's on running unbound chrooted and > it leads me to belive that /etc/unbound/unbound.conf is the correct > value of the path to the config file. > > I'll also spend some ENOTIME idle cycles looking closer at what has > happened here.

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Cy Schubert
In message <202301181702.30ih2too010...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: > > In message <202301181645.30igj4ra010...@gndrsh.dnsmgr.net>, "Rodney W. > > Grimes" > > writes: > > > > > In message <202301181551.30ifpbru010...@gndrsh.dnsmgr.net>, "Rodney W > . > > > > > Grimes" > > > >

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Rodney W. Grimes
> In message <202301181645.30igj4ra010...@gndrsh.dnsmgr.net>, "Rodney W. > Grimes" > writes: > > > > In message <202301181551.30ifpbru010...@gndrsh.dnsmgr.net>, "Rodney W. > > > > Grimes" > > > > writes: > > > > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > > > > > > > > > > >

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Cy Schubert
In message <202301181645.30igj4ra010...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: > > > In message <202301181551.30ifpbru010...@gndrsh.dnsmgr.net>, "Rodney W. > > > Grimes" > > > writes: > > > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > > > > > > > > > On 18 Jan 2023, at

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Cy Schubert
In message <202301181640.30igetbo010...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: > > In message <202301181551.30ifpbru010...@gndrsh.dnsmgr.net>, "Rodney W. > > Grimes" > > writes: > > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > > > > > > On 18 Jan 2023, at 16:34, Rodney

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Rodney W. Grimes
> > In message <202301181551.30ifpbru010...@gndrsh.dnsmgr.net>, "Rodney W. > > Grimes" > > writes: > > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > > > > > > On 18 Jan 2023, at 16:34, Rodney W. Grimes > > > > > wr > > > ote: > > > > > > > > > > No, otis fixed it thus: > > >

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Rodney W. Grimes
> In message <202301181551.30ifpbru010...@gndrsh.dnsmgr.net>, "Rodney W. > Grimes" > writes: > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > > > On 18 Jan 2023, at 16:34, Rodney W. Grimes > > > > wr > > ote: > > > > > > > > No, otis fixed it thus: > > > > -#define CONFIGFILE

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Cy Schubert
In message <202301181551.30ifpbru010...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: > [ Charset UTF-8 unsupported, converting... ] > > > > > > > On 18 Jan 2023, at 16:34, Rodney W. Grimes wr > ote: > > > > > > No, otis fixed it thus: > > > -#define CONFIGFILE "/usr/local/etc/unbound/unbound

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Cy Schubert
In message <202301181551.30ifpbru010...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: > [ Charset UTF-8 unsupported, converting... ] > > > > > > > On 18 Jan 2023, at 16:34, Rodney W. Grimes wr > ote: > > > > > > No, otis fixed it thus: > > > -#define CONFIGFILE "/usr/local/etc/unbound/unbound

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > > > > On 18 Jan 2023, at 16:34, Rodney W. Grimes > > wrote: > > > > No, otis fixed it thus: > > -#define CONFIGFILE "/usr/local/etc/unbound/unbound.conf" > > +#define CONFIGFILE "/var/unbound/unbound.conf" > > > > > > I am suggesting that it sh

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Juraj Lutter
> On 18 Jan 2023, at 16:34, Rodney W. Grimes wrote: > > No, otis fixed it thus: > -#define CONFIGFILE "/usr/local/etc/unbound/unbound.conf" > +#define CONFIGFILE "/var/unbound/unbound.conf" > > I am suggesting that it should be > #define CONFIGFILE "/etc/unbound/unbound.conf" > > ALL base

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Rodney W. Grimes
> In message <202301181335.30idzyr6009...@gndrsh.dnsmgr.net>, "Rodney W. > Grimes" > writes: > > > The branch main has been updated by otis (ports committer): > > > > > > URL: > > > https://cgit.FreeBSD.org/src/commit/?id=1d577bedbae80ced38ccb834e6835e > > 5fd98bc411 > > > > > > commit 1d577bed

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Cy Schubert
In message <202301181335.30idzyr6009...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: > > The branch main has been updated by otis (ports committer): > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=1d577bedbae80ced38ccb834e6835e > 5fd98bc411 > > > > commit 1d577bedbae80ced38ccb834e6835e5fd

Re: git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-18 Thread Rodney W. Grimes
> The branch main has been updated by otis (ports committer): > > URL: > https://cgit.FreeBSD.org/src/commit/?id=1d577bedbae80ced38ccb834e6835e5fd98bc411 > > commit 1d577bedbae80ced38ccb834e6835e5fd98bc411 > Author: Juraj Lutter > AuthorDate: 2023-01-17 17:25:47 + > Commit: Juraj Lu

git: 1d577bedbae8 - main - unbound: Fix config file path

2023-01-17 Thread Juraj Lutter
The branch main has been updated by otis (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1d577bedbae80ced38ccb834e6835e5fd98bc411 commit 1d577bedbae80ced38ccb834e6835e5fd98bc411 Author: Juraj Lutter AuthorDate: 2023-01-17 17:25:47 + Commit: Juraj Lutter CommitDate: