Re: Huawei E303

2012-07-17 Thread David Coppa
On Mon, 16 Jul 2012, Andreas Bartelt wrote: Thanks a lot -- it basically works! # cat /etc/ppp/peers/vodafone debug /dev/cuaU0 921600 0.0.0.0:10.99.1.2 defaultroute noipdefault user web crtscts persist deflate 0 refuse-pap refuse-chap noauth noipdefault noccp novj novjccomp

SNMPv3 Support

2012-07-17 Thread Gerhard Roth
Hi all, below you'll find a patch that adds basic SNMPv3 support to OpenBSD's snmpd(8). When I say basic that's because of some limitations: - Traps are still sent via SNMPv2 protocol. They can neither be authenticated nor encrypted. - Transport mode is still UDP. Not additional

Re: SNMPv3 Support

2012-07-17 Thread Gerhard Roth
On Tue, 17 Jul 2012 11:21:04 +0200, Gerhard Roth gerhard_r...@genua.de wrote: Hi all, below you'll find a patch that adds basic SNMPv3 support to OpenBSD's snmpd(8). When I say basic that's because of some limitations: - Traps are still sent via SNMPv2 protocol. They can neither be

Re: Huawei E303

2012-07-17 Thread Stuart Henderson
On 2012/07/16 20:22, Andreas Bartelt wrote: Thanks a lot -- it basically works! Good :) OK 'AT+CPIN=1234' note that this will probably fail if the pin was already sent. From /var/log/messages: Jul 16 19:52:36 obsd pppd[19227]: Connect: ppp0 -- /dev/cuaU0 Jul 16 19:52:36 obsd pppd[19227]:

Re: Huawei E303

2012-07-17 Thread Florian Obser
On Tue, Jul 17, 2012 at 11:06:38AM +0100, Stuart Henderson wrote: On 2012/07/16 20:22, Andreas Bartelt wrote: Is there a way to automatically receive a DNS resolver config for /etc/resolv.conf from the mobile ISP? (currently I use the DNS resolver at my local network...) Personally I'm

Re: PF_PRIO_NOTSET wasn't such a smart attempt

2012-07-17 Thread Mike Belopuhov
On Wed, Jul 11, 2012 at 13:13 +0200, Henning Brauer wrote: ..because now you had to initialize both set_prio in pf_rule to it everywhere. we did that, at least in some parts of our tree... problem being of course that 0 is a valid value there and can\t easily be used as don't touch indicator.

Any idea of donate a Raspberry Pi to a developer?

2012-07-17 Thread Johan Ryberg
Hi. I wounder if it's any idea to donate a Raspberry Pi to a developer to make it work on OpenBSD? As understood it is the hardware spec to closed give it a chance but I rather ask then not. If anyone for real can make it work I would be happy to donate one. Best regards Johan Ryberg

Re: Any idea of donate a Raspberry Pi to a developer?

2012-07-17 Thread Daniel Bolgheroni
On Tue, Jul 17, 2012 at 06:08:24PM +0200, Johan Ryberg wrote: Hi. I wounder if it's any idea to donate a Raspberry Pi to a developer to make it work on OpenBSD? As understood it is the hardware spec to closed give it a chance but I rather ask then not. If anyone for real can make it work

Re: Any idea of donate a Raspberry Pi to a developer?

2012-07-17 Thread Johan Ryberg
You simply just throw another persons political opinion on me. I have read that thread as well but that's not the point. Do you honestly believe that one answer speaks for all other very skilled developers? // Johan 2012/7/17 Daniel Bolgheroni dbolgher...@devio.us: On Tue, Jul 17, 2012 at

Re: ftp mput recursiv upload diff for testing

2012-07-17 Thread Alexander Bluhm
On Sun, Jul 15, 2012 at 02:54:31PM +0200, Jan Klemkow wrote: + if (!mflag) + continue; + if (depth == max_depth) + continue; This breaks the non recursive case. There depth and max_depth are