Re: gnome, gdm problem on lenovo e14 gen2

2021-05-05 Thread SP2L Tom
Greetings. I am experiencing exactly the same issue although on different hardware (desktop PC): - Motherboard AORUS B450 Pro - CPU AMD Ryzen7 3700X 8 Core 3.59GHz - RAM 64GB KINGSTON HyperX Predator 64GB (4x16GB CL15) Been able to go more forward than Hrvoje reported. Pressing alternatively F

Errors extracting ports and xenocara tarballs

2021-05-05 Thread Chris Zakelj
I'm getting an odd error trying to extract these two tarballs from 6.9-RELEASE on a clean install. I'm probably missing something obvious but don't know what. Starting with https://www.openbsd.org/faq/faq5.html, I log in on the console, edit my non-root user, and create the directory structur

Re: I can’t get veb/vport to work with vmd.

2021-05-05 Thread Mike Larkin
On Wed, May 05, 2021 at 09:04:04PM -0500, Luke Small wrote: > There seems to be ZERO examples of using veb/vport vs bridge/vether. I am > running 6.9 now and I substituted the bridge0 usage in vm.conf and I copied > the hostname.vether0 into hostname.vport0 and hostname.bridge0 uses vether0 > so I

I can’t get veb/vport to work with vmd.

2021-05-05 Thread Luke Small
There seems to be ZERO examples of using veb/vport vs bridge/vether. I am running 6.9 now and I substituted the bridge0 usage in vm.conf and I copied the hostname.vether0 into hostname.vport0 and hostname.bridge0 uses vether0 so I used vport0 in hostname.veb0 . I used ifconfig … down for bridge0 an

mpv dumps core and segfaults when exiting on any video file

2021-05-05 Thread Ashlen
Usually goes something like the following after the file finishes playing/the user exits: $ mpv --no-config example.mkv [ ... ] Exiting... (End of file) pthread_mutex_destroy on mutex with waiters! Segmentation fault (core dumped) Here's the backtrace. # gdb -quiet mpv mpv.core (no debugging s

fzf fails if bash isn't present or FZF_DEFAULT_COMMAND isn't set

2021-05-05 Thread Ashlen
Executing fzf without bash installed or FZF_DEFAULT_COMMAND set fails with this output: Command failed: set -o pipefail; command find -L . -mindepth 1 \( -path '*/\.*' -o -fstype 'sysfs' -o -fstype 'devfs' -o.. (the output cuts off there for some reason, even when I pipe STDERR to a file). I

Re: Tor Relay log warning

2021-05-05 Thread Theo Buehler
On Wed, May 05, 2021 at 08:06:09AM -0300, Matheus Coelho wrote: > Hello List! > > I have a tor relay server and in version 6.9 of openbsd the log started > showing this message: > > tor_tls_finish_handshake: Bug: For some reason, wasV2Handshake didn't get > set. Fixing that. (on Tor 0.4.5.7 ) >

the 6.9 release being out....

2021-05-05 Thread Ed Ahlsen-Girard
...remember that it's time to donate what would be the price of the CD set. -- Edward Ahlsen-Girard Ft Walton Beach, FL

Re: gnome, gdm problem on lenovo e14 gen2

2021-05-05 Thread Hrvoje Popovski
On 4.5.2021. 13:58, Nam Nguyen wrote: > Hrvoje Popovski writes: > >> Problem is that when i should get login screen, gdm to ask me for user >> and password, i'm getting blank grey screen .. >> >> after moving through terminals with ctrl-alt fX, from time to time i can >> get this (screenshot below

Trying to understand/debug caldav vs. httpd issue

2021-05-05 Thread T. Ribbrock
Hi all, this may be a long shot, but I'm looking for someone who can give me a few pointers (if this is better posted to another list, please let me know as well). TL;DR: I am running into issues with a webdav/caldav client connecting to a Nextcloud instance running on OpenBSD httpd, so someone w

Re: fighting amplification attack --was: Re: pf: block drop not working

2021-05-05 Thread Stuart Henderson
On 2021-05-05, Axel Rau wrote: >> >> check the table name … > > But even with the correct table name I had to flush states to get it working. That is expected. A state lookup is done before parsing the ruleset. You can try clearing states with pfctl -k but there are some issues, it doesn't alway

Re: pf: block drop not working

2021-05-05 Thread John McGuigan
I think you've used "black_hole" and "black_whole" as table names. They should all be the same. John On Wed, May 5, 2021, 5:18 AM Axel Rau wrote: > Hi all, > > in pf.conf, I have at the beginning: > - - - > table persist file "/etc/pf/black_hole.txt" > block drop in quick on $red_if from flag

fighting amplification attack --was: Re: pf: block drop not working

2021-05-05 Thread Axel Rau
> Am 05.05.2021 um 13:30 schrieb Tom Smyth : > > black_whole vs black_hole > > check the table name … But even with the correct table name I had to flush states to get it working. Does anyone has a script handy to update the table to black hole dns clients which repeat same query with high f

Re: isakmpd ignoring authentication metod

2021-05-05 Thread Stuart Henderson
On 2021-05-04, Giacomo Marconi wrote: > Hi all > > I have some openbsd boxes as vpn endpoint to a Palo Alto Pa-820. > > In my last VPN config (unsing 6.8) I see in the logs that isakmpd is > expexting RSA_SIG as authentication method, while in ipsec.conf I set the psk > value. This usually mean

Re: pf: block drop not working

2021-05-05 Thread Axel Rau
> Am 05.05.2021 um 13:30 schrieb Tom Smyth >: > > black_whole vs black_hole > > check the table name … Thanks a lot! Axel --- PGP-Key: CDE74120 ☀ computing @ chaos claudius signature.asc Description: Message signed with OpenPGP

Re: pf: block drop not working

2021-05-05 Thread Tom Smyth
black_whole vs black_hole check the table name ... On Wed, 5 May 2021 at 12:11, Axel Rau wrote: > > Hi all, > > in pf.conf, I have at the beginning: > - - - > table persist file "/etc/pf/black_hole.txt" > block drop in quick on $red_if from flags any > > fw1# pfctl -s rules | head -3 > block

pf: block drop not working

2021-05-05 Thread Axel Rau
Hi all, in pf.conf, I have at the beginning: - - - table persist file "/etc/pf/black_hole.txt" block drop in quick on $red_if from flags any fw1# pfctl -s rules | head -3 block drop in quick on em2 from to any fw1# pfctl -t black_hole -T show . . . 146.168.0.0/16 . . . But responses stil

Tor Relay log warning

2021-05-05 Thread Matheus Coelho
Hello List! I have a tor relay server and in version 6.9 of openbsd the log started showing this message: tor_tls_finish_handshake: Bug: For some reason, wasV2Handshake didn't get set. Fixing that. (on Tor 0.4.5.7 ) I suspect something related to libressl according to this post: https://gitlab.

Re: Fwd: rethinking terminal login with security in mind

2021-05-05 Thread Marc Espie
On Wed, May 05, 2021 at 01:44:24AM +0200, Alessandro Pistocchi wrote: > Sorry, my keyboard went crazy and the message was sent incomplete. > > Continuing: normally the entry of username is immediately followed by the > password entry. > However, if the OS is busy for any reason between the two ent

Automatically enable port forwarding on ssh session to ProxyJump target

2021-05-05 Thread Paul de Weerd
Hi all, I'm using ProxyJump with SSH to connect to a bunch of systems behind a jumphost: Host jump HostName bastion.example.tld ProxyJump none ControlPersist 3600 DynamicForward localhost:1080 Host * ForwardAgent yes ProxyJump jump AddKeysT