Re: Must interface unit numbers start with 0?

2021-10-22 Thread Daniel Jakots
On Fri, 22 Oct 2021 19:13:18 -0400, "Allan Streib" wrote: > can I name the interface vlan101 Yes you can. I've a machine where there's only vlan206. Cheers, Daniel

Re: copying id_ed25519_sk from USB-A yubikey to USB-C yubikey

2021-10-22 Thread Stuart Henderson
On 2021-10-22, Michael Steeves wrote: > I went through the instructions on this page when I set mine up: > > https://github.com/drduh/YubiKey-Guide > > Doing a quick scan, there’s some discussion on the page about having multiple > Yubikeys, and I think that it also talked about restoring from

Re: xlock doesn't unlock any more

2021-10-22 Thread Ed Ahlsen-Girard
On Thu, 21 Oct 2021 20:01:56 - (UTC) Stuart Henderson wrote: > On 2021-10-21, Ed Ahlsen-Girard wrote: > [...] > > Did xlock lose the setgid bit or group ownership? > Did /usr/X11R6 gain a nosuid mount option that it shouldn't have? > > $ ls -l /usr/X11R6/bin/xlock

Must interface unit numbers start with 0?

2021-10-22 Thread Allan Streib
Specific example, if I want to configure a vlan with vnetid 101, can I name the interface vlan101 or should/must it be named vlan0? Allan

Sony UWA-BR100 patch to recognize AR9280+AR7010 Atheros based USB card

