Re: multiple routing tables

2016-05-20 Thread Piotr Kubaj
Thanks, I've solved this issue by creating another bridge on my router (for LAN) - Tor uses another interface on router in rdomain 2. To make troubleshooting easier, I've installed Tor on OpenBSD VM. The problem now is that I can ping my router from the VM and I can ping the VM from the router.

Re: LTE umsm

2016-05-20 Thread Chris Cappuccio
So to just remove the ifaceno check, here's the diff. This matches u3g behaviour for SIERRA TRUINSTALL devices. There is still a bit of hardcoded stuff that needs to be reviewed in umsm for other devices. I think yuo@ was trying to match some of these style checks when he added support for these

Re: iic.9

2016-05-20 Thread Jason McIntyre
On Fri, May 20, 2016 at 02:20:30AM +0300, Artturi Alm wrote: > hi, > > this was not mentioned even in the relevant headers under /sys/dev/i2c/, > non-native and all, i guess someone will come up w/better diff if it is > seen improving anything. > > -Artturi > i guess the proper fix is to add a

Re: LTE umsm

2016-05-20 Thread Chris Cappuccio
Martin Pieuchot [m...@openbsd.org] wrote: > On 19/05/16(Thu) 19:27, Chris Cappuccio wrote: > > Here is a patch to support some newer LTE umsm devices > > > > Yes, the 313U actually has an SD card slot. And yes, it actually > > changes vendor ID to Airprime after the umsm_truinstall_changemode > >

Re: [PATCH] socppc.html typo fix

2016-05-20 Thread Bryan Vyhmeister
On Fri, May 20, 2016 at 10:46:27AM +0200, Theo Buehler wrote: > > MicroTik to MikroTik typo correction. > > Thanks, committed, but without this: > > > -N1200 and the http://www.microtik.com;>MicroTik > > +N1200 and the http://www.mikrotik.com;>MickoTik Sorry about that. Thanks for catching

Re: [libcrypto] fix short ASN1 reads

2016-05-20 Thread Ted Unangst
Brent Cook wrote: > Hi, > > Our errata patch for fixing large memory allocations in > asn1_d2i_read_bio dropped the while (want > 0) loop, causing the > function to only read chunk_max bytes once. This limits the max size > read to 16k. This patch restores the outer loop. Noted on misc@ > >

Re: libfuse: null-terminate argv (fuse_opt_insert_arg)

2016-05-20 Thread Ray Lai
On Thu, 19 May 2016 18:57:50 +0200 Hiltjo Posthuma wrote: > Hi peoples, > > This diff makes sure to NUL-terminate argv when parsing options in libfuse. > The upstream/other libfuse does it this way. This fixes an issue with the > sysutils/sshfs port, it uses execvp(3) on

New man page: fuse_opt.3

2016-05-20 Thread Ray Lai
Here's a man page for fuse_opt.h. It's far from perfect, I mostly tried to document our existing behavior and avoid copying from libfuse. There are definitely areas of improvement but I think this goes a long way to helping debug our fuse implementation. I'm new to fuse, so please, anyone with

Re: [ntpd] Simultaneously listen on IPv4 and IPv6

2016-05-20 Thread Brent Cook
On Tue, May 17, 2016 at 2:56 PM, Stuart Henderson wrote: > On 2016/05/17 08:27, Brent Cook wrote: > > This patch came by way of the openntpd github. Linux (and possibly > others) > > will attempt to bind to 0.0.0.0 when binding to '::' and return an error > if > > it can't,

Re: usb: cache vendor, product and serial

2016-05-20 Thread lists
Wed, 18 May 2016 19:08:29 +0200 Martin Pieuchot > On 18/05/16(Wed) 18:28, Patrick Wildt wrote: > > Hi, > > > > I had the pleasure of debugging a USB mass storage device that showed > > interesting behaviour when used with our stack and in combination with > > the blink(1) usb

Re: net80211: support devices which scan all bands

2016-05-20 Thread Stefan Sperling
On Fri, May 20, 2016 at 12:08:19PM +0200, Mark Kettenis wrote: > > Date: Fri, 20 May 2016 11:19:26 +0200 > > From: Stefan Sperling > > > > The new iwm(4) firmware (see [1]) scans 2GHz and 5 GHz bands in one go. > > [1] http://marc.info/?l=openbsd-tech=146356530605833=2 > > > >

[libcrypto] fix short ASN1 reads

2016-05-20 Thread Brent Cook
Hi, Our errata patch for fixing large memory allocations in asn1_d2i_read_bio dropped the while (want > 0) loop, causing the function to only read chunk_max bytes once. This limits the max size read to 16k. This patch restores the outer loop. Noted on misc@ ftp

Re: net80211: support devices which scan all bands

2016-05-20 Thread Mark Kettenis
> Date: Fri, 20 May 2016 11:19:26 +0200 > From: Stefan Sperling > > The new iwm(4) firmware (see [1]) scans 2GHz and 5 GHz bands in one go. > [1] http://marc.info/?l=openbsd-tech=146356530605833=2 > > Our net80211 stack isn't set up to handle this correctly. > With the new

Re: LTE umsm

2016-05-20 Thread Martin Pieuchot
On 19/05/16(Thu) 19:27, Chris Cappuccio wrote: > Here is a patch to support some newer LTE umsm devices > > Yes, the 313U actually has an SD card slot. And yes, it actually > changes vendor ID to Airprime after the umsm_truinstall_changemode > takes place. > > Matching ifaceno == 9 for newer

net80211: support devices which scan all bands

2016-05-20 Thread Stefan Sperling
The new iwm(4) firmware (see [1]) scans 2GHz and 5 GHz bands in one go. [1] http://marc.info/?l=openbsd-tech=146356530605833=2 Our net80211 stack isn't set up to handle this correctly. With the new firmware (and diff from [1]), you'll see no scan results at all if you run: ifconfig iwm0 nwid

[PATCH] socppc.html typo fix

2016-05-20 Thread Bryan Vyhmeister
MicroTik to MikroTik typo correction. Bryan Index: www/socppc.html === RCS file: /cvs/www/socppc.html,v retrieving revision 1.34 diff -u -p -r1.34 socppc.html --- www/socppc.html 29 Mar 2016 14:58:59 - 1.34 +++