Re: Got bsd.re-config apparently disabled

2024-03-22 Thread Dan
After three-four retries I confirm my station doesn't digest more the bsd.re-config file -Dan Mar 22, 2024 18:57:07 Dan : > It is from some weeks that I noticed bsd.re-config has no effect on my > OpenBSD: > > disable ucc > disable ugen > > Webcam and Blutooth are loaded "unusually" and

Request for a check 'relinking in progress' before a reboot

2024-03-22 Thread Dan
Hello, To avoid prbs with the relinking of the kernel happening in background I propose to set a little check during the shutdown to avoid to interrup it.. Thnx! -Dan

Libressl trust anchor problems.

2024-03-22 Thread hammer2_zfs
hi dears ;^) I have self RootCA and Middle(Intermediate,Subordinate)CA. Then, I create the Certificate file. Now I want to install/remove the Certificate to System. Almost always. I use the trust anchor ${_cert_file_} / trust anchor --remove ${_pkcs11_id_} but, Libressl could not work these

Asus UX310U brightness keys

2024-03-22 Thread Simon Vall
Hello! The keyboard on the Asus UX310U has a number of media keys but only some of them are working. The volume keys (mute, decrease volume and increase volume) work as expected but the keys to change the display brightness do not. The keys to change the brightness of the keyboard backlight

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-22 Thread Todd C . Miller
On Fri, 22 Mar 2024 08:16:22 -, Stuart Henderson wrote: > I've got to say, I find the From rewrites less annoying than not > scrubbing MIME parts, though I'd prefer if Reply-To was set (to > list+sender, leaving any Mail-Followup-To in place). Many lists have > done this (often for all

Got bsd.re-config apparently disabled

2024-03-22 Thread Dan
Hello, It is from some weeks that I noticed bsd.re-config has no effect on my OpenBSD: disable ucc disable ugen Webcam and Blutooth are loaded "unusually" and the same X connect two kbrd drivers instead of one only. I just tried to rewrite /etc/bsd.re-config from scratch but without any luck.

Add KDE Plasma to 75.html

2024-03-22 Thread Kevin Williams
This patch adds KDE Plasma to the list of packages on the 7.5 page. Index: 75.html === RCS file: /cvs/www/75.html,v retrieving revision 1.10 diff -u -p -r1.10 75.html --- 75.html 22 Mar 2024 11:08:09 -  1.10 +++ 75.html 

Re: No internet after connecting to wifi

2024-03-22 Thread Kenneth Gober
On Wed, Mar 20, 2024 at 2:17 PM Patcher wrote: > Hello, > > I am having problem connecting to internet in my openbsd desktop. During > installation I was unable to connect to my mobile hotspot (don't have > wifi). I didn't pay much attention to it and continued to installation. > After

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-22 Thread Odhiambo Washington
On Fri, Mar 22, 2024 at 4:41 PM Stuart Henderson wrote: > On 2024-03-22, Odhiambo Washington wrote: > > --3aa8dc06143b8cab > > Content-Type: text/plain; charset="UTF-8" > > Content-Transfer-Encoding: quoted-printable > > > > On Fri, Mar 22, 2024 at 11:18=E2=80=AFAM Stuart Henderson

Re: tcpdump for 'disassoc' not supported

2024-03-22 Thread ofthecentury
Right on. It should be -y IEEE802_11 to see dissociations, though. IEEE802_11_RADIO just gives scan results. On Fri, Mar 22, 2024 at 4:33 PM Peter Hessler wrote: > > pflog does not monitor the RADIO. They are not Layer 3 packets, and are > not seen by pf. > > > On 2024 Mar 22 (Fri) at 16:25:08

Re: tcpdump for 'disassoc' not supported

2024-03-22 Thread Stefan Sperling
On Fri, Mar 22, 2024 at 04:25:08PM +0500, ofthecentury wrote: > Thanks. This does work on an interface, but not on -r /var/log/pflog? You cannot log wifi management frames in PF because PF does not operate at the wifi layer. There is hostapd(8) which and can do some interesting things with these

Re: tcpdump for 'disassoc' not supported

2024-03-22 Thread Peter Hessler
pflog does not monitor the RADIO. They are not Layer 3 packets, and are not seen by pf. On 2024 Mar 22 (Fri) at 16:25:08 +0500 (+0500), ofthecentury wrote: :Thanks. This does work on an interface, but not on -r /var/log/pflog? : :On Fri, Mar 22, 2024 at 3:54 PM Stefan Sperling wrote: :> :> On

Re: tcpdump for 'disassoc' not supported

2024-03-22 Thread ofthecentury
Thanks. This does work on an interface, but not on -r /var/log/pflog? On Fri, Mar 22, 2024 at 3:54 PM Stefan Sperling wrote: > > On Fri, Mar 22, 2024 at 03:39:57PM +0500, ofthecentury wrote: > > I am getting wireless disassociation attacks. > > I wanted to look at the packets via: > > `tcpdump

Re: tcpdump for 'disassoc' not supported

2024-03-22 Thread Stefan Sperling
On Fri, Mar 22, 2024 at 03:39:57PM +0500, ofthecentury wrote: > I am getting wireless disassociation attacks. > I wanted to look at the packets via: > `tcpdump -nettt -I -i athn0 -s 256 > type mgt subtype disassoc` > but I get an error: > "tcpdump: type not supported on linktype 0x1" > Should work

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-22 Thread Stuart Henderson
On 2024-03-22, Odhiambo Washington wrote: > --3aa8dc06143b8cab > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > On Fri, Mar 22, 2024 at 11:18=E2=80=AFAM Stuart Henderson opper.org> > wrote: > >> On 2024-03-21, Roderick wrote: >> >

tcpdump for 'disassoc' not supported

2024-03-22 Thread ofthecentury
I am getting wireless disassociation attacks. I wanted to look at the packets via: `tcpdump -nettt -I -i athn0 -s 256 type mgt subtype disassoc` but I get an error: "tcpdump: type not supported on linktype 0x1" Should work according to man tcpdump.

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-22 Thread Odhiambo Washington
On Fri, Mar 22, 2024 at 11:18 AM Stuart Henderson wrote: > On 2024-03-21, Roderick wrote: > > --e4360006142cfd57 > > Content-Type: text/plain; charset="UTF-8" > > Content-Transfer-Encoding: quoted-printable > > > > Is it not ARC meant to be the solution for > > this problem? > >

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-22 Thread Stuart Henderson
On 2024-03-21, Roderick wrote: > --e4360006142cfd57 > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > Is it not ARC meant to be the solution for > this problem? That was sort-of the idea, but it requires mail server admins to decide which