Re: VM with default gateway on different subnet, not working

2020-06-20 Thread Travis Cole
On Sat, Jun 20, 2020, at 13:13, Pierre Emeriaud wrote: > Try this: > > $ cat /etc/hostname.vio0 > inet 158.69.128.109 255.255.255.255 > !route add 198.27.74.254 -link -iface vio0 > > The "gateway" to 198.27.74.254 should show as its mac address. Awesome, this fixed it. -link was the thing I'd

VM with default gateway on different subnet, not working

2020-06-19 Thread Travis Cole
Hi there, I've been struggling with this one for a while, so figured it was time to ask. After searching around a lot, I did find this very similar thread a few years back: https://marc.info/?t=148164912800052=1=2 but no fixes that address my issue. Some background. I have a dedicated server

Re: heavy CPU consumption and laggy/stuttering video on thinkpad x230

2019-11-19 Thread Travis Cole
On Tue, Nov 19, 2019, at 10:06, Josh wrote: > Have you tried on 6.5? > > My X1rev6 did not like the upgrade to 6.6. heavy cpu consumption, > super hot, laggy when browsing and fan spinning consistently. > > I've reinstalled 6.5 and been using the same settings as yours. > everything is back to

Re: xenocara xcursor issues?

2019-09-29 Thread Travis Cole
On Sun, Sep 29, 2019, at 18:53, Jonathan Gray wrote: > > suspend/resume currently does not work on amdgpu. > > There is a problem with hardware cursor state on amdgpu. As a workaround > try creating an /etc/X11/xorg.conf with: > > Section "Device" > Identifier "amdgpu" > Option "SWcursor"

xenocara xcursor issues?

2019-09-29 Thread Travis Cole
I've been banging my head on this one long enough that I figured I'd just ask the list if anyone else is seeing this behavior. I'm getting really inconsistent xcursor behavior. I've tried setting a few xcursor themes, and they seem to only take inconsistently. On certain areas of applications

Re: Prometheus node_exporter on OpenBSD - anyone managed ?

2019-09-20 Thread Travis Cole
> On Sep 20, 2019, at 01:38, Rachel Roch > > Regarding the other gmake suggestion, that possibility occurred to me after > sending yesterday's email, but I guess I would have to edit various source > files to make sure its calling the right command. Not rocket science I > guess, but equally

Re: Prometheus node_exporter on OpenBSD - anyone managed ?

2019-09-19 Thread Travis Cole
Looks like they are assuming GNU make. Try doing the build with 'gmake'. If you don't already have gmake installed: # pkg_add gmake On Thu, Sep 19, 2019 at 11:49:20PM +0200, Rachel Roch wrote: > Hi, > > The official Prometheus github repo > (https://github.com/prometheus/node_exporter)