sensorsd and acpiac0.indicator0?

2017-11-27 Thread Job Snijders
Hi all, I'm tweaking how my laptop behaves depending on whether it is pluggde into AC or not. Any hints or alternative suggestions are welcome. This is my config: /etc/sensorsd.conf: acpiac0.indicator0:command=/etc/sensorsd/ac_power %2 and this is the script: #!/bin/sh echo $1 >>

Re: Image viewer alternative to eog

2017-11-27 Thread Matthew Fioravante
You can try the display program that comes with the imagemagick package. Pretty barebones image viewer. On Mon, Nov 27, 2017 at 9:17 AM, Marko Cupać wrote: > On Sun, 26 Nov 2017 20:15:14 -0200 > "x9p" wrote: > > > Is there a good/safe and light image viewer? Was used to eog, but it > > has too

Re: Image viewer alternative to eog

2017-11-27 Thread Marko Cupać
On Sun, 26 Nov 2017 20:15:14 -0200 "x9p" wrote: > Is there a good/safe and light image viewer? Was used to eog, but it > has too many "vfprintf %s NULL" in messages. gimp is too big and good > for play with images, In need of smth fast. ... > Thank you all for the inputs. feh suited best. lots of

Re: Intel HSUART/8250 LPSS

2017-11-27 Thread Kevin Chadwick
On Fri, 24 Nov 2017 20:26:02 +0100 (CET) > > I am looking into getting Intel HSUART/8250 LPSS support working. > > Has anyone done any work on this out of tree. Or is there anything > > I should be aware of. Unfortunately whilst this would have made a nice introduction to OpenBSD coding we hav

Re: IPSec Flow and SA to unexpected subnet

2017-11-27 Thread Tobias Urdin
Had the same problem with a shitty Netgear on the other end. OpenBSD happily accepted the flow with a 0/0 from forcing all traffic to the destination over that tunnel. I logged in to the Netgear GUI and explicitly set the subnets to tunnel instead of all which was selected before. Best regards