Re: disk not found after first reboot

2024-01-19 Thread Noth
On 19/01/2024 01:38, Isak Lyberth wrote: Hello guys, I am sorry to bother you with such a basic question. After many years of only using my favorite OS on my firewall, I have decided to install OpenBSD 7.4 on my Dell Latitude 7490 laptop, fitted with a 500 GB Samsung 980 (non pro) nvme disk i u

Re: cdn.openbsd.org: packages-stable not up to date

2024-01-19 Thread Matthew Ernisse
On Fri, Jan 19, 2024 at 08:29:30PM +0200, Mark said: So, any clue? Seems fine now, at least for whichever node the CDN returned for me. bakeneko@20:02:19 ~ >curl -s https://cdn.openbsd.org/pub/OpenBSD/7.4/packages-stable/ | grep amd64 amd64/ 17-Jan

Re: cdn.openbsd.org: packages-stable not up to date

2024-01-19 Thread Mark
So, any clue? 15 Ocak 2024 Pazartesi tarihinde K R yazdı: > Hi, > > It seems packages-stable from cdn.openbsd.org haven't been > updated since Dec, 25th: > > $ curl -s https://cdn.openbsd.org/pub/OpenBSD/7.4/packages-stable/ | grep > amd64 > amd64/ 25-Dec-2023 06:06 > > ftp.openbsd.org seems fin

Please test: wg(4): drop "while (!ifq_empty())" hack in wg_peer_destroy()

2024-01-19 Thread Vitaliy Makkoveev
Hi, wg(4) stores reference to peer in the outgoing mbuf. Since it doesn't use reference counting, to make the `peer' dereference safe within wg_qstart(), wg_peer_destroy() has the following delay loop: NET_LOCK(); while (!ifq_empty(&sc->sc_if.if_snd)) { /*