Re: No address associated with PKG_PATH mirror

2014-11-20 Thread John Smith
 
 

Sent: Thursday, November 20, 2014 at 8:06 PM
From: John Smith hufflep...@bsdmail.com
To: misc@openbsd.org
Subject: No address associated with PKG_PATH mirror
Hello, I get the following error when using any of the pkg_* commands:$
echo $PKG_PATH
http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/ $ pkg_info -Q
mosh
Error from 
http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]
ftp: ftp.nluug.nl: no address associated with 
namehttp://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/
is empty This seems to occur with any mirror I choose. I am able to
access the directory via a web browser. Examining the logs in real-time
with tcpdump doesn't reveal any blocks. Also, there are no errors
written to /var/log/messages. Any ideas? Thanks
 

(I apologize for the formatting. Here is the same message in plain text:)

I get the following error when using any of the pkg_* commands:

$ echo $PKG_PATH
http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/ 

$ pkg_info -Q mosh
Error from http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/
[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]
ftp: ftp.nluug.nl: no address associated with name
http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/ is empty 

This seems to occur with any mirror I choose. I am able to
access the directory via a web browser. Examining the logs in real-time
with tcpdump doesn't reveal any blocks. Also, there are no errors
written to /var/log/messages. Any ideas? 

Thanks



Re: No address associated with PKG_PATH mirror

2014-11-20 Thread John Smith
I am able to access the mirror via a web browser, however there may be 
something wrong with my dns:

# drill @127.0.0.1 http://ftp.nluug.nl
;; -HEADER- opcode: QUERY, rcode: NXDOMAIN, id: 55283
;; flags: qr rd ra ; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;; http://ftp.nluug.nl[http://ftp.nluug.nl]. IN A

;; ANSWER SECTION:

;; AUTHORITY SECTION:
nluug.nl. 3488 IN SOA ns1.nluug.nl. hostmaster.nluug.nl. 2013111701 28800 7200 
604800 3600

;; ADDITIONAL SECTION:

;; Query time: 0 msec
;; SERVER: 127.0.0.1
;; WHEN: Thu Nov 20 20:49:40 2014
;; MSG SIZE rcvd: 88


Sent: Thursday, November 20, 2014 at 8:00 PM
From: Cosmo Wu co...@tetrachina.com
To: John Smith hufflep...@bsdmail.com
Subject: Re: No address associated with PKG_PATH mirror
Hi ,

Is there anything wrong with the DNS or network connection on your OpenBSD box? 
I could access that using the mirror.


On 21.11.2014 10:06, John Smith wrote:
 Hello, I get the following error when using any of the pkg_* commands:$
 echo $PKG_PATH
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]
  $ pkg_info -Q
 mosh
 Error from 
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/][http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]]
 ftp: ftp.nluug.nl: no address associated with
 namehttp://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/
 is empty This seems to occur with any mirror I choose. I am able to
 access the directory via a web browser. Examining the logs in real-time
 with tcpdump doesn't reveal any blocks. Also, there are no errors
 written to /var/log/messages. Any ideas? Thanks

--


Best Regards,

Cosmo Wu



Re: No address associated with PKG_PATH mirror

2014-11-20 Thread Adriaan
Works for me :)

root@rel56[~] echo $PKG_PATH
http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/

root@rel56[~] pkg_info -Q mosh
mosh-1.2.4p1

root@rel56[~] dig ftp.nluug.nl

;  DiG 9.4.2-P2  ftp.nluug.nl
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 26971
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ftp.nluug.nl.  IN  A

;; ANSWER SECTION:
ftp.nluug.nl.   63662   IN  A   192.87.102.43
ftp.nluug.nl.   63662   IN  A   192.87.102.42

;; Query time: 2 msec
;; SERVER: 192.168.222.10#53(192.168.222.10)
;; WHEN: Fri Nov 21 04:01:08 2014
;; MSG SIZE  rcvd: 62



