Re: relayd(8) relay: redirect based on URL paths

2017-02-22 Thread trondd
On Wed, February 22, 2017 9:02 pm, Lyndon Nerenberg wrote: > My relayd.conf fu is lame and needs help. Given the following config: > > > ---8<---8<--- > > interval 60 > timeout 2000 > > table { w1.example.com w2.example.com w3.example.com } > > http protocol https { > > tcp { nodelay, sac

relayd(8) relay: redirect based on URL paths

2017-02-22 Thread Lyndon Nerenberg
My relayd.conf fu is lame and needs help. Given the following config: ---8<---8<--- interval 60 timeout 2000 table { w1.example.com w2.example.com w3.example.com } http protocol https { tcp { nodelay, sack } match request header append "X-Forwarded-For" value "$REMOTE_ADDR"

Re: spamd deletion issue

2017-02-22 Thread Paul de Weerd
Thanks again Otto, On Wed, Feb 22, 2017 at 04:27:33PM +0100, Otto Moerbeek wrote: | If spamd -d doesn't want to delete the entry either try rebulding the | db by making a script that calls spamdb -a on a new db file for all | the ip's. Yep, I went that route. Grabbed the whitelisted IPs from the

Policy question regarding OpenBSD -STABLE and ports.

2017-02-22 Thread Christopher Sean Hilton
I'm trying to use dpb to build a collection of ports that I use in my shop. I took the following steps: Primed /usr/ports from .../OpenBSD/6.0/.../ports.tar.gz Used CVS to update ports from an anoncvs report to -rOPENBSD_6_0 Ran dpb to build my short list of ports. The issue that

l2tp/ipsec from chromebook to openbsd stop after a few minutes

2017-02-22 Thread ludovic coues
Hello, I am trying to setup a vpn from my chromebook to an openbsd machine at home. Currently, I am able to establish a connection and access my home network. The issue is that I can't initiate any new connection after a few minutes. Trying to ping any machine on the home network will fail but alr

Re: Per-device multiqueuing would be fantastic. Are there any plans? Are donations a matter here?

2017-02-22 Thread Mikael
Bump 2017-02-10 22:11 GMT+08:00 Mikael : > 2017-02-10 18:39 GMT+08:00 David Gwynne : > >> > 2017-02-09 16:41 GMT+08:00 David Gwynne : >> > .. > >> i can go into more detail if you want. >> >> cheers, >> dlg >> > > Hi David, > > Thank you - yes please go into more detail! > > Also on a more concr

Re: spamd deletion issue

2017-02-22 Thread Otto Moerbeek
On Wed, Feb 22, 2017 at 04:20:44PM +0100, Paul de Weerd wrote: > Hi Otto, thanks for replying! > > On Wed, Feb 22, 2017 at 04:08:51PM +0100, Otto Moerbeek wrote: > | > [weerd@despair] $ spamdb | wc -l > | > 553 > | > [weerd@despair] $ ls -lh /var/db/spamd > | > -rw-r--r-- 1 _spamd _spamd

Re: spamd deletion issue

2017-02-22 Thread Paul de Weerd
Hi Otto, thanks for replying! On Wed, Feb 22, 2017 at 04:08:51PM +0100, Otto Moerbeek wrote: | > [weerd@despair] $ spamdb | wc -l | > 553 | > [weerd@despair] $ ls -lh /var/db/spamd | > -rw-r--r-- 1 _spamd _spamd 305M Feb 22 15:40 /var/db/spamd | > | > Any pointers? | | Berkeley db's a

Re: spamd deletion issue

2017-02-22 Thread Otto Moerbeek
On Wed, Feb 22, 2017 at 03:42:07PM +0100, Paul de Weerd wrote: > I've been paying a bit more attention to what spamdb is logging these > days and I've noticed the following: > > [weerd@despair] $ grep spamd /var/log/messages | tail -n4 > 2017-02-22T12:23:47.518Z despair spamd[93281]: can't delete

spamd deletion issue

2017-02-22 Thread Paul de Weerd
I've been paying a bit more attention to what spamdb is logging these days and I've noticed the following: [weerd@despair] $ grep spamd /var/log/messages | tail -n4 2017-02-22T12:23:47.518Z despair spamd[93281]: can't delete from spamd db (Undefined error: 0) 2017-02-22T12:24:47.749Z despair spa

Re: i3bar iwn info and battery status

2017-02-22 Thread Asbel Kiprop
> do you have the i3status-2.11p2 installed Yep, sure. >Did you try updating the packages since Monday? Nope, last update was on 17 feb. >new packages arrived only on Sunday or Monday this week. Hm, okay, i'll try to update the system and packages now 2017-02-22 16:14 GMT+03:00 Theo Buehler : >

Re: i3bar iwn info and battery status

2017-02-22 Thread Theo Buehler
On Wed, Feb 22, 2017 at 03:47:33PM +0300, Asbel Kiprop wrote: > Hm, 17 feb. snapshot - stilll have this problem. can't open /dev/apm" and > wireless down (but works as well), > Any suggestions? Should i just wait more for fix? Did you try updating the packages since Monday? I.e., do you have the

Re: i3bar iwn info and battery status

2017-02-22 Thread Asbel Kiprop
Hm, 17 feb. snapshot - stilll have this problem. can't open /dev/apm" and wireless down (but works as well), Any suggestions? Should i just wait more for fix? 2017-02-09 22:31 GMT+03:00 Asbel Kiprop : > Oh, thanks a lot, will wait for current update then :) > > 2017-02-09 22:25 GMT+03:00 Robert

Re: man.openbsd.org truncating ksh(1) man page

2017-02-22 Thread Ingo Schwarze
Hi, Gabriel Guzman wrote on Tue, Feb 21, 2017 at 10:24:12PM -0500: > Not sure if there are other pages that also have this problem, but > ksh(1): http://man.openbsd.org/OpenBSD-current/man1/ksh.1 is truncated > somewhere in the *Parameters* section. Ooops. > The man page from 5.0: http://man.

The AnC attack against ASLR

2017-02-22 Thread minek van
Hello, just FYI https://www.vusec.net/projects/anc/ The AnC attack The memory management unit (MMU) of modern processors uses the cache hierarchy of the processor in order to improve the performance of page table walks. This is fundamental to efficient code execution in modern processors. Un