Re: Remove net/pavuk?

2024-09-17 Thread Claudio Jeker
On Tue, Sep 17, 2024 at 10:57:17AM +0200, Theo Buehler wrote: > This code base hasn't aged well. Upstream seems inactive since 2007. > Warnings are rife with incorrect strncat use and there are many other > quality issues. I've pulled in the fixes from Debian, but that seems > far from good enough.

Re: changes to signal handling with respect to ksh ?

2024-08-09 Thread Claudio Jeker
On Fri, Aug 09, 2024 at 09:30:29AM -0600, Todd C. Miller wrote: > On Fri, 09 Aug 2024 10:20:33 +0200, Claudio Jeker wrote: > > > No. It could be but it may as well be something else. > > Is it enough to play a movie in mpv and ^Z the thing to see the problem? > > I think

Re: changes to signal handling with respect to ksh ?

2024-08-09 Thread Claudio Jeker
On Fri, Aug 09, 2024 at 08:18:55AM +0200, Walter Alejandro Iglesias wrote: > On Thu, Aug 08, 2024 at 09:06:30PM +0200, Claudio Jeker wrote: > > On Thu, Aug 08, 2024 at 09:31:47AM -0600, Todd C. Miller wrote: > > > You might try changing that raise(SIGSTOP) in terminal_thread() to

Re: changes to signal handling with respect to ksh ?

2024-08-08 Thread Claudio Jeker
On Thu, Aug 08, 2024 at 09:31:47AM -0600, Todd C. Miller wrote: > You might try changing that raise(SIGSTOP) in terminal_thread() to > kill(getpid(), SIGSTOP). You want to stop the entire process, not > just the terminal thread. > > Prior to that commit, each thread that received SIGTSTP would be

Re: changes to signal handling with respect to ksh ?

2024-08-08 Thread Claudio Jeker
On Thu, Aug 08, 2024 at 02:37:39PM +0200, Marc Espie wrote: > I've got several scripts that use mpv to display pictures. > > It used to be that I could ^Z and fg on those scripts without any issues. > > For a few weeks/months now, it seems to be broken. I have zero idea if > this is an issue with

fix radare2 and rizin

2024-07-26 Thread Claudio Jeker
Here is a fix for radare2 and rizin to compile on -current. The code in both project was just horribly wrong and me removing PS_STOPPED made this horror pop up. This has only been compile tested but it can't be worse than before. -- :wq Claudio Index: radare2/main/Makefile =

update infrastructure/db/config.{guess,sub} to latest version

2024-06-24 Thread Claudio Jeker
I was surprised that autoconf-2.72 ships with a config.guess file from 2012-09-25 and config.sub from 2012-10-10 (which is not really true since the timestamp is wrong). Some long time ago there was this issue with amd64 vs x86_64 which resulted in a patched up config.guess. This got backported qu

Re: Update to node_exporter-1.8.1

2024-05-22 Thread Claudio Jeker
On Tue, May 21, 2024 at 05:03:02PM -0400, Daniel Jakots wrote: > Hey, > > New 1.8.1: > https://github.com/prometheus/node_exporter/releases/tag/v1.8.1 > > Not a big deal of a release, but upgrading to the newest version is > cheap :) > > Comments? OK? OK claudio@ > Cheers, > Daniel > > Index

Re: Update to node_exporter-1.8.0

2024-04-29 Thread Claudio Jeker
On Mon, Apr 29, 2024 at 02:57:13PM +0200, Solene Rapenne wrote: > looks good and works for me > > ok solene@ I don't really have time to properly test this update. I agree that it looks ok and if it works it should go in. OK claudio@ > On Wed, Apr 24, 2024 at 09:47:56PM GMT, Daniel Jakots wrot

add mwx(4) firmware to sysutils/firmware

2024-02-19 Thread Claudio Jeker
I have some work in progress mwx(4) driver for the MT7961 aka MT7921 and MT7922 driver (this is what in linux is covered by mt76/mt7921). This adds these firmware files: mwx-license mwx-mt7922_ram_code_1 mwx-mt7922_patch_mcu_1_1_hdr mwx-mt7961_ram_code_1 mwx-mt7961_patch_mcu_1_2_hdr I did not inc

Re: boost sparc64 support for context

2024-02-13 Thread Claudio Jeker
On Tue, Feb 13, 2024 at 12:08:06PM +0100, Otto Moerbeek wrote: > On Tue, Feb 13, 2024 at 09:03:49AM +0100, Claudio Jeker wrote: > > > On Thu, Feb 08, 2024 at 06:50:55PM +0100, Claudio Jeker wrote: > > > Since I did most of the work for php I decided to also implement the fibe

fix fort validator on sparc64

2024-02-13 Thread Claudio Jeker
Makefile --- Makefile19 Jan 2024 14:26:09 - 1.2 +++ Makefile13 Feb 2024 11:08:17 - @@ -13,6 +13,9 @@ MAINTAINER = Claudio Jeker https://github.com/NICMx/FORT-validator/releases/download/$V/ CONFIGURE_STYLE = gnu CONFIGURE_ENV += CPPFLAGS="-I${LOCA