On Fri, Nov 21, 2014 at 3:13 AM, John Smith hufflep...@bsdmail.com wrote:




 Sent: Thursday, November 20, 2014 at 8:06 PM
 From: John Smith hufflep...@bsdmail.com
 To: misc@openbsd.org
 Subject: No address associated with PKG_PATH mirror
 Hello, I get the following error when using any of the pkg_* commands:$
 echo $PKG_PATH
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/ $ pkg_info -Q
 mosh
 Error from
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]
 ftp: ftp.nluug.nl: no address associated with namehttp://
 ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/
 is empty This seems to occur with any mirror I choose. I am able to
 access the directory via a web browser. Examining the logs in real-time
 with tcpdump doesn't reveal any blocks. Also, there are no errors
 written to /var/log/messages. Any ideas? Thanks


 (I apologize for the formatting. Here is the same message in plain text:)

 I get the following error when using any of the pkg_* commands:

 $ echo $PKG_PATH
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/

 $ pkg_info -Q mosh
 Error from http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/
 [http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]
 ftp: ftp.nluug.nl: no address associated with name
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/ is empty

 This seems to occur with any mirror I choose. I am able to
 access the directory via a web browser. Examining the logs in real-time
 with tcpdump doesn't reveal any blocks. Also, there are no errors
 written to /var/log/messages. Any ideas?

 Thanks



[SOLVED] Re: No address associated with PKG_PATH mirror

2014-11-20 Thread John Smith
Well, I'm not sure what happened but all is well now...

# drill @127.0.0.1 ftp.nluug.nl   
;; -HEADER- opcode: QUERY, rcode: NOERROR, id: 9907
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 3 
;; QUESTION SECTION:
;; ftp.nluug.nl.IN  A

;; ANSWER SECTION:
ftp.nluug.nl.   76422   IN  A   192.87.102.42
ftp.nluug.nl.   76422   IN  A   192.87.102.43

;; AUTHORITY SECTION:
nluug.nl.   5610IN  NS  ns2.nluug.nl.
nluug.nl.   5610IN  NS  ns1.nluug.nl.

;; ADDITIONAL SECTION:
ns1.nluug.nl.   5610IN  A   46.19.34.198
ns1.nluug.nl.   76422   IN  2a02:2770::21a:4aff:fe01:dd51
ns2.nluug.nl.   5610IN  A   193.200.132.194

;; Query time: 135 msec
;; SERVER: 127.0.0.1
;; WHEN: Thu Nov 20 21:14:18 2014
;; MSG SIZE  rcvd: 158
# pkg_info -Q mosh
mosh-1.2.4p1 (installed)

Thanks for the help
 

Sent: Thursday, November 20, 2014 at 9:04 PM
From: Adriaan misc.adri...@gmail.com
To: OpenBSD general usage list misc@openbsd.org
Subject: Re: No address associated with PKG_PATH mirror
Works for me :)

root@rel56[~] echo $PKG_PATH
http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/

root@rel56[~] pkg_info -Q mosh
mosh-1.2.4p1

root@rel56[~] dig ftp.nluug.nl

;  DiG 9.4.2-P2  ftp.nluug.nl
;; global options: printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 26971
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ftp.nluug.nl. IN A

;; ANSWER SECTION:
ftp.nluug.nl. 63662 IN A 192.87.102.43
ftp.nluug.nl. 63662 IN A 192.87.102.42

;; Query time: 2 msec
;; SERVER: 192.168.222.10#53(192.168.222.10)
;; WHEN: Fri Nov 21 04:01:08 2014
;; MSG SIZE rcvd: 62



On Fri, Nov 21, 2014 at 3:13 AM, John Smith hufflep...@bsdmail.com wrote:




 Sent: Thursday, November 20, 2014 at 8:06 PM
 From: John Smith hufflep...@bsdmail.com
 To: misc@openbsd.org
 Subject: No address associated with PKG_PATH mirror
 Hello, I get the following error when using any of the pkg_* commands:$
 echo $PKG_PATH
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]
  $ pkg_info -Q
 mosh
 Error from
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/][http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]]
 ftp: ftp.nluug.nl: no address associated with namehttp://
 ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/
 is empty This seems to occur with any mirror I choose. I am able to
 access the directory via a web browser. Examining the logs in real-time
 with tcpdump doesn't reveal any blocks. Also, there are no errors
 written to /var/log/messages. Any ideas? Thanks


 (I apologize for the formatting. Here is the same message in plain text:)

 I get the following error when using any of the pkg_* commands:

 $ echo $PKG_PATH
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]

 $ pkg_info -Q mosh
 Error from 
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]
 [http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]]
 ftp: ftp.nluug.nl: no address associated with name
 http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/[http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/]
  is empty

 This seems to occur with any mirror I choose. I am able to
 access the directory via a web browser. Examining the logs in real-time
 with tcpdump doesn't reveal any blocks. Also, there are no errors
 written to /var/log/messages. Any ideas?

 Thanks