Re: pf.os database /p0f

2023-07-04 Thread Solène Rapenne
On Tue, 2023-07-04 at 03:39 +, Lee, Jonathan D wrote: > [cid:cd2efd41-42cb-4d83-9173-521bbb8f4539@namprd04.prod.outlook.com] > > Hello fellow software developers, > > I have noticed that p0f database files are not being updated. Many > new operating systems fingerprints are missing within

Re: pkg_add optional behavior "like syspatch"

2023-07-02 Thread Solène Rapenne
On Sun, 2023-07-02 at 15:51 +0200, Marc Espie wrote: > Use-case: some people want to branch automated installs based on > whether > pkg_add -u (or some other variation) actually did something. > > As usual we ignore quirks. This adds a flag (-DSYSPATCH_LIKE) > which governs the behavior. Code is

Re: vmd issue with network+derived qcow2 on current

2023-06-09 Thread Solène Rapenne
On Fri, 2023-06-09 at 11:25 -0400, Dave Voutila wrote: > > Thanks. This feels like bad fd accounting during the fork/exec dance. > > Sounds like the switch definition and usage isn't required for > reproducing? indeed, you don't need it, a local interface is enough

vmd issue with network+derived qcow2 on current

2023-06-09 Thread Solène Rapenne
I'm currently playing with derived qcow2 disks using vmd. While my setup was working on 7.3 (maybe there is an issue with MAC assignments in VMs) so I updated to current, but now VMs don't start at all when they are using a derived qcow2 disk + network interface This setup works:

Re: [PATCH] Add -executable, -readable, and -writable options to /usr/bin/find

2023-04-01 Thread Solène Rapenne
Le Fri, 31 Mar 2023 19:40:45 -0700, Jared Harper a écrit : > I have put together a patch that adds -executable, -readable, and > -writable to /usr/bin/find. > > When I first started working on this patch, I implemented the access > check by checking the stat of the file like so: > this

Re: ssh-keygen(1): by default generate ed25519 key (instead of rsa)

2022-11-07 Thread Solène Rapenne
Le Sun, 6 Nov 2022 18:41:50 +0400, Loganaden Velvindron a écrit : > On Sun, 6 Nov 2022 at 18:31, Job Snijders wrote: > > > > Dear all, > > > > Support for using Ed25519 for server and user authentication was > > introduced in 2014. I like the compactness of Ed25519 public keys. > > > > Perhaps

Re: ssh-keygen(1): by default generate ed25519 key (instead of rsa)

2022-11-06 Thread Solène Rapenne
Le Sun, 6 Nov 2022 14:29:52 +, Job Snijders a écrit : > Dear all, > > Support for using Ed25519 for server and user authentication was > introduced in 2014. I like the compactness of Ed25519 public keys. > > Perhaps now is a good time to make Ed25519 the default key type when > invoking

weird behavior with timeout(1) in a script

2022-10-21 Thread Solène Rapenne
hi I found a weird behavior trying to use timeout(1) in a script with interactive commands. My use case is to ask for unlocking /home from /etc/rc.local but continue if I don't type it in time. this is working: timeout 2s less /etc/fstab the same command isn't working from a script,

Re: Should 80MB of RAM be enough for kernel relinking on i386?

2021-09-23 Thread Solène Rapenne
Le Thu, 23 Sep 2021 14:37:12 +0200, Janne Johansson a écrit : > Den tors 23 sep. 2021 kl 14:27 skrev Patrick Harper : > > > > If there will continue to be a minimum disk value then 600MB wouldn't > > be nearly enough for swap, maybe 2GB for a whole disk? > > Could this handwaving please stop?

Re: [patch] push the KERNEL_LOCK deeper on read(2) and write(2)

2019-06-06 Thread Solène Rapenne
Le 2019-06-05 12:06, Mark Kettenis a écrit : Date: Wed, 5 Jun 2019 10:16:25 +0200 From: Sebastien Marie Hi, I would like to have feedback and testing on this diff. The initial work was done by ian@. Don't forget to run "make syscalls" in sys/kern when building your own kernel with this

Re: Add $daemon_nice to rc.subr

2018-09-04 Thread Solène Rapenne
Le 2018-09-04 10:56, Thomas de Grivel a écrit : why ? why ? well all interactive process get a quarter range nice priority advance compared to all daemon tasks, at least for a laptop environment it really makes sense. sndiod and ntpd are unaffected by this change. you're right to criticize in