Re: ZTE mf626 USB modem support

2013-02-17 Thread Maximo Pech
It turns out that my modem is not the ZTE MF626, it is in reality the ZTE MF668 and it works on /dev/cuaU1 2013/2/14 Kirill Bychkov > On Thu, February 14, 2013 07:49, Kirill Bychkov wrote: > > On Thu, February 14, 2013 06:24, Maximo Pech wrote: > >> Hi list, I see this was asked before but never

Re: ARP and npppd

2013-02-17 Thread Claudio Jeker
On Sun, Feb 17, 2013 at 06:25:24PM -0500, Stuart McMurray wrote: > On Sun, Feb 17, 2013 at 5:13 PM, Claudio Jeker > wrote: > > > On Sun, Feb 17, 2013 at 10:32:33AM -0500, Stuart McMurray wrote: > > > Hi all, > > > > > > I'm having a bit of trouble getting l2tp working from behind a firewall. > >

Re: ZTE mf626 USB modem support

2013-02-17 Thread Maximo Pech
Finally I got it to work, but strangely my device comes up on /dev/cuaU1 not on /dev/cuaU0. Still have not tested the diff though. 2013/2/14 Maximo Pech > The AT command thing did the trick, now I have some trouble setting up > ppp.conf, but I hope to get that sorted out. > > At this time I can'

Is there support for LEON4 SPARC v8-compatible CPU

2013-02-17 Thread Tito Mari Francis EscaƱo
Good day, I checked http://www.openbsd.org/sparc.html and found no explicit support for LEON4: http://www.gaisler.com/index.php/products/boards/gr-leon4-itx. I plan to inquire and hopefully get this board as gift in the last quarter of this year, but it doesn't seem to be explicitly supported. I go

Re: setting resource limits - login.conf and ulimit

2013-02-17 Thread circuit6engineering
On 02/17/2013 07:28 PM, Philip Guenther wrote: Okay, so the openfiles settings was completely overridden (for class staff) by the openfiles-max and openfiles-cur settings...but the -cur value was 1024 too. So, you _should_ be seeing a value of 1024. Indeed, if I copy your exact 'staff' and 'defa

Re: setting resource limits - login.conf and ulimit

2013-02-17 Thread Philip Guenther
On Sun, Feb 17, 2013 at 3:00 PM, circuit6engineering wrote: > Thanks for taking the time to look at this issue. > > dmagus@insomnia:/home/dmagus:6$ getcap -f /etc/login.conf staff > staff:datasize=1024M:maxproc-max=1024:maxproc-cur=512:openfiles-max=4096:openfiles-cur=1024:stacksize-max=16M:stacks

Re: ARP and npppd

2013-02-17 Thread Stuart McMurray
On Sun, Feb 17, 2013 at 5:13 PM, Claudio Jeker wrote: > On Sun, Feb 17, 2013 at 10:32:33AM -0500, Stuart McMurray wrote: > > Hi all, > > > > I'm having a bit of trouble getting l2tp working from behind a firewall. > > > > Here's the setup: > > > > OpenBSD with isakmpd and npppd -- Home Router -- I

Boot hangs on cpu1, every first boot after upgrading.

2013-02-17 Thread Robert Connolly
Hello. When I first installed OpenBSD by CD, and each time I upgrade from bsd.rd, the reboot hangs on cpu1. The following reboots don't hang. This happens reliably on every first boot. What could be causing this? Thanks

USB self powered external hub does not do plug and play

2013-02-17 Thread Robert Connolly
Hello. On boot, or if I disconnect and reconnect the hub from my system, devices connected to the hub are visible and work. If I remove something, the kernel gives and error, as seen below in dmesg when I removed a USB storage I got "umass0: BBB reset failed, IOERROR". If I add a new device,

Re: setting resource limits - login.conf and ulimit

2013-02-17 Thread circuit6engineering
Hi Phillip, Thanks for taking the time to look at this issue. dmagus@insomnia:/home/dmagus:6$ getcap -f /etc/login.conf staff staff:datasize=1024M:maxproc-max=1024:maxproc-cur=512:openfiles-max=4096:openfiles-cur=1024:stacksize-max=16M:stacksize-cur=4M:ignorenologin:requirehome@:path=/usr/bin /

