Re: bioctl: print errors on stderr

2023-08-18 Thread Klemens Nanni
On Fri, Aug 18, 2023 at 04:20:13PM +, Klemens Nanni wrote: > Messages from the driver always land on standard output, but they may > contain errors, which ought to land on standard error. > > Seen when scripted creation silently failed: > > # bioctl -Cforce -cC -lvnd0a softraid0

Re: sshd: reduce preauth log verbosity

2023-08-18 Thread Tobias Heider
On Fri, Aug 18, 2023 at 06:43:50PM +0100, Stuart Henderson wrote: > On 2023/08/18 17:39, Tobias Heider wrote: > > Hi, > > > > I was looking at my authlog today and as expected on a server exposed on the > > public internet it is filled with random scanners and brute force attacks. > > One thing I

Re: sshd: reduce preauth log verbosity

2023-08-18 Thread Stuart Henderson
On 2023/08/18 17:39, Tobias Heider wrote: > Hi, > > I was looking at my authlog today and as expected on a server exposed on the > public internet it is filled with random scanners and brute force attacks. > One thing I noticed is that there is a lot of information we log multiple > times for a

bioctl: print errors on stderr

2023-08-18 Thread Klemens Nanni
Messages from the driver always land on standard output, but they may contain errors, which ought to land on standard error. Seen when scripted creation silently failed: # bioctl -Cforce -cC -lvnd0a softraid0 1>/dev/null ; echo $? 1 # ./obj/bioctl -Cforce -cC -lvnd0a

sshd: reduce preauth log verbosity

2023-08-18 Thread Tobias Heider
Hi, I was looking at my authlog today and as expected on a server exposed on the public internet it is filled with random scanners and brute force attacks. One thing I noticed is that there is a lot of information we log multiple times for a each failed connection. Some examples below:

Re: bioctl: do not confirm new passphrases on stdin

2023-08-18 Thread Klemens Nanni
On Fri, Aug 18, 2023 at 10:35:37AM +0200, Omar Polo wrote: > sorry for the noise, noticed just now re-reading the diff. > > On 2023/08/17 09:32:43 +, Klemens Nanni wrote: > > --- bioctl.86 Jul 2023 21:08:50 - 1.111 > > +++ bioctl.817 Aug 2023 09:24:28 - > > @@

Re: bioctl: do not confirm new passphrases on stdin

2023-08-18 Thread Omar Polo
sorry for the noise, noticed just now re-reading the diff. On 2023/08/17 09:32:43 +, Klemens Nanni wrote: > --- bioctl.8 6 Jul 2023 21:08:50 - 1.111 > +++ bioctl.8 17 Aug 2023 09:24:28 - > @@ -288,7 +288,7 @@ is specified as "auto", the number of ro > based on system

Re: diff: trigger acpiac_refresh when acpibat notification

2023-08-18 Thread YASUOKA Masahiko
On Thu, 17 Aug 2023 10:07:27 -0500 joshua stein wrote: > On Thu, 17 Aug 2023 at 16:12:07 +0900, YASUOKA Masahiko wrote: >> Hi, >> >> Update the AC status when the battery notification is happened. >> Because the AC status notification doesn't happen on some machines. >> My vaio actually has this