Re: NEW: math/rink

2024-05-21 Thread Florian Obser
On 2024-05-21 10:09 +01, Stuart Henderson wrote: > This seems quite a nice units-aware calculator. OK to import? Looks neat. While it knows about stone and seam, it sadly misses important derived units like the assload (8 stone) and buttload (6 seams). -- In my defence, I have been left

check_openbgpd: "when is deprecated"

2024-05-15 Thread Florian Obser
with the perl update I get this: # /usr/local/libexec/nagios/check_openbgpd -c 10:25 -u when is deprecated at /usr/local/libexec/nagios/check_openbgpd line 268. when is deprecated at /usr/local/libexec/nagios/check_openbgpd line 272. when is deprecated at

NEW: meta/kinderunix

2024-04-13 Thread Florian Obser
since this is a ports hackathon and I need to earn my keep... cf. https://honk.tedunangst.com/u/tedu/h/wsYs143QST1fS2XlBY Comments, OKs? Information for inst:kinderunix-0.0.1 Comment: meta-package for transitioning from linux Description: All the world is systemd/Linux. Maintainer: The

Re: acme-client: add challenge hook to support dns-01

2024-02-21 Thread Florian Obser
On 2024-02-21 09:03 +01, Florian Obser wrote: > On 2024-02-20 22:32 +01, Christopher Zimmermann wrote: >> Hi, >> >> this diff adds a challenge hook to acme-client. This hook can be used >> to fulfill challenges. For example by putting the requested files onto >&

Re: acme-client: add challenge hook to support dns-01

2024-02-21 Thread Florian Obser
On 2024-02-20 22:32 +01, Christopher Zimmermann wrote: > Hi, > > this diff adds a challenge hook to acme-client. This hook can be used > to fulfill challenges. For example by putting the requested files onto > a remote http server (http-01 challenge) or by modifying dns records > (dns-01

py3-netaddr-1.0.0 breaks ansible.utils.ipaddr('public')

2024-02-13 Thread Florian Obser
thusly: An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: 'IPAddress' object has no attribute 'is_private' See also: https://github.com/ansible-collections/ansible.utils/issues/331 This fixes it for me for now, but I didn't have

Re: dnscrypt-proxy: Unable to set the close on exec flag: [function not implemented]

2024-01-17 Thread Florian Obser
On 2024-01-03 17:14 +01, Florian Obser wrote: > Hi there, > > dnscrypt-proxy fails thusly on -current: > > Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: dnscrypt-proxy 2.1.5 > Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: Network connectivity detected > Jan 3 17:07:29 x395

Re: tweak pkg_* footgun messages

2024-01-13 Thread Florian Obser
On 2024-01-13 18:16 +01, Peter Hessler wrote: > This change doesn't make a difference. End-Users aren't going to care > about the difference between "should" and "may". They're just going to > run it regardless. I don't think so. People don't read, we know this. RFC 6919 seems relevant

dnscrypt-proxy: Unable to set the close on exec flag: [function not implemented]

2024-01-03 Thread Florian Obser
Hi there, dnscrypt-proxy fails thusly on -current: Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: dnscrypt-proxy 2.1.5 Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: Network connectivity detected Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: Dropping privileges Jan 3 17:07:29 x395

CVS: cvs.openbsd.org: ports

2023-11-26 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2023/11/26 23:45:21 Modified files: net/gelatod: Makefile distinfo Log message: Update to 1.5 OK kn

gelatod 1.5

2023-11-26 Thread Florian Obser
I've just released 1.5. Bug Fixes * struct nd_opt_pref64 only contains the top 96 bits of an IPv6 address, make sure to only copy those. Misc Changes * guard against re-defining ND_OPT_PREF64 and struct nd_opt_pref64 OK? diff --git Makefile Makefile index c432bd2011e..401f3fbc3c4 100644 ---

check_smtp with -D busted in 2.3.5

2023-11-23 Thread Florian Obser
monitoring-plugins-2.3.3p0: $ /usr/local/libexec/nagios/check_smtp -D "20 10" -H 2001:19f0:6c00:8501:5400:ff:fe04:3f -S OK - Certificate 'mx.xa23.de' will expire on Sun May 5 21:59:00 2024 +. monitoring-plugins-2.3.5: $ /usr/local/libexec/nagios/check_smtp -D "20 10" -H

Re: fonts/iosevka-fonts: fix packaging of slab variant

2023-11-17 Thread Florian Obser
I see this already went in. Thanks for fixing this up. -- In my defence, I have been left unsupervised.

CVS: cvs.openbsd.org: ports

2023-09-04 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2023/09/04 09:15:47 Modified files: textproc : Makefile Log message: Hook up riff.

CVS: cvs.openbsd.org: ports

2023-09-04 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2023/09/04 09:13:43 Log message: Import riff, diff tool highlighting changes. Handholding solene@; OK sthen@, kn@ Status: Vendor Tag: florian Release Tags: florian_20230904

NEW: riff

2023-09-04 Thread Florian Obser
Information for inst:riff-2.25.2 Comment: diff tool highlighting which parts of lines have changed Description: Riff is a wrapper around diff that highlights which parts of lines have changed. Thanks to solene@ for getting me out of the weeds and explaining how porting rust stuff actually

Re: move gelatod to codeberg

2023-09-03 Thread Florian Obser
Thanks, this is in know. How long should I leave the github repo in place? Do bulk builders care? This is also not the most important package in the world... -- In my defence, I have been left unsupervised.

CVS: cvs.openbsd.org: ports

2023-09-03 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2023/09/03 06:05:04 Modified files: net/gelatod: Makefile Log message: Move to codeberg. OK kn, jca

move gelatod to codeberg

2023-09-03 Thread Florian Obser
I've moved gelatod to https://codeberg.org/fobser/gelatod GitHub thinks I'm a supplier and it's one me to fix software supply chain issues[1]. Uh huh, no. OK? (as far as I know I don't need to bump revision for this) diff --git net/gelatod/Makefile net/gelatod/Makefile index

