Re: boot loaders: softraid volumes must be on RAID partitions

2023-10-15 Thread Klemens Nanni
On Mon, Oct 16, 2023 at 01:02:07AM +, Klemens Nanni wrote: > The current check implies one could use, e.g. SWAP or MSDOS partitions > as softraid(4) chunks, but sys/dev/softraid.c always expects FS_RAID, > thus using chunks with different partition types is not possible: > > # vmctl

boot loaders: softraid volumes must be on RAID partitions

2023-10-15 Thread Klemens Nanni
The current check implies one could use, e.g. SWAP or MSDOS partitions as softraid(4) chunks, but sys/dev/softraid.c always expects FS_RAID, thus using chunks with different partition types is not possible: # vmctl create -s100M disk.img # vnd=`vnconfig disk.img` # echo

Re: vmd testers: serial console hangs fix

2023-10-15 Thread Dave Voutila
Klemens Nanni writes: > On Sun, Oct 15, 2023 at 07:51:00AM -0400, Dave Voutila wrote: >> >> Dave Voutila writes: >> >> > Looking for folks that use the serial console connection in vmd(8) and >> > experience the host CPU spikes & delays associated with things like >> > hitting the up key (to

Re: vmd testers: serial console hangs fix

2023-10-15 Thread Klemens Nanni
On Sun, Oct 15, 2023 at 07:51:00AM -0400, Dave Voutila wrote: > > Dave Voutila writes: > > > Looking for folks that use the serial console connection in vmd(8) and > > experience the host CPU spikes & delays associated with things like > > hitting the up key (to cycle shell command history) or

Re: timeout(1): align execvp(3) failure statuses with GNU timeout

2023-10-15 Thread Todd C . Miller
On Sun, 15 Oct 2023 13:53:46 -0500, Scott Cheloha wrote: > Align timeout(1)'s execvp(3) failure statuses with those of GNU > timeout. 127 for ENOENT, 126 for everything else. Looks correct to me. OK millert@ - todd

timeout(1): align execvp(3) failure statuses with GNU timeout

2023-10-15 Thread Scott Cheloha
Align timeout(1)'s execvp(3) failure statuses with those of GNU timeout. 127 for ENOENT, 126 for everything else. $ cd /tmp $ touch script.sh $ ls -l script.sh -rw-r--r-- 1 ssc wheel 0 Oct 15 13:43 script.sh $ gtimeout 1.0 ./script.sh ; echo $? gtimeout: failed to run command './script.sh':

How to skip security(8) special file check

2023-10-15 Thread Ibsen S Ripsbusker
Dear colleagues, In the attached security-special-files-1.diff I have documented the changes from 2020 to the security(8) special file checks. The 2020 changes are those based on ideas from Rupert Gallagher and Todd Miller on misc@. I don't like how complicated I made the documentation, so I

Re: vmd testers: serial console hangs fix

2023-10-15 Thread Dave Voutila
Dave Voutila writes: > Looking for folks that use the serial console connection in vmd(8) and > experience the host CPU spikes & delays associated with things like > hitting the up key (to cycle shell command history) or copy/paste in X. > > vmd(8) approximates edge triggered interrupts with

Re: pf log drop default rule

2023-10-15 Thread Alexandr Nedvedicky
Hello, > When I check my pflog files in WireShark, I note that WireShark displays > this in the "Info" column: > > [pass vio0/-1] > yes, this can be default rule. snippet below comes from pfattach(): 239 /* default rule should never be garbage collected */ 240

Re: l2vpn pseudowire and bridge type interface

2023-10-15 Thread Wouter Prins
Thanks for the replies! On Sun, Oct 15, 2023 at 9:26 AM David Gwynne wrote: > > > > > On 14 Oct 2023, at 23:18, Claudio Jeker wrote: > > > > On Sat, Oct 14, 2023 at 11:07:11AM +0200, Wouter Prins wrote: > >> hello list, > >> > >> Was wondering if the veb interface is supported as a bridge for

Re: l2vpn pseudowire and bridge type interface

2023-10-15 Thread David Gwynne
> On 14 Oct 2023, at 23:18, Claudio Jeker wrote: > > On Sat, Oct 14, 2023 at 11:07:11AM +0200, Wouter Prins wrote: >> hello list, >> >> Was wondering if the veb interface is supported as a bridge for pseudowires? >> The manpage doesn't mention anything about the type of >> bridge interface