On 2026-06-13 12:13, Atanas Vladimirov wrote: > On 2026-06-13 10:35, Atanas Vladimirov wrote: >> On 2026-06-13 06:09, Lucas Raab wrote: >>> On Fri, Jun 12, 2026 at 03:29:21PM +0300, Atanas Vladimirov wrote: >>>> On 2026-06-12 04:05, Lucas Raab wrote: >>>> > On Thu, Jun 11, 2026 at 12:23:56PM +0300, Atanas Vladimirov wrote: >>>> > > On 2026-06-11 04:30, Lucas Raab wrote: >>>> > > > On Wed, Jun 10, 2026 at 03:33:58PM +0300, Atanas Vladimirov wrote: >>>> > > > > On 2026-06-10 13:24, Atanas Vladimirov wrote: >>>> > > > > > Hey Team, >>>> > > > > > >>>> > > > > > Here is a patch to update the Telegraf to the recently released 1.39.0. >>>> > > > > > >>>> > > > > > This version includes and improvement to OpenNTPd input plugin. >>>> > > > > > It now collects all stats, including the sensors, if any. >>>> > > > > > [PR] - https://github.com/influxdata/telegraf/pull/18468 >>>> > > > > > >>>> > > > > > I've been running this version for the last couple of hours and no problems so far. >>>> > > > > > Let me know what do you think. >>>> > > > > > >>>> > > > > > Please add me in CC because I'm not subscribed to the list. >>>> > > > > > Best wishes, >>>> > > > > > Atanas >>>> > > > > >>>> > > > > Resending because something went wrong with the formatting. >>>> > > > > >>>> > > > I came up with the same diff, but inputs.mem no longer works. I haven't >>>> > > > dived in too deeply yet, but I suspect something changed in gopsutil. >>>> > > >>>> > > Hmm, what do you mean by "inputs.mem no longer works"? It works for >>>> > > me, here >>>> > > is the output from my machine >>>> > >>>> > 2026-06-12T01:04:02Z E! [inputs.mem] Error in plugin: error getting >>>> > virtual memory info: short syscall ret 104 bytes >>>> >>>> Hi, >>>> >>>> I suppose that you're running -current, or not? >>>> The server I'm testing runs Jun 1 snapshot if it matters at all. >>>> >>>> ``` >>>> OpenBSD 7.9-current (GENERIC.MP) #543: Mon Jun 1 11:45:38 MDT 2026 >>>> >>>> deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP >>>> real mem = 34154913792 (32572MB) >>>> avail mem = 33091518464 (31558MB) >>>> ``` >>> >>> Yep, I'm on -current. Example machine: >>> OpenBSD 7.9-current (GENERIC.MP) #0: Thu Jun 11 14:39:21 MDT 2026 >>> >>> deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP >> >> Okay, I just upgraded my machine to - Build date: 1781288383 - Fri Jun >> 12 18:19:43 UTC 2026 >> and got the same error like you :) >> >> So something has changed between Jun 1 - Jun 11. > > I think I found it - > https://marc.info/?l=openbsd-cvs&m=178104984860610&w=2 > > Now I wonder if the following commit is the right fix for the gopsutil: > https://github.com/shirou/gopsutil/commit/1d3af56f58e7ddcf3438bbcf09b632c3e7296b4f > > I'll create a gopsutil PR if you confirm that. I managed to build the telegraf against the patched gopsutil (the mentioned commit) and it now works as it should :) Now the question - is there a way to patch the OpenBSD port to include this change until the gopsutil accept the change, release a new version, and then the telegraf release a new version with the newer gopsutil? By the way, I believe that the current Telegraf version (1.38.3) from the ports should be broken since the Bob Beck's Jun 10 change (Remove the buffer flipper), right? (I might try that later today/tomorrow)
OpenBSD Mail Box
BTC:1BsNfN6m7xtT4PqDb9jJHnDDFBb38zS9Yi
Saturday, June 13, 2026
[update] audio/pd 0.56.2 -> 0.56.3
This is a simple update to pure-data 0.56.3. I tried a few examples and didn't encounter any problems. ok? Index: Makefile =================================================================== RCS file: /cvs/ports/audio/pd/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- Makefile 15 Dec 2025 15:07:35 -0000 1.2 +++ Makefile 13 Jun 2026 10:07:20 -0000 @@ -1,7 +1,7 @@ COMMENT = real-time graphical programming language for multimedia -DISTNAME = pd-0.56-2.src -PKGNAME = pd-0.56.2 +DISTNAME = pd-0.56-3.src +PKGNAME = pd-0.56.3 CATEGORIES = audio multimedia Index: distinfo =================================================================== RCS file: /cvs/ports/audio/pd/distinfo,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 distinfo --- distinfo 8 Dec 2025 20:53:39 -0000 1.1.1.1 +++ distinfo 13 Jun 2026 10:07:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (pd-0.56-2.src.tar.gz) = X8aL4n/6T1g6TfUCRSCr82/1wmq5bgPrOwlwCQ/XdYA= -SIZE (pd-0.56-2.src.tar.gz) = 14518003 +SHA256 (pd-0.56-3.src.tar.gz) = cFe0arq1+VIYkE6xCIvK8Bw/UoamU/IDVsDVb8eYRwI= +SIZE (pd-0.56-3.src.tar.gz) = 14603456 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/audio/pd/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 PLIST --- pkg/PLIST 8 Dec 2025 20:53:39 -0000 1.1.1.1 +++ pkg/PLIST 13 Jun 2026 10:07:20 -0000 @@ -17,6 +17,12 @@ lib/pd/bin/ lib/pd/bin/pd lib/pd/doc/ lib/pd/doc/1.manual/ +lib/pd/doc/1.manual/1.introduction.htm +lib/pd/doc/1.manual/2.theory.of.operation.htm +lib/pd/doc/1.manual/3.installing.configuring.htm +lib/pd/doc/1.manual/4.externals.htm +lib/pd/doc/1.manual/5.current.status.htm +lib/pd/doc/1.manual/6.building.from.source.htm lib/pd/doc/1.manual/index.htm lib/pd/doc/1.manual/resources/ lib/pd/doc/1.manual/resources/1.2.1.png @@ -99,6 +105,8 @@ lib/pd/doc/1.manual/resources/2.4.8.png lib/pd/doc/1.manual/resources/2.4.9.png lib/pd/doc/1.manual/resources/2.5.1.png lib/pd/doc/1.manual/resources/2.6.1.png +lib/pd/doc/1.manual/resources/2.7.1.png +lib/pd/doc/1.manual/resources/2.7.2.png lib/pd/doc/1.manual/resources/2.8.1.png lib/pd/doc/1.manual/resources/2.8.2.png lib/pd/doc/1.manual/resources/2.8.3.png @@ -130,12 +138,6 @@ lib/pd/doc/1.manual/resources/4.3.6.png lib/pd/doc/1.manual/resources/4.4.1.png lib/pd/doc/1.manual/resources/4.4.2.png lib/pd/doc/1.manual/resources/4.4.3.png -lib/pd/doc/1.manual/resources/chapter1.htm -lib/pd/doc/1.manual/resources/chapter2.htm -lib/pd/doc/1.manual/resources/chapter3.htm -lib/pd/doc/1.manual/resources/chapter4.htm -lib/pd/doc/1.manual/resources/chapter5.htm -lib/pd/doc/1.manual/resources/chapter6.htm lib/pd/doc/1.manual/resources/favicon.ico lib/pd/doc/1.manual/resources/icon.png lib/pd/doc/1.manual/resources/pdmanual.css