CVS: cvs.openbsd.org: ports

2023-08-08 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2023/08/08 05:01:13 Modified files: fonts/iosevka-fonts: Makefile Added files: fonts/iosevka-fonts/fixed-slab: Makefile distinfo fonts/iosevka-fonts/fixed-slab/pkg: DESCR PLIST Log

CVS: cvs.openbsd.org: ports

2023-08-08 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2023/08/08 04:58:41 ports/fonts/iosevka-fonts/fixed-slab/pkg Update of /cvs/ports/fonts/iosevka-fonts/fixed-slab/pkg In directory cvs.openbsd.org:/tmp/cvs-serv50785/fixed-slab/pkg Log Message: Directory

CVS: cvs.openbsd.org: ports

2023-08-08 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2023/08/08 04:58:20 ports/fonts/iosevka-fonts/fixed-slab Update of /cvs/ports/fonts/iosevka-fonts/fixed-slab In directory cvs.openbsd.org:/tmp/cvs-serv40466/fixed-slab Log Message: Directory

CVS: cvs.openbsd.org: ports

2023-08-08 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2023/08/08 04:57:32 Modified files: fonts/iosevka-fonts: Makefile.inc fonts/iosevka-fonts/default: distinfo Log message: update to 26.0.1; OK edd

Re: fixed-slab variant for iosevka font

2023-08-08 Thread Florian Obser
On 2023-08-06 17:23 -04, Morgan Aldridge wrote: > On Sun, Aug 6, 2023 at 4:46 PM Edd Barrett wrote: > >> On Sun, Aug 06, 2023 at 09:40:18PM +0100, Edd Barrett wrote: >> > Hi, >> > >> > On Sun, Aug 06, 2023 at 05:02:59PM +0200, Florian Obser wrote: >&g

fixed-slab variant for iosevka font

2023-08-06 Thread Florian Obser
I recently discovered the iosevka font and I like the Fixed Slab variant best. This adds a new package and while here updates the font to 26.0.1. Tests, OKs? commit a2587e7df8a07f2a307c74d83c9dcf2c2623b25e Author: Florian Obser Date: Sun Aug 6 16:56:36 2023 +0200 update to 26.0.1 diff

CVS: cvs.openbsd.org: ports

2023-07-25 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2023/07/25 04:15:04 Modified files: net/toot : Makefile distinfo net/toot/pkg : PLIST Log message: update to 0.38.1 OK sthen

update toot to 0.38.1

2023-07-25 Thread Florian Obser
I want to use toot to backup my mute and block lists from cron so I contributed code upstream. It landed in 0.38. I've not used toot before, tests from people who actually use it would be appreciated. Also I'm just smashing stones together here like an animal, I've no idea if the diff is

Re: Nextcloud upgrade path

