Re: drmfreeze

2021-10-18 Thread Avon Robertson
On Mon, Oct 18, 2021 at 03:52:34PM -0700, Chris Cappuccio wrote: > Here's a thread where people are seeing similar hangs on similar hardware > under Linux: > > https://bugs.freedesktop.org/show_bug.cgi?id=108900 > > "VERIFIED WONTFIX" because the kernel driver is probably closer to the issue,

Re: sysupgrade fails due to "CHECK AND RESET DATE" ?

2021-10-18 Thread Otto Moerbeek
On Mon, Oct 18, 2021 at 11:18:20PM +0300, kasak wrote: > Hello everyone! > > I have one mini router, made from gigabyte GB-SBCAP4200 barebone > > It has nothing special. Just base openbsd, without any additional packages > and modifications. > > for some reason, sysupgrade does not upgrade

DHCP leases not being renewed

2021-10-18 Thread Ryan Vitelli
Hello, After upgrading to 7.0 I noticed DHCP leases from my ISP were not being renewed. After researching I ended up modifying my /etc/hostname.em0 file by replacing 'dhcp' with '!dhclient \$if' and this "appears" to resolve the issue. The FAQ and the dhclient/hostname.if manpages infer that

Re: Exit status of pkg_add

2021-10-18 Thread Yuichiro NAITO
Following patch changes pkg_add to return a error code, if a package name is wrong. diff --git a/usr.sbin/pkg_add/OpenBSD/AddDelete.pm b/usr.sbin/pkg_add/OpenBSD/AddDelete.pm index 7a968cbf05d..39bee874ff1 100644 --- a/usr.sbin/pkg_add/OpenBSD/AddDelete.pm +++

Re: drmfreeze

2021-10-18 Thread Chris Cappuccio
Here's a thread where people are seeing similar hangs on similar hardware under Linux: https://bugs.freedesktop.org/show_bug.cgi?id=108900 "VERIFIED WONTFIX" because the kernel driver is probably closer to the issue, not Mesa here's another: https://bugzilla.kernel.org/show_bug.cgi?id=201957

Re: mpd - All audio outputs are disabled

2021-10-18 Thread Alexandre Ratchov
On Mon, Oct 18, 2021 at 03:04:20PM -0400, Mario St-Gelais wrote: > Hum, I had subject problem in the past following an upgrade, It happened > again, yet, I cannot remember what the heck I used to do to solve it. > > I vaguely remember it was a stupid thing.  Any hint please? > > I can do aucat

sysupgrade fails due to "CHECK AND RESET DATE" ?

2021-10-18 Thread kasak
Hello everyone! I have one mini router, made from gigabyte GB-SBCAP4200 barebone It has nothing special. Just base openbsd, without any additional packages and modifications. for some reason, sysupgrade does not upgrade this system. It successfully boot new kernel, but do not process the

mpd - All audio outputs are disabled

2021-10-18 Thread Mario St-Gelais
Hum, I had subject problem in the past following an upgrade, It happened again, yet, I cannot remember what the heck I used to do to solve it. I vaguely remember it was a stupid thing.  Any hint please? I can do aucat -i file.wav no problem. Changed ownership of audio0 to my username -- Mario

Re: How does bsd.upgrade work?

2021-10-18 Thread Stuart Henderson
On 2021-10-18, tetrahe...@danwin1210.me wrote: > On Fri, Oct 15, 2021 at 10:14:56PM +, tetrahe...@danwin1210.me wrote: >>My setup is a little bit unusual, and I'm trying to understand why >>`uname -a` is still reporting 6.9 after I successfully booted >>bsd.upgrade and saw the upgrade process

Re: Keeping a personal ports branch

2021-10-18 Thread Rubén Llorente
Stuart Henderson wrote: > Just use a different VCS, for example svn or git. /usr/ports/mystuff > is listed in .cvsignore in the repository so they don't conflict, and > there is special handling in ports infrastructure. The directory > layout underneath it should be as with the main ports tree

Re: iked drops network connection when roadwarrior connects 6.9+

2021-10-18 Thread Stuart Henderson
Follow the 6.9 upgrade guide. On 2021-10-18, Matthew Ernisse wrote: > I have a iked(8) based VPN concentrator that terminates roadwarrior > connections from macOS and iOS devices. It connects back to my > broader infrastructure via a static flow with GRE running on top. > Starting with 6.9 I

Re: Multiple SSID when operating in Host AP mode?

