Re: mutt build fails - libraries don't match

2022-06-27 Thread Stuart Henderson
I'll answer here for now but ports@ is a better list for ports questions On 2022-06-28, Chris Narkiewicz wrote: > > I'm trying to build mutt with gpg, sasl and slang support, following > ports(7) flavor build instruction, but it fails. > > I'm noob to ports infrastructure, so could somebody expla

Re: Additional information required for cputime

2022-06-27 Thread Janne Johansson
> Is there any other information or examples about that parameter ? > > SO far if found : `cputime = pp->p_rtime_sec + ((pp->p_rtime_usec + 50) > / 100);` > implying this parameters is in seconds, and the kernel will send a SIGXCPU > if the process is not finished after that time ? This is

Re: OT iBGP without full meesh

2022-06-27 Thread Stuart Henderson
On 2022-06-27, Ivo Chutkin wrote: > Hello guys, > It is not related to OpenBSD. Since I started my admin "career" with > OpenBGPD and OpenBSD, I just need some thoughts and advises from anyone > more experienced. > > The situation is as follows: > I have 2 border routers in main location. All Up

Re: X11 hangs on StarLabs Mk IV - snapshot 18-06-2022 - more fun

2022-06-27 Thread Jonathan Gray
On Tue, Jun 28, 2022 at 02:56:51AM +0100, Chris Narkiewicz wrote: > On Thu, Jun 23, 2022 at 07:59:04AM +1000, Jonathan Gray wrote: > > I can't think of anything to try but am interested to hear > > how the AMI firmware goes. > > I managed to hang it in similar way without acceleration. > I did it

OT iBGP without full meesh

2022-06-27 Thread Ivo Chutkin
Hello guys, It is not related to OpenBSD. Since I started my admin "career" with OpenBGPD and OpenBSD, I just need some thoughts and advises from anyone more experienced. The situation is as follows: I have 2 border routers in main location. All Upstreams,IX-es and clients have eBGP sessions.

Re: network interface becomes inoperable - No buffer space available

2022-06-27 Thread Boyd Stephens
On 6/25/22 13:45, Stuart Henderson wrote: On 2022-06-24, Boyd Stephens wrote: On 6/23/22 05:34, Stuart Henderson wrote: How do the following look? pfctl -si systat -b mbuf vmstat -m Comparing normal + failed might be useful too. Are you using queues in pf? The ifconfig output you included

VMWare / Backup / OpenBSD 7.1 / Quiesce

2022-06-27 Thread Mike Mercier
Hello, I am testing backups of an OpenBSD 7.1 guest on VMWare 6.7 with a DELL Avamar appliance, using the vmimage functionality of the device. The OpenBSD backups complete with 'exceptions', the error code being 10020. What I see in the Avamar logs is the following: -- vSphere Task failed (applic

Re: Additional information required for cputime

2022-06-27 Thread Sven F.
On Mon, Jun 27, 2022 at 1:51 PM Otto Moerbeek wrote: > On Mon, Jun 27, 2022 at 11:02:25AM -0400, Sven F. wrote: > > > Dear readers, > > > > Beside source code, > > > > # man login.conf | grep cputime > > cputimetime CPU usage limit. > > > > Is there any other

Re: Additional information required for cputime

2022-06-27 Thread Otto Moerbeek
On Mon, Jun 27, 2022 at 11:02:25AM -0400, Sven F. wrote: > Dear readers, > > Beside source code, > > # man login.conf | grep cputime > cputimetime CPU usage limit. > > Is there any other information or examples about that parameter ? > > SO far if found : `

Additional information required for cputime

2022-06-27 Thread Sven F.
Dear readers, Beside source code, # man login.conf | grep cputime cputimetime CPU usage limit. Is there any other information or examples about that parameter ? SO far if found : `cputime = pp->p_rtime_sec + ((pp->p_rtime_usec + 50) / 100);` implying

Re: No login prompt on console ttyC0 after boot when using "set tty com0"

2022-06-27 Thread Ted Wynnychenko
> -Original Message- > From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf > Of Stuart Henderson > Sent: Saturday, June 25, 2022 6:21 AM > On 2022-06-24, Ted Wynnychenko wrote: > > Hello > > When there is a boot.conf file present in /etc with only the > following: >

Re: Cron running at 99% CPU for seemingly no reason

2022-06-27 Thread Claudio Jeker
On Sun, Jun 19, 2022 at 01:26:27PM +0200, Stephan Mending wrote: > Hi, > it crashed again. > Here is the dmesg, this time the kernel had debugging symbols enabled. > > [...] > ic0 at ichiic0 > spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM PC3-12800 SO-DIMM > isa0 at pcib0 > isadma0 at isa0 > vga0 a

Re: smtpd: return tempfail if no valid fcrdns: good or bad?

2022-06-27 Thread Florian Obser
On 2022-06-24 10:16 +02, Alexandre Ratchov wrote: > I noticed that most of the spam that spamd(8) doesn't catch comes from > machines with no valid FCrDNS and that all legitimate mails used valid > FCrDNS. > > Certain [1] recommend to return 550 in case of invalid FCrDNS, but if > I understand cor