On Sat Apr 25, 2026 at 9:08 AM UTC, easytoremember13285 wrote: > First time installed openbsd on laptop Thinkpad L14 (business version). > Whenever I pkg_add or syspatch, press enter, there is a new line and it waits > there for a long time. Very slow too. > Tried using mirror close to me and fastly cdn. Tried wired and wireless. > Dmesg is pasted below, thank you! > > Also maybe a bug. I use colemak layout. It has capslock as backspace. > This works fine in window manager, but not in console. In console it still > works as capslock.
Hi, You can ps auxww and look for whatever ftp command syspatch or pkg_add runs. From there you can manually run that ftp command and see what it does. I am wondering if perhaps there's some kind of broken IPv6 connectivity and a long timeout. Either way, watching `ps` output should show you what's happening, at least. -Henrich

