Re: simple DNS lookup utility

2016-07-26 Thread Rodrigo Mosconi
2016-07-26 7:00 GMT-03:00 Peter J. Philipp : > On Tue, Jul 26, 2016 at 01:00:43AM -0300, Rodrigo Mosconi wrote: > > Hi, > > > > For a course work, I wrote a simple DNS lookup utility using only the > > native libc. It`s not yet a complete replacement for dig/host/nslookup, > >

6.0 lyrics

2016-07-26 Thread arrowscript
I'm impressed. Great job on the music and artwork, I'm sure the cyberpunk community screaming right now. It's a great contemporary remake of a classic work that marked a generation. Congrats for everyone that worked on this.

Re: spreed server

2016-07-26 Thread Mart Tõnso
Did you use "gmake"? Mart On Thu, Jul 21, 2016 at 10:29 PM, Stephen Graf wrote: > Has anyone tried to build the spreed server? > https://github.com/strukturag/spreed-webrtc > > I tried, but the configure would not run with openbsd automake, autoconf and > m4 packages. > When I

wireless router

2016-07-26 Thread Edgar Pettijohn
I just wanted to thank OpenBSD for making it so easy to turn my Soekris box into a wireless router for my home. I've been fighting it for a couple of weekends now. It seems the problem was it was easier than I expected, so all of my problems were self made. Thanks! -- Edgar Pettijohn

Re: athn0: device timeout with AR9271

2016-07-26 Thread Stefan Sperling
On Tue, Jul 26, 2016 at 07:57:46PM +, ML mail wrote: > Should I upgrade to -CURRENT? Yes!

Re: athn0: device timeout with AR9271

2016-07-26 Thread Kapfhammer, Stefan
Hi ML, in which machine is the usb dongle plugged in? Alix/Apu1/Apu2? Other? Freundliche Grüße / Regards -stefan kapfhammer Originalnachricht Von: ML mail Gesendet: Dienstag, 26. Juli 2016 21:59 An: Adam Wolk; Miscellaneous OBSD Antwort an: ML mail Betreff: Re: athn0: device timeout with

Re: athn0: device timeout with AR9271

2016-07-26 Thread Kapfhammer, Stefan
Yeah, But answer to list and Adam as well, sorry pressed wrong button on my BlackBerry. Freundliche Grüße / Regards -stefan kapfhammer   Originalnachricht   Von: ML mail Gesendet: Dienstag, 26. Juli 2016 22:34 An: Kapfhammer, Stefan Antwort an: ML mail Betreff: Re: AW: athn0: device timeout

Re: athn0: device timeout with AR9271

2016-07-26 Thread ML mail
Hi Stefan, It's a Nexcom network application NSA 1150, you will find the exact specs here: http://www.nexcom.com/Products/network-and-communication-solutions/entry-leve l-appliance/entry-level-appliance/network-communication-nsa-1150 Regards, ML On Tuesday, July 26, 2016 10:05 PM,

Re: athn0: device timeout with AR9271

2016-07-26 Thread ML mail
Hi Adam, I upgraded yesterday from 5.8 to 5.9 and already encountered this morning the same issue. In the kernel log I get a ton of these messages: athn0: firmware command 0x17 timed out athn0: firmware command 0x18 timed out Now what would be the next step? Should I upgrade to -CURRENT? or

Re: nd6_na_input: duplicate IP6 address OpenBSD i386 4.7

2016-07-26 Thread Philip Guenther
On Tue, Jul 26, 2016 at 10:11 AM, Motty wrote: > I have two gateways carp between them, recently I notice they bounced back > between them with the following erro: OpenBSD 4.7? Seriously? That's been off the supported version list for *five years*. $ grep -ic carp

Re: nd6_na_input: duplicate IP6 address OpenBSD i386 4.7

2016-07-26 Thread Motty
I failed to mentioned CARP interfaces are only IPv4 not IPv6 also, I don't have vlan. Please help! I can't find any references on how to fix this issue on google. Thanks, From: Motty [mailto:motty.c...@gmail.com] Sent: Tuesday, July 26, 2016 10:12 AM To: 'misc@openbsd.org' Subject:

nd6_na_input: duplicate IP6 address OpenBSD i386 4.7

2016-07-26 Thread Motty
I have two gateways carp between them, recently I notice they bounced back between them with the following erro: Jul 26 09:41:11 AN1 /bsd: carp0: state transition: MASTER -> BACKUP Jul 26 09:41:11 AN1 /bsd: carp3: state transition: MASTER -> BACKUP Jul 26 09:41:11 AN1 /bsd: carp2: state

Re: ispec - PSK - issues

2016-07-26 Thread Raul Miller
On Tue, Jul 26, 2016 at 2:08 AM, Maurice Janssen wrote: >>https://code.google.com/p/android/issues/detail?id=196939 > > Yeah, that's the link I wanted to send. Somehow I managed to copy > the wrong link in my previous email. I have been seeing a lot of copy errors myself, where

Re: httpd (+ relayd ?) URL redirection, anyone?

2016-07-26 Thread Miles Keaton
Good find. Thank you! That helped a lot. This relayd.conf works now, if I switch httpd to listen to port 81: relayd_address="127.0.0.1" table { 127.0.0.1 } table { 127.0.0.1 } http protocol reverse_proxy { match request path "/hello" forward to match response header set "Connection"

Re: httpd (+ relayd ?) URL redirection, anyone?

2016-07-26 Thread Comète
26 juillet 2016 12:20 "Miles Keaton" a écrit: > Sorry to bother the list with this, but still stumped after two days. > > Trying to switch from nginx to httpd, but there's just one thing left: > > Having the webserver pass some URLs to another port: > > # working nginx

Re: httpd (+ relayd ?) URL redirection, anyone?

2016-07-26 Thread Solène RAPENNE
Le 2016-07-26 12:13, Miles Keaton a écrit : Sorry to bother the list with this, but still stumped after two days. Trying to switch from nginx to httpd, but there's just one thing left: Having the webserver pass some URLs to another port: # working nginx config: http { server { listen

httpd (+ relayd ?) URL redirection, anyone?

2016-07-26 Thread Miles Keaton
Sorry to bother the list with this, but still stumped after two days. Trying to switch from nginx to httpd, but there's just one thing left: Having the webserver pass some URLs to another port: # working nginx config: http { server { listen 80; # serving static here root

Re: simple DNS lookup utility

2016-07-26 Thread Peter J. Philipp
On Tue, Jul 26, 2016 at 01:00:43AM -0300, Rodrigo Mosconi wrote: > Hi, > > For a course work, I wrote a simple DNS lookup utility using only the > native libc. It`s not yet a complete replacement for dig/host/nslookup, > but I can work to improve it later. > I would like to receive any comments

