Re: dhcp6leased does not assign a default gateway

2025-04-16 Thread Stuart Henderson
On 2025-04-16, Hugo Osvaldo Barrera wrote: > I'm using dhcp6leased to request IPv6 prefixes from my ISP. Interfaces > are properly assigned an IPv6 address as are downstream clients. > > However, the upstream link (e.g.: the one to my ISP) has no default > route, and dhcp6leased is not assigning o

Re: openbsd.org ocsp verify failed: ocsp response not current

2025-04-16 Thread patrick keshishian
On Wed, Apr 16, 2025 at 4:26 PM patrick keshishian wrote: > > On Wed, Apr 16, 2025 at 1:42 PM Martin Schröder wrote: > > > > Am Mi., 16. Apr. 2025 um 22:09 Uhr schrieb Bryce Chidester > > : > > > Here's Linux/curl for example. > > > $ curl --cert-status https://www.openbsd.org > > > curl: (91) O

Re: openbsd.org ocsp verify failed: ocsp response not current

2025-04-16 Thread patrick keshishian
On Wed, Apr 16, 2025 at 1:42 PM Martin Schröder wrote: > > Am Mi., 16. Apr. 2025 um 22:09 Uhr schrieb Bryce Chidester > : > > Here's Linux/curl for example. > > $ curl --cert-status https://www.openbsd.org > > curl: (91) OCSP response has expired > > Can reproduce on 7.5: > > > curl --cert-status

Re: openbsd.org ocsp verify failed: ocsp response not current

2025-04-16 Thread Martin Schröder
Am Mi., 16. Apr. 2025 um 22:09 Uhr schrieb Bryce Chidester : > Here's Linux/curl for example. > $ curl --cert-status https://www.openbsd.org > curl: (91) OCSP response has expired Can reproduce on 7.5: > curl --cert-status --verbose https://www.openbsd.org * Host www.openbsd.org:443 was resolved.

Re: dhcp6leased does not assign a default gateway

2025-04-16 Thread Hugo Osvaldo Barrera
On 2025-04-16 16:30, Stuart Henderson wrote: > > […] > > > > # cat hostname.pppoe0 > > inet 0.0.0.0 255.255.255.255 NONE > > dest 0.0.0.1 > > inet6 autoconf > > pppoedev vlan0 > > authproto pap > > authname 'internet' > > authkey 'internet' > > !/sbin/route add default -ifp pppoe0 0.0.0.1 > > up >

Re: openbsd.org ocsp verify failed: ocsp response not current

2025-04-16 Thread Bryce Chidester
On Wed, 16 Apr 2025 at 13:05, Rafael Sadowski wrote: > > Check your time/ntp Thanks. I have checked my time. And I can reproduce the error on multiple other machines. I'm as certain as I can be that this is not a local issue. Here's Linux/curl for example. $ curl --cert-status https://www.ope

Re: Quick question - resizing/shrinking UFS to resize root?

2025-04-16 Thread Ian Darwin
On 4/16/25 3:56 PM, Gwen Nelson wrote: I'd like to setup a dual boot on one of my machines, currently the whole disk is devoted to OpenBSD, the disk label is setup with everything at / for simplicity reasons as until now I had no need for dual-boot. Is this possible? On a Linux box I'd obviou

Quick question - resizing/shrinking UFS to resize root?

2025-04-16 Thread Gwen Nelson
Hey all Just wondering if this is possible without having to do a full dump/restore. I'd like to setup a dual boot on one of my machines, currently the whole disk is devoted to OpenBSD, the disk label is setup with everything at / for simplicity reasons as until now I had no need for dual-boot.

openbsd.org ocsp verify failed: ocsp response not current

2025-04-16 Thread Bryce Chidester
Hey all, Heads up that there appears to be a configuration issue with www.openbsd.org $ ftp https://www.openbsd.org/spamd/nixspam.gz Trying 199.185.178.80... Requesting https://www.openbsd.org/spamd/nixspam.gz ftp: SSL write error: ocsp verify failed: ocsp response not current -Bryce

Re: bluetooth keyboard on openbsd

2025-04-16 Thread Mike Larkin
On Wed, Apr 16, 2025 at 04:25:49PM -, Stuart Henderson wrote: > On 2025-04-16, Christopher Turkel wrote: > > --8621ef0632e76668 > > Content-Type: text/plain; charset="UTF-8" > > Content-Transfer-Encoding: quoted-printable > > > > Bluetooth is not supported on openbsd. > > But there

Re: bluetooth keyboard on openbsd

2025-04-16 Thread Stuart Henderson
On 2025-04-16, Christopher Turkel wrote: > --8621ef0632e76668 > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > Bluetooth is not supported on openbsd. But there are ways to do bluetooth that do not involve OpenBSD speaking bluetooth, some of

Re: bluetooth keyboard on openbsd

2025-04-16 Thread Christopher Turkel
Bluetooth is not supported on openbsd. On Wed, Apr 16, 2025 at 11:54 AM Divan Santana wrote: > Trying to get a bluetooth keyboard on OpenBSD working, here is the > results. > > Getting bluetooth audio working has a useable workaround which many > know about already. > > In summary, my attempt fa

bluetooth keyboard on openbsd

2025-04-16 Thread Divan Santana
Trying to get a bluetooth keyboard on OpenBSD working, here is the results. Getting bluetooth audio working has a useable workaround which many know about already. In summary, my attempt fails but below is the info which may be helpful to others who attempt this. Options to get a bluetooth keybo

dhcp6leased does not assign a default gateway

2025-04-16 Thread Hugo Osvaldo Barrera
I'm using dhcp6leased to request IPv6 prefixes from my ISP. Interfaces are properly assigned an IPv6 address as are downstream clients. However, the upstream link (e.g.: the one to my ISP) has no default route, and dhcp6leased is not assigning one, so my network is isolated and cannot reach the pu

Re: bwfm on M1 Air crashes the system

2025-04-16 Thread nullrgz
I just downloaded the snapshot install77.img again and this one has the apple-bwfm directory under /etc/firmware, I think it wasn't there before on the previous snapshot, which I used when I started the thread on 13th, that's why I did the whole copying from the tar manually. https://cdn.openbsd.or

Re: NAT64 traffic leaves on the wrong interface

2025-04-16 Thread Stuart Henderson
On 2025-04-16, Nat wrote: > --MP7YXJDOKQIN31VRO5PIXOUGA0ODIA > Content-Type: text/plain; > charset=utf-8 > Content-Transfer-Encoding: quoted-printable > > Hello, > > I have the following NAT64 rule in my pf=2Econf > > pass in quick on $LAN inet6 from any to 64:ff9b::/96 af-to inet from (wg5)

Re: bwfm on M1 Air crashes the system

2025-04-16 Thread Jan Stary
> >> Does it make a difference if you install the bwfm-firmware package? > > > > The one on http://firmware.openbsd.org/firmware/ right? > > I think I read somewhere it isn't for the Apple Silicon devices > > Correct. bwfm-firmware would only be used there if you have a plug-in > USB bwfm(4) devic