Re: libGL error: failed to open drm device: Permission denied

2017-03-20 Thread Alessandro DE LAURENZIS
Hello Mihai, On Tue, 21 Mar 2017 00:07:16 +0200 Mihai Popescu wrote: > What version of OpenBSD are you running? -current, updated to 03/19 snapshot: [just22@poseidon]-[0]-[✓]-[~]> dmesg | head -2 OpenBSD 6.1-beta (GENERIC.MP) #38: Sun Mar 19 11:09:01 MDT 2017 dera...@amd64.openbsd.org:/usr

OpenBGPD: IPv6 NEXT_HOP rewriting issue

2017-03-20 Thread Pierky
Hello, I'm facing an odd behaviour with IPv6 NEXT_HOP rewriting. Scenario: IXP route server. I'm trying to rewrite the NEXT_HOP attribute of an IPv6 route to implement traffic diversion for blackhole filtering. The route server receives a blackhole filtering request from a client, a route for a

Re: libGL error: failed to open drm device: Permission denied

2017-03-20 Thread Mihai Popescu
> in the hope that someone clarify the situation. What version of OpenBSD are you running? Did you modified /etc/fbtab? What is 'll' or that command used to show permissions? Is just22 a custom user, i.e. not created at install time? Looking at what I have, I think for a normal install it sho

Re: ospf6 link-local addresses

2017-03-20 Thread Claudio Jeker
On Sat, Mar 18, 2017 at 01:47:27PM +0200, Kapetanakis Giannis wrote: > Hi, > > I have working setup of both ospf/ospf6. Nothing fancy. > > Cisco <---> [OBSD firewalls] <---> Cisco > > The inet6 interfaces on OBSD are setup with -autoconf > > All routers prefers to set next-hop routes via the li

Re: Userspace reproducibly hangs for a few minutes

2017-03-20 Thread Philip Guenther
On Mon, 20 Mar 2017, Filippo Valsorda wrote: > Every time I start a certain daemon (Camlistore, written in golang), > during a precise step involving TCP/HTTPS traffic, AES decryption, and > loading data into the heap (loading the encryption metadata of a remote > storage), I experience a long u

Re: PostgreSQL problem with mod_perl2 and Apache2

2017-03-20 Thread Jeff Ross
On 3/19/17 8:26 PM, Chris Bennett wrote: I have been switching over to mod_perl2 and Apache2. I finally found some good info to fill in the blanks. Sigh. Everything seems to be pulling into place fine, but I may still have some stuff messed up or should I upgrade to a fresher snap? OpenBSD 6.1-

Re: Userspace reproducibly hangs for a few minutes

2017-03-20 Thread Ted Unangst
Filippo Valsorda wrote: > Sometimes the hang lasts seconds, sometimes minutes. During the hang > everything is unresponsive except the kernel: network traffic drops, > serial console is stuck, ssh is stuck and eventually times out, > sometimes other applications running on the machine notice that "

libGL error: failed to open drm device: Permission denied

2017-03-20 Thread Alessandro DE LAURENZIS
Dear misc@ readers, I'd like to make a follow-up of an old thread [0], in the hope that someone clarify the situation. I normally log in X through xdm (xenodm from some weeks now) and, once there, the ownership of /dev/drm0 is changed to my user, as expected: [just22@poseidon]-[~]> ll /dev/drm0

Userspace reproducibly hangs for a few minutes

2017-03-20 Thread Filippo Valsorda
Hello, Every time I start a certain daemon (Camlistore, written in golang), during a precise step involving TCP/HTTPS traffic, AES decryption, and loading data into the heap (loading the encryption metadata of a remote storage), I experience a long userspace hang. Sometimes the hang lasts seconds

Re: 802.11n hostap - latency and timeouts

2017-03-20 Thread Stefan Sperling
On Sun, Mar 19, 2017 at 03:14:05PM +, Tom Murphy wrote: > Hi, > > I'm running my athn(4) device in hostap mode. I noticed, when it's set to > 802.11n, I get higher latency (pinging the OpenBSD AP) and disconnections > every few minutes. The Wifi clients are Linux-based (Android and Debian).

Re: L2TP/IPsec VPN server: trying to force HMAC_SHA in phase 2, but isakmpd keeps offering HMAC_SHA2_256?

2017-03-20 Thread Jurjen Oskam
Hi Philipp, Thank you - this was exactly what I was missing. I have now gotten it to work by excluding hmac-sha2-256 (and therefore falling back to hmac-sha1), which strongly suggests my Nexus 6P (all patched) doesn't implement hmac-sha2-256 correctly. The irony is that the manpage of isakmpd.pol