Re: athn0: device timeout with AR9271

2016-07-26 Thread Adam Wolk
On Mon, Jul 25, 2016 at 01:31:13PM +0200, Stefan Sperling wrote: > On Mon, Jul 25, 2016 at 09:57:38AM +, ML mail wrote: > > Hi, > > > > I installed a USB Wifi card on my OpenBSD 5.8 firewall as AP and from time > > to time there are timeouts which prevents any access to it anymore until I >

Re: Freezing VMs on Bytemark Hosting

2016-07-26 Thread Mark Carroll
On 26 Jul 2016, Edd Barrett wrote: > I have a support ticket open, but we are not sure if it's an OpenBSD > problem, or something on their end. The VM is running 5.9-stable with > all patches applied. FWIW, Bytemark uses KVM + Qemu, so this question may > extend to ARP networks VMs too(?). > >

Freezing VMs on Bytemark Hosting

2016-07-26 Thread Edd Barrett
Hi, This is very much off-topic, and a long shot. I have a VM hosted at Bytemark, which seems to have started freezing about once a week. It stops responding to the network, and if I bring up the console, I see the login prompt with a flashing cursor, but it is not responsive to key-presses. I

Re: ispec - PSK - issues

2016-07-26 Thread Maurice Janssen
On Mon, Jul 25, 2016 at 11:13:48PM +0200, Steve Clement wrote: >Your link talks more about 6.0 > >But this is probably it: >https://code.google.com/p/android/issues/detail?id=196939 Yeah, that's the link I wanted to send. Somehow I managed to copy the wrong link in my previous email. Maurice