Re: iked authentication logging ?

2024-07-25 Thread Crystal Kolipe
On Wed, Jul 24, 2024 at 06:20:26PM -0400, J Doe wrote: > My hypothesis is that iked does not name an identity because this is > certificate based authentication vs. MSCHAPv2 for EAP authentication > which would provide an identity (ie: a username). > > Is that correct ? No. The identity that wou

Re: iked authentication logging ?

2024-07-25 Thread Michael Dinon
Yes Kind regards, Mike On Thu, Jul 25, 2024 at 3:13 AM Crystal Kolipe wrote: > On Wed, Jul 24, 2024 at 06:20:26PM -0400, J Doe wrote: > > My hypothesis is that iked does not name an identity because this is > > certificate based authentication vs. MSCHAPv2 for EAP authentication > > which would

Re: Startup script for Netbox: can't start with a user and can't stop

2024-07-25 Thread Stuart Henderson
here you tell it to run it as www: > daemon_flags="--name netbox --pid /var/run/netbox.pid --user=www --group=www > --config=${_BASEDIR}/gunicorn.py" > daemon_flags="${daemon_flags} --log-level=info --log-file=- netbox.wsgi" but you start as _netbox: > daemon_user="_netbox" that won't work, it

Re: avoid single-user mode boot

2024-07-25 Thread chohag
04-psyche.tot...@icloud.com writes: > Thanks Stuart for all these thoughts. That's a lot of great ideas. > > Let me try to clarify a few things: > > - change `do_fsck` to `do_fsck -y` > - > I assume you mean Line 410. That seems like a great idea. > D

Fwd: POSIX.1-2024 now online

2024-07-25 Thread Katherine Mcmillan
Dear all, > > It seems the Open Group Base Specifications Issue 8 now is available > online: > > https://pubs.opengroup.org/onlinepubs/9799919799 -Katie From: owner-t...@openbsd.org on behalf of Jason McIntyre S

Re: firefox crashes on an M1 macbook

2024-07-25 Thread Benjamin Stürz
On 4/12/23 11:11 AM, Jan Stary wrote: This is current/arm64 on an Apple M1 MacBook Air (dmesg below). While everything mostly works, Firefox keeps crashing. Reproducibly, it always crashes on calendar.google.com; _sometimes_ it crashes when playing a video. On simple sites, it works withotu prob

trying to get openbsd nfs client to work

2024-07-25 Thread void
Hi, I'm trying to get openbsd (7.5) nfs client to see a (freebsd14) server nfs share. The freebsd and debian clients work well, it's only OpenBSD where I can't mount the share. After looking at man fstab and man mount_nfs, in fstab I have this line 192.168.1.102:/home/void/docs /home/void/docs

Re: trying to get openbsd nfs client to work

2024-07-25 Thread void
On Thu, 25 Jul 2024, at 15:09, Stefan Kapfhammer wrote: > Do you have an /etc/exports file? > Here is an example: /etc/examples/exports. > -Stefan Do you mean on the nfs server? 1. on the freebsd server - it's an empty file because nfs is via the zfs property "sharenfs" with the value maproo

Re: firefox crashes on an M1 macbook

2024-07-25 Thread Jan Stary
On Jul 25 15:14:01, benni+openbsd-m...@stuerz.xyz wrote: > On 4/12/23 11:11 AM, Jan Stary wrote: > > This is current/arm64 on an Apple M1 MacBook Air (dmesg below). > > While everything mostly works, Firefox keeps crashing. > > > > Reproducibly, it always crashes on calendar.google.com; > > _somet

Re: M-Audio Fast Track Ultra 8R

2024-07-25 Thread Jan Stary
On Jul 07 18:03:56, h...@stare.cz wrote: > On Jul 01 15:07:48, a...@caoua.org wrote: > > On Sun, Jun 30, 2024 at 08:26:06AM +0200, Jan Stary wrote: > > > This is current/amd64 on a PC (full dmesg below). > > > I got my hands on an M-Audio Fast Track Ultra 8R, > > > an USB audio interface; eight tra

Re: Startup script for Netbox: can't start with a user and can't stop

2024-07-25 Thread Mik J
Hello Stuart, Thank you for your answer. 1) >but you start as _netbox: >> daemon_user="_netbox" >that won't work, it needs root to change uid (to www). I finally chose to run it as _netbox and change this line daemon_flags="--name netbox --pid /var/run/netbox.pid --user=_netbox --group=_netbox -