Re: boost sparc64 support for context

2024-02-13 Thread Claudio Jeker
On Thu, Feb 08, 2024 at 06:50:55PM +0100, Claudio Jeker wrote: > Since I did most of the work for php I decided to also implement the fiber > / context ASM for sparc64 in boost. > > The difference is that boost has a ontop_fcontext() function which is > not really documented b

boost sparc64 support for context

2024-02-08 Thread Claudio Jeker
Copyright Claudio Jeker 2024 + Distributed under the Boost Software License, Version 1.0. + (See accompanying file LICENSE_1_0.txt or copy at + http://www.boost.org/LICENSE_1_0.txt) +*/ + +/* + * typedef void* fcontext_t; + * + * struct transfer_t { + * fcon

Re: node_exporter vs syscall(2) removal

2024-02-08 Thread Claudio Jeker
On Thu, Feb 08, 2024 at 12:55:19PM +, Lucas Gabriel Vuotto wrote: > Bumping sthen@ version. I'm OK with this. This is already fixed upstream but there is no release with that change yet. > diff 0897d281ca8fb751c1244e4656dbb7b3c401cdfa > 5c3506b9909b5fe2a23c821ef12030b7c422 > commit - 0

php 8.X sparc64 support

2024-02-06 Thread Claudio Jeker
v_elf_gas.S +--- Zend/asm/jump_sparc64_sysv_elf_gas.S.orig Zend/asm/jump_sparc64_sysv_elf_gas.S +@@ -0,0 +1,51 @@ ++/* ++ Copyright Claudio Jeker 2024 ++ Distributed under the Boost Software License, Version 1.0. ++ (See accompanying file LICENSE_1_0.txt or copy at ++ http://ww

new: fort-valdiator, yet another RPKI RP

2024-01-15 Thread Claudio Jeker
OpenBSD ships with rpki-client which handles all RPKI needs but for testing I like to have some additional RP softwares in ports. This is a port of NICMx FORT-validator. Now this currentl does not work with OpenBGPD because the version negotiation is broken and so a RTR session can never be establ

Re: update security/openssl/libretls to 3.8.1

2023-10-14 Thread Claudio Jeker
On Sat, Oct 14, 2023 at 10:19:45AM +0200, Theo Buehler wrote: > On Sat, Oct 14, 2023 at 09:56:04AM +0200, Omar Polo wrote: > > and while here what about switching to using openssl 3.1? it's where > > we had issues (see the privsep crypto thingy in smtpd-portable.) > > The reason we have it is for

update prometheus to 2.37.9

2023-09-04 Thread Claudio Jeker
This is the last release of this LTS branch of prometheus. Not much changed for prometheus but I used the opportunity to fix the embedded build info (which needs different paths because of vendoring) and adjust the rc script to allow reload. Lightly tested, seems to be have like before. -- :wq Cl

Re: update prometheus to 2.37.8

2023-06-06 Thread Claudio Jeker
On Tue, May 23, 2023 at 04:10:07PM +0200, Claudio Jeker wrote: > Prometheus released a new stable version a few weeks ago. > Not much changes, mainly some modules get updated and there is a minor > bugfix. > > Lightly tested here. Ping -- :wq Claudio

update prometheus to 2.37.8

2023-05-23 Thread Claudio Jeker
Prometheus released a new stable version a few weeks ago. Not much changes, mainly some modules get updated and there is a minor bugfix. Lightly tested here. -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/sysutils/prometheu

fix node_exporter cpu time

2023-04-20 Thread Claudio Jeker
As usual golang and ABI changes never work out, even years after. This time it is a handmade copy of struct clockinfo that did not make it over the bump in January 2021. So add a patch to node_exporter to not use the hand made copy but instead depend on x/sys/unix for the definition. Now x/sys/uni

node_exporter fix filesystem collector

2023-03-19 Thread Claudio Jeker
node_exporter-${MODGO_VERSION} @@ -12,6 +13,8 @@ MAINTAINER = Claudio Jeker # Apache 2.0 PERMIT_PACKAGE = Yes + +WRKDIST = ${WRKSRC} WANTLIB = c pthread diff -Nur node_exporter.orig/patches/patch-filesystem-collector node_export

Re: Folks are there any tips to improve page load times on smokeping running on OpenBSD

2023-03-07 Thread Claudio Jeker
On Tue, Mar 07, 2023 at 08:36:24AM +, Stuart Henderson wrote: > On 2023/03/07 07:10, Tom Smyth wrote: > > I m running smokeping fcgi and rrdcached ontop of OpenbSD, to smokeping > > about 150 devces > > the page load times can take 30 seconds to 1 minute, > > is there any way to speed this up.

Re: prometheus v2.37.6 update

2023-02-28 Thread Claudio Jeker
On Tue, Feb 28, 2023 at 02:43:38PM +, Stuart Henderson wrote: > On 2023/02/28 15:00, Claudio Jeker wrote: > > This is mainly a toolchain update of prometheus LTS to 2.37.6. > > With this the patch-go_syscalls is no longer needed since x/sys/unix is > > finally new enoug

Update devel/promu to latest version

2023-02-28 Thread Claudio Jeker
The last prometheus LTS update requires the newest promu since they changed the way tags work. This is a quick update using make modgo-gen-modules. Using this I can build and use prometheus 2.37.6. OK? -- :wq Claudio Index: Makefile ===

Re: [new] net/stayrtr 0.4.0

2023-01-26 Thread Claudio Jeker
On Thu, Jan 26, 2023 at 01:54:38PM +, Stuart Henderson wrote: > On 2023/01/26 13:50, Stuart Henderson wrote: > > Since the /var referred to here is the directory used by rpki-client > > which can't be overridden by anything in ports, imho it should just > > use /var not VARBASE. > > > > (Simil

Re: update prometheus to 2.37.5

2023-01-13 Thread Claudio Jeker
On Fri, Dec 09, 2022 at 04:09:52PM +0100, Claudio Jeker wrote: > 2.37.5 was released: > [SECURITY] Security upgrade from go and upstream dependencies that include > security fixes to the net/http and os packages. #11690 People with prometheus crashing should really try this update. It up

Re: prometheus sigbus

2023-01-13 Thread Claudio Jeker
On Fri, Jan 13, 2023 at 03:56:10PM +0100, Florian Obser wrote: > gdb says this: > > Thread 7 received signal SIGBUS, Bus error. > [Switching to thread 581635] > runtime.memmove () at /usr/local/go/src/runtime/memmove_amd64.s:151 > 151 MOVBAX, (DI) > Can you give this a try? -- :w

update node_exporter to 1.5.0

2022-12-09 Thread Claudio Jeker
Update node_exporter to 1.5.0 Works here and now also reports the CPU spin time now. -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/sysutils/node_exporter/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- M

update prometheus to 2.37.5

2022-12-09 Thread Claudio Jeker
2.37.5 was released: [SECURITY] Security upgrade from go and upstream dependencies that include security fixes to the net/http and os packages. #11690 -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/sysutils/prometheus/Makef

Re: chromium showing a blank window

2022-11-30 Thread Claudio Jeker
On Wed, Nov 30, 2022 at 02:47:41PM +0100, David Coppa wrote: > Often, I'd say about half the attempts to start it, chromium shows me > a blank window and nothing else. > > Chromium version is 107.0.5304.121 (latest one), but the same thing > happened with previous versions as well (maybe less ofte

Re: Update prometheus to 2.37.4

2022-11-29 Thread Claudio Jeker
On Tue, Nov 29, 2022 at 02:24:30PM +, Stuart Henderson wrote: > On 2022/11/29 14:59, Claudio Jeker wrote: > > This brings prometheus up to the latest LTS release. > > > > Changes since then: > > 2.37.2: > > [BUGFIX] TSDB: Fix 'invalid magic

Update prometheus to 2.37.4

2022-11-29 Thread Claudio Jeker
This brings prometheus up to the latest LTS release. Changes since then: 2.37.2: [BUGFIX] TSDB: Fix 'invalid magic number 0' error on Prometheus startup. [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired. 2.37.3: [BUGFIX] Update our rege

Update prometheus to 2.37.1

2022-09-13 Thread Claudio Jeker
Since 2.37 is a LTS branch I think it is a good idea to track this branch for now. Now officially the 2.37 has no OpenBSD support (but that also applies to 2.38). The mmap patch should make prometheus work well enough on OpenBSD (at least as well as the 2.36.2 version). This updates the mmap patch

Re: gitea/prometheus patches for syscall padding

2022-08-08 Thread Claudio Jeker
On Mon, Aug 08, 2022 at 01:09:08PM +0100, Stuart Henderson wrote: > The two ports where so far we've had reported of problems due to removal > of the old _pad versions of syscalls are gitea and prometheus. > > As luck would have it, they both use vendored tarballs which we can > actually patch (un

[update] prometheus 2.36.2 with UBC workaround

2022-06-27 Thread Claudio Jeker
1 CATEGORIES = sysutils HOMEPAGE = https://prometheus.io/ MAINTAINER = Claudio Jeker -DISTFILES += prometheus-${V}.tar.gz \ - prometheus-reactui-${V}.tar.gz:0 +DISTFILES =prometheus-$

adjust psutils for different paperconf output

2022-03-11 Thread Claudio Jeker
PSUtils.pm calls paperconf -s. It seems that somewhen the output changed and the regex no longer matches. For me paperconf -s output is: paperconf -s 595.276 841.89 The following update seems to make psnup work again for me. -- :wq Claudio Index: Makefile ===

Re: [sparc64] Fix build of games/vkquake

2022-03-08 Thread Claudio Jeker
On Tue, Mar 08, 2022 at 03:57:16AM -0700, Thomas Frohwein wrote: > On Mon, Feb 28, 2022 at 09:57:27PM -0500, Kurt Mosiejczuk wrote: > > Build of sparc64 fails with: > > > > gl_draw.c: In function 'Draw_PicFromWad2': > > gl_draw.c:285: warning: array size (4) smaller than bound length (24) > > gl_d

Re: Update to node_exporter-1.3.1

2022-01-13 Thread Claudio Jeker
On Wed, Jan 12, 2022 at 09:47:00PM -0500, Daniel Jakots wrote: > Heya, > > I recently setup prometheus + node_exporter on my infra. I noticed our > node_exporter is quite old so I thought I would try to update it. > > Here's a diff to do so. I switched the port to use modules.inc as we now > do i

stayrtr port

2021-10-15 Thread Claudio Jeker
Here is a port of stayrtr which is a fork of gortr (which is no longer actively developped). I added a conflict marker for gortr. At a later stage I may remove gortr. -- :wq Claudio stayrtr.tgz Description: application/tar-gz

libretls port for testing

2021-09-10 Thread Claudio Jeker
For rpki-client tests I need libretls so that I can link it with openssl-1.1. This diff allows that (more or less). It is not intended to be used for anything else but interop tests. Thanks to sthen@ for some of the magic needed to make it link and install correctly. -- :wq Claudio libretls.tgz

minor update of node_exporter to 1.1.2

2021-06-10 Thread Claudio Jeker
Minor update of node_exporter which should be only a few unrelated bug fixes: [BUGFIX] Handle errors from disabled PSI subsystem #1983 [BUGFIX] Sanitize strings from /sys/class/power_supply #1984 [BUGFIX] Silence missing netclass errors #1986 -- :wq Claudio Index: Makefile ==

Re: Update node_exporter v1.1.1

2021-02-15 Thread Claudio Jeker
On Mon, Feb 15, 2021 at 09:19:16AM -0700, Aaron Bieber wrote: > > Claudio Jeker writes: > > > This is my attempt to update node_exporter. > > Since prometheus switched to go mod I decided to switch the port to. > > > > Now I did not want to fight with the la

Re: Update to x11/driftnet

2021-02-15 Thread Claudio Jeker
On Sun, Feb 14, 2021 at 12:42:12PM +0100, Klemens Nanni wrote: > On Sun, Feb 14, 2021 at 09:32:06AM +0100, Claudio Jeker wrote: > > Here is an update to x11/driftnet. Switch to a github repo that seems to > > include some of our fixes and is a bit more current. Drop maintainer si

Update to x11/driftnet

2021-02-14 Thread Claudio Jeker
ftnet-${VERSION} -REVISION= 1 -CATEGORIES=x11 +VERSION = 1.2.0 +DISTNAME = driftnet-${VERSION} -HOMEPAGE= http://www.ex-parrot.com/~chris/driftnet/ +GH_ACCOUNT = deiv +GH_PROJECT = driftnet +GH_TAGNAME = v1.2.0 -MAINTAINER=Claudio Jeker +CATEGORIES = x11 + +HOM

update promu to 0.7.0

2021-02-14 Thread Claudio Jeker
Quick update of devel/promu to 0.7.0. This is the build tool for prometheus related ports. OK? -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/devel/promu/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Make

Re: prometheus 2.24.1 update

2021-02-14 Thread Claudio Jeker
On Sat, Feb 13, 2021 at 05:02:40PM +, Stuart Henderson wrote: > On 2021/02/13 12:01, Claudio Jeker wrote: > > This is an update for prometheus to 2.24.1. > > The react UI that needs to be built for prometheus is an extra distfile. > > Building the react UI is a nightmar

prometheus 2.24.1 update

2021-02-13 Thread Claudio Jeker
= v${V} CATEGORIES = sysutils @@ -13,9 +13,14 @@ HOMEPAGE = http://prometheus.io/ MAINTAINER = Claudio Jeker +DISTFILES += prometheus-${V}.tar.gz \ + prometheus-reactui-${V}.tar.gz:0 + # Apache 2.0 PERMIT_PACKAGE

new gortr port

2020-12-07 Thread Claudio Jeker
This is a probably very dirty port of gortr (a RPKI to Router server). gortr is able to serve rpki-client JSON files to routers via RTR protocol. I doubt the MODGO settings are correct but for me make modgo-gen-modules fails with Use of uninitialized value in concatenation (.) or string a

Re: firefox[pid]: pledge "", syscall 289 (Gah. Your tab just crashed.)

2020-12-05 Thread Claudio Jeker
On Fri, Dec 04, 2020 at 10:51:50PM -0800, Greg Steuck wrote: > I know other people hit it before (including recently). Running > firefox-83.0 on amd64-current (Nov 29). > > Going to gmail causes this in UI: > Gah. Your tab just crashed. > > Firefox stdout: > libGL error: MESA-LOADER: failed to re

Re: [update] rsyslog version 8.2008.0

2020-09-24 Thread Claudio Jeker
On Thu, Sep 24, 2020 at 08:38:46AM +0200, Remi Locherer wrote: > On Tue, Sep 08, 2020 at 01:58:09PM +0200, Theo Buehler wrote: > > On Tue, Sep 08, 2020 at 10:33:41AM +0200, Remi Locherer wrote: > > > On Tue, Sep 01, 2020 at 05:59:03PM +0200, Remi Locherer wrote: > > > > This updates rsyslog to vers

Re: update: sysutils/node_exporter

2020-08-14 Thread Claudio Jeker
On Thu, Aug 13, 2020 at 08:16:52PM +0200, Paco Esteban wrote: > Hi ports@, > > This is an update for sysutils/node_exporter to its latest version 1.0.1 > You can see the changelog here: > > https://github.com/prometheus/node_exporter/blob/master/CHANGELOG.md > > I'm not sure if we should put the

Re: New: devel/xtensa-esp32-elf

2020-03-07 Thread Claudio Jeker
On Fri, Mar 06, 2020 at 10:39:22AM -0700, Tracey Emery wrote: > Hello ports@, > > After extensive back-and-forth between Claudio and I, we have a new > port to present. Attached is a new port for compiling binaries for the > Espressif ESP32 series of WiFi chips. It is a cross compiler suite > conf

Re: libvips 8.8.4

2019-12-30 Thread Claudio Jeker
On Mon, Dec 30, 2019 at 10:31:30AM +0100, Denis Fondras wrote: > On Sun, Dec 29, 2019 at 11:56:57PM +0100, Theo Buehler wrote: > > > That's a problem on my side, I will sort it and retry. > > > > This diff fixes it: > > > > Index: libvips/iofuncs/init.c > > --- libvips/iofuncs/init.c.orig > > +++

Re: Update prometheus to v2.13.1

2019-10-28 Thread Claudio Jeker
Any comments about this simple update? On Fri, Oct 18, 2019 at 11:17:27AM +0200, Claudio Jeker wrote: > The update just fixes these three things: > > [BUGFIX] Fix panic in ARM builds of Prometheus. #6110 > [BUGFIX] promql: fix potential panic in the query logger. #6094 &

Update prometheus to v2.13.1

2019-10-18 Thread Claudio Jeker
The update just fixes these three things: [BUGFIX] Fix panic in ARM builds of Prometheus. #6110 [BUGFIX] promql: fix potential panic in the query logger. #6094 [BUGFIX] Multiple errors of http: superfluous response.WriteHeader call in the logs. #6145 Since I hit the 2nd bug mys

Re: Update node_exporter to v0.18.1

2019-10-15 Thread Claudio Jeker
On Tue, Oct 15, 2019 at 08:35:01AM +0200, Claudio Jeker wrote: > Minor bug fix release fixing these two things: > > [BUGFIX] Fix incorrect sysctl call in BSD meminfo collector, resulting > in broken swap metrics on FreeBSD #1345 > [BUGFIX] Fix rollover bu

Update node_exporter to v0.18.1

2019-10-14 Thread Claudio Jeker
Minor bug fix release fixing these two things: [BUGFIX] Fix incorrect sysctl call in BSD meminfo collector, resulting in broken swap metrics on FreeBSD #1345 [BUGFIX] Fix rollover bug in mountstats collector #1364 Again I changed the build user settings in promu.yml, happy to

Update sysutils/prometheus to v2.13.0

2019-10-14 Thread Claudio Jeker
This is an update of prometheus to v2.13.0. This will now also install the tsdb tool (unsure how useful it is since it seems to be more of a development tool). The other thing I did is change the BuildUser setting to a static string. Not sure what our position is about including such data there. B

Update devel/promu

2019-10-14 Thread Claudio Jeker
This is a simple update of devel/promu to v0.5.0 which is the latest version available. Updates for prometheus and node_exporter will follow. -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/devel/promu/Makefile,v retrieving

Re: New prometheus node_exporter port

2019-05-06 Thread Claudio Jeker
-- :wq Claudio > On Sun, May 5, 2019 at 11:19 PM Claudio Jeker > wrote: > > > > This is a port for prometheus node_exporter to monitor HW and OS metrics. > > Works but as usual is missing a lot of metrics that systat has. > > > > -- > > :wq Claudio > > >

New prometheus node_exporter port

2019-05-05 Thread Claudio Jeker
This is a port for prometheus node_exporter to monitor HW and OS metrics. Works but as usual is missing a lot of metrics that systat has. -- :wq Claudio node_exporter.tgz Description: application/tar-gz

Update prometheus to v2.9.2

2019-05-05 Thread Claudio Jeker
This updates prometheus to v2.9.2, my quick testing shows that it works. The tests work after a few tries, there is some race when opening port 9090. -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/sysutils/prometheus/Makefi

Update to promu to 0.3.0

2019-05-05 Thread Claudio Jeker
Easy update to promu as a preparation to update prometheus. -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/devel/promu/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile14 Apr 2018 22:53:54 -

Re: Update vmm-firmware port

2018-12-10 Thread Claudio Jeker
On Sun, Dec 09, 2018 at 09:32:25PM -0800, Mike Larkin wrote: > On Sun, Dec 09, 2018 at 12:19:46PM +0100, Claudio Jeker wrote: > > I started looking at supporting fw_cfg in vmd. Now to make this work with > > SeaBIOS there are a few fixes needed. First of all the way it reads the

Re: Update vmm-firmware port

2018-12-09 Thread Claudio Jeker
this is the bikeshed to work on then I can readd the boot.c diff since honestly that is absolutly unimportant. > Reyk > > > Am 09.12.2018 um 12:19 schrieb Claudio Jeker : > > > > I started looking at supporting fw_cfg in vmd. Now to make this work with > > Se

Update vmm-firmware port

2018-12-09 Thread Claudio Jeker
I started looking at supporting fw_cfg in vmd. Now to make this work with SeaBIOS there are a few fixes needed. First of all the way it reads the FW_CFG_DATA port is not supported by vmm(4) (problem whith 'rep insb' on IO ports). Additionally this cleans up some of the patches which I think are not

Re: update: prometheus-2.4.3

2018-10-22 Thread Claudio Jeker
On Mon, Oct 22, 2018 at 06:48:02AM -0500, Abel Abraham Camarillo Ojeda wrote: > On Mon, Oct 22, 2018 at 6:26 AM Claudio Jeker wrote: > > > On Mon, Oct 22, 2018 at 05:40:00AM -0500, Abel Abraham Camarillo Ojeda > > wrote: > > > Hi Claudio, > > > > > >

Re: update: prometheus-2.4.3

2018-10-22 Thread Claudio Jeker
On Mon, Oct 22, 2018 at 05:40:00AM -0500, Abel Abraham Camarillo Ojeda wrote: > Hi Claudio, > > Updates prometheus to 2.4.3, tested in amd64 > > Allow rc_reload since prometheus correctly handles SIGHUP. > > Thoughts? I'm currently not using prometheus but looks fine to me. There has been some

Re: Is sysutils/memtest86+ still useful?

2018-10-21 Thread Claudio Jeker
On Sun, Oct 21, 2018 at 01:22:52PM +0200, Christian Weisgerber wrote: > Is the sysutils/memtest86+ port still useful? > > Our version dates from 2011, but even the newest one listed on the > home page is from 2013. I tried to run memtest as built by our > port on my Thinkpad X230 (ca. 2012), but

tcsh port and rmstar

2018-09-10 Thread Claudio Jeker
Since a while I have the problem that rmstar in tcsh is not working correctly. If I type 'rm *' I get correctly asked: Do you really want to delete all files? [N/y] Whatever I answer the command hangs and ^C is needed to get a prompt back. rm is not executed at all so I guess the last update of tcs

Re: NEW: prometheus-2.0.0

2018-01-04 Thread Claudio Jeker
On Mon, Jan 01, 2018 at 03:44:31PM +, Stuart Henderson wrote: > On 2018/01/01 16:04, Claudio Jeker wrote: > > On Sun, Dec 31, 2017 at 01:00:44PM +, Stuart Henderson wrote: > > > On 2017/12/31 09:40, Antoine Jacoutot wrote: > > > > On Sun, Dec 31, 2017 at 0

Re: NEW: prometheus-2.0.0

2018-01-01 Thread Claudio Jeker
On Sun, Dec 31, 2017 at 01:00:44PM +, Stuart Henderson wrote: > On 2017/12/31 09:40, Antoine Jacoutot wrote: > > On Sun, Dec 31, 2017 at 08:12:07AM +, Claudio Jeker wrote: > > > Hi, > > > > > > Here is a port of prometheus 2.0.0. > > >

NEW: prometheus-2.0.0

2017-12-31 Thread Claudio Jeker
Hi, Here is a port of prometheus 2.0.0. Prometheus is an open-source systems monitoring and alerting toolkit. Its main features are: - a multi-dimensional data model with time series data identified by metric name and key/value pairs - a flexible query language to leverage this dimensionality -

Re: UDP sendspace for dlna providing

2017-03-16 Thread Claudio Jeker
On Thu, Mar 16, 2017 at 03:46:38PM +0100, Eric JACQUOT wrote: > Hi all, > > I had some problems with dlna server (minidlna) and a lot of cuts and crashes > of the client when playing videos. > It seems that the default net.inet.udp.sendspace (9216 by default) variable > is not suitable. I have i

Re: kill net/mrtd?

2015-12-03 Thread Claudio Jeker
On Thu, Dec 03, 2015 at 12:58:29PM +0100, Jérémie Courrèges-Anglas wrote: > Stuart Henderson writes: > > > Not updated since 2001, time_t problems on 32-bit arch, dozens of > > "cast from pointer to integer of different size" and "cast to pointer > > from integer of different size" suggesting tha

Re: apache24 WIP port

2015-05-11 Thread Claudio Jeker
On Mon, May 11, 2015 at 07:34:10PM +0200, Stefan Sperling wrote: > On Tue, Apr 21, 2015 at 08:57:28PM +0100, Stuart Henderson wrote: > > On 2015/04/21 21:34, Stefan Sperling wrote: > > > On Sun, Apr 19, 2015 at 08:34:47PM +0100, Stuart Henderson wrote: > > > > On 2015/04/19 19:59, Stefan Sperling w

Re: apache24 WIP port

2015-04-13 Thread Claudio Jeker
On Mon, Apr 13, 2015 at 11:16:11PM +0200, Stefan Sperling wrote: > On Mon, Apr 13, 2015 at 09:30:50PM +0100, Stuart Henderson wrote: > > On 2015/04/13 22:17, Claudio Jeker wrote: > > > Sorry, I didn't look into this properly. I was hoping that sthen and you > > >

Re: apache24 WIP port

2015-04-13 Thread Claudio Jeker
at, Apr 04, 2015 at 10:29:46AM +0200, Claudio Jeker wrote: > > > > > My biggest question mark is if apache24-httpd should reuse the same > > > > > binary > > > > > names as apache-http or if we should make them not conflict on > > > > >

apache24 WIP port

2015-04-04 Thread Claudio Jeker
Hi porters, I had the need for a modern apache running with something better than prefork. Because of this I created this apache24 port which is using worker threads. The port seems to work but I think it needs some additional work. My biggest question mark is if apache24-httpd should reuse the sa

Re: ImageMagick and png-1.6.0

2014-06-24 Thread Claudio Jeker
On Tue, Jun 24, 2014 at 11:16:45AM -0400, Brad wrote: > On 24/06/14 11:15 AM, Claudio Jeker wrote: > >Hi ports, > > > >I seem to hit the following issue with ImageMagic from ports when working > >with > >png files. > > Works fine with Graphics

ImageMagick and png-1.6.0

2014-06-24 Thread Claudio Jeker
Hi ports, I seem to hit the following issue with ImageMagic from ports when working with png files. # identify logo.png logo.png PNG 270x52 270x52+0+0 8-bit DirectClass 18.5KB 0.010u 0:00.009 img: iTXt: Saving unknown chunk: `logo.png' @ warning/png.c/MagickPNGWarningHandler/1807. img: forcing

Re: UPDATE: driftnet 1.0

2013-06-23 Thread Claudio Jeker
On Sun, Jun 23, 2013 at 01:16:39PM +0100, Stuart Henderson wrote: > On 2013/06/23 09:42, Sebastian Reitenbach wrote: > > With regard to the weird colors you've seen on macppc. I'll have to > > update mine first, before I can have a look at it, probably some endianess > > thingie. > > Tried the

Re: State of and Plans for Ruby Ports

2012-09-03 Thread Claudio Jeker
On Sun, Sep 02, 2012 at 11:24:59AM -0700, Jeremy Evans wrote: > On 08/31 01:22, Jeremy Evans wrote: > > My plan of action: > > > > 1) Review the existing ruby ports in the tree, see what builds with > > ruby 1.9 and what doesn't. > > > > 2) If it doesn't build on ruby 1.9 and is a needless port,

small diff to netbsd-iscsi-target

2012-03-20 Thread Claudio Jeker
This diff changes the VPD page with the serial numbers so that OpenBSD and Solaris are able to use the netbsd-iscsi-target via multipath. With this in I'm able to add the iscsi-target to sym(4) and so the disk is not lost when iscsid is restarted. According to dlg@ the NetBSD code is wrong and tha

Re: Update: www/ruby-rails 3.0.3 -> 3.1.3

2011-12-13 Thread Claudio Jeker
On Mon, Dec 05, 2011 at 01:13:40PM -0800, Jeremy Evans wrote: > This updates Rails to 3.1.3, including updates to dependent ports (of > which there are many). This also requires 6 new ports, attached. > > Tested on amd64 and i386. OKs? > Works for me. Would it be possible to build ruby19 packe

Re: webkit woes

2011-06-25 Thread Claudio Jeker
On Sat, Jun 25, 2011 at 10:46:03PM +0200, Martin Pelikan wrote: > On Sat, Jun 25, 2011 at 11:19:51PM +0300, Alexey Suslikov wrote: ... > > This is why web has tons of websites with malicious javascript code - > > because that's what web sites are for :) > > Do you really think the websites are m

Re: webkit woes

2011-06-25 Thread Claudio Jeker
On Fri, Jun 24, 2011 at 09:01:30PM +0200, Martin Pelikan wrote: > On Fri, Jun 24, 2011 at 01:42:57PM -0500, Chris Bennett wrote: > > On Fri, Jun 24, 2011 at 07:54:33PM +0200, Matthias Kilian wrote: > > > On Fri, Jun 24, 2011 at 11:06:56AM -0500, Marco Peereboom wrote: > > > > > > My current best th

Re: Samba nmbd throwing errors and exiting

2011-04-24 Thread Claudio Jeker
On Sun, Apr 24, 2011 at 12:49:46PM +0100, Stuart Henderson wrote: > On 2011/04/24 10:42, Claudio Jeker wrote: > > On Sat, Apr 23, 2011 at 08:58:12PM +, Stuart Henderson wrote: > > > On 2011-04-23, Henning Brauer wrote: > > > > * Stuart Henderson [2011-04-23 14:4

Re: Samba nmbd throwing errors and exiting

2011-04-24 Thread Claudio Jeker
On Sat, Apr 23, 2011 at 08:58:12PM +, Stuart Henderson wrote: > On 2011-04-23, Henning Brauer wrote: > > * Stuart Henderson [2011-04-23 14:41]: > >> Should we do this or should we rethink allowing sockets to be > >> bound to broadcast IP addresses? > > > > i have no idea. and that seems to be

Re: libperseus (WAS Re: CVS: cvs.openbsd.org: ports)

2011-03-30 Thread Claudio Jeker
On Wed, Mar 30, 2011 at 01:29:02PM +0200, Pierre-Emmanuel André wrote: > On Wed, Mar 30, 2011 at 11:42:23AM +0200, viq wrote: > > On Tue, Mar 29, 2011 at 06:14:21AM -0600, Pierre-Emmanuel Andre wrote: > > > CVSROOT: /cvs > > > Module name: ports > > > Changes by: p...@cvs.openbsd.org

Re: Update www/ruby-rails, www/ruby-merb, and databases/ruby-datamapper

2010-12-01 Thread Claudio Jeker
On Tue, Nov 30, 2010 at 04:35:37PM -0800, Jeremy Evans wrote: > It started with me wanting to update rack so I could import rainbows (a > ruby webserver). But updating rack required updating rails. Updating > rails required an updated version of thor. The in-tree version of merb > depended on an

Re: net/scapy opening many bpf(4)

2010-09-30 Thread Claudio Jeker
On Thu, Sep 30, 2010 at 08:25:39PM +0200, Jonathan Armani wrote: > On Thu, 30 Sep 2010 16:42:39 +0200 > Laurent Ghigonis wrote: > > > Hello :) > > Hi, > > Yes you need to create a lot of bpf to get a fully functionnal scapy. > Attached is a diff that make bpf device clonable if you want to giv

Re: firefox35: Profiling timer expired

2009-09-01 Thread Claudio Jeker
On Tue, Sep 01, 2009 at 11:29:53AM -0400, dave wrote: > >On Tue, Sep 1, 2009 at 06:02, Claudio Jeker wrote: > >>On Tue, Sep 01, 2009 at 11:16:01AM +0100, Stuart Henderson wrote: > >>>On 2009/09/01 12:10, Stephan A. Rickauer wrote: > >>>> Hi ports, >

Re: firefox35: Profiling timer expired

2009-09-01 Thread Claudio Jeker
On Tue, Sep 01, 2009 at 11:16:01AM +0100, Stuart Henderson wrote: > On 2009/09/01 12:10, Stephan A. Rickauer wrote: > > Hi ports, > > > > Is anyone else seeing "Profiling timer expired" messages during > > firefox35 startup? I sometimes have to repeat to call the program more > > than ten times un

update for p5-Net-BGP

2009-07-21 Thread Claudio Jeker
Update to 0.13 because everything beforehands is unusable for real testing. With 0.13 you no longer get errors for missing well-known attributes for pure withdraw messages that carry no attributes at all. Seems to work for me now against bgpd. -- :wq Claudio Index: Makefile =

Re: pure-ftpd-ldap: unusable on amd64

2009-06-14 Thread Claudio Jeker
On Sun, Jun 14, 2009 at 05:44:48PM +0200, Toni Mueller wrote: > > Hi, > > I'm having a problem with pure-ftpd-ldap on amd64. > > Short story: When trying to authenticate, the child crashes. > > > Slightly longer story: > > I've had the same setup running for years on 32bit machines. The setup

use setusercontext in apache2 suexec

2009-06-07 Thread Claudio Jeker
Use setusercontext() instead of the setgid/setuid dance now. This makes suexec2 do the same thing as the in tree suexec. Idea by f...@. I fluked on the auto configuration stuff -- that's a rabbit hole I don't even want to get close to. -- :wq Claudio Index: Makefile =

Re: enable suexec for apache2

2009-05-10 Thread Claudio Jeker
On Fri, May 08, 2009 at 06:18:26PM +0200, Claudio Jeker wrote: > Hi, > > wouldn't it make sense to enable suexec in apache2 like it is in httpd in > base. At least I was surprised it did not work (even though the manpage is > installed). Not sure if suexec should be installed

  1   2   >