2021-10-22 Thread Martin
Hi Stefan, Dev. patches to implement into source tree to recognize automatically Sony UWA-BR100 devices based on AR9280+AR7010. --- if_athn_usb.c.orig Tue Jun 8 15:29:31 2021 +++ if_athn_usb.c Tue Jun 8 15:34:11 2021 @@ -91,6 +91,8 @@ ATHN_USB_FLAG_AR7010 }, {{

USB athn0 issue in AP mode (AR9280+AR7010) no DHCP leases to modern portable devices

2021-10-22 Thread Martin
Hi there! I have an issue with athn USB stick with modern wifi devices like Android phones etc. I've set up athn0 as previous athn miniPCI-e cards (/etc/hostname.athn0, /etc/dhcpd.conf, /etc/pf.conf). No IP address given by OpenBSD7.0amd64 host's DHCP for certain device once client has been

amd64 7.0 release where can I find original (patched) gcc 4x?

2021-10-22 Thread Martin
Hi there! After upgrading from source, there is no gcc installed into appropriate location. It seems it was disabled Base-GCC on the amd64 architecture. Mutt require default gcc for some plugins, and some progs need it too. I have installed eggc (GCC 8x), but how to enable original OpenBSD

Re: Unable to log in with Pubkey after upgrade to 7.0

2021-10-22 Thread Emiel Kollof
Theo de Raadt schreef op vr 22-10-2021 om 08:56 [-0600]: > > > Suggested workaround in your ssh config: > > > >    Host old-host > >     HostkeyAlgorithms +ssh-rsa > > PubkeyAcceptedAlgorithms +ssh-rsa > > Please stop telling people to work around it.  We removed ssh-rsa for > a

Re: amd64 7.0 release where can I find original (patched) gcc 4x?

2021-10-22 Thread Bryan Steele
On Fri, Oct 22, 2021 at 06:20:30PM +, Martin wrote: > Hi there! > > After upgrading from source, there is no gcc installed into appropriate > location. Upgrading between releases from source is not supported. > ... how to enable original OpenBSD patched GCC 4x as default compiler? You

Re: drmfreeze

2021-10-22 Thread Avon Robertson
On Fri, Oct 22, 2021 at 10:09:03AM +0200, Emiel Kollof wrote: > Avon Robertson schreef op vr 22-10-2021 om 15:35 [+1300]: > > > > My AMD machine was built by me in August 2018. OpenBSD -current was > > the first OS installed and has been updated every 1-2 weeks since. It > > caused me random

Re: Unable to log in with Pubkey after upgrade to 7.0

2021-10-22 Thread Emiel Kollof
Ivo Chutkin schreef op vr 22-10-2021 om 15:23 [+0300]: > Hello all, > > I am unable to log in with Pubkey after upgrade to 7.0 > > I can log in with user/password. > > What i get in the log is: > > Oct 22 15:10:01 sklad sshd[88986]: userauth_pubkey: key type ssh-rsa See

Re: Unable to log in with Pubkey after upgrade to 7.0

2021-10-22 Thread Theo de Raadt
Ares wrote: > On Fri, Oct 22, 2021 at 08:56:13AM -0600, Theo de Raadt wrote: > >Emiel Kollof wrote: > > > >> Ivo Chutkin schreef op vr 22-10-2021 om 15:23 [+0300]: > >> > Hello all, > >> > > >> > I am unable to log in with Pubkey after upgrade to 7.0 > >> > > >> > I can log in with

Re: Unable to log in with Pubkey after upgrade to 7.0

2021-10-22 Thread Ares
On Fri, Oct 22, 2021 at 08:56:13AM -0600, Theo de Raadt wrote: Emiel Kollof wrote: Ivo Chutkin schreef op vr 22-10-2021 om 15:23 [+0300]: > Hello all, > > I am unable to log in with Pubkey after upgrade to 7.0 > > I can log in with user/password. > > What i get in the log is: > > Oct 22

Re: copying id_ed25519_sk from USB-A yubikey to USB-C yubikey

2021-10-22 Thread Michael Steeves
I went through the instructions on this page when I set mine up: https://github.com/drduh/YubiKey-Guide Doing a quick scan, there’s some discussion on the page about having multiple Yubikeys, and I think that it also talked about restoring from backup, and it assumes you have a copy of the

Re: Unable to log in with Pubkey after upgrade to 7.0

2021-10-22 Thread Theo de Raadt
Emiel Kollof wrote: > Ivo Chutkin schreef op vr 22-10-2021 om 15:23 [+0300]: > > Hello all, > > > > I am unable to log in with Pubkey after upgrade to 7.0 > > > > I can log in with user/password. > > > > What i get in the log is: > > > > Oct 22 15:10:01 sklad sshd[88986]: userauth_pubkey:

Re: Unable to log in with Pubkey after upgrade to 7.0

2021-10-22 Thread Stuart Henderson
On 2021-10-22, Ivo Chutkin wrote: > Hello all, > > I am unable to log in with Pubkey after upgrade to 7.0 Easiest fix is probably to update software on the ssh client.

Re: copying id_ed25519_sk from USB-A yubikey to USB-C yubikey

2021-10-22 Thread Stuart Henderson
On 2021-10-22, Paul de Weerd wrote: > Hi all, > > I've been happily using a yubikey together with an id_ed25519 SSH key > when logging in over SSH: > > uhidev7 at uhub3 port 2 configuration 1 interface 1 "Yubico YubiKey > OTP+FIDO+CCID" rev 2.00/5.27 addr 9 > > I would now like to migrate over

Trying to disable acpitz

2021-10-22 Thread Matt Stark
I'm trying to install OpenBSD 7.0 on a Dell Wyse 3040 (Intel Atom x86_64, eMMC). Rebooting after the install hangs at the line: acpitz on acpi0 Using boot -c results in the usb keyboard input not working at the UKC> prompt. I can disable acpitz on a kernel running in a virtualmachine and copy

Unable to log in with Pubkey after upgrade to 7.0

2021-10-22 Thread Ivo Chutkin
Hello all, I am unable to log in with Pubkey after upgrade to 7.0 I can log in with user/password. What i get in the log is: Oct 22 15:10:01 sklad sshd[88986]: userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth] Here is output of ~ $ ssh -Q key ssh-ed25519

copying id_ed25519_sk from USB-A yubikey to USB-C yubikey

2021-10-22 Thread Paul de Weerd
Hi all, I've been happily using a yubikey together with an id_ed25519 SSH key when logging in over SSH: uhidev7 at uhub3 port 2 configuration 1 interface 1 "Yubico YubiKey OTP+FIDO+CCID" rev 2.00/5.27 addr 9 I would now like to migrate over to a new yubikey with a USB-C connector, as my new

Re: drmfreeze

2021-10-22 Thread Emiel Kollof
Avon Robertson schreef op vr 22-10-2021 om 07:02 [+1300]: > Hello Emiel, > > Please read my inline and other comments. > > On Thu, Oct 21, 2021 at 09:55:46AM +0200, Emiel Kollof wrote: > > Avon Robertson schreef op 2021-10-20 20:31: > > > > > As suggested above by Chris? > > > 1. Downloaded

Re: drmfreeze

2021-10-22 Thread Emiel Kollof
Avon Robertson schreef op vr 22-10-2021 om 15:35 [+1300]: > My AMD machine was built by me in August 2018. OpenBSD -current was > the first OS installed and has been updated every 1-2 weeks since. It > caused me random grief from the time that amdgpu firmware was > introduced until I removed it

self-encrypting disks

2021-10-22 Thread Ed Ahlsen-Girard
Lots of the new SSDs are self-encrypting, often using OPAL conjunction with a Trusted Platform Module. Does this get in the way of using a disk with OpenBSD? -- Edward Ahlsen-Girard Ft Walton Beach, FL