2023-06-08 Thread Florian Obser
On 2023-06-08 16:31 +02, Giovanni Bechis wrote: > Hi, > I have a Nextcloud 23.x instance running on OpenBSD 7.3. > pkg_add(1) suggests to upgrade to 24.x and then to 25.x before next release. > > $ doas pkg_add -ui > [...] > --- +nextcloud-23.0.12p1 --- > Nextcloud 23 is EOL

Re: NEW: IntelOne Mono font

2023-06-07 Thread Florian Obser
On 2023-06-07 03:02 -06, "Anthony J. Bentley" wrote: > Someone reminded me I forgot to actually send this out. Here it is. > I didn't bother adding the extra bits to fetch and install the license, > because as with most fonts, the license information is embedded in both > the OTF and TTF

Re: [update] sysutils/grafana to 9.5.1

2023-05-30 Thread Florian Obser
OK florian fwiw On 2023-05-27 20:08 UTC, Lucas Raab wrote: > On Fri, May 26, 2023 at 11:51:31AM +0200, Florian Obser wrote: >> On 2023-05-18 02:45 UTC, Lucas Raab wrote: >> > On Thu, Apr 27, 2023 at 09:20:11AM +, Lucas Raab wrote: >> >> Hello, >> &g

Re: [update] sysutils/grafana to 9.5.1

2023-05-26 Thread Florian Obser
On 2023-05-18 02:45 UTC, Lucas Raab wrote: > On Thu, Apr 27, 2023 at 09:20:11AM +, Lucas Raab wrote: >> Hello, >> >> Here's an update for grafana to 9.5.1. I've run a couple 9.4.* releases >> between the last update and this one. 9.4.* and 9.5.1 have been running fine. >> >> Other tests

Re: NEW: IntelOne Mono font

2023-05-23 Thread Florian Obser
On 2023-05-23 07:56 -06, "Anthony J. Bentley" wrote: > Florian Obser writes: >> They don't seem to be sure what to call the damn thing. >> - Intel One Mono >> - IntelOne Mono >> - intel-one-mono >> >> I went with "IntelOne Mono" because

NEW: IntelOne Mono font

2023-05-23 Thread Florian Obser
So I'm officially an old fart. I love the Atkinson Hyperlegible, time to look for a monospace font as well. I find this slightly easier on the eyes than the source code pro I used previously, but it takes up more space. I'm not yet sure if I'll stick with it. I used atkinson-hyperlegible and

Re: Atkinson Hyperlegible vs. Emacs (and xfontsel and gimp)

2023-05-06 Thread Florian Obser
This fixes my problem. The font still works in Firefox, too. OK florian fwiw On 2023-05-06 19:44 +02, Matthieu Herrb wrote: > On Sat, May 06, 2023 at 02:03:48PM +0200, Florian Obser wrote: >> This is on amd64 -current with >> Information for inst:atkinson-hyperle

Re: [rfc] postgresql extensions & pg_upgrade

2023-04-18 Thread Florian Obser
On 2023-04-18 15:47 +02, Landry Breuil wrote: > Le Tue, Apr 18, 2023 at 09:04:00AM +0100, Stuart Henderson a écrit : >> On 2023/04/18 09:05, Landry Breuil wrote: >> > What do postgresql users do when upgrading databases with extensions ? >> > Use the manual dump/restore way ? >> >> That's what I

Re: prometheus sigbus

2023-01-13 Thread Florian Obser
This works, thanks! On 2023-01-13 17:04 +01, Claudio Jeker wrote: > 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/l

Re: prometheus sigbus

2023-01-13 Thread Florian Obser
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) ktrace: https://vultr.tlakh.xyz/pub/ktrace.txt On 2023-01-13 15:35 +01, Florian Obser wrote

prometheus sigbus

2023-01-13 Thread Florian Obser
This is $ pkg_info prometheus Information for inst:prometheus-2.37.4 on kern.version=OpenBSD 7.2-current (GENERIC.MP) #938: Thu Jan 12 23:53:42 MST 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP # rcctl -d start prometheus doing _rc_parse_conf prometheus_flags

ephemetoot depends on py3-setuptools?!

2023-01-09 Thread Florian Obser
Hi there, after moving ephemetoot to a different server it failed thusly: Traceback (most recent call last): File "/usr/local/bin/ephemetoot", line 5, in from ephemetoot.console import main File "/usr/local/lib/python3.10/site-packages/ephemetoot/console.py", line 33, in import

CVS: cvs.openbsd.org: ports

