Re: i3 pledge abort with append_layout command

2019-09-05 Thread Ralf Horstmann
* Rafael Sadowski [2019-09-05 21:15]: > > The problem can also be reproduced in version 4.17 and 4.17.1 by running the > > i3-msg append_layout from a terminal after i3 has started. In 4.16.1p0 > > there is > > no abort either. > > I can't reproduce the pledge issue with i3-gaps-4.17, could you

i3 pledge abort with append_layout command

2019-09-04 Thread Ralf Horstmann
Hi, with i3-4.17 and i3-4.17.1 from snapshots on amd64 -current, i3 is terminated by pledge() when using the append_layout feature. The previous package version 4.16.1p0 works fine. The offending syscall is shmget(), dmesg says: i3[72874]: pledge "", syscall 289 The backtrace looks like

Re: clue needed! prometheus/node_exporter + grafana

2019-08-28 Thread Ralf Horstmann
Hi Stuart, the most likely explanation is that some grafana.com dashboards are primarily targeting Linux or an older node_exporter version, or they are just poor quality. For some metrics, the metric names are different between Linux and OpenBSD (or other BSDs). The memory metrics on Linux for

Re: [NEW] sysutils/node_exporter 0.17.0

2019-02-07 Thread Ralf Horstmann
* Ralf Horstmann [2019-02-04 23:14]: > Hi ports, > > attached is a new port of node_exporter, a monitoring agent for > the Prometheus monitoring system. It provides collectors for > hardware and OS metrics (cpu, load, filesystem, interrupts, > memory, network) > >

[NEW] sysutils/node_exporter 0.17.0

2019-02-04 Thread Ralf Horstmann
Hi ports, attached is a new port of node_exporter, a monitoring agent for the Prometheus monitoring system. It provides collectors for hardware and OS metrics (cpu, load, filesystem, interrupts, memory, network) Tested on i386 and amd64. Regards, Ralf node_exporter.tgz Description:

Re: libreoffice do not print but crash

2018-09-03 Thread Ralf Horstmann
* Charlene Wendling [2018-08-31 23:29]: > On Fri, 31 Aug 2018 23:19:54 +0200 > Landry Breuil wrote: > > > On Fri, Aug 31, 2018 at 10:48:19PM +0200, vincent delft wrote: > > > Hello, > > > > > > I'm using -current and since few days, maybe the new release of > > > Libreoffice (6.1.0.3), I'm no

Re: NEW: prometheus-2.0.0

2018-01-07 Thread Ralf Horstmann
* Claudio Jeker [2018-01-04 11:55]: > I decided the easiest is to make promu a build dependency for prometheus > and patched the prometheus Makefile to use this promu binary instead of > doing the go get. So here are the two ports now. I adjusted the user id of >

Re: syweb man needed

2016-09-05 Thread Ralf Horstmann
* David Coppa [2016-09-05 11:06]: > On Sun, Sep 4, 2016 at 6:19 PM, Thuban wrote: > > Hello, > > > > while installing symon & syweb, I used the rrdtool-chroot tool. I > > finally discovered syweb wasn't working correctly because the > > rddtoo_path in

Re: pledge(2) for the i3 window manager

2015-12-20 Thread Ralf Horstmann
* Theo Buehler <t...@math.ethz.ch> [2015-12-20 19:26]: > On Sun, Dec 20, 2015 at 06:59:56PM +0100, Ralf Horstmann wrote: > > gdb shows this: > > #0 0x0ae4d48740ca in shmget () at :2 > [...] > > #8 0x0ae20f9077e4 in init_xcb_late (fontname=Variable &q

Re: pledge(2) for the i3 window manager

2015-12-20 Thread Ralf Horstmann
Hi, the diff prevents i3bar from starting here: i3bar(26685): syscall 289 "" gdb shows this: #0 0x0ae4d48740ca in shmget () at :2 #1 0x0ae502e15ae4 in can_use_shm () from /usr/local/lib/libcairo.so.12.3 #2 0x0ae502e15c3b in _cairo_xcb_connection_query_shm () from

Patch for www/syweb

2015-09-07 Thread Ralf Horstmann
Hi, "rrdtool-chroot enable" installs rrdtool into /var/www/usr/local/bin/rrdtool, so adjust the default config. Also document that /bin/sh is needed in the chroot. Regards, Ralf Index: Makefile === RCS file:

UPDATE: net/inadyn 1.99.6

2014-02-01 Thread Ralf Horstmann
Hi, here is an update to inadyn 1.99.6. Changes: - change of upstream - several dyndns provider updates - ability to check IP of interface - openbsd patches included upstream - many bugfixes Tested on i386, amd64 Cheers, Ralf Index: Makefile

UPDATE: net/inadyn-1.99.5

2013-11-29 Thread Ralf Horstmann
Hi, here is another update to inadyn. The patches got included upstream, so no local patches needed anymore. Tested on i386, amd64, hppa and sparc64. Cheers, Ralf Index: Makefile === RCS file:

UPDATE: net/inadyn-1.99.4

2013-11-24 Thread Ralf Horstmann
Hi, here is an update to inadyn-1.99.4: - change of upstream - several dyndns provider updates - support for getting IP from an interface instead of from a web service - many smaller changes Tested on i386, amd64 and sparc64. I've submitted some patches upstream and they have been included