Discussion:
occasional error
(too old to reply)
Rick Smith
2024-03-17 08:01:40 UTC
Permalink
Hello All!

I am wondering if anyone knows why this happens? Its not all the time but the
same node always? It has a node statement, address correct etc...

11:01 [31401] call to 1:105/***@fidonet
+ 11:01 [31401] getaddrinfo failed: Name or service not known (-2)
11:01 [31400] rc(31401)=0

Regards,

Rick

... Co-ed naked BBSing -- We make constant connections!
Nil Alexandrov
2024-03-17 11:50:30 UTC
Permalink
Hello, Rick!

Sunday March 17 2024 11:01, from Rick Smith -> All:

RS> I am wondering if anyone knows why this happens? Its not all the time
RS> but the same node always? It has a node statement, address correct
RS> etc...

RS> 11:01 [31401] call to 1:105/***@fidonet
RS> + 11:01 [31401] getaddrinfo failed: Name or service not known (-2)
RS> 11:01 [31400] rc(31401)=0

Increase the *loglevel* and it might give you more info.

Best Regards, Nil
Benny Pedersen
2024-06-01 08:45:24 UTC
Permalink
Hello Nil!

17 Mar 2024 14:50, Nil Alexandrov wrote to Rick Smith:

RS>> 11:01 [31401] call to 1:105/***@fidonet
RS>> + 11:01 [31401] getaddrinfo failed: Name or service not known (-2)
RS>> 11:01 [31400] rc(31401)=0

NA> Increase the *loglevel* and it might give you more info.

means dns is either not working or node is have hostname that have no ip in dns


Regards Benny

... too late to die young :)

Michael Dukelsky
2024-03-17 20:05:56 UTC
Permalink
Hello Rick,

Sunday March 17 2024, Rick Smith wrote to All:

RS> I am wondering if anyone knows why this happens? Its not all the time
RS> but the same node always? It has a node statement, address correct
RS> etc...

RS> 11:01 [31401] call to 1:105/***@fidonet
RS> + 11:01 [31401] getaddrinfo failed: Name or service not known (-2)
RS> 11:01 [31400] rc(31401)=0

Your wh2bbs.us domain has an A record:

$ dig a wh2bbs.us

; <<>> DiG 9.18.24 <<>> a wh2bbs.us
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62766
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;wh2bbs.us. IN A

;; ANSWER SECTION:
wh2bbs.us. 600 IN A 65.102.14.166

;; Query time: 47 msec
;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
;; WHEN: Sun Mar 17 22:49:23 MSK 2024
;; MSG SIZE rcvd: 54

But it looks like your bbs.wh2bbs.us domain does not have such a record, and it
should have one.

$ dig a bbs.wh2bbs.us

; <<>> DiG 9.18.24 <<>> a bbs.wh2bbs.us
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 25605
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;bbs.wh2bbs.us. IN A

;; AUTHORITY SECTION:
wh2bbs.us. 1653 IN SOA curitiba.ns.porkbun.com.
dns.cloudflare.com. 2335454762 10000 2400 604800 1800

;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
;; WHEN: Sun Mar 17 22:46:12 MSK 2024
;; MSG SIZE rcvd: 116

Michael

... node (at) f1042 (dot) ru
Rick Smith
2024-03-18 06:07:52 UTC
Permalink
Hello Michael!

Sunday March 17 2024 23:05, you wrote to me:

MD> * Forwarded from area 'BINKD'
MD> Hello Rick,

MD> Sunday March 17 2024, Rick Smith wrote to All:

RS>> I am wondering if anyone knows why this happens? Its not all the
RS>> time but the same node always? It has a node statement, address
RS>> correct etc...

RS>> 11:01 [31401] call to 1:105/***@fidonet
RS>> + 11:01 [31401] getaddrinfo failed: Name or service not known
RS>> (-2)
RS>> 11:01 [31400] rc(31401)=0

MD> Your wh2bbs.us domain has an A record:

MD> $ dig a bbs.wh2bbs.us

MD> ; <<>> DiG 9.18.24 <<>> a bbs.wh2bbs.us
MD> ;; global options: +cmd
MD> ;; Got answer:
MD> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 25605
MD> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

You are correct I had forgot to add the bbs. part of the domain that fixed
it....

Regards,

Rick

... Max takes your BBSing to the Maximum and further!
Rick Smith
2024-03-18 06:14:46 UTC
Permalink
Hello Michael!

Sunday March 17 2024 23:05, you wrote to me:

MD> Hello Rick,

MD> Sunday March 17 2024, Rick Smith wrote to All:

RS>> I am wondering if anyone knows why this happens? Its not all the
RS>> time but the same node always? It has a node statement, address
RS>> correct etc...

It does lead me to another ? tho. I had a nodestatement for that node that
just had wh2bbs.us but binkd was trying bbs.wh2bbs.us? So it makes me wonder if
I had a node statement in binkd.cfg why did it use the nodelist instead of that
node statement?

Regards,

Rick

... YKYHW: You consider BBSing better than sex.
Michael Dukelsky
2024-03-19 07:16:48 UTC
Permalink
Hello Rick,

Monday March 18 2024, Rick Smith wrote to Michael Dukelsky:

RS>>> I am wondering if anyone knows why this happens? Its not all the
RS>>> time but the same node always? It has a node statement, address
RS>>> correct etc...

RS> It does lead me to another ? tho. I had a nodestatement for that node
RS> that just had wh2bbs.us but binkd was trying bbs.wh2bbs.us? So it
RS> makes me wonder if I had a node statement in binkd.cfg why did it use
RS> the nodelist instead of that node statement?

Do you use nodelist.pl in your binkd.cfg? Or maybe you have a different
binkd.cfg with bbs.wh2bbs.us in it and sometimes you start binkd with that
binkd.cfg? Try to find the second configuration:

sudo updatedb
locate binkd

Michael

... node (at) f1042 (dot) ru
Rick Smith
2024-03-19 03:53:24 UTC
Permalink
Greetings Michael!

Tuesday March 19 2024 10:16, you wrote to me about an urgent matter!:

MD> * Forwarded from area 'BINKD'
MD> Hello Rick,

MD> Monday March 18 2024, Rick Smith wrote to Michael Dukelsky:

RS>>>> I am wondering if anyone knows why this happens? Its not all
RS>>>> the time but the same node always? It has a node statement,
RS>>>> address correct etc...

RS>> It does lead me to another ? tho. I had a nodestatement for that
RS>> node that just had wh2bbs.us but binkd was trying bbs.wh2bbs.us?
RS>> So it makes me wonder if I had a node statement in binkd.cfg why
RS>> did it use the nodelist instead of that node statement?

MD> Do you use nodelist.pl in your binkd.cfg? Or maybe you have a
MD> different binkd.cfg with bbs.wh2bbs.us in it and sometimes you start
MD> binkd with that binkd.cfg? Try to find the second configuration:

I do use binkd style nodelist so in my binkd.cfg I have all of my node
statements and after the node statements I have an include for the nodelist.
So does binkd read the nodelist before the node statements?

----
Regards,


Rick Smith (Nitro)

... Sleep... The thing "some" SysOps go without, cuz BBSing is too fun;-)
Michael Dukelsky
2024-03-20 07:24:30 UTC
Permalink
Hello Rick,

Tuesday March 19 2024, Rick Smith wrote to Michael Dukelsky:

RS> I do use binkd style nodelist so in my binkd.cfg I have all of my node
RS> statements and after the node statements I have an include for the
RS> nodelist. So does binkd read the nodelist before the node statements?

No, it reads the addresses from left to right. If, for any reason, the first
address is not accessible, then it reads the next one. It looks like sometimes
there was a problem with the first address.

Michael

... node (at) f1042 (dot) ru
Dan Clough
2024-03-17 13:59:00 UTC
Permalink
-=> Rick Smith wrote to All <=-

RS> Hello All!

RS> I am wondering if anyone knows why this happens? Its not all the
RS> time but the same node always? It has a node statement, address
RS> correct etc...

RS> 11:01 [31401] call to 1:105/***@fidonet
RS> + 11:01 [31401] getaddrinfo failed: Name or service not known
RS> (-2)
RS> 11:01 [31400] rc(31401)=0

Something wrong with the DNS configuration for that hostname.



... A house is a place to keep your stuff while you go out and get more stuff.
=== MultiMail/Linux v0.52
Loading...