2022-11-26 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2022/11/26 09:05:44 Modified files: net/gelatod: Makefile distinfo Log message: update to 1.4 This brings RFC 8781 support to get the NAT64 prefix from router advertisements. OK phessler, kn

gelatod 1.4

2022-11-26 Thread Florian Obser
I have just released gelatod 1.4: New features: * Implement RFC 8781 to find the NAT64 prefix via router advertisements instead of RFC 7050 DNS64 probing. Bug Fixes: * Memory leak fixed * Implemented DNS64 re-probing when resolvers change. This fixes roaming between networks. * Prevent

powerdns auth: mandatory schema upgrade

2022-10-28 Thread Florian Obser
Hi, there is a mandatory schema upgrade when upgrading from 4.6.x to 4.7.0 https://doc.powerdns.com/authoritative/upgrading.html | The new Catalog Zones feature comes with a mandatory schema change for | the gsql database backends. See files named | 4.3.x_to_4.7.0_schema.X.sql Without it, it

Re: update salt to 3005.1

2022-10-27 Thread Florian Obser
+ Cc maintainer I stopped using salt. What we currently have in -current broke the saltmaster[sic] when I upgraded from 7.2 to OpenBSD 7.2-current (GENERIC) #769: Sat Oct 22 22:02:55 MDT 2022 It dies like this directly on start up, I suspect maybe a python update? Not sure. I mean the bug is in

Re: rspamd: failed to decode JSON response

2022-10-24 Thread Florian Obser
On 2022-10-24 17:15 +01, Stuart Henderson wrote: > Sendmail and Postfix support milter, which is used with rspamd's > proxy worker - that all works OK afaik. > > OpenSMTPd doesn't use milter but has its own filtering protocol, > so you'll need to use the external opensmtpd-filter-rspamd rather

Re: rspamd: failed to decode JSON response

2022-10-24 Thread Florian Obser
On 2022-10-24 15:25 +01, Stuart Henderson wrote: > On 2022/10/24 14:58, Florian Obser wrote: >> Hi, >> >> rspamd 3.3 brought my incoming mail to a grinding halt. >> >> Oct 24 13:21:22 vultr smtpd[13575]: rspamd: failed to decode JSON response >> >

rspamd: failed to decode JSON response

2022-10-24 Thread Florian Obser
Hi, rspamd 3.3 brought my incoming mail to a grinding halt. Oct 24 13:21:22 vultr smtpd[13575]: rspamd: failed to decode JSON response The internet claims this is the problem: https://github.com/rspamd/rspamd/issues/4315 and this is the fix:

CVS: cvs.openbsd.org: ports

2022-07-14 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2022/07/14 07:47:42 Modified files: sysutils/salt : Makefile distinfo Log message: update to 3003.5 to make it work with py3-jinja2 >= 3.1 OK robert

update salt to 3003.5 to make it compatible with >= 3.1

2022-07-14 Thread Florian Obser
Just when I thought I was out, they pull me back in... On startup I'm seeing this: import salt.utils.jinja File "/usr/local/lib/python3.9/site-packages/salt/utils/jinja.py", line 28, in from jinja2 import BaseLoader, Markup, TemplateNotFound, nodes ImportError: cannot import name

Re: sysutils/upobsd removal

2021-11-26 Thread Florian Obser
Thank you very much for upobsd. I used it for years to automate upgrades and it was the reason for sysupgrade(8). Great work! It also was the source of inspiration on how to quickly test install.sub diffs, that was a huge timesaver. -- I'm not entirely sure you are real.

Re: 464xlat / gelatod

2021-11-17 Thread Florian Obser
in such an environment build from source. It's easy enough after all. More comments inline. On 2021-11-17 09:32 +01, Bjorn Ketelaars wrote: > On Tue 16/11/2021 19:22, Klemens Nanni wrote: >> On Tue, Nov 16, 2021 at 06:56:53PM +0100, Florian Obser wrote: >> > So, I had a

Re: 464xlat / gelatod

2021-11-16 Thread Florian Obser
, Klemens Nanni wrote: >On Tue, Nov 16, 2021 at 06:56:53PM +0100, Florian Obser wrote: >> So, I had an evening to waste the other day and noticed that I can ping >> 9.9.9.9 from my android phone while connected to an IPv6-only network. >> I want that on my laptop as wel

464xlat / gelatod

2021-11-16 Thread Florian Obser
So, I had an evening to waste the other day and noticed that I can ping 9.9.9.9 from my android phone while connected to an IPv6-only network. I want that on my laptop as well, so I wrote gelatod(*) --- gelatod is a CLAT (Customer-side transLATor) configuration daemon. It is part of 464XLAT, an

Re: update: ephemetoot 3.1.2

2021-08-23 Thread Florian Obser
On 2021-08-23 18:37 +02, Paco Esteban wrote: > On Mon, 23 Aug 2021, Florian Obser wrote: > >> Hi, >> >> the new version of ephemetoot allows archiving of media_attachments next >> to the toots (which is kinda my fault). >> >> OK? > > Hi Florian.

update: ephemetoot 3.1.2

2021-08-23 Thread Florian Obser
Hi, the new version of ephemetoot allows archiving of media_attachments next to the toots (which is kinda my fault). OK? diff --git www/ephemetoot/Makefile www/ephemetoot/Makefile index a1dcdbfb11a..073b324bc76 100644 --- www/ephemetoot/Makefile +++ www/ephemetoot/Makefile @@ -2,9 +2,8 @@

Re: fetchmail update, test wanted

2021-07-29 Thread Florian Obser
fetchmail: 6.4.20 querying pop.gmx.de (protocol POP3) at Thu Jul 29 09:02:15 2021: poll started Trying to connect to 212.227.17.185/110...connected. fetchmail: POP3< +OK POP server ready H migmx020 0MVSXe-1mgVaz2peI-00YxO4 fetchmail: POP3> CAPA fetchmail: POP3< +OK Capability list follows

Re: [root cause] Nextcloud stopped working after upgrade to 6.9 - chunked encoding

2021-05-17 Thread Florian Obser
On 2021-05-17 09:12 +02, Stefan Sperling wrote: > On Fri, May 14, 2021 at 07:07:53PM +0200, Florian Obser wrote: >> oh, it's 204 no content. I missed that. >> The demo url (apparently running appache) doesn't return a >> Content-Lenght, either. >> >> Anyway, try

Re: [root cause] Nextcloud stopped working after upgrade to 6.9 - chunked encoding

2021-05-14 Thread Florian Obser
On 2021-05-13 22:00 +01, Chris Narkiewicz wrote: > I did this when investigating the problem. Nginx returns 204 and no > Transfer-Encoding header. Httpd returns 204 and > Transfer-Encoding: chunked and no Content-Length. > > Since I'm familiar with the Java/Kotlin code on the client side, and >

Re: Nextcloud stopped working after upgrade to 6.9 - chunked encoding

2021-05-13 Thread Florian Obser
On 2021-05-11 23:30 +01, Chris Narkiewicz wrote: > Hi all, > > I'm using Nextcloud and after upgrading to latest OpenBSD 6.9 > it stopped uploading files from Android client. > > I did an analysis and it turns out that becuase httpd uses > Transfer-Encoding: chunked, Content-Length is not

Re: icinga-web2 & httpd(8)

2021-04-09 Thread Florian Obser
Sorry, I meant my version of the ports diff containing your httpd.conf snippet. I did not mean to imply that I had come up with the actual config. It has been a long day... On 9 April 2021 19:44:34 CEST, Florian Obser wrote: >On Fri, Apr 09, 2021 at 07:32:14PM +0200, Michael Wilson wr

Re: icinga-web2 & httpd(8)

2021-04-09 Thread Florian Obser
On Fri, Apr 09, 2021 at 07:32:14PM +0200, Michael Wilson wrote: > > > Am 09.04.2021 um 18:55 schrieb Florian Obser : > > > > This is awkward, it basically takes over the (virtual) server, so it's > > not a snipped that you can just add to your existing config. >

CVS: cvs.openbsd.org: ports

2021-04-09 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2021/04/09 11:41:15 Modified files: net/icinga/web2: Makefile net/icinga/web2/pkg: README Log message: Add an example base httpd(8) configuration example. This runs icinga-web2 out of the

Re: icinga-web2 & httpd(8)

2021-04-09 Thread Florian Obser
Sorry for slacking off on this, I'm swamped with a lot of things... On Sun, Apr 04, 2021 at 11:33:22PM +0200, Michael Wilson wrote: > I just tried to configure httpd with /icingaweb2 as path. This config seems > to be working so far: > > root "/icinga-web2/public/" This is awkward, it

Re: icinga-web2 & httpd(8)

2021-04-03 Thread Florian Obser
On Sat, Apr 03, 2021 at 12:28:56PM +0100, Stuart Henderson wrote: > On 2021/04/03 11:11, Florian Obser wrote: > > Nice this works for me, too. > > Thank you very much. > > > > sthen: OK to add it to the README? > > I'd like to have it working with t

Re: icinga-web2 & httpd(8)

2021-04-03 Thread Florian Obser
>root "/icinga-web2/public" > >directory index "index.php" > >location "*.php*" { >fastcgi socket "/run/php-fpm-icingaweb2.sock" >fastcgi param ICINGAWEB_CONFIGDIR "/etc/icingaweb2"

icinga-web2 & httpd(8)

2021-03-25 Thread Florian Obser
Did anyone get icinga-web2 working with httpd(8)? If so please share a config snippet. Thanks, Florian -- I'm not entirely sure you are real.

Collision in py-sip-4.19.19p0v0->4.19.24v0

2021-01-23 Thread Florian Obser
I'm seeing this on -current amd64 [root@x1:~]# pkg_add -u quirks-3.517 signed on 2021-01-22T13:17:10Z Collision in py-sip-4.19.19p0v0->4.19.24v0: the following files already exist /usr/local/lib/python2.7/site-packages/PyQt5/sip.pyi

Re: remove sysutils/upobsd

2021-01-17 Thread Florian Obser
On 17 January 2021 16:53:34 CET, Denis Fondras wrote: >Le Sun, Jan 17, 2021 at 12:10:58PM +0100, Sebastien Marie a écrit : >> I would like to know if someone still needs upobsd or if it is >> removable ? >> > >I use it when I upgrade my EdgeRouters. If upobsd is removed, I will >find >another

Re: nsca-ng: nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument

2020-12-02 Thread Florian Obser
ient side where I use a literal hostname in send_nsca.cfg: send_nsca: [FATAL] Socket error (xxx.yyy.xyz): Broken pipe Putting in an ip address fixes things. > > > On 2020/12/02 17:23, Florian Obser wrote: > > Looks like this thing might be legacy IP only. > > I wor

Re: nsca-ng: nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument

2020-12-02 Thread Florian Obser
c 02, 2020 at 04:44:27PM +0100, Florian Obser wrote: > After the recent nsca-ng update it no longer starts: > > nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument > > My nsca-ng config is fairly simple: > > # cat /etc/nsca-ng.cfg > command_file = "/v

nsca-ng: nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument

2020-12-02 Thread Florian Obser
After the recent nsca-ng update it no longer starts: nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument My nsca-ng config is fairly simple: # cat /etc/nsca-ng.cfg command_file = "/var/icinga/rw/icinga.cmd" authorize "*" { password = "XXX" hosts = ".*" services =

Re: new: sysutils/mdf2iso

2020-10-28 Thread Florian Obser
Sounds like you are done here. Again.

CVS: cvs.openbsd.org: ports

2020-07-15 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2020/07/15 04:29:16 Modified files: sysutils/salt : Makefile Added files: sysutils/salt/patches: patch-salt_returners_highstate_return_py

Re: salt: cgi.escape() has been removed in python 3.8

2020-07-15 Thread Florian Obser
anyone? On Thu, Jul 09, 2020 at 01:52:37PM +0200, Florian Obser wrote: > ... after it was deprecated since 3.2. > > 2020-07-09 08:38:44,604 [salt.utils.schedule > :853 ][ERROR ][26771] Unhandled exception running stat > e.highst

salt: cgi.escape() has been removed in python 3.8

2020-07-09 Thread Florian Obser
... after it was deprecated since 3.2. 2020-07-09 08:38:44,604 [salt.utils.schedule :853 ][ERROR ][26771] Unhandled exception running stat e.highstate Traceback (most recent call last): File

CVS: cvs.openbsd.org: ports

2020-07-09 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2020/07/09 02:15:13 Modified files: sysutils/salt : Makefile Added files: sysutils/salt/patches: patch-salt_states_sysctl_py Log message: Fix sysctl state. OK kn, jasper

salt: fix sysctl state

2020-07-09 Thread Florian Obser
This fixes: 2020-07-09 08:38:42,136 [salt.state :328 ][ERROR ][26771] An exception occurred in this state: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/salt/state.py", line 2153, in call ret =

Re: salt & openbsd package branch names

2020-05-15 Thread Florian Obser
On Fri, May 15, 2020 at 09:49:42AM +0100, Stuart Henderson wrote: > On 2020/05/15 08:46, Florian Obser wrote: > > pkg_add usually does nothing. Except when a new snapshot is out, then > > I get a new version of quirks installed. > > that is expected because quirks is

salt & openbsd package branch names

2020-05-15 Thread Florian Obser
I'm installing burp 2.1 on my systems thusly with salt: burp-pkgs: pkg.installed: - pkgs: - burp%2.1 This works reasonably well, except that salt doesn't understand that 2.1 is already installed. So on every highstate run it tries to install it again. pkg_add usually does nothing.

Re: CVS: cvs.openbsd.org: ports

2020-05-15 Thread Florian Obser
> > > On Fri, May 15, 2020 at 08:07:08AM +0200, Florian Obser wrote: > >> On Fri, May 15, 2020 at 07:52:10AM +0200, Antoine Jacoutot wrote: > >>> On Thu, May 14, 2020 at 10:47:28AM -0600, Florian Obser wrote: > >>>> CVSROOT: /cvs >

Re: CVS: cvs.openbsd.org: ports

2020-05-15 Thread Florian Obser
On Fri, May 15, 2020 at 07:52:10AM +0200, Antoine Jacoutot wrote: > On Thu, May 14, 2020 at 10:47:28AM -0600, Florian Obser wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: flor...@cvs.openbsd.org 2020/05/14 10:47:28 > > > > Modi

CVS: cvs.openbsd.org: ports

2020-05-14 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2020/05/14 10:47:28 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/patches: patch-salt_modules_salt_proxy_py patch-salt_returners_zabbix_return_py

Re: opensmtpd-extras -main & python 2.7

2020-04-19 Thread Florian Obser
works for me, but I'm only using the -main package and only the passwd table from that. Thanks, Florian On Sat, Apr 18, 2020 at 10:21:29PM +0200, Giovanni Bechis wrote: > On Sat, Apr 18, 2020 at 01:38:20AM +0200, Klemens Nanni wrote: > > On Sat, Apr 18, 2020 at 01:34:47AM +0200, Joerg Jung

Re: opensmtpd-extras -main & python 2.7

2020-04-18 Thread Florian Obser
On Sat, Apr 18, 2020 at 01:38:20AM +0200, Klemens Nanni wrote: > On Sat, Apr 18, 2020 at 01:34:47AM +0200, Joerg Jung wrote: > > thanks, but please hold-off for a second, as giovanni is already going > > to commit a diff to upgrade to latest release 6.7.0 better he merges > > the line then into

opensmtpd-extras -main & python 2.7

2020-04-17 Thread Florian Obser
Hi, with Robert's awesome work of updating salt and switching it to python3 nearly all my servers are python2 free. Except for one where I have opensmtpd-extras installed: $ cat /var/db/pkg/python-2.7.17p1/+REQUIRED_BY opensmtpd-extras-6.6.0p2v0 Note that this is not the -python flavour. I

Re: py-git2 & salt

2020-04-14 Thread Florian Obser
On Tue, Apr 14, 2020 at 11:43:59AM +0100, Raf Czlonka wrote: > It was also me who has sent the quirks diff as py-git2 is now > Python3-only so there wasn't much point in delaying this as, Salt > with Git users, we're probably in minority of pygit2 consumers. Yep, thanks for this. This would have

py-git2 & salt

2020-04-14 Thread Florian Obser
FYI, today I updated my salt master from OpenBSD 6.6-current (GENERIC.MP) #55: Sun Mar 15 02:21:01 MDT 2020 OpenBSD 6.7-beta (GENERIC.MP) #127: Mon Apr 13 21:22:35 MDT 2020 and due to a commit to quirks I got this: py-git2-0.28.2->py3-git2-1.0.1p1: ok salt master is now of course failing:

Re: py-msgpack 1.0.0 upgrade broke salt

2020-03-11 Thread Florian Obser
FWIW this one works for me, pkg_add also sees it as an updated. Thanks, Florian On Tue, Mar 10, 2020 at 10:45:08PM +0100, Florian Obser wrote: > I don't have an opinion on how best to fix this, so don't wait on me ;) > > On 10 March 2020 21:28:42 CET, Bjorn Ketelaars wrote: > >On

Re: py-msgpack 1.0.0 upgrade broke salt

2020-03-10 Thread Florian Obser
I don't have an opinion on how best to fix this, so don't wait on me ;) On 10 March 2020 21:28:42 CET, Bjorn Ketelaars wrote: >On Tue 10/03/2020 19:49, Florian Obser wrote: >> The release notes have >> >> * Remove encoding option from the Packer and Unpacker. >> >

py-msgpack 1.0.0 upgrade broke salt

2020-03-10 Thread Florian Obser
The release notes have * Remove encoding option from the Packer and Unpacker. ( https://github.com/msgpack/msgpack-python/blob/v1.0.0/ChangeLog.rst ) $ doas salt-minion Process Process-1: Traceback (most recent call last): File

CVS: cvs.openbsd.org: ports

2020-02-09 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2020/02/09 02:38:45 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: README-server Log message: Add "cd /var/postgresql" to upgrade instructions so that pg_dumpall and

Re: postgres: improve upgrade notes slightly

2020-02-08 Thread Florian Obser
I suck at ports, sorry. This one probably bumps revision correctly. diff --git Makefile Makefile index 8cd12215710..bedd120acd5 100644 --- Makefile +++ Makefile @@ -16,7 +16,7 @@ PKGNAME-docs= postgresql-docs-${VERSION} PKGNAME-contrib=postgresql-contrib-${VERSION}

CVS: cvs.openbsd.org: ports

2020-02-08 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2020/02/08 09:35:25 Modified files: net/monitoring-plugins: Makefile Log message: oops, correctly bump revision

postgres: improve upgrade notes slightly

2020-02-08 Thread Florian Obser
Today I successfully upgraded postgres from 11 to 12 using the pg_upgrade method. It went flawelessly, thanks! I noticed that pg_dumpall and initdb like to examine the current working directory, for example with current working directory /root: # su _postgresql -c "pg_dumpall -U postgres >

CVS: cvs.openbsd.org: ports

2020-02-08 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2020/02/08 03:53:08 Modified files: net/monitoring-plugins: Makefile Log message: dig and nslookup moved to /usr/bin OK sthen

Re: [Update] mail/opensmtpd-filters/rspamd

2019-09-29 Thread Florian Obser
On Sat, Sep 28, 2019 at 07:46:16PM +0200, Florian Obser wrote: > On Sat, Sep 28, 2019 at 08:18:57AM +, gil...@poolp.org wrote: > > Hello, > > > > The following diff updates filter-rspamd to 0.1.3: > > > > - fixes a concurrency-related crash which has been o

Re: [Update] mail/opensmtpd-filters/rspamd

2019-09-28 Thread Florian Obser
On Sat, Sep 28, 2019 at 08:18:57AM +, gil...@poolp.org wrote: > Hello, > > The following diff updates filter-rspamd to 0.1.3: > > - fixes a concurrency-related crash which has been observed by patrick@ and > otto@ > - adds X-Spam-Symbols which was requested by florian@ Requested it such a

Re: add pledge to devel/cvsweb

2019-09-27 Thread Florian Obser
On Fri, Sep 27, 2019 at 09:28:39AM +0200, Solene Rapenne wrote: > On Thu, Sep 26, 2019 at 05:40:38PM +0200, Otto Moerbeek wrote: > > On Thu, Sep 26, 2019 at 05:27:08PM +0200, Solene Rapenne wrote: > > > > > Hi, now that we have OpenBSD::pledge I thought it would be nice to use > > > it in

rspamd with opensmtpd-filter-rspamd, missing X-Spam-Symbols

2019-09-22 Thread Florian Obser
I recently moved from action "mda_with_aliases" mda \ "/usr/local/bin/rspamc --mime --exec '/usr/local/libexec/dovecot/dovecot-lda -f %{sender} -d %{dest:strip} -a %{dest}'" \ alias user vmail to filter rspamd proc-exec "filter-rspamd" and action "mda_with_aliases" mda \

Re: gitea config location change

2019-03-16 Thread Florian Obser
change and stuff breaks, maybe just extend the description in current.html so that we have a better discription for the 6.5 upgrade notes? > > -- > With best regards, > Pavel Korovin > > On 02/28, Florian Obser wrote: > > On Fri, Feb 15, 2019 at 04:30:09AM -0700, Pavel Ko

gitea config location change Re: CVS: cvs.openbsd.org: www

2019-02-28 Thread Florian Obser
On Fri, Feb 15, 2019 at 04:30:09AM -0700, Pavel Korovin wrote: > CVSROOT: /cvs > Module name: www > Changes by: p...@cvs.openbsd.org2019/02/15 04:30:09 > > Modified files: > faq: current.html > > Log message: > Note changes in security/opendnssec and www/gitea

  1   2   3   >