2021-10-18 Thread Stuart Henderson
On 2021-10-18, Joel Carnat wrote: > Is it possible (as of OpenBSD 7.0/amd64) to configure a bwfm (Broadcom > BCM4356) device in hostap mode and publish several nwid ; from that single > device? No (not supported on OpenBSD with any wifi interface type).

Re: How does bsd.upgrade work?

2021-10-18 Thread tetrahedra
On Fri, Oct 15, 2021 at 10:14:56PM +, tetrahe...@danwin1210.me wrote: My setup is a little bit unusual, and I'm trying to understand why `uname -a` is still reporting 6.9 after I successfully booted bsd.upgrade and saw the upgrade process scroll past. I resolved the problem. The solution

Re: Alpine Linux guest running slow after upgraded to OpenBSD 7.0

2021-10-18 Thread Olivier A.
On 18/10/2021 09:36, Siegfried Levin wrote: An Alpine Linux 3.10 guest VM is running quite slow after I upgraded the host to 7.0. It takes quite long to get a response. Other OpenBSD guests seems ok. Is anyone having the same issue? Thanks. Hi, I recently observed performance problems on my

Re: Alpine Linux guest running slow after upgraded to OpenBSD 7.0

2021-10-18 Thread Dave Voutila
Siegfried Levin writes: > An Alpine Linux 3.10 guest VM is running quite slow after I upgraded > the host to 7.0. It takes quite long to get a response. Other OpenBSD > guests seems ok. Is anyone having the same issue? Thanks. You'll need to share a bit more detail for any constructive help;

iked drops network connection when roadwarrior connects 6.9+

2021-10-18 Thread Matthew Ernisse
I have a iked(8) based VPN concentrator that terminates roadwarrior connections from macOS and iOS devices. It connects back to my broader infrastructure via a static flow with GRE running on top. Starting with 6.9 I noticed that bringing up a roadwarrior tunnel would drop the network completely

Re: How does bsd.upgrade work?

2021-10-18 Thread Florian Obser
On 2021-10-18 14:38 UTC, tetrahe...@danwin1210.me wrote: > On Fri, Oct 15, 2021 at 10:14:56PM +, tetrahe...@danwin1210.me wrote: >>My setup is a little bit unusual, and I'm trying to understand why >>`uname -a` is still reporting 6.9 after I successfully booted >>bsd.upgrade and saw the

Multiple SSID when operating in Host AP mode?

2021-10-18 Thread Joel Carnat
Hello, Is it possible (as of OpenBSD 7.0/amd64) to configure a bwfm (Broadcom BCM4356) device in hostap mode and publish several nwid ; from that single device? The idea would be to have several SSIDs with different configurations ; as some IoT devices don't support "greater" network than 11g

Re: Question about cryptography software compatibility on OpenBSD

2021-10-18 Thread soko.tica
Thank you Janne. On Fri, Oct 15, 2021 at 3:57 PM Janne Johansson wrote: > > > > 3) Providers of public digital signatures offer software (a > > > > one-size-fits-all Java “blob”) that should add cryptography > capabilities > > > to > > > > the operating system. > > > > > > > This is important.

Re: Library for the pf(4) device

2021-10-18 Thread J. K.
Hi Matthias! On 18.10.21 05:30, Matthias Pressfreund wrote: > Hi, > > maybe that would serve your purposes: > > https://github.com/mpfr/pftbld > Awesome! This is exactly what I have planned. Starred on GitHub. :) Many thanks and best regards.

Exit status of pkg_add

2021-10-18 Thread Yuichiro NAITO
Hi, I have a question about exit status of pkg_add command. When I wrote a package install script which included typo in a package name (of course it's my fault), the script didn't stop in spite of `set -e`. Because pkg_add command returns 0 even if a package name is wrong. Is this exit status

Alpine Linux guest running slow after upgraded to OpenBSD 7.0

2021-10-18 Thread Siegfried Levin
An Alpine Linux 3.10 guest VM is running quite slow after I upgraded the host to 7.0. It takes quite long to get a response. Other OpenBSD guests seems ok. Is anyone having the same issue? Thanks. Siegfried siegfried.le...@gmail.com

Re: ssh with keyboard-interactive failing

2021-10-18 Thread kasak
17.10.2021 15:07, Stuart Henderson пишет: On 2021-10-17, kasak wrote: 17.10.2021 13:48, Stuart Henderson пишет: On 2021-10-17, kasak wrote: Hello everybody! I somehow broke authorization with password in 7.0 All this started after update to 7.0. I have installed default