dnscrypt-proxy config question
Hello - How do I config dnscrypt-proxy to use more than 1 resolver? I understand how to do theunbound part but what do I put in /etc/rc.conf.local? Currently I have: dnscrypt_proxy_flags="-d -E -m 1 -R dnscrypt.eu-dk -a 127.0.0.1:40" I greatly appreciate any help. --Doug
unbound package missing in 5.6
Why is there no package for unbound in 5.6?
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/ 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
Re: No address associated with PKG_PATH mirror
Sent: Thursday, November 20, 2014 at 8:06 PM From: "John Smith" 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
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" To: "John Smith" 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
[SOLVED] Re: No address associated with PKG_PATH mirror
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 To: "OpenBSD general usage list" 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 wrote: > > > > Sent: Thursday, November 20, 2014 at 8:06 PM > From: "John Smith" > 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
*ERROR* radeon_cp: Failed to load firmware "radeon-r300_cp"
$ dmesg drm: initializing kernel modesetting (RS480 0x1002:0x5954 0x103C:0x2A26). radeondrm0: VRAM: 64M 0x1C00 - 0x1FFF (64M used) radeondrm0: GTT: 512M 0x2000 - 0x3FFF drm: PCIE GART of 512M enabled (table at 0x02BA5000). error: [drm:pid0:r100_cp_init_microcode] *ERROR* radeon_cp: Failed to load firmware "radeon-r300_cp" error: [drm:pid0:r100_cp_init] *ERROR* Failed to load firmware! error: [drm:pid0:rs400_startup] *ERROR* failed initializing CP (-2). error: [drm:pid0:rs400_init] *ERROR* Disabling GPU acceleration drm: radeon: cp finalized Is there anyway I can prevent this seemingly harmless error? I don't use X and didn't select the X packages during the installation process.
popa3d removed from base - what do people recommend?
I'm a fan of simple setups and try to stick with the base programs if possible. I've been using an SSL relayd wrapper around popa3d for a simple and base-supported mail setup with opensmtpd. What would people recommend for a simple replacement for SSL pop3? I feel like the general consensus will be "switch to popa3d in ports," but I'll take this as an opportunity to migrate to something better if there's a good alternative. Thanks in advance!
Re: popa3d removed from base - what do people recommend?
> I think pop3 is dead but recently there was a mail in tech@ > stating Sunil Nimmagadda develops pop3 daemon closed to > OpenBSD standards. That's a good point. I don't like leaving mails on the server for more than a day or so, but I don't see why I can't emulate this behavior on IMAP. I had originally chosen POP3 because OpenBSD came with it batteries-included. There's still some research I need to do on my own, but it does look like dovecot fits the OpenBSD mentality of security first in development. Thanks everyone!
intl order
Hi, I will like to order for some items in your company and the shipment is to my Store in poland.I'm presently in Australia for a 4weeks Deaf seminar and i was told some goods are needed in my store in Nigeria,So i will like to know maybe you can accept credit card as means of payment. And pls dont bother about the shipment i have company that will deal with the pickup from your store location. If this is ok by you get back to me asap. Thanks John Smith