Re: setting resource limits - login.conf and ulimit

2013-02-17 Thread Philip Guenther
On Sun, Feb 17, 2013 at 2:39 PM, Philip Guenther wrote: > The effect is that, after doing tc= expansion, it'll take the > openfiles or openfiles-cur that occurs _earlier_ in the expanded > entry. So, what's the output of > getcap -f /etc/login.conf -s openfiles staff > ? Oops, make that:

Re: setting resource limits - login.conf and ulimit

2013-02-17 Thread Philip Guenther
On Sun, Feb 17, 2013 at 12:20 PM, circuit6engineering wrote: > The 'openfiles' resource limit set in login.conf doesn't seem to make it > into the environment. For example: > > $ userinfo $USER | grep class > class staff > > $ getcap -f /etc/login.conf -s openfiles staff > 1024 > > $ ulimit -a |

Re: ARP and npppd

2013-02-17 Thread Claudio Jeker
On Sun, Feb 17, 2013 at 10:32:33AM -0500, Stuart McMurray wrote: > Hi all, > > I'm having a bit of trouble getting l2tp working from behind a firewall. > > Here's the setup: > > OpenBSD with isakmpd and npppd -- Home Router -- Internet -- Cell Network -- > iPhone/Laptop > > Basically, the idea

Re: ARP and npppd

2013-02-17 Thread Brad Smith
On Sun, Feb 17, 2013 at 11:03:44PM +0100, mxb wrote: > I think this is on TODO-list. This is why npppd considered to be "not ready" > and thus not linked to build. It is linked to the build and has been for 5 months. -- This message has been scanned for viruses and dangerous content by MailScan

Re: ARP and npppd

2013-02-17 Thread mxb
I think this is on TODO-list. This is why npppd considered to be "not ready" and thus not linked to build. //mxb On 17 feb 2013, at 16:32, Stuart McMurray wrote: > Hi all, > > I'm having a bit of trouble getting l2tp working from behind a firewall. > > Here's the setup: > > OpenBSD with isa

Re: apue : for openbsd : which edition?

2013-02-17 Thread Paulm
Edition 3 is due out in June. On Sun, Feb 10, 2013 at 09:17:52PM +0100, Juan Francisco Cantero Hurtado wrote: > On Sun, Feb 10, 2013 at 01:00:50AM -0500, Mayuresh Kathe wrote: > > hello, may i know which would be the most suitable > > edition of 'apue' (1st or 2nd) to learn more about > > program

ARP and npppd

2013-02-17 Thread Stuart McMurray
Hi all, I'm having a bit of trouble getting l2tp working from behind a firewall. Here's the setup: OpenBSD with isakmpd and npppd -- Home Router -- Internet -- Cell Network -- iPhone/Laptop Basically, the idea is to make a VPN for use when I'm travelling. I can connect just fine and put traff

setting resource limits - login.conf and ulimit

2013-02-17 Thread circuit6engineering
Hello, The 'openfiles' resource limit set in login.conf doesn't seem to make it into the environment. For example: $ userinfo $USER | grep class class staff $ getcap -f /etc/login.conf -s openfiles staff 1024 $ ulimit -a | grep files nofiles(descriptors) 512 My process is: 1) edit the con

Re: Constant attacks and ISP's are ignoring them

2013-02-17 Thread Kevin Chadwick
> > Every firewall/router product that I have purchased has been > > compromised so far. > > I don't believe this at all. Not one bit. I could believe it but that doesn't mean that I do. 90% of the routers on my street will be insecure and even using old sps, upnp or wep. SKY is the worst, the

Re: Shell for PF

2013-02-17 Thread Vadim Zhukov
2013/2/16 Matthew Weigel : > On Feb 16, 2013, at 5:28 AM, Vadim Zhukov wrote: > >> 2013/2/16 Fil DiNoto : >>> But this is all off-topic, I'm not slaming pf in any way i love it. I >>> was just saying it can't hurt to try to emulate what people know if at >>> all possible. And the fact is that juno