Cannot find domain for zone 2, assuming 'fidonet'
Cannot find domain for zone 3, assuming 'fidonet'
Cannot find domain for zone 4, assuming 'fidonet'
So lately I've been seeing some odd logging when starting binkd or
when it automatically restarts after a config change:
Cannot find domain for zone 2, assuming 'fidonet'
Cannot find domain for zone 3, assuming 'fidonet'
Cannot find domain for zone 4, assuming 'fidonet'
These are repeated multiple times for each. Obviously I understand that I don't have a zone 2, 3, or 4 address, but I do have links in those zones. And I understand this is not breaking anything. It's more of an annoyance than anything. Hundreds of these log entries every time upon config change or startup just seems like it could be avoided somehow.
Is there any way to specify that zones 1-4 all fall under the 'fidonet' domain so I don't get these errors in my logs?
So lately I've been seeing some odd logging when starting binkd
or when it automatically restarts after a config change:
Cannot find domain for zone 2, assuming 'fidonet'
Cannot find domain for zone 3, assuming 'fidonet'
Cannot find domain for zone 4, assuming 'fidonet'
These are repeated multiple times for each. Obviously I
understand that I don't have a zone 2, 3, or 4 address, but I do
have links in those zones. And I understand this is not breaking
anything. It's more of an annoyance than anything. Hundreds of
these log entries every time upon config change or startup just
seems like it could be avoided somehow.
Is there any way to specify that zones 1-4 all fall under the
'fidonet' domain so I don't get these errors in my logs?
Since you see hundreds, I think you are using a BINKD.TXT that has the nodes listed without the '@fidonet' part. So no 5D addresses. Which
causes binkd to generate those warnings when it reads the file, and
comes across nodes in different zones than your default.
Because you are a linux user it would be easy for you to generate your own, using the php script originally by Ulrich Schroeter, that I
recently updated to this effect.
You can download it here:
http://ambrosia60.dd-dns.de/53f8ee03/drv_q/div27/i-util/bnlphp13.zip
You can download it here:
http://ambrosia60.dd-dns.de/53f8ee03/drv_q/div27/i-util/bnlphp13.zip
Since you see hundreds, I think you are using a BINKD.TXT that has
the nodes listed without the '@fidonet' part. So no 5D addresses.
Which causes binkd to generate those warnings when it reads the file,
and comes across nodes in different zones than your default.
Wow, you hit the nail on the head. The last BINKD.TXT that was released in the I-BINKD file echo doesn't contain any domains for any of the addresses listed in it.
problemsBecause you are a linux user it would be easy for you to generate
your
own, using the php script originally by Ulrich Schroeter, that I
recently updated to this effect.
You can download it here:
http://ambrosia60.dd-dns.de/53f8ee03/drv_q/div27/i-util/bnlphp13.zip
I've grabbed it and will definitely look into it. I've been having
with the BINKD.TXT that has been hatched out in the filegate for quitesome
time now. If it was hatched at all.
You can download it here:
http://ambrosia60.dd-dns.de/53f8ee03/drv_q/div27/i-util/bnlphp13.zip
FYI, I had to manually change line 296 from "\\" to "/" to work on Linux, as it kept trying to look for a directory ending in a backslash, but other than that it works great! Once binkd reloaded config and looked at the newly generated file, there were no more errors.
I've added it to my nodelist processing script and have unlinked from
the file echo.
Thanks again!
Hello All,
So lately I've been seeing some odd logging when starting binkd or when it automatically restarts after a config change:
Cannot find domain for zone 2, assuming 'fidonet'
Cannot find domain for zone 3, assuming 'fidonet'
Cannot find domain for zone 4, assuming 'fidonet'
FYI, I had to manually change line 296 from "\\" to "/" to work
on Linux, as it kept trying to look for a directory ending in a
backslash, but other than that it works great! Once binkd
reloaded config and looked at the newly generated file, there
were no more errors.
I'm using it on linux, but don't use the "search" function, so that
code isn't used on my system. I directly call it from my tic processor when the the daily nodelist arrives, with the exact file name.
There must be some compatible way to add a directory seperator in php.
I might have a look later...
i note that the newly hatched binkp.txt does not have the domains
listed like it used to do... i suspect that RJ hasn't completed his recovery of his setup yet...
There must be some compatible way to add a directory seperator in php.
I might have a look later...
FYI, I had to manually change line 296 from "\\" to "/" to work
on Linux, as it kept trying to look for a directory ending in a
backslash, but other than that it works great! Once binkd
reloaded config and looked at the newly generated file, there
were no more errors.
There must be some compatible way to add a directory seperator in
php. I might have a look later...
If you figure something out, let me know. I don't have an issue adding or changing lines in scripts whatsoever.
There must be some compatible way to add a directory seperator in
php.
I might have a look later...
does it use #IFDEF type stuff?
if so
#IFDEF OS=winwhatever
So lately I've been seeing some odd logging when starting binkd or when it automatically restarts after a config change:
Cannot find domain for zone 2, assuming 'fidonet'
Cannot find domain for zone 3, assuming 'fidonet'
Cannot find domain for zone 4, assuming 'fidonet'
With some code you can detect the OS, but there is no need in this
case, see my previous message...
Hello Wilfred,
On 13 Oct 16 17:45, Wilfred van Velzen wrote to Nicholas Boel:
So lately I've been seeing some odd logging when starting binkd
or when it automatically restarts after a config change:
Cannot find domain for zone 2, assuming 'fidonet'
Cannot find domain for zone 3, assuming 'fidonet'
Cannot find domain for zone 4, assuming 'fidonet'
These are repeated multiple times for each. Obviously I
understand that I don't have a zone 2, 3, or 4 address, but I do
have links in those zones. And I understand this is not breaking
anything. It's more of an annoyance than anything. Hundreds of
these log entries every time upon config change or startup just
seems like it could be avoided somehow.
Is there any way to specify that zones 1-4 all fall under the
'fidonet' domain so I don't get these errors in my logs?
Since you see hundreds, I think you are using a BINKD.TXT that has the
nodes listed without the '@fidonet' part. So no 5D addresses. Which
causes binkd to generate those warnings when it reads the file, and
comes across nodes in different zones than your default.
i note that the newly hatched binkp.txt does not have the domains listed like it used to do... i suspect that RJ hasn't completed his recovery of his setup yet...
Cannot find domain for zone 2, assuming 'fidonet'
Cannot find domain for zone 3, assuming 'fidonet'
Cannot find domain for zone 4, assuming 'fidonet'
Do/did you have those zones defined in the config? (Thought the
default config already had those...)
These are repeated multiple times for each. Obviously I
understand that I don't have a zone 2, 3, or 4 address, but I do
have links in those zones. And I understand this is not breaking
anything. It's more of an annoyance than anything. Hundreds of
these log entries every time upon config change or startup just
seems like it could be avoided somehow.
Is there any way to specify that zones 1-4 all fall under the
'fidonet' domain so I don't get these errors in my logs?
Define them in the same way that zone 1 (in your case) is defined.
Define them in the same way that zone 1 (in your case) is defined.
Since you see hundreds, I think you are using a BINKD.TXT that has
the nodes listed without the '@fidonet' part. So no 5D addresses.
Which causes binkd to generate those warnings when it reads the file,
and comes across nodes in different zones than your default.
As far as I know I'm using the same version of the Binkp node extractor that I was before, but I'll be going over every thing after I get all of my stuff out of storage.
As far as I know I'm using the same version of the Binkp node extractor that I was before, but I'll be going over every thing after
I get all of my stuff out of storage.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,027 |
Nodes: | 17 (0 / 17) |
Uptime: | 62:30:54 |
Calls: | 502,334 |
Calls today: | 2 |
Files: | 100,779 |
D/L today: |
10,932 files (1,027M bytes) |
Messages: | 300,078 |