Re: Intermittent stops in network traffic with urtw interface

2014-02-05 Thread Brian Curran
On Wed, Feb 05, 2014 at 10:51:19PM +, Alexey Suslikov wrote: > Brian Curran brianpcurran.com> writes: > > > > > Hello, > > > > I have an Alfa AWUS036H USB wi-fi adapter that I am using on OpenBSD > > 5.4 amd64. Problem is, sometimes as often as every 15 minutes, the only way > to > > get t

Re: Intermittent stops in network traffic with urtw interface

2014-02-05 Thread Alexey Suslikov
Brian Curran brianpcurran.com> writes: > > Hello, > > I have an Alfa AWUS036H USB wi-fi adapter that I am using on OpenBSD > 5.4 amd64. Problem is, sometimes as often as every 15 minutes, the only way to > get the interface to pass traffic is with 'ifconfig urtw0 down && > ifconfig urtw0 up'.

Intermittent stops in network traffic with urtw interface

2014-02-05 Thread Brian Curran
Hello, I have an Alfa AWUS036H USB wi-fi adapter that I am using on OpenBSD 5.4 amd64. Problem is, sometimes as often as every 15 minutes, the only way to get the interface to pass traffic is with 'ifconfig urtw0 down && ifconfig urtw0 up'. I've monitored the traffic with tcpdump to look for a pat

Re: urtw0 wpa2 working on Lemote?

2014-02-05 Thread Alexey Suslikov
Sebastian Reitenbach l00-bugdead-prods.de> writes: > Anyways, at work I specify the nwid and the wpakey like this: > > ifconfig urtw0 nwid MYID wpakey SECRETKEY up > > but status keeps telling me: no network > however, the manual page tells me that WPA and WPA2 should work. from ifconfig(8): w

urtw0 wpa2 working on Lemote?

2014-02-05 Thread Sebastian Reitenbach
Hi, with my lemote, I tried to connect to WPA2 secured network at work. Now I'm back at home, where I can connect without issues to my unsecured network. When scanning for WLAN networks using my amd64 notebook, I usually see different dB values, but here, every network is 143 dB signal strengt

Re: Is [binary] package signing planned?

2014-02-05 Thread Giancarlo Razzolini
Em 04-02-2014 18:03, Marc Espie escreveu: > I *encourage* you guys to read signify and pkg_add code and poke holes > in them! I did read both last night. Signify is very easy and straightforward to understand. I wasn't really poking for holes, more for understanding than that. The pkg part is a lo

Re: openvpn in rdomain hangs

2014-02-05 Thread Giancarlo Razzolini
Em 05-02-2014 07:09, Tomoyuki Sakurai escreveu: > hi misc, > > i'm trying to run OpenBSD with two default gateways, one for openvpn and > another for everything else. openvpn is in rdomain 1 and everything works > fine. > > OpenBSD 5.5-beta (GENERIC.MP) #284: Mon Feb 3 07:57:32 MST 2014 > t..

Re: dhclient

2014-02-05 Thread Kenneth Westerback
On 5 February 2014 06:35, Holger Glaess wrote: > Am 03.02.2014 17:54, schrieb Kenneth Westerback: > >> Reactivating the dhclient-script is not going to happen. >> >> I am interested in what you would see syntax in dhclient.conf looking >> like. >> >> Would multi-path routing modifications to all r

Re: Missing fclose() in some utilities - worth fixing?

2014-02-05 Thread Ted Unangst
On Wed, Feb 05, 2014 at 12:56, Paul Winter wrote: > Hi list, > > I'm currently trying to get familiar with OpenBSD source code and I've > noticed > that there are fclose() function calls missing sometimes. (e.g. > usr.bin/awk/maketab.c, usr.sbin/smtpd/table_passwd.c). > > I'd like to ask whether

Re: Missing fclose() in some utilities - worth fixing?

2014-02-05 Thread Gilles Chehade
On Wed, Feb 05, 2014 at 12:56:20PM +0100, Paul Winter wrote: > Hi list, > Hi, > I'm currently trying to get familiar with OpenBSD source code and I've > noticed > that there are fclose() function calls missing sometimes. (e.g. > usr.bin/awk/maketab.c, usr.sbin/smtpd/table_passwd.c). > Where do

Missing fclose() in some utilities - worth fixing?

2014-02-05 Thread Paul Winter
Hi list, I'm currently trying to get familiar with OpenBSD source code and I've noticed that there are fclose() function calls missing sometimes. (e.g. usr.bin/awk/maketab.c, usr.sbin/smtpd/table_passwd.c). I'd like to ask whether these files are intended to be closed by operating system when the

Re: dhclient

2014-02-05 Thread Holger Glaess
Am 03.02.2014 17:54, schrieb Kenneth Westerback: Reactivating the dhclient-script is not going to happen. I am interested in what you would see syntax in dhclient.conf looking like. Would multi-path routing modifications to all routes be needed? How should this be combined with supersede/defaul

Re: erlang : manpages : inaccessible

2014-02-05 Thread Gregor Best
On Tue, Feb 04, 2014 at 06:49:33PM -0600, Matthew Weigel wrote: > [...] > I believe you should be using "man erlang " with that configuration. > [...] The correct form is for example erl -man time -- Gregor Best -- I never met a piece of chocolate I didn't like.

openvpn in rdomain hangs

2014-02-05 Thread Tomoyuki Sakurai
hi misc, i'm trying to run OpenBSD with two default gateways, one for openvpn and another for everything else. openvpn is in rdomain 1 and everything works fine. OpenBSD 5.5-beta (GENERIC.MP) #284: Mon Feb 3 07:57:32 MST 2014 t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP