Index | Thread | Search

From:
Andrew Kloet <andrew@kloet.net>
Subject:
Re: [NEW] net/arti
To:
ports@openbsd.org
Date:
Thu, 25 Jun 2026 09:06:18 -0400

Download raw body.

Thread
On Thu Jun 25, 2026 at 6:40 AM EDT, Caspar Schutijser wrote:
> I built the port and did some basic testing. It works well here so far,
> thanks! One question though, given the contents of
> patches/patch-crates_arti_src_arti-example-config_toml, I was kinda
> expecting to see some logging output in /var/log somewhere but I did not
> see any logging from arti. Do you know why that is?
>
> The port looks okay from my perspective but I'm not an expert at
> Rust ports. Can someone else have a look too?
>
> I used the diff below for user.list.
>
> Caspar
>
>
> Index: user.list
> ===================================================================
> RCS file: /cvs/ports/infrastructure/db/user.list,v
> diff -u -p -r1.490 user.list
> --- user.list	6 Jun 2026 10:18:19 -0000	1.490
> +++ user.list	25 Jun 2026 08:36:35 -0000
> @@ -414,3 +414,4 @@ id  user		group		port
>  903 _iaxmodem		_iaxmodem	telephony/iaxmodem
>  904 _neighbot		_neighbot	net/neighbot
>  905 _pgweb		_pgweb		www/pgweb
> +906 _arti		_arti		net/arti

Thanks for taking a look at it Caspar. I've included an updated tarball
that just changes the syslog level from 'notice' to 'info'. I had set it
to 'info' to mimic the Tor port but the Rust `tracing` crate does not
have this as a supported level [1]. Doh!

1. https://docs.rs/tracing/latest/tracing/struct.Level.html#implementations

-- 
Andrew